Class DeleteFeatureValuesResponse (1.24.1)

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

Response 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_v1.types.DeleteFeatureValuesResponse.SelectEntity
Response for request specifying the entities to delete This field is a member of oneof_ response.
select_time_range_and_feature google.cloud.aiplatform_v1.types.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Response for request specifying time range and feature This field is a member of oneof_ response.

Inheritance

builtins.object > proto.message.Message > DeleteFeatureValuesResponse

Classes

SelectEntity

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

Response message if the request uses the SelectEntity option.

SelectTimeRangeAndFeature

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

Response message if the request uses the SelectTimeRangeAndFeature option.