ListResponse[Runtime]
Paginated response containing Runtime records. The required field is items.
items object[]필수
List of resource items
Array [
nameName (string)필수
Runtime name with tag (e.g. 'python:3.12-cuda12').
imageImage (string)필수
Fully qualified container image reference for this runtime.
baseBase (string)필수
Upstream base image / framework.
included_packagesstring[]필수
Notable Python packages baked in (informational; not a complete list). Users add framework-specific deps via ZIP requirements.txt.
descriptionDescription (string)필수
Short summary of intended use cases.
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
기본값:
falseListResponse[Runtime]
{
"items": [
{
"name": "string",
"image": "string",
"base": "string",
"included_packages": [
"string"
],
"description": "string"
}
],
"next_cursor": "string",
"has_more": false
}