aws.personalize.list_solution_versions
Example SQL Queries
SELECT * FROMaws.personalize.list_solution_versions;Description
Returns a list of solution versions for the given solution. When a solution is not specified, all the solution versions associated with the account are listed. The response provides the properties for each solution version, including the Amazon Resource Name (ARN).
Table Definition
| Column Name | Column Data Type |
|---|---|
| solution_arn Input Column The Amazon Resource Name (ARN) of the solution. | 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 this version of a solution was created. | TIMESTAMP_S |
| failure_reason If a solution version fails, the reason behind the failure. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the solution version was last updated. | TIMESTAMP_S |
| solution_version_arn The Amazon Resource Name (ARN) of the solution version. | VARCHAR |
| status The status of the solution version. A solution version can be in one of the following states:
| VARCHAR |
| training_mode The scope of training to be performed when creating the solution version. A FULL training considers all of the data in your dataset group. An UPDATE processes only the data that has changed since the latest training. Only solution versions created with the User-Personalization recipe can use UPDATE. | VARCHAR |
| training_type Whether the solution version was created automatically or manually. | VARCHAR |