Interface EvaluationMetrics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EvaluationMetrics.Builder,,- EvaluationMetrics> - SdkBuilder<EvaluationMetrics.Builder,,- EvaluationMetrics> - SdkPojo
- Enclosing class:
- EvaluationMetrics
@Mutable
@NotThreadSafe
public static interface EvaluationMetrics.Builder
extends SdkPojo, CopyableBuilder<EvaluationMetrics.Builder,EvaluationMetrics> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault EvaluationMetrics.BuilderfindMatchesMetrics(Consumer<FindMatchesMetrics.Builder> findMatchesMetrics) The evaluation metrics for the find matches algorithm.findMatchesMetrics(FindMatchesMetrics findMatchesMetrics) The evaluation metrics for the find matches algorithm.transformType(String transformType) The type of machine learning transform.transformType(TransformType transformType) The type of machine learning transform.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- 
transformTypeThe type of machine learning transform. - Parameters:
- transformType- The type of machine learning transform.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
transformTypeThe type of machine learning transform. - Parameters:
- transformType- The type of machine learning transform.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
findMatchesMetricsThe evaluation metrics for the find matches algorithm. - Parameters:
- findMatchesMetrics- The evaluation metrics for the find matches algorithm.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
findMatchesMetricsdefault EvaluationMetrics.Builder findMatchesMetrics(Consumer<FindMatchesMetrics.Builder> findMatchesMetrics) The evaluation metrics for the find matches algorithm. This is a convenience method that creates an instance of theFindMatchesMetrics.Builderavoiding the need to create one manually viaFindMatchesMetrics.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofindMatchesMetrics(FindMatchesMetrics).- Parameters:
- findMatchesMetrics- a consumer that will call methods on- FindMatchesMetrics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-