SolutionConfig class

Describes the configuration properties for the solution.

Constructors

SolutionConfig({Map<String, String>? algorithmHyperParameters, AutoMLConfig? autoMLConfig, String? eventValueThreshold, Map<String, String>? featureTransformationParameters, HPOConfig? hpoConfig})
SolutionConfig.fromJson(Map<String, dynamic> json)
factory

Properties

algorithmHyperParameters Map<String, String>?
Lists the hyperparameter names and ranges.
final
autoMLConfig AutoMLConfig?
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
final
eventValueThreshold String?
Only events with a value greater than or equal to this threshold are used for training a model.
final
featureTransformationParameters Map<String, String>?
Lists the feature transformation parameters.
final
hashCode int
The hash code for this object.
no setterinherited
hpoConfig HPOConfig?
Describes the properties for hyperparameter optimization (HPO).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited