public sealed class ToolNameMatchMetricValue : IMessage<ToolNameMatchMetricValue>, IEquatable<ToolNameMatchMetricValue>, IDeepCloneable<ToolNameMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation covers the `ToolNameMatchMetricValue` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `ToolNameMatchMetricValue` class is used to represent the tool name match metric value for a given instance, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `object` base class and provides access to the inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes two constructors: a default constructor and one that takes another `ToolNameMatchMetricValue` instance as a parameter for initialization."],["The `ToolNameMatchMetricValue` class exposes two properties, `HasScore` (a boolean indicating if a score is set) and `Score` (a float representing the tool name match score)."]]],[]]