Class: Aws::Bedrock::Types::TrainingMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::TrainingMetrics
- 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
-
#training_loss ⇒ Float
Loss metric associated with the custom job.
Instance Attribute Details
#training_loss ⇒ Float
Loss metric associated with the custom job.
6919 6920 6921 6922 6923 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6919 class TrainingMetrics < Struct.new( :training_loss) SENSITIVE = [] include Aws::Structure end |