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