Machine Learning Services Dashboard (#8796)

* Added a dashboard for Machine Learning Services Extension
This commit is contained in:
Leila Lali
2020-01-08 11:24:58 -08:00
committed by GitHub
parent 774151b6e9
commit 2d2376a2a6
15 changed files with 699 additions and 52 deletions

View File

@@ -1,10 +1,11 @@
{
"displayName": "SQL Server Machine Learning Services",
"description": "SQL Server Machine Learning Services",
"mlServices.enable": "Enable Machine Learning Services",
"mlServices.disable": "Disable Machine Learning Services",
"title.tasks": "Getting Started",
"title.tasks": "Tasks",
"title.configurations": "Configurations",
"title.endpoints": "Endpoints",
"title.books": "Machine Learning Services Books",
"ml.command.managePackages": "Manage Packages in SQL Server"
"mls.command.managePackages": "Manage Packages in SQL Server",
"mls.command.odbcdriver": "Install ODBC Driver for SQL Server",
"mls.command.mlsdocs": "Machine Learning Services Documentation"
}