Solution class
An object that provides information about a solution. A solution is a trained model that can be deployed as a campaign.
Constructors
- Solution({AutoMLResult? autoMLResult, DateTime? creationDateTime, String? datasetGroupArn, String? eventType, DateTime? lastUpdatedDateTime, SolutionVersionSummary? latestSolutionVersion, String? name, bool? performAutoML, bool? performHPO, String? recipeArn, String? solutionArn, SolutionConfig? solutionConfig, String? status})
-
Solution.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoMLResult → AutoMLResult?
-
When
performAutoML
is true, specifies the best recipe found.final - creationDateTime → DateTime?
-
The creation date and time (in Unix time) of the solution.
final
- datasetGroupArn → String?
-
The Amazon Resource Name (ARN) of the dataset group that provides the
training data.
final
- eventType → String?
-
The event type (for example, 'click' or 'like') that is used for training
the model.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDateTime → DateTime?
-
The date and time (in Unix time) that the solution was last updated.
final
- latestSolutionVersion → SolutionVersionSummary?
-
Describes the latest version of the solution, including the status and the
ARN.
final
- name → String?
-
The name of the solution.
final
- performAutoML → bool?
-
When true, Amazon Personalize performs a search for the best
USER_PERSONALIZATION recipe from the list specified in the solution
configuration (
recipeArn
must not be specified). When false (the default), Amazon Personalize usesrecipeArn
for training.final - performHPO → bool?
-
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
The default is
false
.final - recipeArn → String?
-
The ARN of the recipe used to create the solution.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- solutionArn → String?
-
The ARN of the solution.
final
- solutionConfig → SolutionConfig?
-
Describes the configuration properties for the solution.
final
- status → String?
-
The status of the solution.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited