Interface FinalAutoMLJobObjectiveMetric.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,,- FinalAutoMLJobObjectiveMetric> - SdkBuilder<FinalAutoMLJobObjectiveMetric.Builder,,- FinalAutoMLJobObjectiveMetric> - SdkPojo
- Enclosing class:
- FinalAutoMLJobObjectiveMetric
@Mutable
@NotThreadSafe
public static interface FinalAutoMLJobObjectiveMetric.Builder
extends SdkPojo, CopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric> 
- 
Method SummaryModifier and TypeMethodDescriptionmetricName(String metricName) The name of the metric with the best result.metricName(AutoMLMetricEnum metricName) The name of the metric with the best result.standardMetricName(String standardMetricName) The name of the standard metric.standardMetricName(AutoMLMetricEnum standardMetricName) The name of the standard metric.The type of metric with the best result.type(AutoMLJobObjectiveType type) The type of metric with the best result.The value of the metric with the best result.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe 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:
 
- 
typeThe 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:
 
- 
metricNameThe 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:
 
- 
metricNameThe 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:
 
- 
valueThe 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.
 
- 
standardMetricNameThe 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:
 
- 
standardMetricNameThe 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:
 
 
-