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

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

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

TrajectoryAnyOrderMatch metric value for an instance.

Inheritance

object > TrajectoryAnyOrderMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryAnyOrderMatchMetricValue()

public TrajectoryAnyOrderMatchMetricValue()

TrajectoryAnyOrderMatchMetricValue(TrajectoryAnyOrderMatchMetricValue)

public TrajectoryAnyOrderMatchMetricValue(TrajectoryAnyOrderMatchMetricValue other)
Parameter
Name Description
other TrajectoryAnyOrderMatchMetricValue

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

Property Value
Type Description
float