public sealed class TrajectoryRecallInstance : IMessage<TrajectoryRecallInstance>, IEquatable<TrajectoryRecallInstance>, IDeepCloneable<TrajectoryRecallInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryRecallInstance.
[[["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-31 UTC."],[[["This document provides reference documentation for the `TrajectoryRecallInstance` class within the Vertex AI v1beta1 API."],["`TrajectoryRecallInstance` is a class representing a specification for a TrajectoryRecall instance and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `TrajectoryRecallInstance()` and a copy constructor `TrajectoryRecallInstance(TrajectoryRecallInstance other)`."],["It features two properties, `PredictedTrajectory` and `ReferenceTrajectory`, both of which are of type `Trajectory` and are used to define the predicted and reference tool call trajectories, respectively."],["The `TrajectoryRecallInstance` class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]