mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
MLS - Changed the dashboard to match the design (#9905)
* Machine Learning Extension - Changed the dashboard to match the design
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"displayName": "SQL Server Machine Learning Services",
|
||||
"description": "SQL Server Machine Learning Services",
|
||||
"displayName": "SQL Machine Learning",
|
||||
"description": "SQL Machine Learning",
|
||||
"title.tasks": "Tasks",
|
||||
"title.documents": "Documents",
|
||||
"title.configurations": "Configurations",
|
||||
@@ -9,13 +9,11 @@
|
||||
"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.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 Machine Learning Services.",
|
||||
"mls.command.dependencies": "Install Machine Learning Services Dependencies"
|
||||
"mls.rPath.description": "Local path to a preexisting R installation used by SQL Machine Learning.",
|
||||
"mls.command.dependencies": "Install SQL Machine Learning Dependencies"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user