public sealed class TrajectoryAnyOrderMatchMetricValue : IMessage<TrajectoryAnyOrderMatchMetricValue>, IEquatable<TrajectoryAnyOrderMatchMetricValue>, IDeepCloneable<TrajectoryAnyOrderMatchMetricValue>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TrajectoryAnyOrderMatchMetricValue.
TrajectoryAnyOrderMatch metric value for an instance.
Implements
IMessageTrajectoryAnyOrderMatchMetricValue, IEquatableTrajectoryAnyOrderMatchMetricValue, IDeepCloneableTrajectoryAnyOrderMatchMetricValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|