Uses of Interface
software.amazon.awssdk.services.ec2.model.NeuronInfo.Builder
-
Packages that use NeuronInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NeuronInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NeuronInfo.Builder Modifier and Type Method Description static NeuronInfo.BuilderNeuronInfo. builder()NeuronInfo.BuilderNeuronInfo.Builder. neuronDevices(Collection<NeuronDeviceInfo> neuronDevices)Describes the neuron accelerators for the instance type.NeuronInfo.BuilderNeuronInfo.Builder. neuronDevices(Consumer<NeuronDeviceInfo.Builder>... neuronDevices)Describes the neuron accelerators for the instance type.NeuronInfo.BuilderNeuronInfo.Builder. neuronDevices(NeuronDeviceInfo... neuronDevices)Describes the neuron accelerators for the instance type.NeuronInfo.BuilderNeuronInfo. toBuilder()NeuronInfo.BuilderNeuronInfo.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.Builder Modifier and Type Method Description static Class<? extends NeuronInfo.Builder>NeuronInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NeuronInfo.Builder Modifier and Type Method Description default InstanceTypeInfo.BuilderInstanceTypeInfo.Builder. neuronInfo(Consumer<NeuronInfo.Builder> neuronInfo)Describes the Neuron accelerator settings for the instance type.
-