Lai, Weijian 68e5cd0687 ModelArts API 23.3.0 Version.
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2024-06-18 11:02:37 +00:00

1856 lines
73 KiB
JSON

[
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Before You Start",
"uri":"modelarts_03_0139.html",
"doc_type":"api",
"p_code":"",
"code":"1"
},
{
"desc":"ModelArts is a one-stop AI development platform geared toward developers and data scientists of all skill levels. It enables you to rapidly build, train, and deploy model",
"product_code":"modelarts",
"title":"Overview",
"uri":"modelarts_03_0001.html",
"doc_type":"api",
"p_code":"1",
"code":"2"
},
{
"desc":"ModelArts supports Representational State Transfer (REST) APIs, allowing you to call APIs using HTTPS. For details about API calling, see Calling APIs.",
"product_code":"modelarts",
"title":"API Calling",
"uri":"modelarts_03_0140.html",
"doc_type":"api",
"p_code":"1",
"code":"3"
},
{
"desc":"An endpoint is the request address for calling an API. Endpoints vary depending on services and regions. To obtain the regions and endpoints, contact the enterprise admin",
"product_code":"modelarts",
"title":"Endpoint",
"uri":"modelarts_03_0141.html",
"doc_type":"api",
"p_code":"1",
"code":"4"
},
{
"desc":"For more constraints, see API description.",
"product_code":"modelarts",
"title":"Constraints",
"uri":"modelarts_03_0142.html",
"doc_type":"api",
"p_code":"1",
"code":"5"
},
{
"desc":"AccountAn account is created upon successful registration with the cloud platform. The account has full access permissions for all of its cloud services and resources. It",
"product_code":"modelarts",
"title":"Basic Concepts",
"uri":"modelarts_03_0143.html",
"doc_type":"api",
"p_code":"1",
"code":"6"
},
{
"desc":"All ModelArts APIs are proprietary.You can use these APIs to manage datasets, training jobs, models, and services.",
"product_code":"modelarts",
"title":"API Overview",
"uri":"modelarts_03_0002.html",
"doc_type":"api",
"p_code":"",
"code":"7"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Calling APIs",
"uri":"modelarts_03_0144.html",
"doc_type":"api",
"p_code":"",
"code":"8"
},
{
"desc":"This section describes the structure of a REST API request, and uses the IAM API for obtaining a user token as an example to demonstrate how to call an API. The obtained ",
"product_code":"modelarts",
"title":"Making an API Request",
"uri":"modelarts_03_0005.html",
"doc_type":"api",
"p_code":"8",
"code":"9"
},
{
"desc":"Requests for calling an API can be authenticated using either of the following methods: AK/SK-based authentication: Requests are authenticated by encrypting the request b",
"product_code":"modelarts",
"title":"Authentication",
"uri":"modelarts_03_0004.html",
"doc_type":"api",
"p_code":"8",
"code":"10"
},
{
"desc":"After sending a request, you will receive a response, including the status code, response header, and response body.A status code is a group of digits, ranging from 1xx t",
"product_code":"modelarts",
"title":"Response",
"uri":"modelarts_03_0003.html",
"doc_type":"api",
"p_code":"8",
"code":"11"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Data Management",
"uri":"dataset_management.html",
"doc_type":"api",
"p_code":"",
"code":"12"
},
{
"desc":"This API is used to query the created datasets that meet the search criteria by page.You can debug this API through automatic authentication in or use the SDK sample cod",
"product_code":"modelarts",
"title":"Querying the Dataset List",
"uri":"ListDatasets.html",
"doc_type":"api",
"p_code":"12",
"code":"13"
},
{
"desc":"This API is used to create a dataset.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{project_id",
"product_code":"modelarts",
"title":"Creating a Dataset",
"uri":"CreateDataset.html",
"doc_type":"api",
"p_code":"12",
"code":"14"
},
{
"desc":"This API is used to query details about a dataset.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2",
"product_code":"modelarts",
"title":"Querying Details About a Dataset",
"uri":"DescDataset.html",
"doc_type":"api",
"p_code":"12",
"code":"15"
},
{
"desc":"This API is used to modify basic information about a dataset, such as the dataset name, description, current version, and labels.You can debug this API through automatic ",
"product_code":"modelarts",
"title":"Modifying a Dataset",
"uri":"UpdateDataset.html",
"doc_type":"api",
"p_code":"12",
"code":"16"
},
{
"desc":"This API is used to delete a dataset without deleting the source data of the dataset.You can debug this API through automatic authentication in or use the SDK sample cod",
"product_code":"modelarts",
"title":"Deleting a Dataset",
"uri":"DeleteDataset.html",
"doc_type":"api",
"p_code":"12",
"code":"17"
},
{
"desc":"This API is used to query dataset statistics.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/{pro",
"product_code":"modelarts",
"title":"Querying Dataset Statistics",
"uri":"GetDatasetStats.html",
"doc_type":"api",
"p_code":"12",
"code":"18"
},
{
"desc":"This API is used to query the monitoring data of a dataset within a specified time range.You can debug this API through automatic authentication in or use the SDK sample",
"product_code":"modelarts",
"title":"Querying the Monitoring Data of a Dataset",
"uri":"GetDatasetMetrics.html",
"doc_type":"api",
"p_code":"12",
"code":"19"
},
{
"desc":"This API is used to query the version list of a specific dataset.You can debug this API through automatic authentication in or use the SDK sample code generated by API E",
"product_code":"modelarts",
"title":"Querying the Dataset Version List",
"uri":"ListDatasetVersions.html",
"doc_type":"api",
"p_code":"12",
"code":"20"
},
{
"desc":"This API is used to create a dataset labeling version.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POS",
"product_code":"modelarts",
"title":"Creating a Dataset Labeling Version",
"uri":"CreateDatasetVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"21"
},
{
"desc":"This API is used to query the details about a dataset version.You can debug this API through automatic authentication in or use the SDK sample code generated by API Expl",
"product_code":"modelarts",
"title":"Querying Details About a Dataset Version",
"uri":"DescribeDatasetVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"22"
},
{
"desc":"This API is used to delete a dataset labeling version.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.DEL",
"product_code":"modelarts",
"title":"Deleting a Dataset Labeling Version",
"uri":"DeleteDatasetVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"23"
},
{
"desc":"This API is used to query the sample list by page.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2",
"product_code":"modelarts",
"title":"Querying the Sample List",
"uri":"ListSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"24"
},
{
"desc":"This API is used to add samples in batches.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{proj",
"product_code":"modelarts",
"title":"Adding Samples in Batches",
"uri":"UploadSamplesJson.html",
"doc_type":"api",
"p_code":"12",
"code":"25"
},
{
"desc":"This API is used to delete samples in batches.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{p",
"product_code":"modelarts",
"title":"Deleting Samples in Batches",
"uri":"DeleteSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"26"
},
{
"desc":"Query details about a sample.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/{project_id}/dataset",
"product_code":"modelarts",
"title":"Querying Details About a Sample",
"uri":"DescribeSample.html",
"doc_type":"api",
"p_code":"12",
"code":"27"
},
{
"desc":"This API is used to obtain sample search condition.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v",
"product_code":"modelarts",
"title":"Obtaining Sample Search Condition",
"uri":"ListSearch.html",
"doc_type":"api",
"p_code":"12",
"code":"28"
},
{
"desc":"This API is used to query the sample list of a team labeling task by page.You can debug this API through automatic authentication in or use the SDK sample code generated",
"product_code":"modelarts",
"title":"Querying the Sample List of a Team Labeling Task by Page",
"uri":"ListWorkforceTaskSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"29"
},
{
"desc":"This API is used to obtain samples labeled by a team. The API can be called only after an acceptance task is initiated.You can debug this API through automatic authentica",
"product_code":"modelarts",
"title":"Querying Details About Team Labeling Samples",
"uri":"DescribeWorkforceTaskSample.html",
"doc_type":"api",
"p_code":"12",
"code":"30"
},
{
"desc":"This API is used to query all labels of a dataset.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2",
"product_code":"modelarts",
"title":"Querying the Dataset Label List",
"uri":"ListLabels.html",
"doc_type":"api",
"p_code":"12",
"code":"31"
},
{
"desc":"This API is used to create a dataset label.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{proj",
"product_code":"modelarts",
"title":"Creating a Dataset Label",
"uri":"CreateLabels.html",
"doc_type":"api",
"p_code":"12",
"code":"32"
},
{
"desc":"This API is used to modify labels in batches.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PUT /v2/{pro",
"product_code":"modelarts",
"title":"Modifying Labels in Batches",
"uri":"UpdateLabels.html",
"doc_type":"api",
"p_code":"12",
"code":"33"
},
{
"desc":"This API is used to delete labels in batches.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{pr",
"product_code":"modelarts",
"title":"Deleting Labels in Batches",
"uri":"DeleteLabels.html",
"doc_type":"api",
"p_code":"12",
"code":"34"
},
{
"desc":"This API is used to update a label by label names.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PUT /v2",
"product_code":"modelarts",
"title":"Updating a Label by Label Names",
"uri":"UpdateLabel.html",
"doc_type":"api",
"p_code":"12",
"code":"35"
},
{
"desc":"This API is used to delete a label and the files that only contain this label.You can debug this API through automatic authentication in or use the SDK sample code gener",
"product_code":"modelarts",
"title":"Deleting a Label and the Files that Only Contain the Label",
"uri":"DeleteLabelAndSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"36"
},
{
"desc":"This API is used to update sample labels in batches, including adding, modifying, and deleting sample labels. If the parameter Labels of a sample in the request body is n",
"product_code":"modelarts",
"title":"Updating Sample Labels in Batches",
"uri":"UpdateSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"37"
},
{
"desc":"This API is used to query the team labeling task list of a dataset.You can debug this API through automatic authentication in or use the SDK sample code generated by API",
"product_code":"modelarts",
"title":"Querying the Team Labeling Task List of a Dataset",
"uri":"ListWorkforceTasks.html",
"doc_type":"api",
"p_code":"12",
"code":"38"
},
{
"desc":"This API is used to create a team labeling task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/",
"product_code":"modelarts",
"title":"Creating a Team Labeling Task",
"uri":"CreateWorkforceTask.html",
"doc_type":"api",
"p_code":"12",
"code":"39"
},
{
"desc":"This API is used to query the details about a team labeling task.You can debug this API through automatic authentication in or use the SDK sample code generated by API E",
"product_code":"modelarts",
"title":"Querying Details About a Team Labeling Task",
"uri":"DescWorkforceTask.html",
"doc_type":"api",
"p_code":"12",
"code":"40"
},
{
"desc":"This API is used to start a team labeling task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{",
"product_code":"modelarts",
"title":"Starting a Team Labeling Task",
"uri":"StartWorkforceTask.html",
"doc_type":"api",
"p_code":"12",
"code":"41"
},
{
"desc":"This API is used to update a team labeling task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PUT /v2/{",
"product_code":"modelarts",
"title":"Updating a Team Labeling Task",
"uri":"UpdateWorkforceTask.html",
"doc_type":"api",
"p_code":"12",
"code":"42"
},
{
"desc":"This API is used to delete a team labeling task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.DELETE /v",
"product_code":"modelarts",
"title":"Deleting a Team Labeling Task",
"uri":"DeleteWorkforceTask.html",
"doc_type":"api",
"p_code":"12",
"code":"43"
},
{
"desc":"This API is used to create a team labeling acceptance task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explore",
"product_code":"modelarts",
"title":"Creating a Team Labeling Acceptance Task",
"uri":"StartWorkforceSamplingTask.html",
"doc_type":"api",
"p_code":"12",
"code":"44"
},
{
"desc":"This API is used to query the report of a team labeling acceptance task.You can debug this API through automatic authentication in or use the SDK sample code generated b",
"product_code":"modelarts",
"title":"Querying the Report of a Team Labeling Acceptance Task",
"uri":"GetWorkforceSamplingTask.html",
"doc_type":"api",
"p_code":"12",
"code":"45"
},
{
"desc":"This API is used to update the sample status by confirming the acceptance scope and whether the labeled data is overwritten before the acceptance of the team labeling tas",
"product_code":"modelarts",
"title":"Updating the Status of a Team Labeling Acceptance Task",
"uri":"UpdateWorkforceSamplingTask.html",
"doc_type":"api",
"p_code":"12",
"code":"46"
},
{
"desc":"This API is used to query details about team labeling task statistics.You can debug this API through automatic authentication in or use the SDK sample code generated by ",
"product_code":"modelarts",
"title":"Querying Details About Team Labeling Task Statistics",
"uri":"ListWorkforceTaskStats.html",
"doc_type":"api",
"p_code":"12",
"code":"47"
},
{
"desc":"This API is used to query details about the progress of a team labeling task member.You can debug this API through automatic authentication in or use the SDK sample code",
"product_code":"modelarts",
"title":"Querying Details About the Progress of a Team Labeling Task Member",
"uri":"GetWorkforceTaskMetrics.html",
"doc_type":"api",
"p_code":"12",
"code":"48"
},
{
"desc":"This API is used to query the team labeling task list by a team member.You can debug this API through automatic authentication in or use the SDK sample code generated by",
"product_code":"modelarts",
"title":"Querying the Team Labeling Task List by a Team Member",
"uri":"ListWorkerTasks.html",
"doc_type":"api",
"p_code":"12",
"code":"49"
},
{
"desc":"This API is used to submit sample review comments of an acceptance task.You can debug this API through automatic authentication in or use the SDK sample code generated b",
"product_code":"modelarts",
"title":"Submitting Sample Review Comments of an Acceptance Task",
"uri":"AcceptSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"50"
},
{
"desc":"This API is used to review team labeling results.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2",
"product_code":"modelarts",
"title":"Reviewing Team Labeling Results",
"uri":"ReviewSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"51"
},
{
"desc":"This API is used to update labels of team labeling samples in batches.You can debug this API through automatic authentication in or use the SDK sample code generated by ",
"product_code":"modelarts",
"title":"Updating Labels of Team Labeling Samples in Batches",
"uri":"UpdateWorkforceTaskSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"52"
},
{
"desc":"This API is used to query the labeling team list.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/",
"product_code":"modelarts",
"title":"Querying the Labeling Team List",
"uri":"ListWorkforces.html",
"doc_type":"api",
"p_code":"12",
"code":"53"
},
{
"desc":"This API is used to create a labeling team.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{proj",
"product_code":"modelarts",
"title":"Creating a Labeling Team",
"uri":"CreateWorkforce.html",
"doc_type":"api",
"p_code":"12",
"code":"54"
},
{
"desc":"This API is used to query the details about a labeling team.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explor",
"product_code":"modelarts",
"title":"Querying Details About a Labeling Team",
"uri":"DescWorkforce.html",
"doc_type":"api",
"p_code":"12",
"code":"55"
},
{
"desc":"This API is used to update a labeling team.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PUT /v2/{proje",
"product_code":"modelarts",
"title":"Updating a Labeling Team",
"uri":"UpdateWorkforce.html",
"doc_type":"api",
"p_code":"12",
"code":"56"
},
{
"desc":"This API is used to delete a labeling team.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.DELETE /v2/{pr",
"product_code":"modelarts",
"title":"Deleting a Labeling Team",
"uri":"DeleteWorkforce.html",
"doc_type":"api",
"p_code":"12",
"code":"57"
},
{
"desc":"This API is used to send an email to a labeling team member.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explor",
"product_code":"modelarts",
"title":"Sending an Email to a Labeling Team Member",
"uri":"SendEmails.html",
"doc_type":"api",
"p_code":"12",
"code":"58"
},
{
"desc":"This API is used to query the list of all labeling team members.You can debug this API through automatic authentication in or use the SDK sample code generated by API Ex",
"product_code":"modelarts",
"title":"Querying the List of All Labeling Team Members",
"uri":"ListAllWorkers.html",
"doc_type":"api",
"p_code":"12",
"code":"59"
},
{
"desc":"This API is used to query the list of labeling team members.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explor",
"product_code":"modelarts",
"title":"Querying the List of Labeling Team Members",
"uri":"ListWorkers.html",
"doc_type":"api",
"p_code":"12",
"code":"60"
},
{
"desc":"This API is used to create a labeling team member.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v",
"product_code":"modelarts",
"title":"Creating a Labeling Team Member",
"uri":"CreateWorker.html",
"doc_type":"api",
"p_code":"12",
"code":"61"
},
{
"desc":"This API is used to delete labeling team members in batches.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explor",
"product_code":"modelarts",
"title":"Deleting Labeling Team Members in Batches",
"uri":"BatchDeleteWorkers.html",
"doc_type":"api",
"p_code":"12",
"code":"62"
},
{
"desc":"This API is used to query details about labeling team members.You can debug this API through automatic authentication in or use the SDK sample code generated by API Expl",
"product_code":"modelarts",
"title":"Querying Details About Labeling Team Members",
"uri":"DescWorker.html",
"doc_type":"api",
"p_code":"12",
"code":"63"
},
{
"desc":"This API is used to update a labeling team member.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PUT /v2",
"product_code":"modelarts",
"title":"Updating a Labeling Team Member",
"uri":"UpdateWorker.html",
"doc_type":"api",
"p_code":"12",
"code":"64"
},
{
"desc":"This API is used to delete a labeling team member.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.DELETE ",
"product_code":"modelarts",
"title":"Deleting a Labeling Team Member",
"uri":"DeleteWorker.html",
"doc_type":"api",
"p_code":"12",
"code":"65"
},
{
"desc":"This API is used to query the dataset import task list by page.You can debug this API through automatic authentication in or use the SDK sample code generated by API Exp",
"product_code":"modelarts",
"title":"Querying the Dataset Import Task List",
"uri":"ListImportTasks.html",
"doc_type":"api",
"p_code":"12",
"code":"66"
},
{
"desc":"This API is used to create a dataset import task to import samples and labels from the storage system to the dataset.You can debug this API through automatic authenticati",
"product_code":"modelarts",
"title":"Creating an Import Task",
"uri":"ImportTask.html",
"doc_type":"api",
"p_code":"12",
"code":"67"
},
{
"desc":"This API is used to query details about a dataset import task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Expl",
"product_code":"modelarts",
"title":"Querying Details About a Dataset Import Task",
"uri":"DescImportTask.html",
"doc_type":"api",
"p_code":"12",
"code":"68"
},
{
"desc":"This API is used to query the dataset export task list by page.You can debug this API through automatic authentication in or use the SDK sample code generated by API Exp",
"product_code":"modelarts",
"title":"Querying the Dataset Export Task List",
"uri":"GetExportTasksStatusOfDataset.html",
"doc_type":"api",
"p_code":"12",
"code":"69"
},
{
"desc":"This API is used to create a dataset export task to export a dataset to OBS or new datasets.You can debug this API through automatic authentication in or use the SDK sam",
"product_code":"modelarts",
"title":"Creating a Dataset Export Task",
"uri":"ExportTask.html",
"doc_type":"api",
"p_code":"12",
"code":"70"
},
{
"desc":"This API is used to query the status of a dataset export task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Expl",
"product_code":"modelarts",
"title":"Querying the Status of a Dataset Export Task",
"uri":"GetExportTaskStatusOfDataset.html",
"doc_type":"api",
"p_code":"12",
"code":"71"
},
{
"desc":"This API is used to synchronize samples and labeling information from the input dataset path to the dataset.You can debug this API through automatic authentication in or",
"product_code":"modelarts",
"title":"Synchronizing a Dataset",
"uri":"SyncDataSource.html",
"doc_type":"api",
"p_code":"12",
"code":"72"
},
{
"desc":"This API is used to query the status of a dataset synchronization task.You can debug this API through automatic authentication in or use the SDK sample code generated by",
"product_code":"modelarts",
"title":"Querying the Status of a Dataset Synchronization Task",
"uri":"SyncDataSourceState.html",
"doc_type":"api",
"p_code":"12",
"code":"73"
},
{
"desc":"This API is used to query auto labeling samples in a dataset.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explo",
"product_code":"modelarts",
"title":"Querying Auto Labeling Sample List",
"uri":"ListAutoAnnotationSamples.html",
"doc_type":"api",
"p_code":"12",
"code":"74"
},
{
"desc":"This API is used to query details about an auto labeling sample.You can debug this API through automatic authentication in or use the SDK sample code generated by API Ex",
"product_code":"modelarts",
"title":"Querying Details About an Auto Labeling Sample",
"uri":"DescribeAutoAnnotationSample.html",
"doc_type":"api",
"p_code":"12",
"code":"75"
},
{
"desc":"This interface is used to query the intelligent task list by page, including intelligent labeling and automatic grouping tasks. You can specify the type parameter to quer",
"product_code":"modelarts",
"title":"Querying the Intelligent Task List by Page",
"uri":"ListTasks.html",
"doc_type":"api",
"p_code":"12",
"code":"76"
},
{
"desc":"This interface is used to start an intelligent task. Two types of intelligent tasks are supported: intelligent labeling and automatic grouping. You can specify the task_t",
"product_code":"modelarts",
"title":"Starting Intelligent Tasks",
"uri":"CreateTask.html",
"doc_type":"api",
"p_code":"12",
"code":"77"
},
{
"desc":"This interface is used to obtain details about intelligent tasks. Intelligent labeling and automatic grouping tasks can be queried. You can specify the task_id parameter ",
"product_code":"modelarts",
"title":"Obtaining Information About Intelligent Tasks",
"uri":"AutoAnnotationProgress.html",
"doc_type":"api",
"p_code":"12",
"code":"78"
},
{
"desc":"This interface is used to stop an intelligent task. Intelligent labeling and automatic grouping tasks can be stopped. You can specify the task_id parameter to stop a spec",
"product_code":"modelarts",
"title":"Stopping an Intelligent Task",
"uri":"StopAutoAnnotation.html",
"doc_type":"api",
"p_code":"12",
"code":"79"
},
{
"desc":"This API is used to obtain processing tasks, including feature analysis tasks and data processing tasks. You can specify the task_type parameter to obtain a specific type",
"product_code":"modelarts",
"title":"Querying the List of a Processing Task",
"uri":"ListProcessorTasks.html",
"doc_type":"api",
"p_code":"12",
"code":"80"
},
{
"desc":"This API is used to create a processing task, including feature analysis tasks and data processing tasks. You can specify the id field of template composite parameter in ",
"product_code":"modelarts",
"title":"Creating a Processing Task",
"uri":"CreateProcessorTask.html",
"doc_type":"api",
"p_code":"12",
"code":"81"
},
{
"desc":"This API is used to query the algorithm type for data processing.You can debug this API through automatic authentication in or use the SDK sample code generated by API E",
"product_code":"modelarts",
"title":"Querying the Algorithm Type for Data Processing",
"uri":"GetProcessorTaskItems.html",
"doc_type":"api",
"p_code":"12",
"code":"82"
},
{
"desc":"This API is used to obtain details about processing tasks, including feature analysis tasks and data processing tasks. You can specify the task_id parameter to obtain the",
"product_code":"modelarts",
"title":"Querying Details About a Processing Task",
"uri":"DescribeProcessorTask.html",
"doc_type":"api",
"p_code":"12",
"code":"83"
},
{
"desc":"This API is used to update a processing task, including feature analysis tasks and data processing tasks. Only the description of tasks can be updated. You can specify th",
"product_code":"modelarts",
"title":"Updating a Processing Task",
"uri":"UpdateProcessorTask.html",
"doc_type":"api",
"p_code":"12",
"code":"84"
},
{
"desc":"This API is used to delete a processing task, including feature analysis tasks and data processing tasks. A specific task can be deleted by specifying the task_id paramet",
"product_code":"modelarts",
"title":"Deleting a Processing Task",
"uri":"DeleteProcessorTask.html",
"doc_type":"api",
"p_code":"12",
"code":"85"
},
{
"desc":"This API is used to query the version list of a data processing task.You can debug this API through automatic authentication in or use the SDK sample code generated by A",
"product_code":"modelarts",
"title":"Querying the Version List of a Data Processing Task",
"uri":"ListProcessorTaskVersions.html",
"doc_type":"api",
"p_code":"12",
"code":"86"
},
{
"desc":"This API is used to create a data processing task version.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer",
"product_code":"modelarts",
"title":"Creating a Data Processing Task Version",
"uri":"CreateProcessorTaskVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"87"
},
{
"desc":"This API is used to query the details about the version of a data processing task.You can debug this API through automatic authentication in or use the SDK sample code g",
"product_code":"modelarts",
"title":"Querying the Details About the Version of a Data Processing Task",
"uri":"DescProcessorTaskVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"88"
},
{
"desc":"This API is used to delete a data processing task version.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer",
"product_code":"modelarts",
"title":"Deleting a Data Processing Task Version",
"uri":"DeleteProcessorTaskVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"89"
},
{
"desc":"This API is used to query the result of a data processing task version.You can debug this API through automatic authentication in or use the SDK sample code generated by",
"product_code":"modelarts",
"title":"Querying the Result of a Data Processing Task Version",
"uri":"ListProcessorTaskVersionResults.html",
"doc_type":"api",
"p_code":"12",
"code":"90"
},
{
"desc":"This API is used to stop the version of a data processing task.You can debug this API through automatic authentication in or use the SDK sample code generated by API Exp",
"product_code":"modelarts",
"title":"Stopping the Version of a Data Processing Task",
"uri":"StopProcessorTaskVersion.html",
"doc_type":"api",
"p_code":"12",
"code":"91"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"DevEnviron (New Version)",
"uri":"notebook.html",
"doc_type":"api",
"p_code":"",
"code":"92"
},
{
"desc":"This API is used to query notebook instances based on specified search criteria.NoneYou can debug this API through automatic authentication in or use the SDK sample code",
"product_code":"modelarts",
"title":"Querying Notebook Instances",
"uri":"ListNotebooks.html",
"doc_type":"api",
"p_code":"92",
"code":"93"
},
{
"desc":"This API is used to create a notebook instance based on the specified flavor, AI engine image, and storage. You can access the instance through a web page or SSH client. ",
"product_code":"modelarts",
"title":"Creating a Notebook Instance",
"uri":"CreateNotebook.html",
"doc_type":"api",
"p_code":"92",
"code":"94"
},
{
"desc":"This API is used to query details about a notebook instance, including its ID, name, flavor, image, status, and accessible URLs.NoneYou can debug this API through automat",
"product_code":"modelarts",
"title":"Querying Details of a Notebook Instance",
"uri":"ShowNotebook.html",
"doc_type":"api",
"p_code":"92",
"code":"95"
},
{
"desc":"This API is used to update the name, description, flavor, and image ID of a stopped notebook instance.NoneYou can debug this API through automatic authentication in or u",
"product_code":"modelarts",
"title":"Updating a Notebook Instance",
"uri":"UpdateNotebook.html",
"doc_type":"api",
"p_code":"92",
"code":"96"
},
{
"desc":"This API is used to delete the container and all storage resources of a notebook instance.NoneYou can debug this API through automatic authentication in or use the SDK s",
"product_code":"modelarts",
"title":"Deleting a Notebook Instance",
"uri":"DeleteNotebook.html",
"doc_type":"api",
"p_code":"92",
"code":"97"
},
{
"desc":"Save the running instance as a container image. In the saved image, the installed dependency package (pip package) is not lost. In VS Code remote development, the plug-in",
"product_code":"modelarts",
"title":"Saving a Running Instance as a Container Image",
"uri":"CreateImage.html",
"doc_type":"api",
"p_code":"92",
"code":"98"
},
{
"desc":"Obtain the available flavors.NoneYou can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v1/{project_id}/not",
"product_code":"modelarts",
"title":"Obtaining the Available Flavors",
"uri":"ListFlavors.html",
"doc_type":"api",
"p_code":"92",
"code":"99"
},
{
"desc":"This API is used to query the flavors available for a notebook instance.NoneYou can debug this API through automatic authentication in or use the SDK sample code generat",
"product_code":"modelarts",
"title":"Querying Flavors Available for a Notebook Instance",
"uri":"ShowSwitchableFlavors.html",
"doc_type":"api",
"p_code":"92",
"code":"100"
},
{
"desc":"This API is used to query the available duration of a running notebook instance.NoneYou can debug this API through automatic authentication in or use the SDK sample code",
"product_code":"modelarts",
"title":"Querying the Available Duration of a Running Notebook Instance",
"uri":"ShowLease.html",
"doc_type":"api",
"p_code":"92",
"code":"101"
},
{
"desc":"This API is used to prolong a notebook instance.NoneYou can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PATCH",
"product_code":"modelarts",
"title":"Prolonging a Notebook Instance",
"uri":"RenewLease.html",
"doc_type":"api",
"p_code":"92",
"code":"102"
},
{
"desc":"This API is used to start a notebook instance.NoneYou can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v",
"product_code":"modelarts",
"title":"Starting a Notebook Instance",
"uri":"StartNotebook.html",
"doc_type":"api",
"p_code":"92",
"code":"103"
},
{
"desc":"This API is used to stop a notebook instance.NoneYou can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v1",
"product_code":"modelarts",
"title":"Stopping a Notebook Instance",
"uri":"StopNotebook.html",
"doc_type":"api",
"p_code":"92",
"code":"104"
},
{
"desc":"This API is used to obtain the notebook instances with OBS storage mounted.NoneYou can debug this API through automatic authentication in or use the SDK sample code gene",
"product_code":"modelarts",
"title":"Obtaining the Notebook Instances with OBS Storage Mounted",
"uri":"ListAttachableObSs.html",
"doc_type":"api",
"p_code":"92",
"code":"105"
},
{
"desc":"An OBS parallel file system can be mounted to a specified file directory of a running notebook instance. After the mounting, objects in the OBS parallel file system can b",
"product_code":"modelarts",
"title":"OBS Storage Mounting",
"uri":"AttachObs.html",
"doc_type":"api",
"p_code":"92",
"code":"106"
},
{
"desc":"This API is used to obtain details about a notebook instance with OBS storage mounted.NoneYou can debug this API through automatic authentication in or use the SDK sampl",
"product_code":"modelarts",
"title":"Obtaining Details About a Notebook Instance with OBS Storage Mounted",
"uri":"ShowAttachableObs.html",
"doc_type":"api",
"p_code":"92",
"code":"107"
},
{
"desc":"This API is used to unmount OBS storage from a notebook instance. After OBS storage is unmounted, OBS objects remain unchanged but cannot be operated in the notebook cont",
"product_code":"modelarts",
"title":"Unmounting OBS Storage from a Notebook Instance",
"uri":"CancelObs.html",
"doc_type":"api",
"p_code":"92",
"code":"108"
},
{
"desc":"This API is used to query all images by page based on specified conditions.NoneYou can debug this API through automatic authentication in or use the SDK sample code gene",
"product_code":"modelarts",
"title":"Querying Supported Images",
"uri":"ListImage.html",
"doc_type":"api",
"p_code":"92",
"code":"109"
},
{
"desc":"Register a custom image with ModelArts Image Management.NoneYou can debug this API through automatic authentication in or use the SDK sample code generated by API Explor",
"product_code":"modelarts",
"title":"Registering a Custom Image",
"uri":"RegisterImage.html",
"doc_type":"api",
"p_code":"92",
"code":"110"
},
{
"desc":"Obtain the overview of user image information. The image name is used as the aggregated information.NoneYou can debug this API through automatic authentication in or use",
"product_code":"modelarts",
"title":"Obtaining User Image Groups",
"uri":"ListImageGroup.html",
"doc_type":"api",
"p_code":"92",
"code":"111"
},
{
"desc":"Obtain the details of an image.NoneYou can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v1/{project_id}/i",
"product_code":"modelarts",
"title":"Obtaining Details of an Image",
"uri":"ShowImage.html",
"doc_type":"api",
"p_code":"92",
"code":"112"
},
{
"desc":"Delete an image object. For a private image, you can also delete the image content from SWR using parameters.NoneYou can debug this API through automatic authentication i",
"product_code":"modelarts",
"title":"Deleting an Image",
"uri":"DeleteImage.html",
"doc_type":"api",
"p_code":"92",
"code":"113"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"DevEnviron (Old Version)",
"uri":"modelarts_03_0108.html",
"doc_type":"api",
"p_code":"",
"code":"114"
},
{
"desc":"This API is used to create a development environment instance for code development.Calling this API is an asynchronous operation. The job status can be obtained by callin",
"product_code":"modelarts",
"title":"Creating a Development Environment Instance",
"uri":"modelarts_03_0110.html",
"doc_type":"api",
"p_code":"114",
"code":"115"
},
{
"desc":"This API is used to obtain the development environment instances that meet the search criteria.GET /v1/{project_id}/demanager/instances?de_type={de_type}&provision_type={",
"product_code":"modelarts",
"title":"Obtaining Development Environment Instances",
"uri":"modelarts_03_0111.html",
"doc_type":"api",
"p_code":"114",
"code":"116"
},
{
"desc":"This API is used to obtain details about a development environment instance.GET /v1/{project_id}/demanager/instances/{instance_id}Table 1 describes the required parameter",
"product_code":"modelarts",
"title":"Obtaining Details About a Development Environment Instance",
"uri":"modelarts_03_0112.html",
"doc_type":"api",
"p_code":"114",
"code":"117"
},
{
"desc":"This API is used to modify the description of a development environment instance or information about the auto stop function.PUT /v1/{project_id}/demanager/instances/{ins",
"product_code":"modelarts",
"title":"Modifying the Description of a Development Environment Instance",
"uri":"modelarts_03_0113.html",
"doc_type":"api",
"p_code":"114",
"code":"118"
},
{
"desc":"This API is used to delete a development environment instance.DELETE /v1/{project_id}/demanager/instances/{instance_id}Table 1 describes the required parameters.Parameter",
"product_code":"modelarts",
"title":"Deleting a Development Environment Instance",
"uri":"modelarts_03_0114.html",
"doc_type":"api",
"p_code":"114",
"code":"119"
},
{
"desc":"This API is used to startor stop a notebook instance.POST /v1/{project_id}/demanager/instances/{instance_id}/actionTable 1 describes the required parameters.ParametersPar",
"product_code":"modelarts",
"title":"Managing a Development Environment Instance",
"uri":"modelarts_03_0115.html",
"doc_type":"api",
"p_code":"114",
"code":"120"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Training Management",
"uri":"algorithms.html",
"doc_type":"api",
"p_code":"",
"code":"121"
},
{
"desc":"This API is used to create an algorithm.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{project",
"product_code":"modelarts",
"title":"Creating an Algorithm",
"uri":"CreateAlgorithm.html",
"doc_type":"api",
"p_code":"121",
"code":"122"
},
{
"desc":"This API is used to query the algorithm list.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/{pro",
"product_code":"modelarts",
"title":"Querying the Algorithm List",
"uri":"ListAlgorithms.html",
"doc_type":"api",
"p_code":"121",
"code":"123"
},
{
"desc":"This API is used to query a specified algorithm based on the algorithm ID.You can debug this API through automatic authentication in or use the SDK sample code generated",
"product_code":"modelarts",
"title":"Querying Algorithm Details",
"uri":"ShowAlgorithmByUuid.html",
"doc_type":"api",
"p_code":"121",
"code":"124"
},
{
"desc":"This API is used to modify an algorithm.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.PUT /v2/{project_",
"product_code":"modelarts",
"title":"Modifying an Algorithm",
"uri":"ChangeAlgorithm.html",
"doc_type":"api",
"p_code":"121",
"code":"125"
},
{
"desc":"This API is used to delete an algorithm.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.DELETE /v2/{proje",
"product_code":"modelarts",
"title":"Deleting an Algorithm",
"uri":"DeleteAlgorithm.html",
"doc_type":"api",
"p_code":"121",
"code":"126"
},
{
"desc":"This API is used to create a training job.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v2/{proje",
"product_code":"modelarts",
"title":"Creating a Training Job",
"uri":"CreateTrainingJob.html",
"doc_type":"api",
"p_code":"121",
"code":"127"
},
{
"desc":"This API is used to query the details about a training job.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explore",
"product_code":"modelarts",
"title":"Querying the Details About a Training Job",
"uri":"ShowTrainingJobDetails.html",
"doc_type":"api",
"p_code":"121",
"code":"128"
},
{
"desc":"This API is used to modify the description of a training job.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explo",
"product_code":"modelarts",
"title":"Modifying the Description of a Training Job",
"uri":"ChangeTrainingJobDescription.html",
"doc_type":"api",
"p_code":"121",
"code":"129"
},
{
"desc":"This API is used to delete a training job.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.DELETE /v2/{pro",
"product_code":"modelarts",
"title":"Deleting a Training Job",
"uri":"DeleteTrainingJob.html",
"doc_type":"api",
"p_code":"121",
"code":"130"
},
{
"desc":"This API is used to terminate a training job. Only jobs in the Creating, Waiting, or Running state can be terminated.You can debug this API through automatic authenticati",
"product_code":"modelarts",
"title":"Terminating a Training Job",
"uri":"StopTrainingJob.html",
"doc_type":"api",
"p_code":"121",
"code":"131"
},
{
"desc":"This API is used to query the logs of a specified task in a given training job (preview).You can debug this API through automatic authentication in or use the SDK sample",
"product_code":"modelarts",
"title":"Querying the Logs of a Specified Task in a Given Training Job (Preview)",
"uri":"ShowTrainingJobLogsPreview.html",
"doc_type":"api",
"p_code":"121",
"code":"132"
},
{
"desc":"This API is used to obtain the logs of a specified task of a training job (temporary OBS link, which is valid for 5 minutes). You can view all logs or download the logs.Y",
"product_code":"modelarts",
"title":"Querying the Logs of a Specified Task in a Training Job (OBS Link)",
"uri":"ShowObsUrlOfTrainingJobLogs.html",
"doc_type":"api",
"p_code":"121",
"code":"133"
},
{
"desc":"This API is used to query the running metrics of a specified task in a training job.You can debug this API through automatic authentication in or use the SDK sample code",
"product_code":"modelarts",
"title":"Querying the Running Metrics of a Specified Task in a Training Job",
"uri":"ShowTrainingJobMetrics.html",
"doc_type":"api",
"p_code":"121",
"code":"134"
},
{
"desc":"This API is used to query the the created training jobs that meet the search criteria.You can debug this API through automatic authentication in or use the SDK sample co",
"product_code":"modelarts",
"title":"Querying a Training Job List",
"uri":"ListTrainingJobs.html",
"doc_type":"api",
"p_code":"121",
"code":"135"
},
{
"desc":"This API is used to obtain the public flavors supported by a training job.GET /v2/{project_id}/training-job-flavorsNoneStatus code: 200The following shows how to query th",
"product_code":"modelarts",
"title":"Obtaining the General Specifications Supported by a Training Job",
"uri":"ShowTrainingJobFlavors.html",
"doc_type":"api",
"p_code":"121",
"code":"136"
},
{
"desc":"This API is used to obtain the preset AI frameworks supported by a training job.GET /v2/{project_id}/training-job-enginesNoneStatus code: 200The following shows how to qu",
"product_code":"modelarts",
"title":"Obtaining the Preset AI Frameworks Supported by a Training Job",
"uri":"ShowTrainingJobEngines.html",
"doc_type":"api",
"p_code":"121",
"code":"137"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Model Management",
"uri":"topic_300000004.html",
"doc_type":"api",
"p_code":"",
"code":"138"
},
{
"desc":"This API is used to obtain the models that meet the search criteria.You can debug this API through automatic authentication in or use the SDK sample code generated by AP",
"product_code":"modelarts",
"title":"Obtaining Models",
"uri":"ListModels.html",
"doc_type":"api",
"p_code":"138",
"code":"139"
},
{
"desc":"This API is used to import a model. The execution code and model must be uploaded to OBS first. By default, the model generated by a training job is stored in OBS.The bod",
"product_code":"modelarts",
"title":"Importing Models",
"uri":"CreateModel.html",
"doc_type":"api",
"p_code":"138",
"code":"140"
},
{
"desc":"This API is used to obtain details about a model based on the model ID.You can debug this API through automatic authentication in or use the SDK sample code generated by",
"product_code":"modelarts",
"title":"Viewing Details About a Model",
"uri":"ShowModel.html",
"doc_type":"api",
"p_code":"138",
"code":"141"
},
{
"desc":"This API is used to delete a model based on the model ID. When cascade is set to true, the model specified by the model ID and models of different versions with the same ",
"product_code":"modelarts",
"title":"Deleting a Model",
"uri":"DeleteModel.html",
"doc_type":"api",
"p_code":"138",
"code":"142"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Service Management",
"uri":"topic_300000009.html",
"doc_type":"api",
"p_code":"",
"code":"143"
},
{
"desc":"This API is used to obtain service monitoring information.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer",
"product_code":"modelarts",
"title":"Obtaining Service Monitoring",
"uri":"ShowServiceMonitorInfo.html",
"doc_type":"api",
"p_code":"143",
"code":"144"
},
{
"desc":"This API is used to obtain model services.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v1/{projec",
"product_code":"modelarts",
"title":"Obtaining Services",
"uri":"ListServices.html",
"doc_type":"api",
"p_code":"143",
"code":"145"
},
{
"desc":"This API is used to deploy a model as a service.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v1/",
"product_code":"modelarts",
"title":"Deploying Services",
"uri":"CreateService.html",
"doc_type":"api",
"p_code":"143",
"code":"146"
},
{
"desc":"This API is used to obtain supported service deployment specifications.You can debug this API through automatic authentication in or use the SDK sample code generated by",
"product_code":"modelarts",
"title":"Obtaining Supported Service Deployment Specifications",
"uri":"ShowServiceSpecifications.html",
"doc_type":"api",
"p_code":"143",
"code":"147"
},
{
"desc":"This API is used to obtain the details about a model service based on the service ID.You can debug this API through automatic authentication in or use the SDK sample cod",
"product_code":"modelarts",
"title":"Obtaining Service Details",
"uri":"ShowService.html",
"doc_type":"api",
"p_code":"143",
"code":"148"
},
{
"desc":"This API is used to update configurations of a model service. It can also be used to start or stop a service.You can debug this API through automatic authentication in o",
"product_code":"modelarts",
"title":"Updating Service Configurations",
"uri":"UpdateService.html",
"doc_type":"api",
"p_code":"143",
"code":"149"
},
{
"desc":"This API is used to delete a model service. You can delete your own services only.You can debug this API through automatic authentication in or use the SDK sample code g",
"product_code":"modelarts",
"title":"Deleting a Service",
"uri":"DeleteService.html",
"doc_type":"api",
"p_code":"143",
"code":"150"
},
{
"desc":"This API is used to obtain dedicated resource pools.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /",
"product_code":"modelarts",
"title":"Obtaining Dedicated Resource Pools",
"uri":"ListClusters.html",
"doc_type":"api",
"p_code":"143",
"code":"151"
},
{
"desc":"This API is used to obtain service event logs, including service operation records, key actions during deployment, and deployment failure causes.You can debug this API th",
"product_code":"modelarts",
"title":"Obtaining Service Event Logs",
"uri":"ShowServiceEvents.html",
"doc_type":"api",
"p_code":"143",
"code":"152"
},
{
"desc":"This API is used to obtain the update logs of a real-time service.You can debug this API through automatic authentication in or use the SDK sample code generated by API ",
"product_code":"modelarts",
"title":"Obtaining Service Update Logs",
"uri":"ShowServiceUpdateLogs.html",
"doc_type":"api",
"p_code":"143",
"code":"153"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Resource Management",
"uri":"topic_300000006.html",
"doc_type":"api",
"p_code":"",
"code":"154"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Configuration management",
"uri":"config_management.html",
"doc_type":"api",
"p_code":"154",
"code":"155"
},
{
"desc":"Obtain the configuration parameters of the ModelArts OS service, such as the CIDR block and user resource quota.You can debug this API through automatic authentication in",
"product_code":"modelarts",
"title":"Querying OS Configuration Parameters",
"uri":"ShowOsConfig.html",
"doc_type":"api",
"p_code":"155",
"code":"156"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Quota management",
"uri":"topic_300000001.html",
"doc_type":"api",
"p_code":"154",
"code":"157"
},
{
"desc":"Obtain the quotas of some resources in the ModelArts OS service, such as the resource pool quota and network quota.You can debug this API through automatic authentication",
"product_code":"modelarts",
"title":"Querying OS Quotas",
"uri":"ShowOsQuota.html",
"doc_type":"api",
"p_code":"157",
"code":"158"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Event management",
"uri":"event_management.html",
"doc_type":"api",
"p_code":"154",
"code":"159"
},
{
"desc":"Obtain events.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v1/{project_id}/eventsNoneStatus code:",
"product_code":"modelarts",
"title":"Querying a Trace List",
"uri":"ListEvents.html",
"doc_type":"api",
"p_code":"159",
"code":"160"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Resource Pool Job Management",
"uri":"topic_300000003.html",
"doc_type":"api",
"p_code":"154",
"code":"161"
},
{
"desc":"Obtain dedicated resource pool jobs.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/{project_id}/",
"product_code":"modelarts",
"title":"Querying the dedicated resource pool Job List",
"uri":"ListWorkloads.html",
"doc_type":"api",
"p_code":"161",
"code":"162"
},
{
"desc":"This API is used to query dedicated resource pool job statistics.You can debug this API through automatic authentication in or use the SDK sample code generated by API E",
"product_code":"modelarts",
"title":"Querying dedicated resource pool Job Statistics",
"uri":"ShowWorkloadStatistics.html",
"doc_type":"api",
"p_code":"161",
"code":"163"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Resource indicators",
"uri":"metrics_management.html",
"doc_type":"api",
"p_code":"154",
"code":"164"
},
{
"desc":"Obtain the real-time usage of all resource pools in the current project.You can debug this API through automatic authentication in or use the SDK sample code generated b",
"product_code":"modelarts",
"title":"Querying the Real-Time Resource Usage",
"uri":"ShowPoolRuntimeMetrics.html",
"doc_type":"api",
"p_code":"164",
"code":"165"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Plug-in template management API",
"uri":"topic_300000005.html",
"doc_type":"api",
"p_code":"154",
"code":"166"
},
{
"desc":"This interface is used to obtain details about a specified plug-in template.You can debug this API through automatic authentication in or use the SDK sample code generat",
"product_code":"modelarts",
"title":"Querying a Plug-in Template",
"uri":"ShowPluginTemplate.html",
"doc_type":"api",
"p_code":"166",
"code":"167"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Networking",
"uri":"network_management.html",
"doc_type":"api",
"p_code":"154",
"code":"168"
},
{
"desc":"This API is used to create network resources.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.POST /v1/{pr",
"product_code":"modelarts",
"title":"Creating Network Resources",
"uri":"CreateNetwork.html",
"doc_type":"api",
"p_code":"168",
"code":"169"
},
{
"desc":"This API is used to obtain network resources.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v1/{pro",
"product_code":"modelarts",
"title":"Obtaining Network Resources",
"uri":"ListNetworks.html",
"doc_type":"api",
"p_code":"168",
"code":"170"
},
{
"desc":"This API is used to obtain details about a specified network resource.You can debug this API through automatic authentication in or use the SDK sample code generated by ",
"product_code":"modelarts",
"title":"Obtaining a Network Resource",
"uri":"ShowNetwork.html",
"doc_type":"api",
"p_code":"168",
"code":"171"
},
{
"desc":"This API is used to delete a specified network resource.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.D",
"product_code":"modelarts",
"title":"Deleting a Network Resource",
"uri":"DeleteNetwork.html",
"doc_type":"api",
"p_code":"168",
"code":"172"
},
{
"desc":"This API is used to update a specified network resource.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.P",
"product_code":"modelarts",
"title":"Updating a Network Resource",
"uri":"PatchNetwork.html",
"doc_type":"api",
"p_code":"168",
"code":"173"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Node management",
"uri":"topic_300000007.html",
"doc_type":"api",
"p_code":"154",
"code":"174"
},
{
"desc":"This API is used to obtain nodes in a resource pool.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /",
"product_code":"modelarts",
"title":"Obtaining Nodes",
"uri":"ListPoolNodes.html",
"doc_type":"api",
"p_code":"174",
"code":"175"
},
{
"desc":"Delete nodes in a specific resource pool. At least one node must be reserved in the resource pool.You can debug this API through automatic authentication in or use the S",
"product_code":"modelarts",
"title":"Deleting nodes in batches",
"uri":"BatchDeletePoolNodes.html",
"doc_type":"api",
"p_code":"174",
"code":"176"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Resource pool management",
"uri":"topic_300000008.html",
"doc_type":"api",
"p_code":"154",
"code":"177"
},
{
"desc":"This API is used to create a resource pool.You can debug this API in which supports automatic authentication. API Explorer automatically generates sample SDK code and pr",
"product_code":"modelarts",
"title":"Creating a Resource Pool",
"uri":"CreatePool.html",
"doc_type":"api",
"p_code":"177",
"code":"178"
},
{
"desc":"This API is used to obtain resource pools.You can debug this API in which supports automatic authentication. API Explorer automatically generates sample SDK code and pro",
"product_code":"modelarts",
"title":"Obtaining Resource Pools",
"uri":"ListPools.html",
"doc_type":"api",
"p_code":"177",
"code":"179"
},
{
"desc":"This API is used to obtain details about a specified resource pool.You can debug this API in which supports automatic authentication. API Explorer automatically generate",
"product_code":"modelarts",
"title":"Obtaining Details About a Resource Pool",
"uri":"ShowPool.html",
"doc_type":"api",
"p_code":"177",
"code":"180"
},
{
"desc":"This API is used to delete a specified resource pool.You can debug this API in which supports automatic authentication. API Explorer automatically generates sample SDK c",
"product_code":"modelarts",
"title":"Delete a Resource Pool",
"uri":"DeletePool.html",
"doc_type":"api",
"p_code":"177",
"code":"181"
},
{
"desc":"This API is used to update a specified resource pool.You can debug this API in which supports automatic authentication. API Explorer automatically generates sample SDK c",
"product_code":"modelarts",
"title":"Updating a Resource Pool",
"uri":"PatchPool.html",
"doc_type":"api",
"p_code":"177",
"code":"182"
},
{
"desc":"This API is used to obtain the monitored resource pool information.You can debug this API through automatic authentication in or use the SDK sample code generated by API",
"product_code":"modelarts",
"title":"Monitoring a Resource Pool",
"uri":"ShowPoolMonitor.html",
"doc_type":"api",
"p_code":"177",
"code":"183"
},
{
"desc":"Obtain the statistics of a resource pool.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/{project",
"product_code":"modelarts",
"title":"Resource Pool Statistics",
"uri":"ShowPoolStatistics.html",
"doc_type":"api",
"p_code":"177",
"code":"184"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Resource flavor management APIs",
"uri":"resource_flavor_management.html",
"doc_type":"api",
"p_code":"154",
"code":"185"
},
{
"desc":"Obtain resource specifications.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v1/{project_id}/resou",
"product_code":"modelarts",
"title":"Obtaining Resource Specifications",
"uri":"ListResourceFlavors.html",
"doc_type":"api",
"p_code":"185",
"code":"186"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Authorization Management",
"uri":"authorization.html",
"doc_type":"api",
"p_code":"",
"code":"187"
},
{
"desc":"This API is used to view an authorization list.You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.GET /v2/{p",
"product_code":"modelarts",
"title":"Viewing an Authorization List",
"uri":"GetAuthorizations.html",
"doc_type":"api",
"p_code":"187",
"code":"188"
},
{
"desc":"This API is used to configure ModelArts authorization. ModelArts functions such as training management, development environment, data management, and real-time services c",
"product_code":"modelarts",
"title":"Configuring Authorization",
"uri":"CreateAuthorization.html",
"doc_type":"api",
"p_code":"187",
"code":"189"
},
{
"desc":"This API is used to delete the authorization of a specified user or all users.You can debug this API through automatic authentication in or use the SDK sample code gener",
"product_code":"modelarts",
"title":"Deleting Authorization",
"uri":"DeleteAuthorizations.html",
"doc_type":"api",
"p_code":"187",
"code":"190"
},
{
"desc":"This API is used to create an agency so that ModelArts can access dependent services such as OBS, SWR, and IEF.You can debug this API through automatic authentication in ",
"product_code":"modelarts",
"title":"Creating a ModelArts Agency",
"uri":"CreateModelArtsAgency.html",
"doc_type":"api",
"p_code":"187",
"code":"191"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Permissions Policies and Supported Actions",
"uri":"modelarts_03_0138.html",
"doc_type":"api",
"p_code":"",
"code":"192"
},
{
"desc":"This section describes fine-grained permissions management for your ModelArts. If your account does not require individual IAM users, skip this section.By default, new IA",
"product_code":"modelarts",
"title":"Introduction",
"uri":"modelarts_03_0146.html",
"doc_type":"api",
"p_code":"192",
"code":"193"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Data Management Permissions",
"uri":"modelarts_03_0161.html",
"doc_type":"api",
"p_code":"192",
"code":"194"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"DevEnviron Permissions (New Version)",
"uri":"modelarts_03_0365.html",
"doc_type":"api",
"p_code":"192",
"code":"195"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"DevEnviron Permissions (Old Version)",
"uri":"modelarts_03_0162.html",
"doc_type":"api",
"p_code":"192",
"code":"196"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Training Job Permissions",
"uri":"modelarts_03_0364.html",
"doc_type":"api",
"p_code":"192",
"code":"197"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Model Management Permissions",
"uri":"modelarts_03_0164.html",
"doc_type":"api",
"p_code":"192",
"code":"198"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Service Management Permissions",
"uri":"modelarts_03_0165.html",
"doc_type":"api",
"p_code":"192",
"code":"199"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Common Parameters",
"uri":"modelarts_03_0093.html",
"doc_type":"api",
"p_code":"",
"code":"200"
},
{
"desc":"Table 1 describes the status codes.",
"product_code":"modelarts",
"title":"Status Code",
"uri":"modelarts_03_0094.html",
"doc_type":"api",
"p_code":"200",
"code":"201"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Error Codes",
"uri":"modelarts_03_0095.html",
"doc_type":"api",
"p_code":"200",
"code":"202"
},
{
"desc":"A project ID or name is required for some requests when an API is called. Therefore, obtain the project ID and name before calling the API. Use either of the following me",
"product_code":"modelarts",
"title":"Obtaining a Project ID and Name",
"uri":"modelarts_03_0147.html",
"doc_type":"api",
"p_code":"200",
"code":"203"
},
{
"desc":"When you call APIs, certain requests require the domain name and ID. To obtain a domain name and ID, do as follows:Log in to the ModelArts console.In the upper right corn",
"product_code":"modelarts",
"title":"Obtaining a Tenant Name and ID",
"uri":"modelarts_03_0148.html",
"doc_type":"api",
"p_code":"200",
"code":"204"
},
{
"desc":"When you call APIs, certain requests require the username and ID. To obtain a username and ID, do as follows:Log in to the management console after registration.In the up",
"product_code":"modelarts",
"title":"Obtaining a Username and ID",
"uri":"modelarts_03_0006.html",
"doc_type":"api",
"p_code":"200",
"code":"205"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"modelarts",
"title":"Change History",
"uri":"modelarts_03_0097.html",
"doc_type":"api",
"p_code":"",
"code":"206"
}
]