@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).
|
OptimizationObjective |
optimizationObjective()
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.
|
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 final String eventValueThreshold()
Only events with a value greater than or equal to this threshold are used for training a model.
public final HPOConfig hpoConfig()
Describes the properties for hyperparameter optimization (HPO).
public final boolean hasAlgorithmHyperParameters()
public final 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 final boolean hasFeatureTransformationParameters()
public final 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 final AutoMLConfig autoMLConfig()
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
public final OptimizationObjective optimizationObjective()
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.
public SolutionConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SolutionConfig.Builder,SolutionConfig>public static SolutionConfig.Builder builder()
public static Class<? extends SolutionConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.