public sealed class ToolCallValidMetricValue : IMessage<ToolCallValidMetricValue>, IEquatable<ToolCallValidMetricValue>, IDeepCloneable<ToolCallValidMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolCallValidMetricValue.
[[["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 page provides reference documentation for the `ToolCallValidMetricValue` class within the Cloud AI Platform v1beta1 API, specifically for the .NET library."],["The `ToolCallValidMetricValue` class, which represents a tool call valid metric value for an instance, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, with the latest version being 1.0.0-beta21."],["The `ToolCallValidMetricValue` class has two constructors, a default one, and one which takes another `ToolCallValidMetricValue` object as a parameter."],["The class includes two main properties, `HasScore` which is a boolean indicating if a score has been set, and `Score`, which is a float containing the tool call valid score."]]],[]]