Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InferenceDeviceInfo |
InferenceDeviceInfo.clone() |
InferenceDeviceInfo |
InferenceDeviceInfo.withCount(Integer count)
The number of Inference accelerators for the instance type.
|
InferenceDeviceInfo |
InferenceDeviceInfo.withManufacturer(String manufacturer)
The manufacturer of the Inference accelerator.
|
InferenceDeviceInfo |
InferenceDeviceInfo.withName(String name)
The name of the Inference accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<InferenceDeviceInfo> |
InferenceAcceleratorInfo.getAccelerators()
Describes the Inference accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
InferenceAcceleratorInfo |
InferenceAcceleratorInfo.withAccelerators(InferenceDeviceInfo... accelerators)
Describes the Inference accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
InferenceAcceleratorInfo.setAccelerators(Collection<InferenceDeviceInfo> accelerators)
Describes the Inference accelerators for the instance type.
|
InferenceAcceleratorInfo |
InferenceAcceleratorInfo.withAccelerators(Collection<InferenceDeviceInfo> accelerators)
Describes the Inference accelerators for the instance type.
|
Copyright © 2021. All rights reserved.