solution
Gets an individual solution
resource
Overview
Name | solution |
Type | Resource |
Description | solution |
Id | awscc.personalize.solution |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name for the solution |
solution_arn | string | |
event_type | string | When your have multiple event types (using an EVENT_TYPE schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model. If you do not provide an eventType, Amazon Personalize will use all interactions for training with equal weight regardless of type. |
dataset_group_arn | string | The ARN of the dataset group that provides the training data. |
perform_auto_ml | boolean | Whether to perform automated machine learning (AutoML). The default is false. For this case, you must specify recipeArn. |
perform_hpo | boolean | Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false. When performing AutoML, this parameter is always true and you should not set it to false. |
recipe_arn | string | The ARN of the recipe to use for model training. Only specified when performAutoML is false. |
solution_config | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
solution_arn,
event_type,
dataset_group_arn,
perform_auto_ml,
perform_hpo,
recipe_arn,
solution_config
FROM awscc.personalize.solution
WHERE data__Identifier = '<SolutionArn>';
Permissions
To operate on the solution
resource, the following permissions are required:
Read
personalize:DescribeSolution
Delete
personalize:DeleteSolution,
personalize:DescribeSolution