@Generated(value="software.amazon.awssdk:codegen") public final class SolutionConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SolutionConfig.Builder,SolutionConfig>
Describes the configuration properties for the solution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SolutionConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
algorithmHyperParameters()
Lists the hyperparameter names and ranges.
|
AutoMLConfig |
autoMLConfig()
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
|
static SolutionConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventValueThreshold()
Only events with a value greater than or equal to this threshold are used for training a model.
|
Map<String,String> |
featureTransformationParameters()
Lists the feature transformation parameters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HPOConfig |
hpoConfig()
Describes the properties for hyperparameter optimization (HPO).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SolutionConfig.Builder> |
serializableBuilderClass() |
SolutionConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String eventValueThreshold()
Only events with a value greater than or equal to this threshold are used for training a model.
public HPOConfig hpoConfig()
Describes the properties for hyperparameter optimization (HPO). For use with the bring-your-own-recipe feature. Not used with Amazon Personalize predefined recipes.
public Map<String,String> algorithmHyperParameters()
Lists the hyperparameter names and ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,String> featureTransformationParameters()
Lists the feature transformation parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AutoMLConfig autoMLConfig()
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
public SolutionConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SolutionConfig.Builder,SolutionConfig>public static SolutionConfig.Builder builder()
public static Class<? extends SolutionConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.