Interface FinalAutoMLJobObjectiveMetric.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>,SdkBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>,SdkPojo
- Enclosing class:
- FinalAutoMLJobObjectiveMetric
public static interface FinalAutoMLJobObjectiveMetric.Builder extends SdkPojo, CopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FinalAutoMLJobObjectiveMetric.BuildermetricName(String metricName)The name of the metric with the best result.FinalAutoMLJobObjectiveMetric.BuildermetricName(AutoMLMetricEnum metricName)The name of the metric with the best result.FinalAutoMLJobObjectiveMetric.BuilderstandardMetricName(String standardMetricName)The name of the standard metric.FinalAutoMLJobObjectiveMetric.BuilderstandardMetricName(AutoMLMetricEnum standardMetricName)The name of the standard metric.FinalAutoMLJobObjectiveMetric.Buildertype(String type)The type of metric with the best result.FinalAutoMLJobObjectiveMetric.Buildertype(AutoMLJobObjectiveType type)The type of metric with the best result.FinalAutoMLJobObjectiveMetric.Buildervalue(Float value)The value of the metric with the best result.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
FinalAutoMLJobObjectiveMetric.Builder type(String type)
The type of metric with the best result.
- Parameters:
type- The type of metric with the best result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoMLJobObjectiveType,AutoMLJobObjectiveType
-
type
FinalAutoMLJobObjectiveMetric.Builder type(AutoMLJobObjectiveType type)
The type of metric with the best result.
- Parameters:
type- The type of metric with the best result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoMLJobObjectiveType,AutoMLJobObjectiveType
-
metricName
FinalAutoMLJobObjectiveMetric.Builder metricName(String metricName)
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
- Parameters:
metricName- The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoMLMetricEnum,AutoMLMetricEnum
-
metricName
FinalAutoMLJobObjectiveMetric.Builder metricName(AutoMLMetricEnum metricName)
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
- Parameters:
metricName- The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoMLMetricEnum,AutoMLMetricEnum
-
value
FinalAutoMLJobObjectiveMetric.Builder value(Float value)
The value of the metric with the best result.
- Parameters:
value- The value of the metric with the best result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardMetricName
FinalAutoMLJobObjectiveMetric.Builder standardMetricName(String standardMetricName)
The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.
- Parameters:
standardMetricName- The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoMLMetricEnum,AutoMLMetricEnum
-
standardMetricName
FinalAutoMLJobObjectiveMetric.Builder standardMetricName(AutoMLMetricEnum standardMetricName)
The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.
- Parameters:
standardMetricName- The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoMLMetricEnum,AutoMLMetricEnum
-
-