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.
Implements
IMessageExactMatchMetricValue, IEquatableExactMatchMetricValue, IDeepCloneableExactMatchMetricValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |