Reference documentation and code samples for the Google Cloud Vector Search V1 Client class GcsExportDestination.
Google Cloud Storage configuration for the export.
Generated from protobuf message google.cloud.vectorsearch.v1.ExportDataObjectsRequest.GcsExportDestination
Namespace
Google \ Cloud \ VectorSearch \ V1 \ ExportDataObjectsRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ export_uri |
string
Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection. |
↳ format |
int
Required. The format of the exported Data Objects. |
getExportUri
Required. URI prefix of the Cloud Storage where to export Data Objects.
The bucket is required to be in the same region as the collection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setExportUri
Required. URI prefix of the Cloud Storage where to export Data Objects.
The bucket is required to be in the same region as the collection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFormat
Required. The format of the exported Data Objects.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Format. |
setFormat
Required. The format of the exported Data Objects.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Format. |
| Returns | |
|---|---|
| Type | Description |
$this |
|