1 Answer
- Newest
- Most votes
- Most comments
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!
Relevant content
- AWS OFFICIALUpdated 25 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
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.