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.
Implements
IMessageTrajectoryPrecisionMetricValue, IEquatableTrajectoryPrecisionMetricValue, IDeepCloneableTrajectoryPrecisionMetricValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |