Class: Google::Cloud::AIPlatform::V1::ExactMatchMetricValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb

Overview

Exact match metric value for an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#score::Float (readonly)

Returns Output only. Exact match score.

Returns:

  • (::Float)

    Output only. Exact match score.



249
250
251
252
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 249

class ExactMatchMetricValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end