acceleratorNames

@JvmName(name = "niraghyahjomqqqo")
suspend fun acceleratorNames(value: Output<List<String>>)
@JvmName(name = "rqwtfyhllttwpqna")
suspend fun acceleratorNames(value: List<String>?)

Parameters

value

List of accelerator names. Default is any acclerator.

Valid names:
* a100 - NVIDIA A100 GPUs
* v100 - NVIDIA V100 GPUs
* k80 - NVIDIA K80 GPUs
* t4 - NVIDIA T4 GPUs
* m60 - NVIDIA M60 GPUs
* radeon-pro-v520 - AMD Radeon Pro V520 GPUs
* vu9p - Xilinx VU9P FPGAs

@JvmName(name = "dkphwpkpuspthekb")
suspend fun acceleratorNames(vararg values: Output<String>)


@JvmName(name = "enkwagrqbovjvrfw")
suspend fun acceleratorNames(values: List<Output<String>>)
@JvmName(name = "naguqinaaeyhjppy")
suspend fun acceleratorNames(vararg values: String)

Parameters

values

List of accelerator names. Default is any acclerator.

Valid names:
* a100 - NVIDIA A100 GPUs
* v100 - NVIDIA V100 GPUs
* k80 - NVIDIA K80 GPUs
* t4 - NVIDIA T4 GPUs
* m60 - NVIDIA M60 GPUs
* radeon-pro-v520 - AMD Radeon Pro V520 GPUs
* vu9p - Xilinx VU9P FPGAs