public sealed class ExactMatchInput : IMessage<ExactMatchInput>, IEquatable<ExactMatchInput>, IDeepCloneable<ExactMatchInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["The `ExactMatchInput` class in the Vertex AI v1beta1 API serves as input for defining exact match metrics."],["This class is implemented within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["`ExactMatchInput` includes properties such as `Instances`, which contains a list of `ExactMatchInstance`, and `MetricSpec`, which defines the exact match metric specification."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are available for creating `ExactMatchInput` objects: one default constructor, and one that takes another `ExactMatchInput` object as a parameter for cloning."]]],[]]