Class: Aws::Types::TrainingMetrics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::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])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def time
  @time
end