public sealed class TrajectoryAnyOrderMatchMetricValue : IMessage<TrajectoryAnyOrderMatchMetricValue>, IEquatable<TrajectoryAnyOrderMatchMetricValue>, IDeepCloneable<TrajectoryAnyOrderMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryAnyOrderMatchMetricValue.
TrajectoryAnyOrderMatch 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 `TrajectoryAnyOrderMatchMetricValue` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `TrajectoryAnyOrderMatchMetricValue` class is used to represent the TrajectoryAnyOrderMatch metric value for an instance and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that accepts another `TrajectoryAnyOrderMatchMetricValue` object as a parameter for copying."],["The class includes two properties: `HasScore`, a boolean indicating if the score is set, and `Score`, a float representing the TrajectoryAnyOrderMatch score, which is an output-only value."],["The latest version documented is `1.0.0-beta21`, and an older version, `1.0.0-beta20`, is also available."]]],[]]