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 typeapplication/json
object
artifact_uri
Download URI for MLflow artifact
string
Examplegenerated
{ "artifact_uri": "example"}Bad Request
Not Found