Class: Google::Cloud::AIPlatform::V1::ExactMatchInput

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

Input for exact match metric.

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>

Returns Required. Repeated exact match instances.

Returns:



212
213
214
215
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 212

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

#metric_spec::Google::Cloud::AIPlatform::V1::ExactMatchSpec

Returns Required. Spec for exact match metric.

Returns:



212
213
214
215
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 212

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