public static final class CfnSolution.SolutionConfigProperty.Builder
extends java.lang.Object
CfnSolution.SolutionConfigProperty
Constructor and Description |
---|
Builder() |
public CfnSolution.SolutionConfigProperty.Builder algorithmHyperParameters(IResolvable algorithmHyperParameters)
CfnSolution.SolutionConfigProperty.getAlgorithmHyperParameters()
algorithmHyperParameters
- Lists the hyperparameter names and ranges.this
public CfnSolution.SolutionConfigProperty.Builder algorithmHyperParameters(java.util.Map<java.lang.String,java.lang.String> algorithmHyperParameters)
CfnSolution.SolutionConfigProperty.getAlgorithmHyperParameters()
algorithmHyperParameters
- Lists the hyperparameter names and ranges.this
public CfnSolution.SolutionConfigProperty.Builder autoMlConfig(java.lang.Object autoMlConfig)
CfnSolution.SolutionConfigProperty.getAutoMlConfig()
autoMlConfig
- The [AutoMLConfig](https://docs.aws.amazon.com/personalize/latest/dg/API_AutoMLConfig.html) object containing a list of recipes to search when AutoML is performed.this
public CfnSolution.SolutionConfigProperty.Builder eventValueThreshold(java.lang.String eventValueThreshold)
CfnSolution.SolutionConfigProperty.getEventValueThreshold()
eventValueThreshold
- Only events with a value greater than or equal to this threshold are used for training a model.this
public CfnSolution.SolutionConfigProperty.Builder featureTransformationParameters(IResolvable featureTransformationParameters)
CfnSolution.SolutionConfigProperty.getFeatureTransformationParameters()
featureTransformationParameters
- Lists the feature transformation parameters.this
public CfnSolution.SolutionConfigProperty.Builder featureTransformationParameters(java.util.Map<java.lang.String,java.lang.String> featureTransformationParameters)
CfnSolution.SolutionConfigProperty.getFeatureTransformationParameters()
featureTransformationParameters
- Lists the feature transformation parameters.this
public CfnSolution.SolutionConfigProperty.Builder hpoConfig(java.lang.Object hpoConfig)
CfnSolution.SolutionConfigProperty.getHpoConfig()
hpoConfig
- Describes the properties for hyperparameter optimization (HPO).this
public CfnSolution.SolutionConfigProperty build()
CfnSolution.SolutionConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided