Ai Endpoint Deployed Model Dedicated Resource Machine Spec
data class AiEndpointDeployedModelDedicatedResourceMachineSpec(val acceleratorCount: Int? = null, val acceleratorType: String? = null, val machineType: String? = null)
Properties
Link copied to clipboard
(Output) The number of accelerators to attach to the machine.
Link copied to clipboard
(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
(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.