Class ExportFeatureValuesRequest (1.7.1)

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

Request message for FeaturestoreService.ExportFeatureValues.

.. _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 Feature values of all entities of the EntityType as of a snapshot time. 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

SnapshotExport

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

Describes exporting Feature values as of the snapshot timestamp.