azure.ai.resources.constants package¶
- class azure.ai.resources.constants.AssetTypes[source]¶
An enumeration of values for the types of a data asset.
- FILE = 'file'¶
URI file data asset type.
- FOLDER = 'folder'¶
URI folder data asset type.
- TABLE = 'table'¶
Table data asset type.
- class azure.ai.resources.constants.IndexInputType[source]¶
An enumeration of values for the types of input data for an index.
- AOAI = 'aoai'¶
Azure OpenAI input data type.
- GIT = 'git'¶
- LOCAL = 'local'¶
- class azure.ai.resources.constants.IndexType[source]¶
An enumeration of values for the types of an index.
- ACS = 'acs'¶
- FAISS = 'faiss'¶
- class azure.ai.resources.constants.OperationScope[source]¶
An enumeration of values for the scope of an AIClient’s operations.
Some AIClient operations can be applied to either the client’s AI resource or its project. For such operations, these values are used to determine that scope.
- AI_RESOURCE = 'ai_resource'¶
- PROJECT = 'project'¶