public sealed class ToolParameterKeyMatchMetricValue : IMessage<ToolParameterKeyMatchMetricValue>, IEquatable<ToolParameterKeyMatchMetricValue>, IDeepCloneable<ToolParameterKeyMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["The `ToolParameterKeyMatchMetricValue` class, part of the Cloud AI Platform v1beta1 API, represents a metric value for tool parameter key matches."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile component within the .NET ecosystem."],["The class provides two constructors: a default constructor and one that takes another `ToolParameterKeyMatchMetricValue` instance for copying."],["It includes two key properties: `HasScore`, a boolean indicating if a score is set, and `Score`, a float representing the tool parameter key match score."],["The class exists in the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]