AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs

data class AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs(val machineType: Output<String>? = null) : ConvertibleToJava<AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs>

Constructors

constructor(machineType: Output<String>? = null)

Properties

Link copied to clipboard
val machineType: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs