public static interface MetricDatum.Builder extends SdkPojo, CopyableBuilder<MetricDatum.Builder,MetricDatum>
| Modifier and Type | Method and Description |
|---|---|
MetricDatum.Builder |
metricName(AutoMLMetricEnum metricName)
The name of the metric.
|
MetricDatum.Builder |
metricName(String metricName)
The name of the metric.
|
MetricDatum.Builder |
set(MetricSetSource set)
The dataset split from which the AutoML job produced the metric.
|
MetricDatum.Builder |
set(String set)
The dataset split from which the AutoML job produced the metric.
|
MetricDatum.Builder |
value(Float value)
The value of the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricDatum.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.AutoMLMetricEnum,
AutoMLMetricEnumMetricDatum.Builder metricName(AutoMLMetricEnum metricName)
The name of the metric.
metricName - The name of the metric.AutoMLMetricEnum,
AutoMLMetricEnumMetricDatum.Builder value(Float value)
The value of the metric.
value - The value of the metric.MetricDatum.Builder set(String set)
The dataset split from which the AutoML job produced the metric.
set - The dataset split from which the AutoML job produced the metric.MetricSetSource,
MetricSetSourceMetricDatum.Builder set(MetricSetSource set)
The dataset split from which the AutoML job produced the metric.
set - The dataset split from which the AutoML job produced the metric.MetricSetSource,
MetricSetSourceCopyright © 2022. All rights reserved.