public sealed class TrajectoryExactMatchMetricValue : IMessage<TrajectoryExactMatchMetricValue>, IEquatable<TrajectoryExactMatchMetricValue>, IDeepCloneable<TrajectoryExactMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryExactMatchMetricValue.
TrajectoryExactMatch metric value for an instance.
Implements
IMessageTrajectoryExactMatchMetricValue, IEquatableTrajectoryExactMatchMetricValue, IDeepCloneableTrajectoryExactMatchMetricValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TrajectoryExactMatchMetricValue()
public TrajectoryExactMatchMetricValue()
TrajectoryExactMatchMetricValue(TrajectoryExactMatchMetricValue)
public TrajectoryExactMatchMetricValue(TrajectoryExactMatchMetricValue other)
Parameter | |
---|---|
Name | Description |
other |
TrajectoryExactMatchMetricValue |
Properties
HasScore
public bool HasScore { get; }
Gets whether the "score" field is set
Property Value | |
---|---|
Type | Description |
bool |
Score
public float Score { get; set; }
Output only. TrajectoryExactMatch score.
Property Value | |
---|---|
Type | Description |
float |