| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DynamicScalingConfiguration |
DynamicScalingConfiguration.clone() |
DynamicScalingConfiguration |
GetScalingConfigurationRecommendationResult.getDynamicScalingConfiguration()
An object with the recommended values for you to specify when creating an autoscaling policy.
|
DynamicScalingConfiguration |
DynamicScalingConfiguration.withMaxCapacity(Integer maxCapacity)
The recommended maximum capacity to specify for your autoscaling policy.
|
DynamicScalingConfiguration |
DynamicScalingConfiguration.withMinCapacity(Integer minCapacity)
The recommended minimum capacity to specify for your autoscaling policy.
|
DynamicScalingConfiguration |
DynamicScalingConfiguration.withScaleInCooldown(Integer scaleInCooldown)
The recommended scale in cooldown time for your autoscaling policy.
|
DynamicScalingConfiguration |
DynamicScalingConfiguration.withScaleOutCooldown(Integer scaleOutCooldown)
The recommended scale out cooldown time for your autoscaling policy.
|
DynamicScalingConfiguration |
DynamicScalingConfiguration.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
An object of the scaling policies for each metric.
|
DynamicScalingConfiguration |
DynamicScalingConfiguration.withScalingPolicies(ScalingPolicy... scalingPolicies)
An object of the scaling policies for each metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetScalingConfigurationRecommendationResult.setDynamicScalingConfiguration(DynamicScalingConfiguration dynamicScalingConfiguration)
An object with the recommended values for you to specify when creating an autoscaling policy.
|
GetScalingConfigurationRecommendationResult |
GetScalingConfigurationRecommendationResult.withDynamicScalingConfiguration(DynamicScalingConfiguration dynamicScalingConfiguration)
An object with the recommended values for you to specify when creating an autoscaling policy.
|
Copyright © 2025. All rights reserved.