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.
Implements
IMessageTrajectoryAnyOrderMatchInput, IEquatableTrajectoryAnyOrderMatchInput, IDeepCloneableTrajectoryAnyOrderMatchInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |