Uses of Class
software.amazon.awssdk.services.ec2.model.InferenceDeviceInfo
Packages that use InferenceDeviceInfo
-
Uses of InferenceDeviceInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InferenceDeviceInfoModifier and TypeMethodDescriptionfinal List<InferenceDeviceInfo>InferenceAcceleratorInfo.accelerators()Describes the Inference accelerators for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InferenceDeviceInfoModifier and TypeMethodDescriptionInferenceAcceleratorInfo.Builder.accelerators(InferenceDeviceInfo... accelerators) Describes the Inference accelerators for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InferenceDeviceInfoModifier and TypeMethodDescriptionInferenceAcceleratorInfo.Builder.accelerators(Collection<InferenceDeviceInfo> accelerators) Describes the Inference accelerators for the instance type.