Class: Aws::CustomerProfiles::Types::TrainingMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::TrainingMetrics
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Contains metrics and performance indicators from the training of a recommender model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics ⇒ Hash<String,Float>
A collection of performance metrics and statistics from the training process.
-
#recommender_version_name ⇒ String
The name of the recommender version that produced these training metrics.
-
#time ⇒ Time
The timestamp when these training metrics were recorded.
Instance Attribute Details
#metrics ⇒ Hash<String,Float>
A collection of performance metrics and statistics from the training process.
10098 10099 10100 10101 10102 10103 10104 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10098 class TrainingMetrics < Struct.new( :time, :metrics, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#recommender_version_name ⇒ String
The name of the recommender version that produced these training metrics.
10098 10099 10100 10101 10102 10103 10104 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10098 class TrainingMetrics < Struct.new( :time, :metrics, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Time
The timestamp when these training metrics were recorded.
10098 10099 10100 10101 10102 10103 10104 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10098 class TrainingMetrics < Struct.new( :time, :metrics, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |