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-21 UTC."],[[["This documentation covers the `ExactMatchInstance` class, part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `ExactMatchInstance` class is a specification for exact match instances and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It offers two constructors: a default constructor and one that accepts another `ExactMatchInstance` as a parameter."],["The class includes properties `HasPrediction`, `HasReference`, `Prediction`, and `Reference`, which provide details about the prediction output and ground truth data, with `Prediction` and `Reference` being required."],["The documentation references the latest version of the code, being `1.0.0-beta21`, along with a previous version, `1.0.0-beta20`."]]],[]]