public sealed class TrajectoryExactMatchSpec : IMessage<TrajectoryExactMatchSpec>, IEquatable<TrajectoryExactMatchSpec>, IDeepCloneable<TrajectoryExactMatchSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-21 UTC."],[[["The `TrajectoryExactMatchSpec` class, part of the Cloud AI Platform v1beta1 API, defines a specification for a metric that evaluates the exact match between tool calls in reference and predicted trajectories."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data comparison within the API."],["`TrajectoryExactMatchSpec` inherits from the `object` class and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, demonstrating its integration with the .NET object model."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class has two constructors: one default and one that accepts a `TrajectoryExactMatchSpec` object as a parameter for creating copies."]]],[]]