public sealed class TrajectoryExactMatchResults : IMessage<TrajectoryExactMatchResults>, IEquatable<TrajectoryExactMatchResults>, IDeepCloneable<TrajectoryExactMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryExactMatchResults.
Results for TrajectoryExactMatch metric.
Implements
IMessageTrajectoryExactMatchResults, IEquatableTrajectoryExactMatchResults, IDeepCloneableTrajectoryExactMatchResults, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TrajectoryExactMatchResults()
public TrajectoryExactMatchResults()
TrajectoryExactMatchResults(TrajectoryExactMatchResults)
public TrajectoryExactMatchResults(TrajectoryExactMatchResults other)
Parameter | |
---|---|
Name | Description |
other |
TrajectoryExactMatchResults |
Properties
TrajectoryExactMatchMetricValues
public RepeatedField<TrajectoryExactMatchMetricValue> TrajectoryExactMatchMetricValues { get; }
Output only. TrajectoryExactMatch metric values.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTrajectoryExactMatchMetricValue |