acceleratorTypes

@JvmName(name = "ogxwuahvrxmswpxc")
suspend fun acceleratorTypes(value: Output<List<SpotFleetInstanceRequirementsRequestAcceleratorTypesItem>>)

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 = "vhvaetseredvmgra")
suspend fun acceleratorTypes(vararg values: Output<SpotFleetInstanceRequirementsRequestAcceleratorTypesItem>)


@JvmName(name = "mhcotvwcvfgyrfpu")
suspend fun acceleratorTypes(values: List<Output<SpotFleetInstanceRequirementsRequestAcceleratorTypesItem>>)
@JvmName(name = "kqdidmrmjcovssvq")
suspend fun acceleratorTypes(vararg values: SpotFleetInstanceRequirementsRequestAcceleratorTypesItem)

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