Interface AutoMLConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AutoMLConfig.Builder,,AutoMLConfig> SdkBuilder<AutoMLConfig.Builder,,AutoMLConfig> SdkPojo
- Enclosing class:
 AutoMLConfig
public static interface AutoMLConfig.Builder
extends SdkPojo, CopyableBuilder<AutoMLConfig.Builder,AutoMLConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionmetricName(String metricName) The metric to optimize.recipeList(String... recipeList) The list of candidate recipes.recipeList(Collection<String> recipeList) The list of candidate recipes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
metricName
The metric to optimize.
- Parameters:
 metricName- The metric to optimize.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
recipeList
The list of candidate recipes.
- Parameters:
 recipeList- The list of candidate recipes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
recipeList
The list of candidate recipes.
- Parameters:
 recipeList- The list of candidate recipes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -