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])


2781
2782
2783
# File 'sig/types.rbs', line 2781

def metrics
  @metrics
end

#recommender_version_name ⇒ ::String

Returns the value of attribute recommender_version_name.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def recommender_version_name
  @recommender_version_name
end

#time ⇒ ::Time

Returns the value of attribute time.

Returns:

  • (::Time)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def time
  @time
end