public sealed class ToolParameterKVMatchMetricValue : IMessage<ToolParameterKVMatchMetricValue>, IEquatable<ToolParameterKVMatchMetricValue>, IDeepCloneable<ToolParameterKVMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKVMatchMetricValue.
Tool parameter key value 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 document provides reference information for the `ToolParameterKVMatchMetricValue` class within the Google Cloud AI Platform v1beta1 API."],["`ToolParameterKVMatchMetricValue` is a class used for representing tool parameter key-value match metric values for a specific instance, it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `ToolParameterKVMatchMetricValue`, which can be used to create a new instance, or construct a clone from an existing instance."],["The `ToolParameterKVMatchMetricValue` class exposes two properties: `HasScore`, a boolean indicating whether a score field is set, and `Score`, a float representing the tool parameter key-value match score, which is read-only."],["This `ToolParameterKVMatchMetricValue` class is found in the namespace `Google.Cloud.AIPlatform.V1Beta1`, and the most current version is 1.0.0-beta21."]]],[]]