aws.personalize.get_solution_metrics
Example SQL Queries
SELECT * FROMaws.personalize.get_solution_metricsWHERE"solution_version_arn" = 'VALUE';Description
Gets the metrics for the specified solution version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| solution_version_arn Required Input Column The same solution version ARN as specified in the request. | 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 |
| metrics The metrics for the solution version. For more information, see Evaluating a solution version with metrics . | MAP(VARCHAR, DOUBLE) |