public sealed class TrajectoryExactMatchMetricValue : IMessage<TrajectoryExactMatchMetricValue>, IEquatable<TrajectoryExactMatchMetricValue>, IDeepCloneable<TrajectoryExactMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryExactMatchMetricValue.
TrajectoryExactMatch 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-03-31 UTC."],[[["The `TrajectoryExactMatchMetricValue` class is part of the Vertex AI v1beta1 API, providing a metric value for an instance within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, offering features for message handling, equality checks, deep cloning, and buffer operations."],["The class provides two constructors: a default constructor `TrajectoryExactMatchMetricValue()` and a copy constructor `TrajectoryExactMatchMetricValue(TrajectoryExactMatchMetricValue other)` for creating new instances."],["The `TrajectoryExactMatchMetricValue` class exposes two properties: `HasScore`, a boolean indicating if a score is present, and `Score`, a float representing the output-only TrajectoryExactMatch score."],["This document is a reference for version `1.0.0-beta21` which is the latest version available, and includes links to the reference documentation for version `1.0.0-beta20`."]]],[]]