Class: Google::Cloud::DiscoveryEngine::V1beta::EmbeddingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::EmbeddingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/common.rb
Overview
Defines embedding config, used for bring your own embeddings feature.
Instance Attribute Summary collapse
-
#field_path ⇒ ::String
Full field path in the schema mapped as embedding field.
Instance Attribute Details
#field_path ⇒ ::String
Returns Full field path in the schema mapped as embedding field.
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/common.rb', line 108 class EmbeddingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |