Class: Google::Cloud::AIPlatform::V1::ExactMatchInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExactMatchInput
- 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
-
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ExactMatchSpec
Required.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>
Returns Required. Repeated exact match instances.
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.
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 |