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

public sealed class TrajectoryExactMatchInput : IMessage<TrajectoryExactMatchInput>, IEquatable<TrajectoryExactMatchInput>, IDeepCloneable<TrajectoryExactMatchInput>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryExactMatchInput.

Instances and metric spec for TrajectoryExactMatch metric.

Inheritance

object > TrajectoryExactMatchInput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryExactMatchInput()

public TrajectoryExactMatchInput()

TrajectoryExactMatchInput(TrajectoryExactMatchInput)

public TrajectoryExactMatchInput(TrajectoryExactMatchInput other)
Parameter
Name Description
other TrajectoryExactMatchInput

Properties

Instances

public RepeatedField<TrajectoryExactMatchInstance> Instances { get; }

Required. Repeated TrajectoryExactMatch instance.

Property Value
Type Description
RepeatedFieldTrajectoryExactMatchInstance

MetricSpec

public TrajectoryExactMatchSpec MetricSpec { get; set; }

Required. Spec for TrajectoryExactMatch metric.

Property Value
Type Description
TrajectoryExactMatchSpec