You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Personalize::Types::SolutionAn object that provides information about a solution. A solution is a trained model that can be deployed as a campaign.
Returned by:
Instance Attribute Summary collapseWhen performAutoML
is true, specifies the best recipe found.
The creation date and time (in Unix time) of the solution.
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
The event type (for example, \'click\' or \'like\') that is used for training the model.
The date and time (in Unix time) that the solution was last updated.
Describes the latest version of the solution, including the status and the ARN.
The name of the solution.
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).
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
The ARN of the recipe used to create the solution.
The ARN of the solution.
Describes the configuration properties for the solution.
The status of the solution.
When performAutoML
is true, specifies the best recipe found.
The creation date and time (in Unix time) of the solution.
#dataset_group_arn ⇒ StringThe Amazon Resource Name (ARN) of the dataset group that provides the training data.
#event_type ⇒ StringThe event type (for example, \'click\' or \'like\') that is used for training the model.
#last_updated_date_time ⇒ TimeThe date and time (in Unix time) that the solution was last updated.
#name ⇒ StringThe name of the solution.
#perform_auto_ml ⇒ BooleanWhen 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 uses recipeArn
for training.
Whether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is false
.
The ARN of the recipe used to create the solution.
#status ⇒ StringThe status of the solution.
A solution can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4