public sealed class ToolNameMatchMetricValue : IMessage<ToolNameMatchMetricValue>, IEquatable<ToolNameMatchMetricValue>, IDeepCloneable<ToolNameMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ToolNameMatchMetricValue.
[[["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."],[[["This documentation covers the `ToolNameMatchMetricValue` class within the Google Cloud Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `ToolNameMatchMetricValue` class is used to represent the tool name match metric value for a given instance."],["It includes properties like `HasScore` (a boolean indicating if the score is set) and `Score` (a float representing the tool name match score)."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ToolNameMatchMetricValue` object has two constructors: a default constructor and a copy constructor."]]],[]]