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

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

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

TrajectoryPrecision metric value for an instance.

Inheritance

object > TrajectoryPrecisionMetricValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryPrecisionMetricValue()

public TrajectoryPrecisionMetricValue()

TrajectoryPrecisionMetricValue(TrajectoryPrecisionMetricValue)

public TrajectoryPrecisionMetricValue(TrajectoryPrecisionMetricValue other)
Parameter
Name Description
other TrajectoryPrecisionMetricValue

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

Property Value
Type Description
float