aws.personalize.list_solutions
Example SQL Queries
SELECT * FROMaws.personalize.list_solutions;Description
Returns a list of solutions in a given dataset group. When a dataset group is not specified, all the solutions associated with the account are listed. The response provides the properties for each solution, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Input Column The Amazon Resource Name (ARN) of the dataset group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date_time The date and time (in Unix time) that the solution was created. | TIMESTAMP_S |
| last_updated_date_time The date and time (in Unix time) that the solution was last updated. | TIMESTAMP_S |
| name The name of the solution. | VARCHAR |
| recipe_arn The Amazon Resource Name (ARN) of the recipe used by the solution. | VARCHAR |
| solution_arn The Amazon Resource Name (ARN) of the solution. | VARCHAR |
| status The status of the solution. A solution can be in one of the following states:
| VARCHAR |