Created
May 29, 2020 13:01
-
-
Save korkridake/13c805003e9ba62ae793dded20b14bb0 to your computer and use it in GitHub Desktop.
MLOps Ep.4 Productionizing Training Script (Configure Workspaces)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ws = Workspace.from_config() | |
print(ws.name, ws.resource_group, ws.location, ws.subscription_id, sep = '\n') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment