Class: Aws::Bedrock::Types::TrainingMetrics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Metrics associated with the custom job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#training_lossFloat

Loss metric associated with the custom job.

Returns:

  • (Float)


6899
6900
6901
6902
6903
# File 'lib/aws-sdk-bedrock/types.rb', line 6899

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