acceleratorTypes

@JvmName(name = "jmlrwyyqcvjmkwyt")
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 = "ayrdrpoirfxxohqk")
suspend fun acceleratorTypes(vararg values: Output<SpotFleetInstanceRequirementsRequestAcceleratorTypesItem>)


@JvmName(name = "ootvmnxtcfmoudhq")
suspend fun acceleratorTypes(values: List<Output<SpotFleetInstanceRequirementsRequestAcceleratorTypesItem>>)
@JvmName(name = "hbiuemrhfeybrdbw")
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