| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GpuInfo |
AutoScalingGroupRecommendation.currentInstanceGpuInfo()
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
|
GpuInfo |
InstanceRecommendation.currentInstanceGpuInfo()
Describes the GPU accelerator settings for the current instance type.
|
GpuInfo |
InstanceRecommendationOption.instanceGpuInfo()
Describes the GPU accelerator settings for the recommended instance type.
|
GpuInfo |
AutoScalingGroupRecommendationOption.instanceGpuInfo()
Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupRecommendation.Builder |
AutoScalingGroupRecommendation.Builder.currentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
|
InstanceRecommendation.Builder |
InstanceRecommendation.Builder.currentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)
Describes the GPU accelerator settings for the current instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.instanceGpuInfo(GpuInfo instanceGpuInfo)
Describes the GPU accelerator settings for the recommended instance type.
|
AutoScalingGroupRecommendationOption.Builder |
AutoScalingGroupRecommendationOption.Builder.instanceGpuInfo(GpuInfo instanceGpuInfo)
Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.
|
Copyright © 2023. All rights reserved.