public sealed class ToolCallValidInstance : IMessage<ToolCallValidInstance>, IEquatable<ToolCallValidInstance>, IDeepCloneable<ToolCallValidInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolCallValidInstance.
[[["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."],[[["The `ToolCallValidInstance` class is part of the Cloud AI Platform v1beta1 API, designed for specifying a valid instance for a tool call, and is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are essential for message handling, comparison, deep cloning, and buffered operations."],["`ToolCallValidInstance` has two constructors, a default one and one that accepts another `ToolCallValidInstance` object for copying."],["The class includes properties `Prediction` and `Reference` which represent the output of the evaluated model and the ground truth, respectively, and each one also has its own boolean `HasPrediction` and `HasReference` properties."],["The latest version available is 1.0.0-beta21."]]],[]]