Class: Google::Cloud::AIPlatform::V1::ExactMatchResults

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

Results for exact match metric.

Instance Attribute Summary collapse

Instance Attribute Details

#exact_match_metric_values::Array<::Google::Cloud::AIPlatform::V1::ExactMatchMetricValue> (readonly)

Returns Output only. Exact match metric values.

Returns:



240
241
242
243
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 240

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