| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicyObjective |
ScalingPolicyObjective.clone() |
ScalingPolicyObjective |
GetScalingConfigurationRecommendationResult.getScalingPolicyObjective()
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
ScalingPolicyObjective |
GetScalingConfigurationRecommendationRequest.getScalingPolicyObjective()
An object where you specify the anticipated traffic pattern for an endpoint.
|
ScalingPolicyObjective |
ScalingPolicyObjective.withMaxInvocationsPerMinute(Integer maxInvocationsPerMinute)
The maximum number of expected requests to your endpoint per minute.
|
ScalingPolicyObjective |
ScalingPolicyObjective.withMinInvocationsPerMinute(Integer minInvocationsPerMinute)
The minimum number of expected requests to your endpoint per minute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetScalingConfigurationRecommendationResult.setScalingPolicyObjective(ScalingPolicyObjective scalingPolicyObjective)
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
void |
GetScalingConfigurationRecommendationRequest.setScalingPolicyObjective(ScalingPolicyObjective scalingPolicyObjective)
An object where you specify the anticipated traffic pattern for an endpoint.
|
GetScalingConfigurationRecommendationResult |
GetScalingConfigurationRecommendationResult.withScalingPolicyObjective(ScalingPolicyObjective scalingPolicyObjective)
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
GetScalingConfigurationRecommendationRequest |
GetScalingConfigurationRecommendationRequest.withScalingPolicyObjective(ScalingPolicyObjective scalingPolicyObjective)
An object where you specify the anticipated traffic pattern for an endpoint.
|
Copyright © 2025. All rights reserved.