public sealed class ToolParameterKVMatchResults : IMessage<ToolParameterKVMatchResults>, IEquatable<ToolParameterKVMatchResults>, IDeepCloneable<ToolParameterKVMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKVMatchResults.
Results for tool parameter key value match metric.
[[["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 documentation covers the `ToolParameterKVMatchResults` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`ToolParameterKVMatchResults` is a class that represents the results for tool parameter key value match metrics, inheriting from the base object and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a constructor for creating a new `ToolParameterKVMatchResults` instance, as well as a copy constructor that takes another `ToolParameterKVMatchResults` instance as a parameter."],["It contains a `ToolParameterKvMatchMetricValues` property of type `RepeatedField\u003cToolParameterKVMatchMetricValue\u003e` that holds tool parameter key value match metric values."],["The class is found in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]