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