public sealed class TrajectoryExactMatchResults : IMessage<TrajectoryExactMatchResults>, IEquatable<TrajectoryExactMatchResults>, IDeepCloneable<TrajectoryExactMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryExactMatchResults.
[[["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 document provides reference information for the `TrajectoryExactMatchResults` class within the Vertex AI v1beta1 API, specifically in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`TrajectoryExactMatchResults` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class includes two constructors: a default one and another that accepts a `TrajectoryExactMatchResults` object for creating a new instance, likely for copying or cloning."],["It contains a property named `TrajectoryExactMatchMetricValues`, which is a `RepeatedField` that stores values for the TrajectoryExactMatch metric."],["The latest version documented is `1.0.0-beta21`, with a prior version `1.0.0-beta20` also listed in the documentation."]]],[]]