Hi raji,
Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
I understand that you are not able to attach your own dataset into Azureml designer pipeline.
To attach your own dataset in Azure ML Designer (prebuilt or custom) follow these steps:
- In Azure ML Designer, click on the + icon to open the "Data" Section shown in below screenshot
- You will be navigated to choose a data source. You can select from various options like
- Azure Storage
- Local Files
- SQL Databases
- Azure Open Datasets
- Web files
- Choose the appropriate source for your data.
- Upload Data: After selecting the data source, choose a storage type (Blob Storage, File Share) and a datastore where you want to upload your data. If your data is on your local machine, upload the file here.
- Use in Pipeline: Once the dataset is uploaded, you can drag it from the "Datasets" pane onto the canvas to begin constructing your pipeline.
For more information, please look into this Import data into Azure Machine Learning designer
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.