| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.clone() |
FinalAutoMLJobObjectiveMetric |
AutoMLCandidate.getFinalAutoMLJobObjectiveMetric() |
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withMetricName(AutoMLMetricEnum metricName)
The name of the metric with the best result.
|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withMetricName(String metricName)
The name of the metric with the best result.
|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withType(AutoMLJobObjectiveType type)
The type of metric with the best result.
|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withType(String type)
The type of metric with the best result.
|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withValue(Float value)
The value of the metric with the best result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLCandidate.setFinalAutoMLJobObjectiveMetric(FinalAutoMLJobObjectiveMetric finalAutoMLJobObjectiveMetric) |
AutoMLCandidate |
AutoMLCandidate.withFinalAutoMLJobObjectiveMetric(FinalAutoMLJobObjectiveMetric finalAutoMLJobObjectiveMetric) |
Copyright © 2022. All rights reserved.