acceleratorTypes

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

Parameters

value

Lists the accelerator types that must be on an instance type.

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

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

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


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


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

Parameters

values

Lists the accelerator types that must be on an instance type.

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

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

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