public sealed class ToolCallValidInput : IMessage<ToolCallValidInput>, IEquatable<ToolCallValidInput>, IDeepCloneable<ToolCallValidInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation details the `ToolCallValidInput` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `ToolCallValidInput` class, designed for inputting tool call validity metrics, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class features two primary properties: `Instances`, which holds a collection of `ToolCallValidInstance` objects, and `MetricSpec`, which defines the specifications for the tool call valid metric."],["The `ToolCallValidInput` class offers two constructors, a parameterless one, and one that takes another `ToolCallValidInput` object for initialization."]]],[]]