solutions_list_only
Lists solutions
in a region or regions, for all properties use solutions
Overview
Name | solutions_list_only |
Type | Resource |
Description | Resource schema for AWS::Personalize::Solution. |
Id | aws.personalize.solutions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name for the solution |
solution_arn | string | The ARN of the solution |
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 | The configuration to use with the solution. When performAutoML is set to true, Amazon Personalize only evaluates the autoMLConfig section of the solution configuration. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all solutions
in a region.
SELECT
region,
solution_arn
FROM aws.personalize.solutions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the solutions_list_only
resource, see solutions