public sealed class ExactMatchInstance : IMessage<ExactMatchInstance>, IEquatable<ExactMatchInstance>, IDeepCloneable<ExactMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference documentation for the `ExactMatchInstance` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta20 and 1.0.0-beta21."],["The `ExactMatchInstance` class is a specification for exact match instances and inherits from `object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `ExactMatchInstance()` and one that takes another `ExactMatchInstance` as a parameter for copying, `ExactMatchInstance(ExactMatchInstance other)`."],["`ExactMatchInstance` contains properties such as `HasPrediction`, `HasReference`, `Prediction`, and `Reference` for handling the prediction and ground truth values, and determining if they are set."],["The `ExactMatchInstance` class allows for setting of a string `Prediction` which is required as output of the evaluated model, and a string `Reference` which is required as the ground truth to be compared to the prediction."]]],[]]