SchedulerAcceleratorConfigArgs

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

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 SchedulerAcceleratorConfigArgs(coreCount: Output<String>? = null, type: Output<SchedulerAcceleratorConfigType>? = null)

Functions

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

Properties

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

Count of cores of this accelerator.

Link copied to clipboard

Type of this accelerator.