Files
azuredatastudio/extensions/machine-learning-services/package.nls.json
Leila Lali 1520441b84 Machine Learning Services - Enabling external script for package management only (#9519)
* Machine learning services extension - removed config table and added config update to package manager
2020-03-19 16:48:33 -07:00

22 lines
1.1 KiB
JSON

{
"displayName": "SQL Server Machine Learning Services",
"description": "SQL Server Machine Learning Services",
"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.registerModel": "Register model",
"mls.command.odbcdriver": "Install ODBC Driver for SQL Server",
"mls.command.mlsdocs": "Machine Learning Services Documentation",
"mls.configuration.title": "Machine Learning Services configurations",
"mls.pythonPath.description": "Local path to a preexisting Python installation used by Machine Learning Services.",
"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 Machine Learning Services.",
"mls.command.dependencies": "Install Machine Learning Services Dependencies"
}