Skip to content

Instantly share code, notes, and snippets.

@korkridake
Created May 29, 2020 13:01
Show Gist options
  • Save korkridake/13c805003e9ba62ae793dded20b14bb0 to your computer and use it in GitHub Desktop.
Save korkridake/13c805003e9ba62ae793dded20b14bb0 to your computer and use it in GitHub Desktop.
MLOps Ep.4 Productionizing Training Script (Configure Workspaces)
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