Cloud AI Platform v1 API - Class IdMatcher (2.27.0)

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

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

Matcher for Features of an EntityType by Feature ID.

Inheritance

object > IdMatcher

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IdMatcher()

public IdMatcher()

IdMatcher(IdMatcher)

public IdMatcher(IdMatcher other)
Parameter
NameDescription
otherIdMatcher

Properties

Ids

public RepeatedField<string> Ids { get; }

Required. The following are accepted as ids:

  • A single-element list containing only *, which selects all Features in the target EntityType, or
  • A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.
Property Value
TypeDescription
RepeatedFieldstring