acceleratorTypes

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


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