| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingPolicy |
ScalingPolicy.fromTargetTracking(Consumer<TargetTrackingScalingPolicyConfiguration.Builder> targetTracking)
Create an instance of this class with
targetTracking() initialized to the given value. |
static ScalingPolicy |
ScalingPolicy.fromTargetTracking(TargetTrackingScalingPolicyConfiguration targetTracking)
Create an instance of this class with
targetTracking() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<ScalingPolicy> |
DynamicScalingConfiguration.scalingPolicies()
An object of the scaling policies for each metric.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicScalingConfiguration.Builder |
DynamicScalingConfiguration.Builder.scalingPolicies(ScalingPolicy... scalingPolicies)
An object of the scaling policies for each metric.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicScalingConfiguration.Builder |
DynamicScalingConfiguration.Builder.scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
An object of the scaling policies for each metric.
|
Copyright © 2023. All rights reserved.