accelerators

@JvmName(name = "riyykkfsrimqfxqj")
suspend fun accelerators(value: Output<List<AcceleratorConfigArgs>>)
@JvmName(name = "xoiffjafoqafixkn")
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 = "fotgwcipfpuoetyy")
suspend fun accelerators(vararg values: Output<AcceleratorConfigArgs>)


@JvmName(name = "krpceuqtlblyqdlj")
suspend fun accelerators(values: List<Output<AcceleratorConfigArgs>>)
@JvmName(name = "qqegwfovxwvnyisg")
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 = "jnwfhrmhavxxkjbl")
suspend fun accelerators(argument: List<suspend AcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "gpfqivbrseyyyphg")
suspend fun accelerators(vararg argument: suspend AcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "bdftsqbgciaklcxj")
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.