Creates a dataObject.
HTTP request
POST https://vectorsearch.googleapis.com/v1/{parent}/dataObjects
Path parameters
| Parameters | |
|---|---|
parent |
Required. The resource name of the Collection to create the DataObject in. Format: |
Query parameters
| Parameters | |
|---|---|
dataObjectId |
Required. The id of the dataObject to create. The id must be 1-63 characters long, and comply with RFC1035. Specifically, it must be 1-63 characters long and match the regular expression |
Request body
The request body contains an instance of DataObject.
Response body
If successful, the response body contains a newly created instance of DataObject.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
vectorsearch.dataObjects.create
For more information, see the IAM documentation.