Google Cloud Vector Search V1 Client - Class Format (0.3.0)

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 \ GcsExportDestination

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FORMAT_UNSPECIFIED

Value: 0

Unspecified format.

Generated from protobuf enum FORMAT_UNSPECIFIED = 0;

JSONL

Value: 2

Exports Data Objects in JSONL format.

Generated from protobuf enum JSONL = 2;