accelerators

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


@JvmName(name = "xgmenqorxxnjtxxv")
suspend fun accelerators(values: List<Output<AcceleratorConfigArgs>>)
@JvmName(name = "egardmbovlgnylfa")
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 = "yfkfmntseaktwgdy")
suspend fun accelerators(argument: List<suspend AcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "leeltyobjhmecynt")
suspend fun accelerators(vararg argument: suspend AcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "numitbncgyodswwr")
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.