Files
azuredatastudio/extensions/machine-learning-services/package.nls.json
Leila Lali 3f08d5d714 MLS - Changed the dashboard to match the design (#9905)
* Machine Learning Extension - Changed the dashboard to match the design
2020-04-13 14:06:29 -07:00

20 lines
963 B
JSON

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