Cloud AI Platform v1beta1 API - Class TrajectoryRecallMetricValue (1.0.0-beta12)

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

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

TrajectoryRecall metric value for an instance.

Inheritance

object > TrajectoryRecallMetricValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryRecallMetricValue()

public TrajectoryRecallMetricValue()

TrajectoryRecallMetricValue(TrajectoryRecallMetricValue)

public TrajectoryRecallMetricValue(TrajectoryRecallMetricValue other)
Parameter
Name Description
other TrajectoryRecallMetricValue

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

Property Value
Type Description
float