Cloud AI Platform v1beta1 API - Class TrajectoryRecallInput (1.0.0-beta11)

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.

Inheritance

object > TrajectoryRecallInput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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