| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingPolicyObjective.Builder |
ScalingPolicyObjective.builder() |
ScalingPolicyObjective.Builder |
ScalingPolicyObjective.Builder.maxInvocationsPerMinute(Integer maxInvocationsPerMinute)
The maximum number of expected requests to your endpoint per minute.
|
ScalingPolicyObjective.Builder |
ScalingPolicyObjective.Builder.minInvocationsPerMinute(Integer minInvocationsPerMinute)
The minimum number of expected requests to your endpoint per minute.
|
ScalingPolicyObjective.Builder |
ScalingPolicyObjective.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScalingPolicyObjective.Builder> |
ScalingPolicyObjective.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.scalingPolicyObjective(Consumer<ScalingPolicyObjective.Builder> scalingPolicyObjective)
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
default GetScalingConfigurationRecommendationRequest.Builder |
GetScalingConfigurationRecommendationRequest.Builder.scalingPolicyObjective(Consumer<ScalingPolicyObjective.Builder> scalingPolicyObjective)
An object where you specify the anticipated traffic pattern for an endpoint.
|
Copyright © 2023. All rights reserved.