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

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.

Inheritance

object > TrajectoryExactMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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