public sealed class ToolParameterKeyMatchMetricValue : IMessage<ToolParameterKeyMatchMetricValue>, IEquatable<ToolParameterKeyMatchMetricValue>, IDeepCloneable<ToolParameterKeyMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-31 UTC."],[[["This document provides reference information for the `ToolParameterKeyMatchMetricValue` class, a part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `ToolParameterKeyMatchMetricValue` class is used to represent the metric value for matching a tool parameter key and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes another `ToolParameterKeyMatchMetricValue` object as a parameter for creating a new instance."],["It contains two properties: `HasScore`, which indicates whether a score is set, and `Score`, which is the output-only value representing the tool parameter key match score."],["The latest version is 1.0.0-beta21 and it can also be found in older version 1.0.0-beta20."]]],[]]