Uses of Interface
software.amazon.awscdk.services.ecs.InferenceAccelerator
Packages that use InferenceAccelerator
-
Uses of InferenceAccelerator in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement InferenceAcceleratorMethods in software.amazon.awscdk.services.ecs that return InferenceAcceleratorModifier and TypeMethodDescriptionInferenceAccelerator.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ecs that return types with arguments of type InferenceAcceleratorModifier and TypeMethodDescriptiondefault List<InferenceAccelerator>
Ec2TaskDefinitionProps.getInferenceAccelerators()
The inference accelerators to use for the containers in the task.final List<InferenceAccelerator>
Ec2TaskDefinitionProps.Jsii$Proxy.getInferenceAccelerators()
TaskDefinition.getInferenceAccelerators()
Public getter method to access list of inference accelerators attached to the instance.default List<InferenceAccelerator>
TaskDefinitionProps.getInferenceAccelerators()
The inference accelerators to use for the containers in the task.final List<InferenceAccelerator>
TaskDefinitionProps.Jsii$Proxy.getInferenceAccelerators()
Methods in software.amazon.awscdk.services.ecs with parameters of type InferenceAcceleratorModifier and TypeMethodDescriptionvoid
ExternalTaskDefinition.addInferenceAccelerator
(InferenceAccelerator _inferenceAccelerator) Overriden method to throw error as interface accelerators are not supported for external tasks.void
TaskDefinition.addInferenceAccelerator
(InferenceAccelerator inferenceAccelerator) Adds an inference accelerator to the task definition.Method parameters in software.amazon.awscdk.services.ecs with type arguments of type InferenceAcceleratorModifier and TypeMethodDescriptionEc2TaskDefinition.Builder.inferenceAccelerators
(List<? extends InferenceAccelerator> inferenceAccelerators) The inference accelerators to use for the containers in the task.Ec2TaskDefinitionProps.Builder.inferenceAccelerators
(List<? extends InferenceAccelerator> inferenceAccelerators) Sets the value ofEc2TaskDefinitionProps.getInferenceAccelerators()
TaskDefinition.Builder.inferenceAccelerators
(List<? extends InferenceAccelerator> inferenceAccelerators) The inference accelerators to use for the containers in the task.TaskDefinitionProps.Builder.inferenceAccelerators
(List<? extends InferenceAccelerator> inferenceAccelerators) Sets the value ofTaskDefinitionProps.getInferenceAccelerators()