Skip to content

Commit e6132ee

Browse files
authored
Update how-to-access-data.md
done @nibaccam
1 parent aced462 commit e6132ee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/machine-learning/how-to-access-data.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ To get the workspace's default datastore, use this line:
212212
datastore = ws.get_default_datastore()
213213
```
214214

215-
To define a different default datastore for the current workspace, use the [`set_default_datastore()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.workspace(class)?view=azure-ml-py#set-default-datastore-name-) method on the workspace object:
216-
217-
```Python
218-
# Define the default datastore for the current workspace
219-
ws.set_default_datastore('your datastore name')
220-
```
221-
222215
<a name="up-and-down"></a>
223216
## Upload and download data
224217

0 commit comments

Comments
 (0)