accelerators

@JvmName(name = "lcullmhwqnjvbbkp")
suspend fun accelerators(value: Output<List<AcceleratorConfigArgs>>)
@JvmName(name = "wqyfgxlgxbvpdces")
suspend fun accelerators(value: List<AcceleratorConfigArgs>?)

Parameters

value

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.


@JvmName(name = "badevrdlixmbmrcw")
suspend fun accelerators(vararg values: Output<AcceleratorConfigArgs>)


@JvmName(name = "dutffkcmtexwnkfq")
suspend fun accelerators(values: List<Output<AcceleratorConfigArgs>>)
@JvmName(name = "hwmryqukxvrojsgu")
suspend fun accelerators(vararg values: AcceleratorConfigArgs)

Parameters

values

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.


@JvmName(name = "qyjooqqnfongthdo")
suspend fun accelerators(argument: List<suspend AcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "sbjjypwvierlobcs")
suspend fun accelerators(vararg argument: suspend AcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "bqektslrlvalussr")
suspend fun accelerators(argument: suspend AcceleratorConfigArgsBuilder.() -> Unit)

Parameters

argument

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.