acceleratorNames

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

Parameters

value

The accelerators that must be on the instance type.

  • For instance types with NVIDIA A10G GPUs, specify `a10g`.

  • For instance types with NVIDIA A100 GPUs, specify `a100`.

  • For instance types with NVIDIA H100 GPUs, specify `h100`.

  • For instance types with AWS Inferentia chips, specify `inferentia`.

  • For instance types with NVIDIA GRID K520 GPUs, specify `k520`.

  • For instance types with NVIDIA K80 GPUs, specify `k80`.

  • 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 NVIDIA T4 GPUs, specify `t4`.

  • For instance types with NVIDIA T4G GPUs, specify `t4g`.

  • For instance types with Xilinx VU9P FPGAs, specify `vu9p`.

  • For instance types with NVIDIA V100 GPUs, specify `v100`. Default: Any accelerator


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


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

Parameters

values

The accelerators that must be on the instance type.

  • For instance types with NVIDIA A10G GPUs, specify `a10g`.

  • For instance types with NVIDIA A100 GPUs, specify `a100`.

  • For instance types with NVIDIA H100 GPUs, specify `h100`.

  • For instance types with AWS Inferentia chips, specify `inferentia`.

  • For instance types with NVIDIA GRID K520 GPUs, specify `k520`.

  • For instance types with NVIDIA K80 GPUs, specify `k80`.

  • 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 NVIDIA T4 GPUs, specify `t4`.

  • For instance types with NVIDIA T4G GPUs, specify `t4g`.

  • For instance types with Xilinx VU9P FPGAs, specify `vu9p`.

  • For instance types with NVIDIA V100 GPUs, specify `v100`. Default: Any accelerator