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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python