public sealed class ToolCallValidInput : IMessage<ToolCallValidInput>, IEquatable<ToolCallValidInput>, IDeepCloneable<ToolCallValidInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ToolCallValidInput.
[[["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 `ToolCallValidInput` class, part of the Vertex AI v1beta1 API, is designed to handle input for tool call validation metrics."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ToolCallValidInput` offers two constructors: a default constructor and one that accepts another `ToolCallValidInput` object as input."],["It features two primary properties: `Instances`, which is a required collection of `ToolCallValidInstance` objects, and `MetricSpec`, which defines the required specification for the tool call valid metric."],["The class is contained in the `Google.Cloud.AIPlatform.V1Beta1` namespace, and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]