AiDeploymentResourcePoolDedicatedResourcesMachineSpecArgs

data class AiDeploymentResourcePoolDedicatedResourcesMachineSpecArgs(val acceleratorCount: Output<Int>? = null, val acceleratorType: Output<String>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<AiDeploymentResourcePoolDedicatedResourcesMachineSpecArgs>

Constructors

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

Properties

Link copied to clipboard
val acceleratorCount: Output<Int>? = null

The number of accelerators to attach to the machine.

Link copied to clipboard
val acceleratorType: Output<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: Output<String>? = null

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

Functions

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