public sealed class ToolParameterKeyMatchInput : IMessage<ToolParameterKeyMatchInput>, IEquatable<ToolParameterKeyMatchInput>, IDeepCloneable<ToolParameterKeyMatchInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKeyMatchInput.
[[["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."],[[["The `ToolParameterKeyMatchInput` class, part of the Cloud AI Platform v1beta1 API, serves as input for tool parameter key match metrics within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionality like message handling, equality checks, deep cloning, and buffer management."],["The `ToolParameterKeyMatchInput` class includes two constructors, one default and one that accepts another `ToolParameterKeyMatchInput` instance for copying."],["It contains properties including `Instances`, a required `RepeatedField` of `ToolParameterKeyMatchInstance` objects, and `MetricSpec`, which is a required `ToolParameterKeyMatchSpec`."],["The documentation is for version 1.0.0-beta02 of the API, with a link provided to version 1.0.0-beta21 being the latest."]]],[]]