Skip to content

Commit

Permalink
add one more property in WorkspaceProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomuzhi committed Jun 17, 2021
1 parent 3d34d32 commit c2d7a1b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2088,6 +2088,11 @@
"description": "The tenant id associated with this workspace.",
"type": "string",
"readOnly": true
},
"mlflowTrackingUri": {
"description": "The URI associated with this workspace that MLflow must point at to set up tracking.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit c2d7a1b

Please sign in to comment.