public sealed class TrajectoryInOrderMatchInstance : IMessage<TrajectoryInOrderMatchInstance>, IEquatable<TrajectoryInOrderMatchInstance>, IDeepCloneable<TrajectoryInOrderMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryInOrderMatchInstance.
[[["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."],[[["The `TrajectoryInOrderMatchInstance` class in the Vertex AI v1beta1 API provides a specification for matching tool call trajectories."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`TrajectoryInOrderMatchInstance` has two constructors for creating new instances: a default constructor and one that takes another `TrajectoryInOrderMatchInstance` object as a parameter."],["The class has two key properties: `PredictedTrajectory` and `ReferenceTrajectory`, both of which are of type `Trajectory`, and they are required fields."],["The `TrajectoryInOrderMatchInstance` class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]