get_solution_metrics
(**kwargs)¶Gets the metrics for the specified solution version.
See also: AWS API Documentation
Request Syntax
response = client.get_solution_metrics(
solutionVersionArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the solution version for which to get metrics.
{
'solutionVersionArn': 'string',
'metrics': {
'string': 123.0
}
}
Response Structure
The same solution version ARN as specified in the request.
The metrics for the solution version. For more information, see Evaluating a solution version with metrics.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException
Personalize.Client.exceptions.ResourceInUseException