public sealed class ToolNameMatchInstance : IMessage<ToolNameMatchInstance>, IEquatable<ToolNameMatchInstance>, IDeepCloneable<ToolNameMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolNameMatchInstance.
[[["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."],[[["The `ToolNameMatchInstance` class is part of the Google Cloud AI Platform v1beta1 API and is used to specify a tool name match instance."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ToolNameMatchInstance` class contains properties like `HasPrediction`, `HasReference`, `Prediction`, and `Reference` for comparing model outputs with ground truth."],["The class has two constructors: a default constructor and one that accepts another `ToolNameMatchInstance` object as an argument for copying."],["The `Prediction` and `Reference` properties are strings representing the output of the evaluated model and the ground truth, respectively, which are required fields."]]],[]]