acceleratorTypes

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

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


@JvmName(name = "socpkhqocnsyraft")
suspend fun acceleratorTypes(values: List<Output<Ec2FleetInstanceRequirementsRequestAcceleratorTypesItem>>)
@JvmName(name = "wexsvjdgyythhnjj")
suspend fun acceleratorTypes(vararg values: Ec2FleetInstanceRequirementsRequestAcceleratorTypesItem)

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