Class: Aws::Bedrock::Types::TrainingMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::TrainingMetrics
- 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
-
#training_loss ⇒ Float
Loss metric associated with the custom job.
Instance Attribute Details
#training_loss ⇒ Float
Loss metric associated with the custom job.
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 |