Class: Aws::Bedrock::Types::ValidatorMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ValidatorMetric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
The metric for the validator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#validation_loss ⇒ Float
The validation loss associated with this validator.
Instance Attribute Details
#validation_loss ⇒ Float
The validation loss associated with this validator.
12825 12826 12827 12828 12829 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12825 class ValidatorMetric < Struct.new( :validation_loss) SENSITIVE = [] include Aws::Structure end |