Gke Node Pool Accelerator Config Args
    data class GkeNodePoolAcceleratorConfigArgs(val acceleratorCount: Output<String>? = null, val acceleratorType: Output<String>? = null, val gpuPartitionSize: Output<String>? = null) : ConvertibleToJava<GkeNodePoolAcceleratorConfigArgs> 
A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.
Constructors
Link copied to clipboard
                fun GkeNodePoolAcceleratorConfigArgs(acceleratorCount: Output<String>? = null, acceleratorType: Output<String>? = null, gpuPartitionSize: Output<String>? = null)