Ke Huang
Results
1
issues of
Ke Huang
### Description When running the notebook, there is a step to get or create a AML workspace: ```python ws = get_or_create_workspace( config_path=config_path, subscription_id=subscription_id, resource_group=resource_group, workspace_name=workspace_name, workspace_region=workspace_region, ) ``` By default...
example
bug-bash