Class FinalAutoMLJobObjectiveMetric
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.FinalAutoMLJobObjectiveMetric
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
@Generated("software.amazon.awssdk:codegen") public final class FinalAutoMLJobObjectiveMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
The best candidate result from an AutoML training job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FinalAutoMLJobObjectiveMetric.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FinalAutoMLJobObjectiveMetric.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 with the best result.String
metricNameAsString()
The name of the metric with the best result.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends FinalAutoMLJobObjectiveMetric.Builder>
serializableBuilderClass()
AutoMLMetricEnum
standardMetricName()
The name of the standard metric.String
standardMetricNameAsString()
The name of the standard metric.FinalAutoMLJobObjectiveMetric.Builder
toBuilder()
String
toString()
Returns a string representation of this object.AutoMLJobObjectiveType
type()
The type of metric with the best result.String
typeAsString()
The type of metric with the best result.Float
value()
The value of the metric with the best result.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final AutoMLJobObjectiveType type()
The type of metric with the best result.
If the service returns an enum value that is not available in the current SDK version,
type
will returnAutoMLJobObjectiveType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- The type of metric with the best result.
- See Also:
AutoMLJobObjectiveType
-
typeAsString
public final String typeAsString()
The type of metric with the best result.
If the service returns an enum value that is not available in the current SDK version,
type
will returnAutoMLJobObjectiveType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- The type of metric with the best result.
- See Also:
AutoMLJobObjectiveType
-
metricName
public final AutoMLMetricEnum metricName()
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
If the service returns an enum value that is not available in the current SDK version,
metricName
will returnAutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommetricNameAsString()
.- Returns:
- The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
- See Also:
AutoMLMetricEnum
-
metricNameAsString
public final String metricNameAsString()
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
If the service returns an enum value that is not available in the current SDK version,
metricName
will returnAutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommetricNameAsString()
.- Returns:
- The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
- See Also:
AutoMLMetricEnum
-
value
public final Float value()
The value of the metric with the best result.
- Returns:
- The value of the metric with the best result.
-
standardMetricName
public final AutoMLMetricEnum standardMetricName()
The name of the standard metric. For a description 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 returnAutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstandardMetricNameAsString()
.- Returns:
- The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.
- See Also:
AutoMLMetricEnum
-
standardMetricNameAsString
public final String standardMetricNameAsString()
The name of the standard metric. For a description 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 returnAutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstandardMetricNameAsString()
.- Returns:
- The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.
- See Also:
AutoMLMetricEnum
-
toBuilder
public FinalAutoMLJobObjectiveMetric.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
-
builder
public static FinalAutoMLJobObjectiveMetric.Builder builder()
-
serializableBuilderClass
public static Class<? extends FinalAutoMLJobObjectiveMetric.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-