TrainingMetrics
Contains metrics and performance indicators from the training of a recommender model.
Contents
- Metrics
-
A collection of performance metrics and statistics from the training process.
Type: String to double map
Valid Keys:
hit | coverage | recall | popularity | freshness | similarity | mean_reciprocal_rank_at_25 | normalized_discounted_cumulative_gain_at_5 | normalized_discounted_cumulative_gain_at_10 | normalized_discounted_cumulative_gain_at_25 | precision_at_5 | precision_at_10 | precision_at_25Required: No
- RecommenderVersionName
-
The name of the recommender version that produced these training metrics.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9_-]+/\d{4}-\d{2}-\d{2}T\d{2}-\d{2}-\d{2}ZRequired: No
- Time
-
The timestamp when these training metrics were recorded.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: