Reference documentation and code samples for the Google Cloud Vector Search V1 Client class Format.
Options for the format of the exported Data Objects.
Protobuf type google.cloud.vectorsearch.v1.ExportDataObjectsRequest.GcsExportDestination.Format
Namespace
Google \ Cloud \ VectorSearch \ V1 \ ExportDataObjectsRequest \ GcsExportDestinationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FORMAT_UNSPECIFIED
Value: 0Unspecified format.
Generated from protobuf enum FORMAT_UNSPECIFIED = 0;
JSONL
Value: 2Exports Data Objects in JSONL format.
Generated from protobuf enum JSONL = 2;