Interface FeatureSelectorOrBuilder (2.8.9)

public interface FeatureSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdMatcher()

public abstract IdMatcher getIdMatcher()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IdMatcher

The idMatcher.

getIdMatcherOrBuilder()

public abstract IdMatcherOrBuilder getIdMatcherOrBuilder()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IdMatcherOrBuilder

hasIdMatcher()

public abstract boolean hasIdMatcher()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the idMatcher field is set.