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.
Implements
IMessageTrajectoryExactMatchInput, IEquatableTrajectoryExactMatchInput, IDeepCloneableTrajectoryExactMatchInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |