public sealed class TrajectoryRecallResults : IMessage<TrajectoryRecallResults>, IEquatable<TrajectoryRecallResults>, IDeepCloneable<TrajectoryRecallResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryRecallResults.
[[["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."],[[["The `TrajectoryRecallResults` class is part of the Vertex AI v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class is used to represent the results of the TrajectoryRecall metric and it inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default one and another that takes a `TrajectoryRecallResults` object as a parameter for creating a copy."],["The class exposes a `TrajectoryRecallMetricValues` property of type `RepeatedField\u003cTrajectoryRecallMetricValue\u003e`, representing the metric values, and it is output only."],["The latest version of this documentation is `1.0.0-beta21`, with a prior version, `1.0.0-beta20`, also listed."]]],[]]