acceleratorNames

@JvmName(name = "vhobikbnxqsrfsul")
suspend fun acceleratorNames(value: Output<List<String>>)
@JvmName(name = "orsexayegvtaoixu")
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 = "ykfencqrfbpovjoj")
suspend fun acceleratorNames(vararg values: Output<String>)


@JvmName(name = "jjsycpxjddblgsdb")
suspend fun acceleratorNames(values: List<Output<String>>)
@JvmName(name = "grnmediatrumqqbc")
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