accelerators

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


@JvmName(name = "cgvwwxhpulotyaio")
suspend fun accelerators(values: List<Output<AcceleratorConfigArgs>>)
@JvmName(name = "rsckjerkcqxksvfl")
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 = "eftiesgorctflkas")
suspend fun accelerators(argument: List<suspend AcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "nxljdkpxywedyqfn")
suspend fun accelerators(vararg argument: suspend AcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "lwdsstpejhcwnwbd")
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.