@Stability(value=Stable) public static final class CfnSolution.SolutionConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSolution.SolutionConfigProperty>
CfnSolution.SolutionConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder algorithmHyperParameters(IResolvable algorithmHyperParameters)
CfnSolution.SolutionConfigProperty.getAlgorithmHyperParameters()algorithmHyperParameters - Lists the hyperparameter names and ranges.this@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder algorithmHyperParameters(Map<String,String> algorithmHyperParameters)
CfnSolution.SolutionConfigProperty.getAlgorithmHyperParameters()algorithmHyperParameters - Lists the hyperparameter names and ranges.this@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder autoMlConfig(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@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder eventValueThreshold(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@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder featureTransformationParameters(IResolvable featureTransformationParameters)
CfnSolution.SolutionConfigProperty.getFeatureTransformationParameters()featureTransformationParameters - Lists the feature transformation parameters.this@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder featureTransformationParameters(Map<String,String> featureTransformationParameters)
CfnSolution.SolutionConfigProperty.getFeatureTransformationParameters()featureTransformationParameters - Lists the feature transformation parameters.this@Stability(value=Stable) public CfnSolution.SolutionConfigProperty.Builder hpoConfig(Object hpoConfig)
CfnSolution.SolutionConfigProperty.getHpoConfig()hpoConfig - Describes the properties for hyperparameter optimization (HPO).this@Stability(value=Stable) public CfnSolution.SolutionConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnSolution.SolutionConfigProperty>CfnSolution.SolutionConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.