public sealed class ExactMatchInstance : IMessage<ExactMatchInstance>, IEquatable<ExactMatchInstance>, IDeepCloneable<ExactMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExactMatchInstance.
[[["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-25 UTC."],[[["The `ExactMatchInstance` class, part of the Vertex AI v1beta1 API, provides a structure for specifying exact match instances within the `Google.Cloud.AIPlatform.V1Beta1` namespace, specifically version 1.0.0-beta20."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["`ExactMatchInstance` includes properties for `Prediction` and `Reference`, both of type string, representing the model's output and the ground truth, respectively, where both fields are required."],["The class has properties `HasPrediction` and `HasReference` of type boolean, which indicate whether the prediction and reference fields are set."],["The class offers two constructors, one default and another to clone from an existing `ExactMatchInstance` object."]]],[]]