public sealed class ToolCallValidResults : IMessage<ToolCallValidResults>, IEquatable<ToolCallValidResults>, IDeepCloneable<ToolCallValidResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ToolCallValidResults.
[[["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-21 UTC."],[[["This document provides reference documentation for the `ToolCallValidResults` class within the Vertex AI v1beta1 API."],["The `ToolCallValidResults` class is used to represent the results of a tool call's validity and is found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ToolCallValidResults` has a `ToolCallValidMetricValues` property, which contains a repeated field of `ToolCallValidMetricValue` objects, and represents output-only metric values."],["There are two constructors for creating a `ToolCallValidResults` object, one being parameter-less, and the other taking a `ToolCallValidResults` object as the `other` parameter."]]],[]]