acceleratorNames

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

Parameters

value

Lists the accelerators that must be on an instance type. + For instance types with NVIDIA A100 GPUs, specify `a100`. + For instance types with NVIDIA V100 GPUs, specify `v100`. + For instance types with NVIDIA K80 GPUs, specify `k80`. + For instance types with NVIDIA T4 GPUs, specify `t4`. + For instance types with NVIDIA M60 GPUs, specify `m60`. + For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520`. + For instance types with Xilinx VU9P FPGAs, specify `vu9p`. Default: Any accelerator


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


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

Parameters

values

Lists the accelerators that must be on an instance type. + For instance types with NVIDIA A100 GPUs, specify `a100`. + For instance types with NVIDIA V100 GPUs, specify `v100`. + For instance types with NVIDIA K80 GPUs, specify `k80`. + For instance types with NVIDIA T4 GPUs, specify `t4`. + For instance types with NVIDIA M60 GPUs, specify `m60`. + For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520`. + For instance types with Xilinx VU9P FPGAs, specify `vu9p`. Default: Any accelerator