Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Configuration for AlloyDB AI Natural Language.
Instance Attribute Summary collapse
-
#nl_config_id ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig.
10696 10697 10698 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10696 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nl_config_id ⇒ String
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.
Corresponds to the JSON property nlConfigId
10694 10695 10696 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10694 def nl_config_id @nl_config_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10701 10702 10703 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10701 def update!(**args) @nl_config_id = args[:nl_config_id] if args.key?(:nl_config_id) end |