AzureAISearchConfig Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Config class for creating an Azure AI Search index.
- Inheritance
-
builtins.objectAzureAISearchConfig
Constructor
AzureAISearchConfig(*, index_name: str | None = None, connection_id: str | None = None)
Parameters
Name | Description |
---|---|
index_name
Required
|
The name of the Azure AI Search index. |
connection_id
Required
|
The Azure AI Search connection ID. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python