mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Machine Learning Model Registry - Iteration1 (#9105)
* Machine learning services extension - model registration wizard
This commit is contained in:
@@ -9,5 +9,11 @@
|
||||
{ "name": "sqlmlutils", "fileName": "sqlmlutils_0.7.1.zip", "downloadUrl": "https://github.com/microsoft/sqlmlutils/blob/master/R/dist/sqlmlutils_0.7.1.zip?raw=true"}
|
||||
],
|
||||
|
||||
"rPackagesRepository": "https://cran.r-project.org"
|
||||
"rPackagesRepository": "https://cran.r-project.org",
|
||||
|
||||
"registeredModelsDatabaseName": "MlFlowDB",
|
||||
"registeredModelsTableName": "dbo.artifacts",
|
||||
"amlModelManagementUrl": "modelmanagement.azureml.net",
|
||||
"amlExperienceUrl": "experiments.azureml.net",
|
||||
"amlApiVersion": "2018-11-19"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user