Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InferenceAcceleratorInfo |
InferenceAcceleratorInfo.clone() |
InferenceAcceleratorInfo |
InstanceTypeInfo.getInferenceAcceleratorInfo()
Describes the Inference accelerator settings for the instance type.
|
InferenceAcceleratorInfo |
InferenceAcceleratorInfo.withAccelerators(Collection<InferenceDeviceInfo> accelerators)
Describes the Inference accelerators for the instance type.
|
InferenceAcceleratorInfo |
InferenceAcceleratorInfo.withAccelerators(InferenceDeviceInfo... accelerators)
Describes the Inference accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setInferenceAcceleratorInfo(InferenceAcceleratorInfo inferenceAcceleratorInfo)
Describes the Inference accelerator settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withInferenceAcceleratorInfo(InferenceAcceleratorInfo inferenceAcceleratorInfo)
Describes the Inference accelerator settings for the instance type.
|
Copyright © 2021. All rights reserved.