public sealed class TrajectoryRecallInput : IMessage<TrajectoryRecallInput>, IEquatable<TrajectoryRecallInput>, IDeepCloneable<TrajectoryRecallInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryRecallInput.
Instances and metric spec for TrajectoryRecall metric.
Implements
IMessageTrajectoryRecallInput, IEquatableTrajectoryRecallInput, IDeepCloneableTrajectoryRecallInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TrajectoryRecallInput()
public TrajectoryRecallInput()
TrajectoryRecallInput(TrajectoryRecallInput)
public TrajectoryRecallInput(TrajectoryRecallInput other)
Parameter | |
---|---|
Name | Description |
other |
TrajectoryRecallInput |
Properties
Instances
public RepeatedField<TrajectoryRecallInstance> Instances { get; }
Required. Repeated TrajectoryRecall instance.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTrajectoryRecallInstance |
MetricSpec
public TrajectoryRecallSpec MetricSpec { get; set; }
Required. Spec for TrajectoryRecall metric.
Property Value | |
---|---|
Type | Description |
TrajectoryRecallSpec |