ToolboxShellContainerAutoEnvironment interface
An automatically provisioned container environment for a shell tool stored in a toolbox.
- Extends
Properties
| file_ids | An optional list of uploaded files to make available to your code. |
| memory_limit | The memory limit to apply to the automatically provisioned shell container. |
| network_policy | The network access policy for the container. When omitted, the service defaults to disabled outbound network access. |
| skills | An optional list of skills referenced by id or inline data. |
| type | The type of the shell execution environment. Always |
Property Details
file_ids
An optional list of uploaded files to make available to your code.
file_ids?: string[]
Property Value
string[]
memory_limit
The memory limit to apply to the automatically provisioned shell container.
memory_limit?: ContainerMemoryLimit
Property Value
network_policy
The network access policy for the container. When omitted, the service defaults to disabled outbound network access.
network_policy?: ToolboxShellNetworkPolicyUnion
Property Value
skills
An optional list of skills referenced by id or inline data.
skills?: ContainerSkillUnion[]
Property Value
type
The type of the shell execution environment. Always container_auto.
type: "container_auto"
Property Value
"container_auto"