acceleratorTypes

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

Parameters

value

The accelerator types that must be on the instance type.

  • To include instance types with GPU hardware, specify gpu .

  • To include instance types with FPGA hardware, specify fpga .

  • To include instance types with inference hardware, specify inference . Default: Any accelerator type


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


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

Parameters

values

The accelerator types that must be on the instance type.

  • To include instance types with GPU hardware, specify gpu .

  • To include instance types with FPGA hardware, specify fpga .

  • To include instance types with inference hardware, specify inference . Default: Any accelerator type