Class ExportFeatureValuesRequest (1.3.0)

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

Request message for FeaturestoreService.ExportFeatureValues.

Attributes

NameDescription
snapshot_export google.cloud.aiplatform_v1beta1.types.ExportFeatureValuesRequest.SnapshotExport
Exports Feature values of all entities of the EntityType as of a snapshot time.
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_v1beta1.types.FeatureValueDestination
Required. Specifies destination location and format.
feature_selector google.cloud.aiplatform_v1beta1.types.FeatureSelector
Required. Selects Features to export values of.
settings Sequence[google.cloud.aiplatform_v1beta1.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.