
Azure ListModelVersions
CertifiedList the versions of an Azure Machine Learning model
Azure ListModelVersions
List the versions of an Azure Machine Learning model
Lists every registered version of a model, most recent first.
type: io.kestra.plugin.azure.ml.ListModelVersionsExamples
id: azure_ml_list_model_versions
namespace: company.team
tasks:
- id: list_versions
type: io.kestra.plugin.azure.ml.ListModelVersions
tenantId: "{{ secret('AZURE_TENANT_ID') }}"
clientId: "{{ secret('AZURE_CLIENT_ID') }}"
clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
subscriptionId: "{{ secret('AZURE_SUBSCRIPTION_ID') }}"
resourceGroupName: ml-rg
workspaceName: ml-workspace
modelName: fraud-detector
Properties
modelName *Requiredstring
Model name
resourceGroupName *Requiredstring
Resource group name
Resource group containing the Machine Learning workspace
subscriptionId *Requiredstring
Subscription ID
Azure subscription GUID that owns the Machine Learning workspace
tenantId *Requiredstring
Azure AD tenant ID (GUID)
workspaceName *Requiredstring
Workspace name
Name of the Azure Machine Learning workspace
clientId string
Client ID of the Azure AD application
Application (client) ID used for service principal authentication.
clientSecret string
Client secret for the Azure AD application
Secret value associated with the client ID; store in a Kestra secret.
pemCertificate string
PEM-encoded certificate content for client authentication
PEM text for certificate-based auth; alternative to clientSecret.
Outputs
modelName string
Model name
versions array
Versions
Every registered version of the model, most recent first
io.kestra.plugin.azure.ml.ListModelVersions-Version
Model type
Model framework flavor, e.g. custom_model, mlflow_model
uriModel URI
Storage URI backing this model version
Model version