AiDeploymentResourcePoolDedicatedResourcesMachineSpec

data class AiDeploymentResourcePoolDedicatedResourcesMachineSpec(val acceleratorCount: Int? = null, val acceleratorType: String? = null, val machineType: String? = null)

Constructors

constructor(acceleratorCount: Int? = null, acceleratorType: String? = null, machineType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceleratorCount: Int? = null

The number of accelerators to attach to the machine.

Link copied to clipboard
val acceleratorType: String? = null

The type of accelerator(s) that may be attached to the machine as per accelerator_count. See possible values here.

Link copied to clipboard
val machineType: String? = null

The type of the machine. See the list of machine types supported for prediction.