public sealed class TrajectoryInOrderMatchMetricValue : IMessage<TrajectoryInOrderMatchMetricValue>, IEquatable<TrajectoryInOrderMatchMetricValue>, IDeepCloneable<TrajectoryInOrderMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-03-21 UTC."],[[["This document provides reference documentation for the `TrajectoryInOrderMatchMetricValue` class, part of the Cloud AI Platform v1beta1 API, specifically within version 1.0.0-beta15."],["The `TrajectoryInOrderMatchMetricValue` class represents the metric value for an instance, inheriting from the `object` class and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Two constructors are available for the `TrajectoryInOrderMatchMetricValue` class, one default constructor and another that takes another `TrajectoryInOrderMatchMetricValue` object as an argument for copying."],["The class includes a `Score` property of type float that is output only, representing the TrajectoryInOrderMatch score, as well as a `HasScore` property of type bool that indicates if the score field is set."]]],[]]