Class: Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Embedding

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

Overview

The embedding vector.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Array<::Float>

Returns Optional. Individual value in the embedding.

Returns:

  • (::Array<::Float>)

    Optional. Individual value in the embedding.



143
144
145
146
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 143

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