Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ExactMatchInput.
Input for exact match metric.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instances
def instances() -> ::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>) — Required. Repeated exact match instances.
#instances=
def instances=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>) — Required. Repeated exact match instances.
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::ExactMatchInstance>) — Required. Repeated exact match instances.
#metric_spec
def metric_spec() -> ::Google::Cloud::AIPlatform::V1::ExactMatchSpec
Returns
- (::Google::Cloud::AIPlatform::V1::ExactMatchSpec) — Required. Spec for exact match metric.
#metric_spec=
def metric_spec=(value) -> ::Google::Cloud::AIPlatform::V1::ExactMatchSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::ExactMatchSpec) — Required. Spec for exact match metric.
Returns
- (::Google::Cloud::AIPlatform::V1::ExactMatchSpec) — Required. Spec for exact match metric.