public sealed class TrajectoryAnyOrderMatchSpec : IMessage<TrajectoryAnyOrderMatchSpec>, IEquatable<TrajectoryAnyOrderMatchSpec>, IDeepCloneable<TrajectoryAnyOrderMatchSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryAnyOrderMatchSpec.
Spec for TrajectoryAnyOrderMatch metric - returns 1 if all tool calls in the
reference trajectory appear in the predicted trajectory in any order, else
0.
[[["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 page provides documentation for the `TrajectoryAnyOrderMatchSpec` class within the Google Cloud Vertex AI v1beta1 API."],["`TrajectoryAnyOrderMatchSpec` is used to define a metric that checks if all tool calls from a reference trajectory are present in a predicted trajectory, regardless of order."],["The `TrajectoryAnyOrderMatchSpec` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Two versions of this class are documented, 1.0.0-beta21 being the latest."],["There are two constructors available, one being the basic `TrajectoryAnyOrderMatchSpec()` and the other accepting a `TrajectoryAnyOrderMatchSpec` parameter, named `other`."]]],[]]