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 interfaceFinalAutoMLJobObjectiveMetric.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FinalAutoMLJobObjectiveMetric.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AutoMLMetricEnummetricName()The name of the metric with the best result.StringmetricNameAsString()The name of the metric with the best result.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FinalAutoMLJobObjectiveMetric.Builder>serializableBuilderClass()AutoMLMetricEnumstandardMetricName()The name of the standard metric.StringstandardMetricNameAsString()The name of the standard metric.FinalAutoMLJobObjectiveMetric.BuildertoBuilder()StringtoString()Returns a string representation of this object.AutoMLJobObjectiveTypetype()The type of metric with the best result.StringtypeAsString()The type of metric with the best result.Floatvalue()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,
typewill 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,
typewill 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,
metricNamewill 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,
metricNamewill 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,
standardMetricNamewill 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,
standardMetricNamewill 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:
toBuilderin 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:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-