Runtime Accelerator Config Args
data class RuntimeAcceleratorConfigArgs(val coreCount: Output<String>? = null, val type: Output<RuntimeAcceleratorConfigType>? = null) : ConvertibleToJava<RuntimeAcceleratorConfigArgs>
Definition of the types of hardware accelerators that can be used. Definition of the types of hardware accelerators that can be used. See Compute Engine AcceleratorTypes. Examples: * nvidia-tesla-k80
* nvidia-tesla-p100
* nvidia-tesla-v100
* nvidia-tesla-p4
* nvidia-tesla-t4
* nvidia-tesla-a100
Constructors
Link copied to clipboard
fun RuntimeAcceleratorConfigArgs(coreCount: Output<String>? = null, type: Output<RuntimeAcceleratorConfigType>? = null)