Uses of Interface
software.amazon.awssdk.services.ec2.model.InferenceAcceleratorInfo.Builder
Packages that use InferenceAcceleratorInfo.Builder
-
Uses of InferenceAcceleratorInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InferenceAcceleratorInfo.BuilderModifier and TypeMethodDescriptionInferenceAcceleratorInfo.Builder.accelerators(Collection<InferenceDeviceInfo> accelerators) Describes the Inference accelerators for the instance type.InferenceAcceleratorInfo.Builder.accelerators(Consumer<InferenceDeviceInfo.Builder>... accelerators) Describes the Inference accelerators for the instance type.InferenceAcceleratorInfo.Builder.accelerators(InferenceDeviceInfo... accelerators) Describes the Inference accelerators for the instance type.InferenceAcceleratorInfo.builder()InferenceAcceleratorInfo.toBuilder()InferenceAcceleratorInfo.Builder.totalInferenceMemoryInMiB(Integer totalInferenceMemoryInMiB) The total size of the memory for the inference accelerators for the instance type, in MiB.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InferenceAcceleratorInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InferenceAcceleratorInfo.Builder>InferenceAcceleratorInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InferenceAcceleratorInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.inferenceAcceleratorInfo(Consumer<InferenceAcceleratorInfo.Builder> inferenceAcceleratorInfo) Describes the Inference accelerator settings for the instance type.