Compartir a través de


ComputeInstanceContainer interface

Defines an Aml Instance container.

Properties

autosave

Auto save settings.

environment

Environment information of this container.

gpu

Information of GPU.

name

Name of the ComputeInstance container.

network

network of this container.

services

services of this containers. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

autosave

Auto save settings.

autosave?: string

Property Value

string

environment

Environment information of this container.

environment?: ComputeInstanceEnvironmentInfo

Property Value

gpu

Information of GPU.

gpu?: string

Property Value

string

name

Name of the ComputeInstance container.

name?: string

Property Value

string

network

network of this container.

network?: string

Property Value

string

services

services of this containers. NOTE: This property will not be serialized. It can only be populated by the server.

services?: Record<string, unknown>[]

Property Value

Record<string, unknown>[]