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.
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'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python