/deeplearning/import: Import Deep Learning Package

URL:
https://<root>/portals/[portalID]/livingatlascatalog/deeplearning/import
Methods:
POST
Version Introduced:
11.5

Example usage

The following is a sample POST request for the import operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /<context>/sharing/rest/portals/0123456789SBCEDF/livingatlascatalog/deeplearning/import
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

itemIds=a6857359a1cd44839781a4f113cd5934&f=pjson

Description

The import operation allows administrators to add deep learning packages from Living Atlas in ArcGIS Online to their deployment of ArcGIS Enterprise. This operation is performed asynchronously and returns a jobId that can be used to track the status of the import job. Job status can also be tracked using the Install Status resource.

Request parameters

ParameterDetails

itemIds

(Required)

A list of deep learning package item IDs. Item IDs must be separated by a comma if multiple deep learning packages are included in the same request.

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
{
  "itemJobs": [
    {
      "itemId": "a6857359a1cd44839781a4f113cd5934",
      "jobId": "8c0a18cafd744fe68d586507a36cb588"
    }
  ],
  "success": true,
  "status": "submitted",
  "unprocessedItems": []
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.