Class: Aws::Types::TrainingMetrics
- Inherits:
-
Object
- Object
- Aws::Types::TrainingMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metrics ⇒ ::Hash[("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_25"), ::Float]
Returns the value of attribute metrics.
-
#recommender_version_name ⇒ ::String
Returns the value of attribute recommender_version_name.
-
#time ⇒ ::Time
Returns the value of attribute time.
Instance Attribute Details
#metrics ⇒ ::Hash[("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_25"), ::Float]
Returns the value of attribute metrics.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def metrics @metrics end |
#recommender_version_name ⇒ ::String
Returns the value of attribute recommender_version_name.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def recommender_version_name @recommender_version_name end |
#time ⇒ ::Time
Returns the value of attribute time.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def time @time end |