Uses of Class
software.amazon.awssdk.services.ecs.model.InferenceAccelerator
-
Packages that use InferenceAccelerator Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of InferenceAccelerator in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type InferenceAccelerator Modifier and Type Method Description List<InferenceAccelerator>RegisterTaskDefinitionRequest. inferenceAccelerators()The Elastic Inference accelerators to use for the containers in the task.List<InferenceAccelerator>Task. inferenceAccelerators()The Elastic Inference accelerator that's associated with the task.List<InferenceAccelerator>TaskDefinition. inferenceAccelerators()The Elastic Inference accelerator that's associated with the task.Methods in software.amazon.awssdk.services.ecs.model with parameters of type InferenceAccelerator Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. inferenceAccelerators(InferenceAccelerator... inferenceAccelerators)The Elastic Inference accelerators to use for the containers in the task.Task.BuilderTask.Builder. inferenceAccelerators(InferenceAccelerator... inferenceAccelerators)The Elastic Inference accelerator that's associated with the task.TaskDefinition.BuilderTaskDefinition.Builder. inferenceAccelerators(InferenceAccelerator... inferenceAccelerators)The Elastic Inference accelerator that's associated with the task.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type InferenceAccelerator Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. inferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)The Elastic Inference accelerators to use for the containers in the task.Task.BuilderTask.Builder. inferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)The Elastic Inference accelerator that's associated with the task.TaskDefinition.BuilderTaskDefinition.Builder. inferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)The Elastic Inference accelerator that's associated with the task.
-