public sealed class ToolNameMatchInstance : IMessage<ToolNameMatchInstance>, IEquatable<ToolNameMatchInstance>, IDeepCloneable<ToolNameMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-21 UTC."],[[["This documentation covers the `ToolNameMatchInstance` class within the Google Cloud Vertex AI v1beta1 API, specifically focusing on version 1.0.0-beta21 (latest)."],["`ToolNameMatchInstance` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used for specifying tool name match instances."],["The class inherits from `object` and includes constructors for creating a new instance or copying an existing one, plus contains the inherited members `GetHashCode()`, `GetType()`, and `ToString()`."],["`ToolNameMatchInstance` class has properties `HasPrediction` and `HasReference` of type boolean to check if the \"prediction\" and \"reference\" field is set, and `Prediction` and `Reference` of type string to set the output of the model, and ground truth of the prediction, respectively."],["This class resides in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]