public interface FeatureSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IdMatcher |
getIdMatcher()
Required.
|
IdMatcherOrBuilder |
getIdMatcherOrBuilder()
Required.
|
boolean |
hasIdMatcher()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdMatcher()
Required. Matches Features based on ID.
.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
IdMatcher getIdMatcher()
Required. Matches Features based on ID.
.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
IdMatcherOrBuilder getIdMatcherOrBuilder()
Required. Matches Features based on ID.
.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.