Class: Google::Cloud::VectorSearch::V1::DenseVectorField
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::DenseVectorField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb
Overview
Message describing a dense vector field.
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Integer
Dimensionality of the vector field.
-
#vertex_embedding_config ⇒ ::Google::Cloud::VectorSearch::V1::VertexEmbeddingConfig
Optional.
Instance Attribute Details
#dimensions ⇒ ::Integer
Returns Dimensionality of the vector field.
107 108 109 110 |
# File 'proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb', line 107 class DenseVectorField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vertex_embedding_config ⇒ ::Google::Cloud::VectorSearch::V1::VertexEmbeddingConfig
Returns Optional. Configuration for generating embeddings for the vector field. If not specified, the embedding field must be populated in the DataObject.
107 108 109 110 |
# File 'proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb', line 107 class DenseVectorField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |