Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::DataObject.
A dataObject resource in Vector Search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. Timestamp the dataObject was created at.
#data
def data() -> ::Google::Protobuf::Struct- (::Google::Protobuf::Struct) — Optional. The data of the dataObject.
#data=
def data=(value) -> ::Google::Protobuf::Struct- value (::Google::Protobuf::Struct) — Optional. The data of the dataObject.
- (::Google::Protobuf::Struct) — Optional. The data of the dataObject.
#data_object_id
def data_object_id() -> ::String- (::String) — Output only. The id of the dataObject.
#etag
def etag() -> ::String- (::String) — Optional. The etag of the dataObject.
#etag=
def etag=(value) -> ::String- value (::String) — Optional. The etag of the dataObject.
- (::String) — Optional. The etag of the dataObject.
#name
def name() -> ::String-
(::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.
#name=
def name=(value) -> ::String-
value (::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.
-
(::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.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. Timestamp the dataObject was last updated.
#vectors
def vectors() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}- (::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}) — Optional. The vectors of the dataObject.
#vectors=
def vectors=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}- value (::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}) — Optional. The vectors of the dataObject.
- (::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}) — Optional. The vectors of the dataObject.