public sealed class TrajectoryAnyOrderMatchResults : IMessage<TrajectoryAnyOrderMatchResults>, IEquatable<TrajectoryAnyOrderMatchResults>, IDeepCloneable<TrajectoryAnyOrderMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryAnyOrderMatchResults.
[[["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."],[[["This documentation covers the `TrajectoryAnyOrderMatchResults` class, which is part of the Vertex AI v1beta1 API and is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `TrajectoryAnyOrderMatchResults` class provides results for the TrajectoryAnyOrderMatch metric, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `TrajectoryAnyOrderMatchResults()` and a copy constructor `TrajectoryAnyOrderMatchResults(TrajectoryAnyOrderMatchResults other)`."],["It includes one property, `TrajectoryAnyOrderMatchMetricValues`, which is a `RepeatedField` that holds `TrajectoryAnyOrderMatchMetricValue` objects, representing the metric values."]]],[]]