Cloud AI Platform v1beta1 API - Class ExactMatchMetricValue (1.0.0-beta03)

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

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

Exact match metric value for an instance.

Inheritance

object > ExactMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExactMatchMetricValue()

public ExactMatchMetricValue()

ExactMatchMetricValue(ExactMatchMetricValue)

public ExactMatchMetricValue(ExactMatchMetricValue other)
Parameter
Name Description
other ExactMatchMetricValue

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. Exact match score.

Property Value
Type Description
float