Class: Google::Cloud::VectorSearch::V1::DenseVectorField

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dimensions::Integer

Returns Dimensionality of the vector field.

Returns:

  • (::Integer)

    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.

Returns:



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