Runtime
Runtime image available to internally hosted models, including its name, image reference, base environment, and notable included packages.
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.
Runtime
{
"name": "string",
"image": "string",
"base": "string",
"included_packages": [
"string"
],
"description": "string"
}