Cloud AI Platform v1 API - Class FeatureSelector (2.27.0)

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

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

Selector for Features of an EntityType.

Inheritance

object > FeatureSelector

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureSelector()

public FeatureSelector()

FeatureSelector(FeatureSelector)

public FeatureSelector(FeatureSelector other)
Parameter
NameDescription
otherFeatureSelector

Properties

IdMatcher

public IdMatcher IdMatcher { get; set; }

Required. Matches Features based on ID.

Property Value
TypeDescription
IdMatcher