public sealed class TrajectoryPrecisionResults : IMessage<TrajectoryPrecisionResults>, IEquatable<TrajectoryPrecisionResults>, IDeepCloneable<TrajectoryPrecisionResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryPrecisionResults.
[[["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."],[[["This document provides reference documentation for the `TrajectoryPrecisionResults` class within the Vertex AI v1beta1 API, specifically for the .NET environment."],["`TrajectoryPrecisionResults` is a class that represents results for the TrajectoryPrecision metric and inherits from the `object` class."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is available in versions `1.0.0-beta21` and `1.0.0-beta20`."],["The `TrajectoryPrecisionResults` class has two constructors, one default and one that takes another `TrajectoryPrecisionResults` instance as a parameter, allowing for duplication of an existing object."],["It has a single property called `TrajectoryPrecisionMetricValues`, which is a `RepeatedField` containing values related to the TrajectoryPrecision metric, which is an output only property."]]],[]]