AiEndpointDeployedModelDedicatedResourceMachineSpec

data class AiEndpointDeployedModelDedicatedResourceMachineSpec(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

(Output) The number of accelerators to attach to the machine.

Link copied to clipboard
val acceleratorType: String? = null

(Output) 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

(Output) The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. TODO(rsurowka): Try to better unify the required vs optional.