Files
Leila Lali f73d81bc13 ML- Fixed the issue with wrong title in predict page (#10467)
* Fixed the issue with wrong title in predict page

* Fixed the type of ml settings

* Increased timeout

* Fixed the bug with R package management and Windows auth

* fixed the tests

* fixed a typo
2020-05-18 17:12:02 -07:00

21 lines
1014 B
JSON

{
"displayName": "Machine Learning",
"description": "Machine Learning",
"title.tasks": "Tasks",
"title.documents": "Documents",
"title.configurations": "Configurations",
"title.endpoints": "Endpoints",
"ml.command.managePackages": "Manage packages in database",
"ml.command.manageLanguages": "Manage external languages",
"ml.command.predictModel": "Make prediction",
"ml.command.manageModels": "Manage models",
"ml.command.importModel": "Import model",
"ml.configuration.title": "Machine Learning Configurations",
"ml.pythonPath.description": "Local path to a preexisting Python installation used by Machine Learning.",
"ml.enablePython.description": "Enable Python package management in database.",
"ml.enableR.description": "Enable R package management in database.",
"ml.rPath.description": "Local path to a preexisting R installation used by Machine Learning.",
"ml.command.dependencies": "Install Machine Learning Dependencies",
"ml.command.enableExternalScript": "Enable External script"
}