public sealed class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig : IMessage<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig>, IEquatable<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig>, IDeepCloneable<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig.
Configuration for AlloyDB AI Natural Language.
Inheritance
object > DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfigImplements
IMessageDataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbAiNaturalLanguageConfig, IEquatableDataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbAiNaturalLanguageConfig, IDeepCloneableDataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbAiNaturalLanguageConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
AlloyDbAiNaturalLanguageConfig()
public AlloyDbAiNaturalLanguageConfig()AlloyDbAiNaturalLanguageConfig(AlloyDbAiNaturalLanguageConfig)
public AlloyDbAiNaturalLanguageConfig(DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbAiNaturalLanguageConfig |
Properties
NlConfigId
public string NlConfigId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|