public sealed class TrajectoryExactMatchSpec : IMessage<TrajectoryExactMatchSpec>, IEquatable<TrajectoryExactMatchSpec>, IDeepCloneable<TrajectoryExactMatchSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryExactMatchSpec.
Spec for TrajectoryExactMatch metric - returns 1 if tool calls in the
reference trajectory exactly match the predicted trajectory, else 0.
[[["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."],[[["`TrajectoryExactMatchSpec` is a class in the Vertex AI v1beta1 API, designed to specify a metric that evaluates whether predicted tool calls exactly match those in a reference trajectory."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version of `TrajectoryExactMatchSpec` is `1.0.0-beta21`, which can be found under the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class has two constructors: a default constructor and one that takes another `TrajectoryExactMatchSpec` instance as a parameter."]]],[]]