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.
14214 14215 14216 14217 14218 |
# File 'lib/aws-sdk-bedrock/types.rb', line 14214 class ValidatorMetric < Struct.new( :validation_loss) SENSITIVE = [] include Aws::Structure end |