Skip to content
URL:
https://<root>/portals/[portalID]/livingatlascatalog/deeplearning
Methods:
GET
Operations:
Import Deep Learning Package
Child Resources:
Check For Updates, Install Status
Version Introduced:
11.5

Example usage

The following is a sample request URL used to access the deeplearning resource:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/deeplearning?f=pjson

Description

The deepLearning resource returns a list of the in progress, completed, or failed jobs for importing deep learning packages. This resource also provides access to a number of resources and operations to import deep learning packages into your portal, check the status of an import job, and check for updates to imported packages.

Request parameters

ParameterDetails

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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "installedDeepLearningPackages": [
    {
      "itemId": "0b0c8253d2194335a0f7183388ca6935",
      "title": "Blocks and Streets Extraction \u2013 KSA ",
      "status": "COMPLETED",
      "itemSizeInBytes": 3723301515,
      "importDateTime": 1741872066969
    },
    {
      "itemId": "9b67b441f29f4ce6810979f5f0667ebe",
      "title": "Segment Anything Model (SAM)",
      "status": "COMPLETED",
      "itemSizeInBytes": 2584782032,
      "importDateTime": 1741870784011
    },
    {
      "itemId": "a6857359a1cd44839781a4f113cd5934",
      "title": "Building Footprint Extraction - USA",
      "status": "COMPLETED",
      "itemSizeInBytes": 165484018,
      "importDateTime": 1741887594432
    },
    {
      "itemId": "dac319ec70f844dab2d152f32dfff399",
      "title": "High Resolution Canopy Height Estimation",
      "status": "COMPLETED",
      "itemSizeInBytes": 2857162558,
      "importDateTime": 1741872066506
    }
  ],
  "availableDiskSpace": 251293163520
}

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