public sealed class TrajectoryRecallResults : IMessage<TrajectoryRecallResults>, IEquatable<TrajectoryRecallResults>, IDeepCloneable<TrajectoryRecallResults>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryRecallResults.
Results for TrajectoryRecall metric.
Implements
IMessageTrajectoryRecallResults, IEquatableTrajectoryRecallResults, IDeepCloneableTrajectoryRecallResults, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TrajectoryRecallResults()
public TrajectoryRecallResults()TrajectoryRecallResults(TrajectoryRecallResults)
public TrajectoryRecallResults(TrajectoryRecallResults other)| Parameter | |
|---|---|
| Name | Description |
other |
TrajectoryRecallResults |
Properties
TrajectoryRecallMetricValues
public RepeatedField<TrajectoryRecallMetricValue> TrajectoryRecallMetricValues { get; }Output only. TrajectoryRecall metric values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTrajectoryRecallMetricValue |
|