ExportDataObjectsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for VectorSearchService.ExportDataObjects.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
gcs_destination |
google.cloud.vectorsearch_v1.types.ExportDataObjectsRequest.GcsExportDestination
The Cloud Storage location where user wants to export Data Objects. This field is a member of oneof_ destination.
|
name |
str
Required. The resource name of the Collection from which we want to export Data Objects. Format: projects/{project}/locations/{location}/collections/{collection}.
|
Classes
GcsExportDestination
GcsExportDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)Google Cloud Storage configuration for the export.