Where is the rest API for converting blobs files into data assets

Ceiling Steps 50 Reputation points
2023-10-12T21:22:43.26+00:00

I have been looking into a way to convert a fresh uploaded file (Blob Storage) into a dataset to use it for Machine Learning, I could find and use the Datastores one, but when it comes to a Rest API to convert a specific Blob file into a Data Asset to assign it's path in the Training Details Uri, just like I can manually do Azure Machine Learning Studio, nothing seems to come up on Google or the documentation.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,729 questions
{count} votes

Accepted answer
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

1 additional answer

Sort by: Most helpful
  1. Ceiling Steps 50 Reputation points
    2023-10-18T21:17:17.6533333+00:00

    I found it at the end, the name of the API is confusing, as it is called Data Asset in Azure but the API itself is called "Data Versions", but looking for Data Version Rest API gives me all the CRUD I was looking for to manage Data Assets

    0 comments No comments