Uses of Interface
software.amazon.awssdk.services.ec2.model.NeuronInfo.Builder
Packages that use NeuronInfo.Builder
-
Uses of NeuronInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NeuronInfo.BuilderModifier and TypeMethodDescriptionstatic NeuronInfo.BuilderNeuronInfo.builder()NeuronInfo.Builder.neuronDevices(Collection<NeuronDeviceInfo> neuronDevices) Describes the neuron accelerators for the instance type.NeuronInfo.Builder.neuronDevices(Consumer<NeuronDeviceInfo.Builder>... neuronDevices) Describes the neuron accelerators for the instance type.NeuronInfo.Builder.neuronDevices(NeuronDeviceInfo... neuronDevices) Describes the neuron accelerators for the instance type.NeuronInfo.toBuilder()NeuronInfo.Builder.totalNeuronDeviceMemoryInMiB(Integer totalNeuronDeviceMemoryInMiB) The total size of the memory for the neuron accelerators for the instance type, in MiB.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NeuronInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NeuronInfo.Builder>NeuronInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NeuronInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.neuronInfo(Consumer<NeuronInfo.Builder> neuronInfo) Describes the Neuron accelerator settings for the instance type.