@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) |
boolean |
hasAlgorithmHyperParameters()
Returns true if the AlgorithmHyperParameters property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasFeatureTransformationParameters()
Returns true if the FeatureTransformationParameters property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
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).
public boolean hasAlgorithmHyperParameters()
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.
You can use hasAlgorithmHyperParameters() to see if a value was sent in this field.
public boolean hasFeatureTransformationParameters()
public Map<String,String> featureTransformationParameters()
Lists the feature transformation parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFeatureTransformationParameters() to see if a value was sent in this field.
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 © 2020. All rights reserved.