public sealed class TrajectoryRecallMetricValue : IMessage<TrajectoryRecallMetricValue>, IEquatable<TrajectoryRecallMetricValue>, IDeepCloneable<TrajectoryRecallMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryRecallMetricValue.
[[["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 `TrajectoryRecallMetricValue` class, part of the Vertex AI v1beta1 API, represents the trajectory recall metric value for a given instance."],["This class is a sealed class that inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two versions of the `TrajectoryRecallMetricValue` class are available, `1.0.0-beta21` (latest) and `1.0.0-beta20`, with the documentation reflecting the latest version."],["The `TrajectoryRecallMetricValue` class has two properties: `HasScore`, a boolean indicating if a score is set, and `Score`, a float representing the trajectory recall score, which is an output-only value."],["The `TrajectoryRecallMetricValue` class offers two constructors: a parameterless one and one that accepts another `TrajectoryRecallMetricValue` object for copying."]]],[]]