@Generated(value="software.amazon.awssdk:codegen") public final class MetricDatum extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricDatum.Builder,MetricDatum>
Information about the metric for a candidate produced by an AutoML job.
Modifier and Type | Class and Description |
---|---|
static interface |
MetricDatum.Builder |
Modifier and Type | Method and Description |
---|---|
static MetricDatum.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AutoMLMetricEnum |
metricName()
The name of the metric.
|
String |
metricNameAsString()
The name of the metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetricDatum.Builder> |
serializableBuilderClass() |
MetricSetSource |
set()
The dataset split from which the AutoML job produced the metric.
|
String |
setAsString()
The dataset split from which the AutoML job produced the metric.
|
AutoMLMetricExtendedEnum |
standardMetricName()
The name of the standard metric.
|
String |
standardMetricNameAsString()
The name of the standard metric.
|
MetricDatum.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
value()
The value of the metric.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final AutoMLMetricEnum metricName()
The name of the metric.
If the service returns an enum value that is not available in the current SDK version, metricName
will
return AutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
metricNameAsString()
.
AutoMLMetricEnum
public final String metricNameAsString()
The name of the metric.
If the service returns an enum value that is not available in the current SDK version, metricName
will
return AutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
metricNameAsString()
.
AutoMLMetricEnum
public final Float value()
The value of the metric.
public final MetricSetSource set()
The dataset split from which the AutoML job produced the metric.
If the service returns an enum value that is not available in the current SDK version, set
will return
MetricSetSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
setAsString()
.
MetricSetSource
public final String setAsString()
The dataset split from which the AutoML job produced the metric.
If the service returns an enum value that is not available in the current SDK version, set
will return
MetricSetSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
setAsString()
.
MetricSetSource
public final AutoMLMetricExtendedEnum standardMetricName()
The name of the standard metric.
For definitions of the standard metrics, see
Autopilot candidate metrics
.
If the service returns an enum value that is not available in the current SDK version,
standardMetricName
will return AutoMLMetricExtendedEnum.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from standardMetricNameAsString()
.
For definitions of the standard metrics, see Autopilot candidate metrics
.
AutoMLMetricExtendedEnum
public final String standardMetricNameAsString()
The name of the standard metric.
For definitions of the standard metrics, see
Autopilot candidate metrics
.
If the service returns an enum value that is not available in the current SDK version,
standardMetricName
will return AutoMLMetricExtendedEnum.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from standardMetricNameAsString()
.
For definitions of the standard metrics, see Autopilot candidate metrics
.
AutoMLMetricExtendedEnum
public MetricDatum.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MetricDatum.Builder,MetricDatum>
public static MetricDatum.Builder builder()
public static Class<? extends MetricDatum.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.