Class: Aws::Bedrock::Types::ValidatorMetric

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

The metric for the validator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#validation_lossFloat

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