| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLMetricEnum |
AutoMLMetricEnum.fromValue(String value)
Use this in place of valueOf.
|
static AutoMLMetricEnum |
AutoMLMetricEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMLMetricEnum[] |
AutoMLMetricEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDatum |
MetricDatum.withMetricName(AutoMLMetricEnum metricName)
The name of the metric.
|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withMetricName(AutoMLMetricEnum metricName)
The name of the metric with the best result.
|
AutoMLJobObjective |
AutoMLJobObjective.withMetricName(AutoMLMetricEnum metricName)
The name of the objective metric used to measure the predictive quality of a machine learning system.
|
FinalAutoMLJobObjectiveMetric |
FinalAutoMLJobObjectiveMetric.withStandardMetricName(AutoMLMetricEnum standardMetricName)
The name of the standard metric.
|
Copyright © 2023. All rights reserved.