Class: Aws::CustomerProfiles::Types::TrainingMetrics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#metricsHash<String,Float>

A collection of performance metrics and statistics from the training process.

Returns:

  • (Hash<String,Float>)


9143
9144
9145
9146
9147
9148
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9143

class TrainingMetrics < Struct.new(
  :time,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#timeTime

The timestamp when these training metrics were recorded.

Returns:

  • (Time)


9143
9144
9145
9146
9147
9148
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9143

class TrainingMetrics < Struct.new(
  :time,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end