public sealed class TrajectoryPrecisionInput : IMessage<TrajectoryPrecisionInput>, IEquatable<TrajectoryPrecisionInput>, IDeepCloneable<TrajectoryPrecisionInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryPrecisionInput.
Instances and metric spec for TrajectoryPrecision metric.
[[["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."],[[["`TrajectoryPrecisionInput` is a class within the Vertex AI v1beta1 API, specifically the `Google.Cloud.AIPlatform.V1Beta1` namespace in the .NET library."],["The class serves as a reference for documentation and code samples, encapsulating instances and metric specifications for the TrajectoryPrecision metric."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The `TrajectoryPrecisionInput` class includes properties like `Instances`, which is a `RepeatedField` of `TrajectoryPrecisionInstance`, and `MetricSpec`, which is a `TrajectoryPrecisionSpec`, both being required elements."],["The class includes two constructors, `TrajectoryPrecisionInput()` which is a standard constructor, and `TrajectoryPrecisionInput(TrajectoryPrecisionInput other)`, which takes another `TrajectoryPrecisionInput` object as a parameter."]]],[]]