Class: Google::Cloud::AIPlatform::V1::EmbedContentResponse::Embedding
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::EmbedContentResponse::Embedding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
A list of floats representing an embedding.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Float>
Embedding vector values.
Instance Attribute Details
#values ⇒ ::Array<::Float>
Returns Embedding vector values.
750 751 752 753 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 750 class Embedding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |