Cloud AI Platform v1 API - Class ExactMatchInput (3.6.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ExactMatchInput.

Input for exact match metric.

Inheritance

object > ExactMatchInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExactMatchInput()

public ExactMatchInput()

ExactMatchInput(ExactMatchInput)

public ExactMatchInput(ExactMatchInput other)
Parameter
Name Description
other ExactMatchInput

Properties

Instances

public RepeatedField<ExactMatchInstance> Instances { get; }

Required. Repeated exact match instances.

Property Value
Type Description
RepeatedFieldExactMatchInstance

MetricSpec

public ExactMatchSpec MetricSpec { get; set; }

Required. Spec for exact match metric.

Property Value
Type Description
ExactMatchSpec