public static interface FinalAutoMLJobObjectiveMetric.Builder extends SdkPojo, CopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
| Modifier and Type | Method and Description |
|---|---|
FinalAutoMLJobObjectiveMetric.Builder |
metricName(AutoMLMetricEnum metricName)
The name of the metric with the best result.
|
FinalAutoMLJobObjectiveMetric.Builder |
metricName(String metricName)
The name of the metric with the best result.
|
FinalAutoMLJobObjectiveMetric.Builder |
type(AutoMLJobObjectiveType type)
The type of metric with the best result.
|
FinalAutoMLJobObjectiveMetric.Builder |
type(String type)
The type of metric with the best result.
|
FinalAutoMLJobObjectiveMetric.Builder |
value(Float value)
The value of the metric with the best result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFinalAutoMLJobObjectiveMetric.Builder type(String type)
The type of metric with the best result.
type - The type of metric with the best result.AutoMLJobObjectiveType,
AutoMLJobObjectiveTypeFinalAutoMLJobObjectiveMetric.Builder type(AutoMLJobObjectiveType type)
The type of metric with the best result.
type - The type of metric with the best result.AutoMLJobObjectiveType,
AutoMLJobObjectiveTypeFinalAutoMLJobObjectiveMetric.Builder metricName(String metricName)
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
metricName - The name of the metric with the best result. For a description of the possible objective metrics, see
AutoMLJobObjective$MetricName.AutoMLMetricEnum,
AutoMLMetricEnumFinalAutoMLJobObjectiveMetric.Builder metricName(AutoMLMetricEnum metricName)
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
metricName - The name of the metric with the best result. For a description of the possible objective metrics, see
AutoMLJobObjective$MetricName.AutoMLMetricEnum,
AutoMLMetricEnumFinalAutoMLJobObjectiveMetric.Builder value(Float value)
The value of the metric with the best result.
value - The value of the metric with the best result.Copyright © 2021. All rights reserved.