public sealed class ExactMatchResults : IMessage<ExactMatchResults>, IEquatable<ExactMatchResults>, IDeepCloneable<ExactMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExactMatchResults.
Results for exact match metric.
Implements
IMessageExactMatchResults, IEquatableExactMatchResults, IDeepCloneableExactMatchResults, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExactMatchResults()
public ExactMatchResults()
ExactMatchResults(ExactMatchResults)
public ExactMatchResults(ExactMatchResults other)
Parameter | |
---|---|
Name | Description |
other |
ExactMatchResults |
Properties
ExactMatchMetricValues
public RepeatedField<ExactMatchMetricValue> ExactMatchMetricValues { get; }
Output only. Exact match metric values.
Property Value | |
---|---|
Type | Description |
RepeatedFieldExactMatchMetricValue |