AcceleratorConfigArgs

data class AcceleratorConfigArgs(val coreCount: Output<String>? = null, val type: Output<AcceleratorConfigType>? = null) : ConvertibleToJava<AcceleratorConfigArgs>

Definition of a hardware accelerator. Note that not all combinations of type and core_count are valid. Check GPUs on Compute Engine to find a valid combination. TPUs are not supported.

Constructors

Link copied to clipboard
fun AcceleratorConfigArgs(coreCount: Output<String>? = null, type: Output<AcceleratorConfigType>? = null)

Functions

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

Properties

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

Count of cores of this accelerator.

Link copied to clipboard
val type: Output<AcceleratorConfigType>? = null

Type of this accelerator.