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.
1 parent d51bda1 commit 496fe92Copy full SHA for 496fe92
doc/overview.rst
@@ -374,7 +374,7 @@ Here are examples of how to use Amazon FSx for Lustre as input for training:
374
375
file_system_input = FileSystemInput(file_system_id='fs-2',
376
file_system_type='FSxLustre',
377
- directory_path='/fsx/tensorflow',
+ directory_path='/<mount-id>/tensorflow',
378
file_system_access_mode='ro')
379
380
# Start an Amazon SageMaker training job with FSx using the FileSystemInput class
@@ -394,7 +394,7 @@ Here are examples of how to use Amazon FSx for Lustre as input for training:
394
395
records = FileSystemRecordSet(file_system_id='fs-=2,
396
397
- directory_path='/fsx/kmeans',
+ directory_path='/<mount-id>/kmeans',
398
num_records=784,
399
feature_dim=784)
400
0 commit comments