accelerators
suspend fun accelerators(value: Output<List<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>>)
suspend fun accelerators(value: List<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>?)
Parameters
value
The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
suspend fun accelerators(vararg values: Output<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>)
suspend fun accelerators(values: List<Output<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>>)
suspend fun accelerators(vararg values: ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs)
Parameters
values
The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
suspend fun accelerators(argument: List<suspend ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgsBuilder.() -> Unit>)
suspend fun accelerators(vararg argument: suspend ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgsBuilder.() -> Unit)
suspend fun accelerators(argument: suspend ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgsBuilder.() -> Unit)
Parameters
argument
The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.