Google Cloud Vector Search V1 Client - Class BatchCreateDataObjectsRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Vector Search V1 Client class BatchCreateDataObjectsRequest.

Request message for DataObjectService.BatchCreateDataObjects.

Generated from protobuf message google.cloud.vectorsearch.v1.BatchCreateDataObjectsRequest

Namespace

Google \ Cloud \ VectorSearch \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the Collection to create the DataObjects in. Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the CreateDataObjectRequest messages must match this field.

↳ requests array<CreateDataObjectRequest>

Required. The request message specifying the resources to create. A maximum of 1000 DataObjects can be created in a batch.

getParent

Required. The resource name of the Collection to create the DataObjects in.

Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the CreateDataObjectRequest messages must match this field.

Returns
Type Description
string

setParent

Required. The resource name of the Collection to create the DataObjects in.

Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the CreateDataObjectRequest messages must match this field.

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. The request message specifying the resources to create.

A maximum of 1000 DataObjects can be created in a batch.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Required. The request message specifying the resources to create.

A maximum of 1000 DataObjects can be created in a batch.

Parameter
Name Description
var array<CreateDataObjectRequest>
Returns
Type Description
$this