Uses of Interface
software.amazon.awssdk.services.ec2.model.NeuronDeviceCoreInfo.Builder
Packages that use NeuronDeviceCoreInfo.Builder
-
Uses of NeuronDeviceCoreInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NeuronDeviceCoreInfo.BuilderModifier and TypeMethodDescriptionstatic NeuronDeviceCoreInfo.BuilderNeuronDeviceCoreInfo.builder()The number of cores available to the neuron accelerator.NeuronDeviceCoreInfo.toBuilder()The version of the neuron accelerator.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NeuronDeviceCoreInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NeuronDeviceCoreInfo.Builder>NeuronDeviceCoreInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NeuronDeviceCoreInfo.BuilderModifier and TypeMethodDescriptiondefault NeuronDeviceInfo.BuilderNeuronDeviceInfo.Builder.coreInfo(Consumer<NeuronDeviceCoreInfo.Builder> coreInfo) Describes the cores available to each neuron accelerator.