Uses of Class
software.amazon.awssdk.services.ec2.model.NeuronDeviceInfo
-
Packages that use NeuronDeviceInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NeuronDeviceInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NeuronDeviceInfo Modifier and Type Method Description List<NeuronDeviceInfo>NeuronInfo. neuronDevices()Describes the neuron accelerators for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NeuronDeviceInfo Modifier and Type Method Description NeuronInfo.BuilderNeuronInfo.Builder. neuronDevices(NeuronDeviceInfo... neuronDevices)Describes the neuron accelerators for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NeuronDeviceInfo Modifier and Type Method Description NeuronInfo.BuilderNeuronInfo.Builder. neuronDevices(Collection<NeuronDeviceInfo> neuronDevices)Describes the neuron accelerators for the instance type.
-