Class: Google::Cloud::VectorSearch::V1::DataObject
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::DataObject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/data_object.rb
Overview
A dataObject resource in Vector Search.
Defined Under Namespace
Classes: VectorsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#data ⇒ ::Google::Protobuf::Struct
Optional.
-
#data_object_id ⇒ ::String
readonly
Output only.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#vectors ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}
Optional.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp the dataObject was created at.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#data ⇒ ::Google::Protobuf::Struct
Returns Optional. The data of the dataObject.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#data_object_id ⇒ ::String (readonly)
Returns Output only. The id of the dataObject.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns Optional. The etag of the dataObject.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns 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.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp the dataObject was last updated.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#vectors ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::VectorSearch::V1::Vector}
Returns Optional. The vectors of the dataObject.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 51 class DataObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::VectorSearch::V1::Vector] class VectorsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |