public sealed class ToolParameterKeyMatchResults : IMessage<ToolParameterKeyMatchResults>, IEquatable<ToolParameterKeyMatchResults>, IDeepCloneable<ToolParameterKeyMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKeyMatchResults.
[[["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 documentation for the `ToolParameterKeyMatchResults` class within the Google Cloud AI Platform v1beta1 API, version 1.0.0-beta02."],["The `ToolParameterKeyMatchResults` class is a sealed class representing results for tool parameter key match metrics, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `object` and includes methods like `GetHashCode()`, `GetType()`, and `ToString()`, and it has a constructor `ToolParameterKeyMatchResults` that takes another instance of the same class as a parameter."],["The class has one key property, `ToolParameterKeyMatchMetricValues`, which is a read-only collection of `ToolParameterKeyMatchMetricValue` objects, representing tool parameter key match metric values."],["The latest version available of the API can be found using the `1.0.0-beta21` link, whereas this version is under `1.0.0-beta20` and is one of the first versions."]]],[]]