accelerators

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


@JvmName(name = "raqpwsoudiokgwed")
suspend fun accelerators(values: List<Output<AcceleratorConfigArgs>>)
@JvmName(name = "byihjrmtlyfwmgkg")
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 = "jqudhrukxkotfeha")
suspend fun accelerators(argument: List<suspend AcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "padacotqsxbgunmy")
suspend fun accelerators(vararg argument: suspend AcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "cflxxnbnloiuqact")
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.