- URL:
- https://<root>/portals/[portalID]/livingatlascatalog/deeplearning/checkForUpdates
- Methods:
GET
- Version Introduced:
- 11.5
Example usage
The following is a sample request URL used to access the deeplearning
resource:
https://organization.example.com/<context>/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/deeplearning/checkForUpdates?f=pjson
Description
The check
resource returns a list of every imported deep learning package and lists (using the package's item
) the packages that have available updates or that have been retired.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
JSON Response example
{
"installedDeeplearningPackages": [
{
"itemId":"0b0c8253d2194335a0f7183388ca6935",
"title":"Blocks and Streets Extraction - 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
}
],
"canBeUpdated":[0b0c8253d2194335a0f7183388ca6935,a6857359a1cd44839781a4f113cd5934],
"retiredItems":[],
"success":true
}