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-03-25 UTC."],[[["This page provides documentation for the `ToolCallValidMetricValue` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET developers."],["`ToolCallValidMetricValue` represents a valid metric value for a tool call instance and inherits from the base `object` class."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which is designed to be compatible with the Google.Protobuf library."],["The class offers two constructors: a default constructor and a copy constructor that takes another `ToolCallValidMetricValue` instance as a parameter."],["Key properties of `ToolCallValidMetricValue` include `HasScore`, which indicates if a score is set, and `Score`, a float value representing the tool call's valid score."]]],[]]