@Stability(value=Stable)
public static interface CfnSolution.SolutionConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.personalize.*;
Object autoMlConfig;
Object hpoConfig;
SolutionConfigProperty solutionConfigProperty = SolutionConfigProperty.builder()
.algorithmHyperParameters(Map.of(
"algorithmHyperParametersKey", "algorithmHyperParameters"))
.autoMlConfig(autoMlConfig)
.eventValueThreshold("eventValueThreshold")
.featureTransformationParameters(Map.of(
"featureTransformationParametersKey", "featureTransformationParameters"))
.hpoConfig(hpoConfig)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSolution.SolutionConfigProperty.Builder
A builder for
CfnSolution.SolutionConfigProperty |
static class |
CfnSolution.SolutionConfigProperty.Jsii$Proxy
An implementation for
CfnSolution.SolutionConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSolution.SolutionConfigProperty.Builder |
builder() |
default Object |
getAlgorithmHyperParameters()
`CfnSolution.SolutionConfigProperty.AlgorithmHyperParameters`.
|
default Object |
getAutoMlConfig()
`CfnSolution.SolutionConfigProperty.AutoMLConfig`.
|
default String |
getEventValueThreshold()
`CfnSolution.SolutionConfigProperty.EventValueThreshold`.
|
default Object |
getFeatureTransformationParameters()
`CfnSolution.SolutionConfigProperty.FeatureTransformationParameters`.
|
default Object |
getHpoConfig()
`CfnSolution.SolutionConfigProperty.HpoConfig`.
|
@Stability(value=Stable) @Nullable default Object getAlgorithmHyperParameters()
@Stability(value=Stable) @Nullable default Object getAutoMlConfig()
@Stability(value=Stable) @Nullable default String getEventValueThreshold()
@Stability(value=Stable) @Nullable default Object getFeatureTransformationParameters()
@Stability(value=Stable) @Nullable default Object getHpoConfig()
@Stability(value=Stable) static CfnSolution.SolutionConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.