Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.GpuInfo
-
Packages that use GpuInfo Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of GpuInfo in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return GpuInfo Modifier and Type Method Description GpuInfoAutoScalingGroupRecommendation. currentInstanceGpuInfo()Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.GpuInfoInstanceRecommendation. currentInstanceGpuInfo()Describes the GPU accelerator settings for the current instance type.GpuInfoAutoScalingGroupRecommendationOption. instanceGpuInfo()Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.GpuInfoInstanceRecommendationOption. instanceGpuInfo()Describes the GPU accelerator settings for the recommended instance type.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type GpuInfo Modifier and Type Method Description AutoScalingGroupRecommendation.BuilderAutoScalingGroupRecommendation.Builder. currentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.InstanceRecommendation.BuilderInstanceRecommendation.Builder. currentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)Describes the GPU accelerator settings for the current instance type.AutoScalingGroupRecommendationOption.BuilderAutoScalingGroupRecommendationOption.Builder. instanceGpuInfo(GpuInfo instanceGpuInfo)Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.InstanceRecommendationOption.BuilderInstanceRecommendationOption.Builder. instanceGpuInfo(GpuInfo instanceGpuInfo)Describes the GPU accelerator settings for the recommended instance type.
-