public sealed class TrajectoryRecallSpec : IMessage<TrajectoryRecallSpec>, IEquatable<TrajectoryRecallSpec>, IDeepCloneable<TrajectoryRecallSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryRecallSpec.
Spec for TrajectoryRecall metric - returns a float score based on average
recall of individual tool calls.
[[["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 latest version of the `TrajectoryRecallSpec` class is 1.0.0-beta21, which is part of the Vertex AI v1beta1 API."],["`TrajectoryRecallSpec` is used to define the specifications for the TrajectoryRecall metric, which returns a float score based on the average recall of tool calls."],["This class inherits from the `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains two constructors: a parameterless constructor and one that accepts another `TrajectoryRecallSpec` object as a parameter."],["It is located in the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]