Uses of Class
software.amazon.awssdk.services.ec2.model.InferenceDeviceMemoryInfo
-
Packages that use InferenceDeviceMemoryInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InferenceDeviceMemoryInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InferenceDeviceMemoryInfo Modifier and Type Method Description InferenceDeviceMemoryInfoInferenceDeviceInfo. memoryInfo()Describes the memory available to the inference accelerator.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InferenceDeviceMemoryInfo Modifier and Type Method Description InferenceDeviceInfo.BuilderInferenceDeviceInfo.Builder. memoryInfo(InferenceDeviceMemoryInfo memoryInfo)Describes the memory available to the inference accelerator.
-