Fetch the download URI for the model version.
GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/model-versions/get-download-uri
Returns version in MLflow format “mlflow-artifacts:
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” name
required
string
Model version name
version
required
integer
Model version ID
Responses
Section titled “ Responses ”OK
Media type application/json
object
artifact_uri
Download URI for MLflow artifact
string
Example generated
{ "artifact_uri": "example"}Bad Request
Not Found