Share via

SDK features mapping

otto atler 40 Reputation points
2023-04-28T21:16:48.2166667+00:00

Hey experts, I am looking for a document of how features in SDK V1 mapping to SDK v2 to show my team and plan how we should move to SDK v2. I cannot find a summary for that. Can you please help with this

Azure Machine Learning
0 comments No comments

Answer accepted by question author

YutongTie-9091 54,026 Reputation points Moderator
2023-04-28T23:53:19.3+00:00

Hello @otto atler

Thanks for reaching out to us again, please see below list:

For workspace -

V1 Method/API in SDK v1 (use links to ref docs)

V2 Method/API in SDK v2 (use links to ref docs)

For compute -

V1 Method/API in SDK v1 (use links to ref docs)

V2 Method/API in SDK v2 (use links to ref docs)

For datastore -

V1 azureml_blob_datastore

V2 azureml_blob_datastore

V1 azureml_data_lake_gen1_datastore

V2 azureml_data_lake_gen1_datastore

V1 azureml_data_lake_gen2_datastore

V2 azureml_data_lake_gen2_datastore

V1 azuremlml_sql_database_datastore

V2 Will be supported via import & export functionalities|

V1 azuremlml_my_sql_datastore

V2 Will be supported via import & export functionalities|

V1 azuremlml_postgre_sql_datastore

V2 Will be supported via import & export functionalities|

For data assets -

V1 Method/API in SDK v1

V2 Method/API in SDK v2

For model assets -

V1 Model.register

V2 ml_client.models.create_or_update

V1 run.register_model

V2 ml_client.models.create_or_update

V1 Model.deploy

V2 ml_client.begin_create_or_update(blue_deployment)

I hope this helps, please let me know if you have any questions.

Regards,

Yutong

-Please kindly accept the answer and vote 'Yes' if you feel helpful to support he community, thanks a lot.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.