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-03-25 UTC."],[[["This documentation is for the `ToolCallValidInput` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`ToolCallValidInput` serves as an input for tool call valid metrics, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `ToolCallValidInput()` and `ToolCallValidInput(ToolCallValidInput other)`, and can be used with various types of objects."],["It has two key properties: `Instances`, which is a `RepeatedField` of `ToolCallValidInstance`, and `MetricSpec`, which is a `ToolCallValidSpec`, both required for defining and using the tool call valid metric."]]],[]]