From 771e9bf5ef1a49e2699a36037464ea1eb1296652 Mon Sep 17 00:00:00 2001 From: sayonkumarsaha Date: Thu, 6 May 2021 18:39:24 +0200 Subject: [PATCH] Update overview.rst Update mount-id in directory_path for newer FSx SCRATCH-2 deployment. --- doc/overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/overview.rst b/doc/overview.rst index 0e459b3275..48b96dee1f 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -374,7 +374,7 @@ Here are examples of how to use Amazon FSx for Lustre as input for training: file_system_input = FileSystemInput(file_system_id='fs-2', file_system_type='FSxLustre', - directory_path='/fsx/tensorflow', + directory_path='//tensorflow', file_system_access_mode='ro') # 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: records = FileSystemRecordSet(file_system_id='fs-=2, file_system_type='FSxLustre', - directory_path='/fsx/kmeans', + directory_path='//kmeans', num_records=784, feature_dim=784)