| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricSpecification |
MetricSpecification.fromCustomized(Consumer<CustomizedMetricSpecification.Builder> customized)
Create an instance of this class with
customized() initialized to the given value. |
static MetricSpecification |
MetricSpecification.fromCustomized(CustomizedMetricSpecification customized)
Create an instance of this class with
customized() initialized to the given value. |
static MetricSpecification |
MetricSpecification.fromPredefined(Consumer<PredefinedMetricSpecification.Builder> predefined)
Create an instance of this class with
predefined() initialized to the given value. |
static MetricSpecification |
MetricSpecification.fromPredefined(PredefinedMetricSpecification predefined)
Create an instance of this class with
predefined() initialized to the given value. |
MetricSpecification |
TargetTrackingScalingPolicyConfiguration.metricSpecification()
An object containing information about a metric.
|
| Modifier and Type | Method and Description |
|---|---|
TargetTrackingScalingPolicyConfiguration.Builder |
TargetTrackingScalingPolicyConfiguration.Builder.metricSpecification(MetricSpecification metricSpecification)
An object containing information about a metric.
|
Copyright © 2023. All rights reserved.