Files
azuredatastudio/extensions/machine-learning-services/package.nls.json
Leila Lali ff207859d6 Machine Learning Model Registry - Iteration1 (#9105)
* Machine learning services extension - model registration wizard
2020-02-26 09:19:48 -08:00

21 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 SQL Server",
"mls.command.manageLanguages": "Manage External Languages",
"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"
}