ai-center
2023.4
false
- Release Notes
 - Before you begin
 - Getting started
 - Installing AI Center
 - Migration and upgrade
 - Projects
 - Datasets
 - Data Labeling
 - ML packages
 - Out of the box packages
 - Pipelines
 - ML Skills
 - ML Logs
 - Document UnderstandingTM in AI Center
 - AI Center API
- Overview
 - API Permissions List
 
 - How to
 - Licensing
 - Basic Troubleshooting Guide
 

AI Center User Guide
Last updated Apr 15, 2025
| Scope | API | Description | 
|---|---|---|
| AIC.Dataset.View | GET:
                              /ai-deployer/v1/datasets/{datasetId} | View a dataset by id | 
GET: /ai-deployer/v1/datasets | View a list of datasets | |
GET:
                              /ai-deployer/v1/datasets/listDataset | View a list of blobs | |
GET:
                              /ai-deployer/v1/datasets/restrictedListDataset | View a restricted list of blobs | 
| Scope | API | Description | 
|---|---|---|
| AIC.MLPackages.Create | POST:
                              /ai-deployer/v1/mlpackages | Clone an out of the box model.
                               Note: Uploading your own model is not supported
                                 using APIs.
                               
                              
                            | 
| AIC.MLPackages.View | GET: /ai-deployer/v1/mlpackages | View ML Packages | 
GET:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | View ML Package versions with the search criteria | |
| AIC.ML.Packages.Delete | DELETE:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | Delete ML Package version | 
DELETE:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | Delete multiple ML Package versions | |
DELETE:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | Delete all undeployed ML Package versions | 
| Scope | API | Description | 
|---|---|---|
| AIC.MLSkills.Create | POST: /ai-deployer/v2/mlskills | Create an ML Skill | 
| AIC.MLSkills.View | GET: /ai-deployer/v2/mlskills | View ML Skill with the search by name criteria | 
| AIC.MLSkills.Edit | POST:
                              /ai-deployer/v2/mlskills/{mlSkillId} | Update ML Skill | 
POST:
                              /ai-deployer/v2/mlskills/rollback | Rollback ML Skill | |
POST:
                              /ai-deployer/v1/mlskills/{mlSkillId}?updateType=RESUME | Restart (deploy) an ML Skill | |
| AIC.MLSkills.Delete | DELETE:
                              /ai-deployer/v2/mlskills/{mlSkillId} | Delete an ML Skill | 
POST:
                              /ai-deployer/v2/mlskills/{mlSkillId} | Update (stop) ML Skill | |
PUT:
                              /ai-deployer/v2/mlskills/stop/{mlSkillId} | Stop an ML Skill | 
| Scope | API | Description | 
|---|---|---|
| ALL | PUT: /ai-deployer/v1/runs/{runId} | Update a pipeline run | 
| AIC.Pipelines.Create | POST: /ai-deployer/v1/pipelines | Create a pipeline | 
| AIC.Pipelines.View | GET: /ai-deployer/v1/pipelines/{pipelineId} | View pipeline by id | 
GET: /ai-deployer/v1/pipelines | View a list of pipelines | |
GET: /ai-deployer/v1/runs/{runId} | View run by id | |
GET: /ai-deployer/v1/runs | View a list of runs | |
| AIC.Pipelines.Delete | DELETE: /ai-deployer/v1/runs/{runId} | Delete a run by id |