Uses of Interface
software.amazon.awssdk.services.ec2.model.InferenceDeviceMemoryInfo.Builder
Packages that use InferenceDeviceMemoryInfo.Builder
-
Uses of InferenceDeviceMemoryInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InferenceDeviceMemoryInfo.BuilderModifier and TypeMethodDescriptionInferenceDeviceMemoryInfo.builder()The size of the memory available to the inference accelerator, in MiB.InferenceDeviceMemoryInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InferenceDeviceMemoryInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InferenceDeviceMemoryInfo.Builder>InferenceDeviceMemoryInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InferenceDeviceMemoryInfo.BuilderModifier and TypeMethodDescriptiondefault InferenceDeviceInfo.BuilderInferenceDeviceInfo.Builder.memoryInfo(Consumer<InferenceDeviceMemoryInfo.Builder> memoryInfo) Describes the memory available to the inference accelerator.