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'
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python