File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ Here are examples of how to use Amazon FSx for Lustre as input for training:
374
374
375
375
file_system_input = FileSystemInput(file_system_id = ' fs-2' ,
376
376
file_system_type = ' FSxLustre' ,
377
- directory_path = ' /fsx /tensorflow' ,
377
+ directory_path = ' /<mount-id> /tensorflow' ,
378
378
file_system_access_mode = ' ro' )
379
379
380
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
394
395
395
records = FileSystemRecordSet(file_system_id = ' fs-=2,
396
396
file_system_type = ' FSxLustre' ,
397
- directory_path = ' /fsx /kmeans' ,
397
+ directory_path = ' /<mount-id> /kmeans' ,
398
398
num_records = 784 ,
399
399
feature_dim = 784 )
400
400
You can’t perform that action at this time.
0 commit comments