CapabilitiesCapabilities interface

The supported capabilities.

Properties

maxCpu

The maximum allowed CPU request in cores. NOTE: This property will not be serialized. It can only be populated by the server.

maxGpuCount

The maximum allowed GPU count. NOTE: This property will not be serialized. It can only be populated by the server.

maxMemoryInGB

The maximum allowed memory request in GB. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

maxCpu

The maximum allowed CPU request in cores. NOTE: This property will not be serialized. It can only be populated by the server.

maxCpu?: number

Property Value

number

maxGpuCount

The maximum allowed GPU count. NOTE: This property will not be serialized. It can only be populated by the server.

maxGpuCount?: number

Property Value

number

maxMemoryInGB

The maximum allowed memory request in GB. NOTE: This property will not be serialized. It can only be populated by the server.

maxMemoryInGB?: number

Property Value

number