Reference documentation and code samples for the Google Cloud Vector Search V1 Client class DataObject.
A dataObject resource in Vector Search.
Generated from protobuf message google.cloud.vectorsearch.v1.DataObject
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The fully qualified resource name of the dataObject. Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object_id}
The data_object_id must be 1-63 characters long, and comply with RFC1035
.
↳ data_object_id
string
Output only. The id of the dataObject.
↳ create_time
↳ update_time
↳ data
↳ vectors
↳ etag
string
Optional. The etag of the dataObject.
getName
Identifier. The fully qualified resource name of the dataObject.
Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object_id}
The data_object_id must be 1-63 characters
long, and comply with RFC1035
.
string
setName
Identifier. The fully qualified resource name of the dataObject.
Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object_id}
The data_object_id must be 1-63 characters
long, and comply with RFC1035
.
var
string
$this
getDataObjectId
Output only. The id of the dataObject.
string
setDataObjectId
Output only. The id of the dataObject.
var
string
$this
getCreateTime
Output only. Timestamp the dataObject was created at.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp the dataObject was created at.
$this
getUpdateTime
Output only. Timestamp the dataObject was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp the dataObject was last updated.
$this
getData
Optional. The data of the dataObject.
hasData
clearData
setData
Optional. The data of the dataObject.
$this
getVectors
Optional. The vectors of the dataObject.
setVectors
Optional. The vectors of the dataObject.
$this
getEtag
Optional. The etag of the dataObject.
string
setEtag
Optional. The etag of the dataObject.
var
string
$this

