Class SelectEntity (1.22.1)

SelectEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message to select entity. If an entity id is selected, all the feature values corresponding to the entity id will be deleted, including the entityId.

Attribute

NameDescription
entity_id_selector google.cloud.aiplatform_v1beta1.types.EntityIdSelector
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.

Inheritance

builtins.object > proto.message.Message > SelectEntity