@Stability(value=Stable) @Internal public static final class CfnSolutionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSolutionProps
CfnSolutionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnSolutionProps.Builder, CfnSolutionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSolutionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSolutionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
String |
getEventType()
The event type (for example, 'click' or 'like') that is used for training the model.
|
String |
getName()
The name of the solution.
|
Object |
getPerformAutoMl()
> We don't recommend enabling automated machine learning.
|
Object |
getPerformHpo()
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
String |
getRecipeArn()
The ARN of the recipe used to create the solution.
|
Object |
getSolutionConfig()
Describes the configuration properties for the solution.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSolutionProps.Builder builder)
CfnSolutionProps.Builder.public final String getDatasetGroupArn()
CfnSolutionPropsgetDatasetGroupArn in interface CfnSolutionPropspublic final String getName()
CfnSolutionPropsgetName in interface CfnSolutionPropspublic final String getEventType()
CfnSolutionProps
If no eventType is provided, Amazon Personalize uses all interactions for training with equal weight regardless of type.
getEventType in interface CfnSolutionPropspublic final Object getPerformAutoMl()
CfnSolutionPropsInstead, match your use case to the available Amazon Personalize recipes. For more information, see Determining your use case.
When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list specified in the solution configuration ( recipeArn must not be specified). When false (the default), Amazon Personalize uses recipeArn for training.
getPerformAutoMl in interface CfnSolutionPropspublic final Object getPerformHpo()
CfnSolutionProps
The default is false .
getPerformHpo in interface CfnSolutionPropspublic final String getRecipeArn()
CfnSolutionPropsgetRecipeArn in interface CfnSolutionPropspublic final Object getSolutionConfig()
CfnSolutionPropsgetSolutionConfig in interface CfnSolutionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.