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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


3129
3130
3131
3132
3133
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3129

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