ImportDataObjectsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for VectorSearchService.ImportDataObjects.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
gcs_import |
google.cloud.vectorsearch_v1.types.ImportDataObjectsRequest.GcsImportConfig
The Cloud Storage location of the input content. This field is a member of oneof_ config.
|
name |
str
Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.
|
Classes
GcsImportConfig
GcsImportConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Google Cloud Storage configuration for the import.