public sealed class TrajectoryAnyOrderMatchInstance : IMessage<TrajectoryAnyOrderMatchInstance>, IEquatable<TrajectoryAnyOrderMatchInstance>, IDeepCloneable<TrajectoryAnyOrderMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryAnyOrderMatchInstance.
[[["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 documentation covers the `TrajectoryAnyOrderMatchInstance` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta11."],["The `TrajectoryAnyOrderMatchInstance` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that accepts another `TrajectoryAnyOrderMatchInstance` as a parameter, allowing for object cloning."],["The class contains properties for `PredictedTrajectory` and `ReferenceTrajectory`, both of which are of type `Trajectory`, and these are required for specifying tool call trajectories."],["This class is found in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]