public sealed class TrajectoryInOrderMatchInput : IMessage<TrajectoryInOrderMatchInput>, IEquatable<TrajectoryInOrderMatchInput>, IDeepCloneable<TrajectoryInOrderMatchInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryInOrderMatchInput.
Instances and metric spec for TrajectoryInOrderMatch metric.
[[["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-04-08 UTC."],[[["The `TrajectoryInOrderMatchInput` class, part of the Vertex AI v1beta1 API, provides functionality for defining instances and specifications for the TrajectoryInOrderMatch metric."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle data structures and operations."],["The `TrajectoryInOrderMatchInput` class contains properties such as `Instances`, which is a `RepeatedField` of `TrajectoryInOrderMatchInstance`, and `MetricSpec`, which is a `TrajectoryInOrderMatchSpec`, both essential for defining the metric."],["The class has two constructors, a default constructor and one that takes another `TrajectoryInOrderMatchInput` instance as a parameter."]]],[]]