Class ExportFeatureValuesRequest (1.18.0)

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

Request message for FeaturestoreService.ExportFeatureValues.

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
snapshot_export google.cloud.aiplatform_v1.types.ExportFeatureValuesRequest.SnapshotExport
Exports the latest Feature values of all entities of the EntityType within a time range. This field is a member of `oneof`_ ``mode``.
full_export google.cloud.aiplatform_v1.types.ExportFeatureValuesRequest.FullExport
Exports all historical values of all entities of the EntityType within a time range This field is a member of `oneof`_ ``mode``.
entity_type str
Required. The resource name of the EntityType from which to export Feature values. Format: ``projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}``
destination google.cloud.aiplatform_v1.types.FeatureValueDestination
Required. Specifies destination location and format.
feature_selector google.cloud.aiplatform_v1.types.FeatureSelector
Required. Selects Features to export values of.
settings Sequence[google.cloud.aiplatform_v1.types.DestinationFeatureSetting]
Per-Feature export settings.

Inheritance

builtins.object > proto.message.Message > ExportFeatureValuesRequest

Classes

FullExport

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

Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].

SnapshotExport

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

Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].