Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
InferenceAccelerator |
InferenceAccelerator.clone() |
InferenceAccelerator |
InferenceAccelerator.withDeviceName(String deviceName)
The Elastic Inference accelerator device name.
|
InferenceAccelerator |
InferenceAccelerator.withDeviceType(String deviceType)
The Elastic Inference accelerator type to use.
|
Modifier and Type | Method and Description |
---|---|
List<InferenceAccelerator> |
TaskDefinition.getInferenceAccelerators()
The Elastic Inference accelerator that's associated with the task.
|
List<InferenceAccelerator> |
Task.getInferenceAccelerators()
The Elastic Inference accelerator that's associated with the task.
|
List<InferenceAccelerator> |
RegisterTaskDefinitionRequest.getInferenceAccelerators()
The Elastic Inference accelerators to use for the containers in the task.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinition.withInferenceAccelerators(InferenceAccelerator... inferenceAccelerators)
The Elastic Inference accelerator that's associated with the task.
|
Task |
Task.withInferenceAccelerators(InferenceAccelerator... inferenceAccelerators)
The Elastic Inference accelerator that's associated with the task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withInferenceAccelerators(InferenceAccelerator... inferenceAccelerators)
The Elastic Inference accelerators to use for the containers in the task.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskDefinition.setInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerator that's associated with the task.
|
void |
Task.setInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerator that's associated with the task.
|
void |
RegisterTaskDefinitionRequest.setInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerators to use for the containers in the task.
|
TaskDefinition |
TaskDefinition.withInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerator that's associated with the task.
|
Task |
Task.withInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerator that's associated with the task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerators to use for the containers in the task.
|
Copyright © 2023. All rights reserved.