Interface DeleteFeatureValuesRequest.SelectEntityOrBuilder (3.42.0)

public static interface DeleteFeatureValuesRequest.SelectEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the entityIdSelector field is set.