IndexDataSource Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Base class for configs that define data that will be processed into an ML index. This class should not be instantiated directly. Use one of its child classes instead.
- Inheritance
-
builtins.objectIndexDataSource
Constructor
IndexDataSource(*, input_type: str | IndexInputType)
Parameters
Name | Description |
---|---|
input_type
Required
|
A type enum describing the source of the index. Used to avoid direct type checking. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python