Skip to content

Commit dd73453

Browse files
authored
Merge pull request #103526 from MayMSFT/patch-33
Update how-to-create-register-datasets.md
2 parents b074fd2 + 6fe78ed commit dd73453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-register-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ To create a dataset in the studio:
175175

176176
## Register datasets
177177

178-
To complete the creation process, register your datasets with a workspace. Use the [`register()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.dataset.dataset?view=azure-ml-py#register-workspace--name--description-none--tags-none--visible-true--exist-ok-false--update-if-exist-false-) method to register datasets with your workspace in order to share them with others and reuse them across various experiments:
178+
To complete the creation process, register your datasets with a workspace. Use the [`register()`](https://docs.microsoft.com/python/api/azureml-core/azureml.data.abstract_dataset.abstractdataset?view=azure-ml-py#register-workspace--name--description-none--tags-none--create-new-version-false-) method to register datasets with your workspace in order to share them with others and reuse them across various experiments:
179179

180180
```Python
181181
titanic_ds = titanic_ds.register(workspace=workspace,

0 commit comments

Comments
 (0)