public interface FeatureSelectorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the idMatcher field is set. |