Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig

Returns a new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig.



24207
24208
24209
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24207

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nl_config_idString

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

Returns:

  • (String)


24205
24206
24207
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24205

def nl_config_id
  @nl_config_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24212
24213
24214
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24212

def update!(**args)
  @nl_config_id = args[:nl_config_id] if args.key?(:nl_config_id)
end