public sealed class ToolParameterKeyMatchMetricValue : IMessage<ToolParameterKeyMatchMetricValue>, IEquatable<ToolParameterKeyMatchMetricValue>, IDeepCloneable<ToolParameterKeyMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKeyMatchMetricValue.
Tool parameter key match metric value for an instance.
[[["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 details the `ToolParameterKeyMatchMetricValue` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET development."],["The `ToolParameterKeyMatchMetricValue` class represents a metric value for a tool parameter key match and it inherits from the `object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that accepts another `ToolParameterKeyMatchMetricValue` instance for initialization, the constructor that accepts another `ToolParameterKeyMatchMetricValue` instance as a parameter is named `other`."],["The `ToolParameterKeyMatchMetricValue` class includes two properties, `HasScore`, which indicates if the \"score\" field is set, and `Score`, which represents the tool parameter key match score."],["This documentation also details the inherited members from the `object` base class such as `GetHashCode()`, `GetType()`, and `ToString()`, and it is contained within the namespace `Google.Cloud.AIPlatform.V1Beta1`."]]],[]]