acceleratorTypes

@JvmName(name = "ijbuwrmfojvlvwyh")
suspend fun acceleratorTypes(value: Output<List<String>>)
@JvmName(name = "atwmbbiljhdfylfb")
suspend fun acceleratorTypes(value: List<String>?)

Parameters

value

The accelerator types that must be on the instance type.

  • For instance types with FPGA accelerators, specify `fpga`.

  • For instance types with GPU accelerators, specify `gpu`.

  • For instance types with Inference accelerators, specify `inference`. Default: Any accelerator type


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


@JvmName(name = "btqldsnmqgfknkjw")
suspend fun acceleratorTypes(values: List<Output<String>>)
@JvmName(name = "etjjrvosbqugorgb")
suspend fun acceleratorTypes(vararg values: String)

Parameters

values

The accelerator types that must be on the instance type.

  • For instance types with FPGA accelerators, specify `fpga`.

  • For instance types with GPU accelerators, specify `gpu`.

  • For instance types with Inference accelerators, specify `inference`. Default: Any accelerator type