| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDatum |
MetricDatum.clone() |
MetricDatum |
MetricDatum.withMetricName(AutoMLMetricEnum metricName)
The name of the metric.
|
MetricDatum |
MetricDatum.withMetricName(String metricName)
The name of the metric.
|
MetricDatum |
MetricDatum.withSet(MetricSetSource set)
The dataset split from which the AutoML job produced the metric.
|
MetricDatum |
MetricDatum.withSet(String set)
The dataset split from which the AutoML job produced the metric.
|
MetricDatum |
MetricDatum.withStandardMetricName(AutoMLMetricExtendedEnum standardMetricName)
The name of the standard metric.
|
MetricDatum |
MetricDatum.withStandardMetricName(String standardMetricName)
The name of the standard metric.
|
MetricDatum |
MetricDatum.withValue(Float value)
The value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDatum> |
CandidateProperties.getCandidateMetrics()
Information about the candidate metrics for an AutoML job.
|
| Modifier and Type | Method and Description |
|---|---|
CandidateProperties |
CandidateProperties.withCandidateMetrics(MetricDatum... candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CandidateProperties.setCandidateMetrics(Collection<MetricDatum> candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
CandidateProperties |
CandidateProperties.withCandidateMetrics(Collection<MetricDatum> candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
Copyright © 2022. All rights reserved.