accelerator Types
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
suspend fun acceleratorTypes(vararg values: Output<Ec2FleetInstanceRequirementsRequestAcceleratorTypesItem>)
suspend fun acceleratorTypes(values: List<Output<Ec2FleetInstanceRequirementsRequestAcceleratorTypesItem>>)
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