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

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

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

Instances and metric spec for TrajectoryAnyOrderMatch metric.

Inheritance

object > TrajectoryAnyOrderMatchInput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryAnyOrderMatchInput()

public TrajectoryAnyOrderMatchInput()

TrajectoryAnyOrderMatchInput(TrajectoryAnyOrderMatchInput)

public TrajectoryAnyOrderMatchInput(TrajectoryAnyOrderMatchInput other)
Parameter
Name Description
other TrajectoryAnyOrderMatchInput

Properties

Instances

public RepeatedField<TrajectoryAnyOrderMatchInstance> Instances { get; }

Required. Repeated TrajectoryAnyOrderMatch instance.

Property Value
Type Description
RepeatedFieldTrajectoryAnyOrderMatchInstance

MetricSpec

public TrajectoryAnyOrderMatchSpec MetricSpec { get; set; }

Required. Spec for TrajectoryAnyOrderMatch metric.

Property Value
Type Description
TrajectoryAnyOrderMatchSpec