Share via


ContainerAutoParam interface

model interface ContainerAutoParam

Extends

Properties

file_ids

An optional list of uploaded files to make available to your code.

memory_limit

The memory limit for the container, in bytes.

network_policy

The network access policy for the container.

skills

An optional list of skills referenced by id or inline data.

type

Automatically creates a container for this request

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 for the container, in bytes.

memory_limit?: ContainerMemoryLimit

Property Value

network_policy

The network access policy for the container.

network_policy?: ContainerNetworkPolicyParamUnion

Property Value

skills

An optional list of skills referenced by id or inline data.

skills?: ContainerSkillUnion[]

Property Value

type

Automatically creates a container for this request

type: "container_auto"

Property Value

"container_auto"