Commit 6e4142c
committed
train: Set model URI tag with absolute artifact path
Set the "training.output.model_uri" tag to the absolute path of the
corresponding artifact when logging a model for an MLflow run. This is
useful for downstream applications that need to fetch the model
generated by a specific run directly without having to reconstruct the
URI.
Signed-off-by: Phoevos Kalemkeris <[email protected]>1 parent 5b5976b commit 6e4142c
File tree
2 files changed
+11
-2
lines changed- app/management
- tests/app/monitoring
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
0 commit comments