@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()
For responses, this returns true if the service returned a value for the AlgorithmHyperParameters property.
|
boolean |
hasFeatureTransformationParameters()
For responses, this returns true if the service returned a value for the FeatureTransformationParameters
property.
|
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()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAlgorithmHyperParameters() method.
public final boolean hasFeatureTransformationParameters()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFeatureTransformationParameters()
method.
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 © 2023. All rights reserved.