Read NTFS Files from Amazon SageMaker notebooks.

0

Does anyone have any idea about how to connect to NTFS shared drive from Amazon Sagemaker to directly read the files into the notebook, if so, please provide the steps?

BV
asked 13 days ago76 views
2 Answers
1

💡 A suitable approach would be to first copy the NTFS files to an Amazon S3 bucket, and then access the files from your SageMaker notebook by reading them from the S3 bucket. This can be done using the AWS SDK for Python (Boto3) or other built-in methods in SageMaker.

profile picture
EXPERT
answered 13 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions