Class: Google::Cloud::DiscoveryEngine::V1beta::DataStore::FederatedSearchConfig::AlloyDbConfig::AlloyDbAiNaturalLanguageConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DataStore::FederatedSearchConfig::AlloyDbConfig::AlloyDbAiNaturalLanguageConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb
Overview
Configuration for AlloyDB AI Natural Language.
Instance Attribute Summary collapse
-
#nl_config_id ⇒ ::String
Optional.
Instance Attribute Details
#nl_config_id ⇒ ::String
Returns Optional. AlloyDb AI NL config id, i.e. the value that was used for
calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be
empty.
288 289 290 291 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 288 class AlloyDbAiNaturalLanguageConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |