public sealed class TrajectoryExactMatchInstance : IMessage<TrajectoryExactMatchInstance>, IEquatable<TrajectoryExactMatchInstance>, IDeepCloneable<TrajectoryExactMatchInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryExactMatchInstance.
[[["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 `TrajectoryExactMatchInstance` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `TrajectoryExactMatchInstance` class is a specification for comparing tool call trajectories, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts another `TrajectoryExactMatchInstance` object as a parameter."],["The class has two properties, `PredictedTrajectory` and `ReferenceTrajectory`, both of which require a `Trajectory` object to define the predicted and reference trajectories, respectively."]]],[]]