public sealed class TrajectoryInOrderMatchMetricValue : IMessage<TrajectoryInOrderMatchMetricValue>, IEquatable<TrajectoryInOrderMatchMetricValue>, IDeepCloneable<TrajectoryInOrderMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryInOrderMatchMetricValue.
TrajectoryInOrderMatch metric value for an instance.
[[["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."],[[["This documentation covers the `TrajectoryInOrderMatchMetricValue` class, which is part of the Vertex AI v1beta1 API and used for representing a trajectory in-order match metric value for an instance."],["The `TrajectoryInOrderMatchMetricValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["The class offers two constructors: a default constructor and one that accepts another `TrajectoryInOrderMatchMetricValue` object as a parameter, allowing for object creation and copying."],["It has two properties, `HasScore`, a boolean indicating if a score is present, and `Score`, a float representing the output-only trajectory in-order match score."],["This class can be found in the `Google.Cloud.AIPlatform.V1Beta1` namespace and within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]