We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61b5a5d + d3f3d4c commit ceb08abCopy full SHA for ceb08ab
articles/machine-learning/how-to-datastore.md
@@ -222,7 +222,7 @@ store = AzureDataLakeGen2Datastore(
222
name="",
223
description="",
224
account_name="",
225
- file_system=""
+ filesystem=""
226
)
227
228
ml_client.create_or_update(store)
@@ -431,4 +431,4 @@ ml_client.create_or_update(store)
431
432
- [Read data in a job](how-to-read-write-data-v2.md#read-data-in-a-job)
433
- [Create data assets](how-to-create-data-assets.md#create-data-assets)
434
-- [Data administration](how-to-administrate-data-authentication.md#data-administration)
+- [Data administration](how-to-administrate-data-authentication.md#data-administration)
0 commit comments