public static interface DeleteFeatureValuesRequest.SelectEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityIdSelector |
getEntityIdSelector()
Required.
|
EntityIdSelectorOrBuilder |
getEntityIdSelectorOrBuilder()
Required.
|
boolean |
hasEntityIdSelector()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntityIdSelector()
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
.google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
EntityIdSelector getEntityIdSelector()
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
.google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
EntityIdSelectorOrBuilder getEntityIdSelectorOrBuilder()
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
.google.cloud.aiplatform.v1.EntityIdSelector entity_id_selector = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.