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)


13595
13596
13597
13598
13599
# File 'lib/aws-sdk-bedrock/types.rb', line 13595

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