본문으로 건너뛰기

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

    하나 이상(anyOf)
    string
    has_moreHas More (boolean)

    Whether more pages exist

    기본값: false
    ListResponse[Runtime]
    {
    "items": [
    {
    "name": "string",
    "image": "string",
    "base": "string",
    "included_packages": [
    "string"
    ],
    "description": "string"
    }
    ],
    "next_cursor": "string",
    "has_more": false
    }