acceleratorTypes

@JvmName(name = "floxkdgsnrkcaedn")
suspend fun acceleratorTypes(value: Output<List<String>>)
@JvmName(name = "cqodpbiamocofqro")
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 = "fgwfpcqgiqhjilmq")
suspend fun acceleratorTypes(vararg values: Output<String>)


@JvmName(name = "jtecvfkhdepbfmkp")
suspend fun acceleratorTypes(values: List<Output<String>>)
@JvmName(name = "vifoqsdavrqxuuto")
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