public sealed class TrajectoryPrecisionResults : IMessage<TrajectoryPrecisionResults>, IEquatable<TrajectoryPrecisionResults>, IDeepCloneable<TrajectoryPrecisionResults>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryPrecisionResults.
Results for TrajectoryPrecision metric.
Implements
IMessageTrajectoryPrecisionResults, IEquatableTrajectoryPrecisionResults, IDeepCloneableTrajectoryPrecisionResults, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TrajectoryPrecisionResults()
public TrajectoryPrecisionResults()TrajectoryPrecisionResults(TrajectoryPrecisionResults)
public TrajectoryPrecisionResults(TrajectoryPrecisionResults other)| Parameter | |
|---|---|
| Name | Description |
other |
TrajectoryPrecisionResults |
Properties
TrajectoryPrecisionMetricValues
public RepeatedField<TrajectoryPrecisionMetricValue> TrajectoryPrecisionMetricValues { get; }Output only. TrajectoryPrecision metric values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTrajectoryPrecisionMetricValue |
|