Sagemaker Studio API to get original s3 dataset path of an AutoMLJob

0

Is there any API of Sagemaker Studio that can help us get the complete path of the original dataset that was imported from s3 in Canvas for model training, in an autoMLJob?

I have imported a dataset from my own s3 bucket in Canvas and trained a model using that dataset. When the training is triggered, Canvas saves the copy of that original dataset to a new path in s3, trains the model on that dataset and saves the path of that dataset in the autoMLJob of that model in Sagemaker Studio under the tag InputDataConfig. Is there any way that we can get the s3 path of the original dataset too from where we have imported the dataset, through any API of Sagemaker Studio or through the describeAutoMLJob API?

1개 답변
0

Hi Aamna,

You can use the describeAutoMLJob API to retrieve the original datasource that you have input for the job. It falls under the tag [InputDataConfig][Datasource][S3Uri].

Here is a link for your reference to the API's response syntax.

Let me know if it works!

profile pictureAWS
전문가
ljunkai
답변함 일 년 전
  • Hi Junkai, Thankyou for your response.

    I have tried the describeAutoMLJob API but under the tag [InputDataConfig][Datasource][S3Uri] I am getting the path of the copy of dataset that Canvas have created and saved for the training of model, I need the path/information of the actual dataset from which the copy is created. Do you have any idea about that?

  • Hi Aamna,

    Unfortunately this information is not captured currently. You may name the imported dataset in a way that helps you associate with the original dataset from S3 easily.

  • Thankyou for your response Junkai. Much appreciated.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠