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:
374374
375375 file_system_input = FileSystemInput(file_system_id = ' fs-2' ,
376376 file_system_type = ' FSxLustre' ,
377- directory_path = ' /fsx /tensorflow' ,
377+ directory_path = ' /<mount-id> /tensorflow' ,
378378 file_system_access_mode = ' ro' )
379379
380380 # 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:
394394
395395 records = FileSystemRecordSet(file_system_id = ' fs-=2,
396396 file_system_type = ' FSxLustre' ,
397- directory_path = ' /fsx /kmeans' ,
397+ directory_path = ' /<mount-id> /kmeans' ,
398398 num_records = 784 ,
399399 feature_dim = 784 )
400400
You can’t perform that action at this time.
0 commit comments