public static interface DeleteFeatureValuesRequest.SelectEntityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntityIdSelector()
public abstract 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];
Returns | |
---|---|
Type | Description |
EntityIdSelector |
The entityIdSelector. |
getEntityIdSelectorOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
EntityIdSelectorOrBuilder |
hasEntityIdSelector()
public abstract boolean 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the entityIdSelector field is set. |