Skip to content

Commit

Permalink
Clarify namespace for mlflow type
Browse files Browse the repository at this point in the history
mlflow used a reference to an "empty" namespace and was at
odds to use this definition with other types.
This clarifies that mlflow does not use a namespace and remove the reference to "empty" namespace.

Reference: #373
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne authored Dec 24, 2024
1 parent 1951d21 commit 2b3147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ mlflow
- AWS Databricks: ``https://dbc-<alphanumeric>-<alphanumeric>.cloud.databricks.com/api/2.0/mlflow``
- GCP Databricks: ``https://<numbers>.<number>.gcp.databricks.com/api/2.0/mlflow``

- The ``namespace`` is empty.
- There is no ``namespace``.
- The ``name`` is the model name. Case sensitivity depends on the server implementation:

- Azure ML: it is case sensitive and must be kept as-is in the package URL.
Expand Down

0 comments on commit 2b3147f

Please sign in to comment.