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-03-31 UTC."],[[["The `ExactMatchInput` class, part of the Google Cloud AI Platform v1beta1 API, is used for defining input data for exact match metrics within the .NET environment."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The `ExactMatchInput` class has two constructors: a default constructor and a constructor that accepts another `ExactMatchInput` object for copying."],["It features two key properties, `Instances` which is a required field holding repeated exact match instances, and `MetricSpec` which holds the required specifications for the exact match metric."]]],[]]