AssetTypes Class
AssetTypes is an enumeration of values for the asset types of a dataset.
Asset types are used to identify the type of an asset. An asset can be a file, folder, mlflow model, triton model, mltable or custom model.
- Inheritance
-
builtins.objectAssetTypes
Constructor
AssetTypes()
Attributes
CUSTOM_MODEL
Custom model asset type.
CUSTOM_MODEL = 'custom_model'
MLFLOW_MODEL
MLFlow model asset type.
MLFLOW_MODEL = 'mlflow_model'
MLTABLE
MLTable asset type.
MLTABLE = 'mltable'
TRITON_MODEL
Triton model asset type.
TRITON_MODEL = 'triton_model'
URI_FILE
URI file asset type.
URI_FILE = 'uri_file'
URI_FOLDER
URI folder asset type.
URI_FOLDER = 'uri_folder'
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python