Class: Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Embedding
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Embedding
- 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
-
#value ⇒ ::Array<::Float>
Optional.
Instance Attribute Details
#value ⇒ ::Array<::Float>
Returns Optional. Individual value in the embedding.
155 156 157 158 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 155 class Embedding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |