public sealed class ToolCallValidMetricValue : IMessage<ToolCallValidMetricValue>, IEquatable<ToolCallValidMetricValue>, IDeepCloneable<ToolCallValidMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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 documentation provides details for the `ToolCallValidMetricValue` class within the Google Cloud Vertex AI v1beta1 API, specifically in the .NET context."],["The `ToolCallValidMetricValue` class, which represents a metric value for a tool call, inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be instantiated through two constructors: a default constructor and one that takes another `ToolCallValidMetricValue` object as a parameter."],["The `ToolCallValidMetricValue` class includes two properties: `HasScore`, a boolean indicating if a score is set, and `Score`, a float representing the tool call's valid score."]]],[]]