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.
Implements
IMessageTrajectoryRecallMetricValue, IEquatableTrajectoryRecallMetricValue, IDeepCloneableTrajectoryRecallMetricValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |