| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CustomizedMetricSpecification |
CustomizedMetricSpecification.clone() |
CustomizedMetricSpecification |
MetricSpecification.getCustomized()
Information about a customized metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withMetricName(String metricName)
The name of the customized metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withNamespace(String namespace)
The namespace of the customized metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withStatistic(Statistic statistic)
The statistic of the customized metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withStatistic(String statistic)
The statistic of the customized metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSpecification.setCustomized(CustomizedMetricSpecification customized)
Information about a customized metric.
|
MetricSpecification |
MetricSpecification.withCustomized(CustomizedMetricSpecification customized)
Information about a customized metric.
|
Copyright © 2023. All rights reserved.