你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.object
IndexDataSource

Constructor

IndexDataSource(*, input_type: str | IndexInputType)

Parameters

Name Description
input_type
Required
Union[str, <xref:azure.ai.ml.constants._common.IndexInputType>]

A type enum describing the source of the index. Used to avoid direct type checking.