public sealed class ExactMatchInput : IMessage<ExactMatchInput>, IEquatable<ExactMatchInput>, IDeepCloneable<ExactMatchInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExactMatchInput.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `ExactMatchInput` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `ExactMatchInput` class, used for defining input for exact match metrics, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `Instances`, a required `RepeatedField` of `ExactMatchInstance`, and `MetricSpec`, a required `ExactMatchSpec`."],["The `ExactMatchInput` class has two constructors, a default constructor, and a constructor to copy an existing instance."]]],[]]