| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GpuInfo |
GpuInfo.clone() |
GpuInfo |
AutoScalingGroupRecommendation.getCurrentInstanceGpuInfo()
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
|
GpuInfo |
InstanceRecommendation.getCurrentInstanceGpuInfo()
Describes the GPU accelerator settings for the current instance type.
|
GpuInfo |
AutoScalingGroupRecommendationOption.getInstanceGpuInfo()
Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.
|
GpuInfo |
InstanceRecommendationOption.getInstanceGpuInfo()
Describes the GPU accelerator settings for the recommended instance type.
|
GpuInfo |
GpuInfo.withGpus(Collection<Gpu> gpus)
Describes the GPU accelerators for the instance type.
|
GpuInfo |
GpuInfo.withGpus(Gpu... gpus)
Describes the GPU accelerators for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoScalingGroupRecommendation.setCurrentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
|
void |
InstanceRecommendation.setCurrentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)
Describes the GPU accelerator settings for the current instance type.
|
void |
AutoScalingGroupRecommendationOption.setInstanceGpuInfo(GpuInfo instanceGpuInfo)
Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.
|
void |
InstanceRecommendationOption.setInstanceGpuInfo(GpuInfo instanceGpuInfo)
Describes the GPU accelerator settings for the recommended instance type.
|
AutoScalingGroupRecommendation |
AutoScalingGroupRecommendation.withCurrentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
|
InstanceRecommendation |
InstanceRecommendation.withCurrentInstanceGpuInfo(GpuInfo currentInstanceGpuInfo)
Describes the GPU accelerator settings for the current instance type.
|
AutoScalingGroupRecommendationOption |
AutoScalingGroupRecommendationOption.withInstanceGpuInfo(GpuInfo instanceGpuInfo)
Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withInstanceGpuInfo(GpuInfo instanceGpuInfo)
Describes the GPU accelerator settings for the recommended instance type.
|
Copyright © 2023. All rights reserved.