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

public sealed class TrajectoryInOrderMatchMetricValue : IMessage<TrajectoryInOrderMatchMetricValue>, IEquatable<TrajectoryInOrderMatchMetricValue>, IDeepCloneable<TrajectoryInOrderMatchMetricValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryInOrderMatchMetricValue.

TrajectoryInOrderMatch metric value for an instance.

Inheritance

object > TrajectoryInOrderMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryInOrderMatchMetricValue()

public TrajectoryInOrderMatchMetricValue()

TrajectoryInOrderMatchMetricValue(TrajectoryInOrderMatchMetricValue)

public TrajectoryInOrderMatchMetricValue(TrajectoryInOrderMatchMetricValue other)
Parameter
Name Description
other TrajectoryInOrderMatchMetricValue

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. TrajectoryInOrderMatch score.

Property Value
Type Description
float