Class DeleteFeatureValuesRequest (1.18.0)

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

Request message for FeaturestoreService.DeleteFeatureValues.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
select_entity google.cloud.aiplatform_v1beta1.types.DeleteFeatureValuesRequest.SelectEntity
Select feature values to be deleted by specifying entities. This field is a member of `oneof`_ ``DeleteOption``.
select_time_range_and_feature google.cloud.aiplatform_v1beta1.types.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features. This field is a member of `oneof`_ ``DeleteOption``.
entity_type str
Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: ``projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}``

Inheritance

builtins.object > proto.message.Message > DeleteFeatureValuesRequest

Classes

SelectEntity

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.

SelectTimeRangeAndFeature

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

Message to select time range and feature. Values of the selected feature generated within an inclusive time range will be deleted.