mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
20 lines
675 B
JSON
20 lines
675 B
JSON
{
|
|
"requiredPythonPackages": [
|
|
{ "name": "pymssql", "version": "2.1.4" },
|
|
{ "name": "sqlmlutils", "version": ""}
|
|
],
|
|
|
|
"requiredRPackages": [
|
|
{ "name": "RODBCext", "repository": "https://cran.microsoft.com" },
|
|
{ "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",
|
|
|
|
"registeredModelsDatabaseName": "MlFlowDB",
|
|
"registeredModelsTableName": "dbo.artifacts",
|
|
"amlModelManagementUrl": "modelmanagement.azureml.net",
|
|
"amlExperienceUrl": "experiments.azureml.net",
|
|
"amlApiVersion": "2018-11-19"
|
|
}
|