Class: Google::Cloud::VectorSearch::V1::DenseVector

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vectorsearch/v1/data_object.rb

Overview

A dense vector.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Float>

Returns Required. The values of the vector.

Returns:

  • (::Array<::Float>)

    Required. The values of the vector.



85
86
87
88
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object.rb', line 85

class DenseVector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end