public sealed class TrajectoryPrecisionMetricValue : IMessage<TrajectoryPrecisionMetricValue>, IEquatable<TrajectoryPrecisionMetricValue>, IDeepCloneable<TrajectoryPrecisionMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryPrecisionMetricValue.
[[["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."],[[["The `TrajectoryPrecisionMetricValue` class is part of the Vertex AI v1beta1 API and provides a metric value for trajectory precision in Google Cloud's AI Platform."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and equality comparison."],["It inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The class features two constructors: a default constructor and a copy constructor, which accepts another `TrajectoryPrecisionMetricValue` instance."],["The `TrajectoryPrecisionMetricValue` class has properties named `HasScore`, a boolean that checks if a score is set, and `Score`, a float value that is the output only score for TrajectoryPrecision."]]],[]]