API endpoint that allows jobs to be viewed or edited.

Pass the start_now url parameter to the POST method to enqueue the job immediately.

Use the delay field to create a test job with fake duration of work (in seconds).

Actions

/jobs/{id}/run/ (POST)

Run a job (add it to the queue).

/jobs/{id}/cancel/ (POST)

Cancel a job (terminate the background task)

GET /api/v2/jobs/197/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 197,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/197/?format=api",
    "name": "Denmark with detections 2",
    "delay": 0,
    "limit": 100,
    "shuffle": true,
    "project": {
        "id": 16,
        "name": "Aarhus Universitet, Department of Ecoscience",
        "details": "https://api.beluga.insectai.org/api/v2/projects/16/?format=api",
        "user_permissions": []
    },
    "deployment": null,
    "source_image_collection": {
        "id": 5,
        "name": "Denmark with detections",
        "details": "https://api.beluga.insectai.org/api/v2/captures/collections/5/?format=api",
        "method": "detections_only",
        "user_permissions": []
    },
    "source_image_single": null,
    "pipeline": {
        "id": 2,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/2/?format=api",
        "name": "UK & Denmark moths",
        "slug": "uk_denmark_moths_2023",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2023-11-10T02:42:02.618036",
        "updated_at": "2026-04-01T17:09:36.587352",
        "user_permissions": []
    },
    "status": "SUCCESS",
    "created_at": "2023-11-30T17:25:37.551713",
    "updated_at": "2024-11-13T17:15:35.442386",
    "started_at": "2023-11-30T17:25:37.667341",
    "finished_at": "2023-11-30T17:48:07.393958",
    "duration": "1349.726617",
    "progress": {
        "summary": {
            "status": "SUCCESS",
            "progress": 1.0
        },
        "stages": [
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 1233
                    },
                    {
                        "name": "Limit",
                        "key": "limit",
                        "category": "default",
                        "value": 100
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Proccessed",
                        "key": "proccessed",
                        "category": "default",
                        "value": 100
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": 0
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 1271
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 787
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 43
                    }
                ]
            }
        ],
        "errors": [],
        "logs": [
            "[2023-11-30 17:48:11] INFO Finished job #197 \"Denmark with detections 2\" (SUCCESS)",
            "[2023-11-30 17:48:07] INFO Finished job #197 \"Denmark with detections 2\" (SUCCESS)",
            "[2023-11-30 17:48:07] INFO Changing status of job 197 to SUCCESS",
            "[2023-11-30 17:48:02] INFO Changing status of job 197 to SUCCESS",
            "[2023-11-30 17:47:58] INFO Created 43 objects",
            "[2023-11-30 17:47:51] INFO Saving results",
            "[2023-11-30 17:47:46] INFO Found 38 classifications",
            "[2023-11-30 17:47:42] INFO Found 53 detections",
            "[2023-11-30 17:47:08] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:47:04] INFO Created 11 objects",
            "[2023-11-30 17:46:59] INFO Saving results",
            "[2023-11-30 17:46:55] INFO Found 8 classifications",
            "[2023-11-30 17:46:51] INFO Found 18 detections",
            "[2023-11-30 17:46:34] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:46:31] INFO Created 6 objects",
            "[2023-11-30 17:46:27] INFO Saving results",
            "[2023-11-30 17:46:23] INFO Found 6 classifications",
            "[2023-11-30 17:46:18] INFO Found 8 detections",
            "[2023-11-30 17:46:06] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:46:01] INFO Created 31 objects",
            "[2023-11-30 17:45:56] INFO Saving results",
            "[2023-11-30 17:45:53] INFO Found 31 classifications",
            "[2023-11-30 17:45:49] INFO Found 35 detections",
            "[2023-11-30 17:45:23] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:45:19] INFO Created 5 objects",
            "[2023-11-30 17:45:15] INFO Saving results",
            "[2023-11-30 17:45:11] INFO Found 5 classifications",
            "[2023-11-30 17:45:07] INFO Found 10 detections",
            "[2023-11-30 17:44:54] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:44:51] INFO Created 5 objects",
            "[2023-11-30 17:44:47] INFO Saving results",
            "[2023-11-30 17:44:43] INFO Found 3 classifications",
            "[2023-11-30 17:44:40] INFO Found 12 detections",
            "[2023-11-30 17:44:39] INFO Found 12 detections",
            "[2023-11-30 17:44:26] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:44:23] INFO Created 30 objects",
            "[2023-11-30 17:44:19] INFO Saving results",
            "[2023-11-30 17:44:16] INFO Found 28 classifications",
            "[2023-11-30 17:44:13] INFO Found 46 detections",
            "[2023-11-30 17:43:43] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:43:42] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:43:38] INFO Created 29 objects",
            "[2023-11-30 17:43:33] INFO Saving results",
            "[2023-11-30 17:43:30] INFO Found 28 classifications",
            "[2023-11-30 17:43:26] INFO Found 38 detections",
            "[2023-11-30 17:43:00] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:42:56] INFO Created 6 objects",
            "[2023-11-30 17:42:52] INFO Saving results",
            "[2023-11-30 17:42:49] INFO Found 6 classifications",
            "[2023-11-30 17:42:45] INFO Found 12 detections",
            "[2023-11-30 17:42:32] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:42:28] INFO Created 33 objects",
            "[2023-11-30 17:42:23] INFO Saving results",
            "[2023-11-30 17:42:20] INFO Found 30 classifications",
            "[2023-11-30 17:42:17] INFO Found 41 detections",
            "[2023-11-30 17:41:50] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:41:47] INFO Created 20 objects",
            "[2023-11-30 17:41:44] INFO Saving results",
            "[2023-11-30 17:41:41] INFO Found 18 classifications",
            "[2023-11-30 17:41:38] INFO Found 25 detections",
            "[2023-11-30 17:41:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:41:16] INFO Created 5 objects",
            "[2023-11-30 17:41:13] INFO Saving results",
            "[2023-11-30 17:41:10] INFO Found 5 classifications",
            "[2023-11-30 17:41:06] INFO Found 11 detections",
            "[2023-11-30 17:40:52] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:40:49] INFO Created 14 objects",
            "[2023-11-30 17:40:45] INFO Saving results",
            "[2023-11-30 17:40:42] INFO Found 12 classifications",
            "[2023-11-30 17:40:39] INFO Found 22 detections",
            "[2023-11-30 17:40:21] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:40:19] INFO Created 31 objects",
            "[2023-11-30 17:40:14] INFO Saving results",
            "[2023-11-30 17:40:12] INFO Found 27 classifications",
            "[2023-11-30 17:40:09] INFO Found 34 detections",
            "[2023-11-30 17:39:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:39:43] INFO Created 27 objects",
            "[2023-11-30 17:39:40] INFO Saving results",
            "[2023-11-30 17:39:38] INFO Found 22 classifications",
            "[2023-11-30 17:39:35] INFO Found 35 detections",
            "[2023-11-30 17:39:11] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:39:09] INFO Created 7 objects",
            "[2023-11-30 17:39:05] INFO Saving results",
            "[2023-11-30 17:39:02] INFO Found 6 classifications",
            "[2023-11-30 17:39:01] INFO Found 6 classifications",
            "[2023-11-30 17:38:59] INFO Found 10 detections",
            "[2023-11-30 17:38:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:38:44] INFO Created 6 objects",
            "[2023-11-30 17:38:42] INFO Saving results",
            "[2023-11-30 17:38:40] INFO Found 4 classifications",
            "[2023-11-30 17:38:39] INFO Found 4 classifications",
            "[2023-11-30 17:38:37] INFO Found 8 detections",
            "[2023-11-30 17:38:27] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:38:24] INFO Created 10 objects",
            "[2023-11-30 17:38:21] INFO Saving results",
            "[2023-11-30 17:38:19] INFO Found 7 classifications",
            "[2023-11-30 17:38:17] INFO Found 14 detections",
            "[2023-11-30 17:38:03] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:38:01] INFO Created 18 objects",
            "[2023-11-30 17:37:58] INFO Saving results",
            "[2023-11-30 17:37:56] INFO Found 18 classifications",
            "[2023-11-30 17:37:55] INFO Found 18 classifications",
            "[2023-11-30 17:37:53] INFO Found 30 detections",
            "[2023-11-30 17:37:33] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:37:31] INFO Created 4 objects",
            "[2023-11-30 17:37:29] INFO Saving results",
            "[2023-11-30 17:37:27] INFO Found 3 classifications",
            "[2023-11-30 17:37:25] INFO Found 7 detections",
            "[2023-11-30 17:37:15] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:37:14] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:37:13] INFO Created 26 objects",
            "[2023-11-30 17:37:10] INFO Saving results",
            "[2023-11-30 17:37:08] INFO Found 24 classifications",
            "[2023-11-30 17:37:06] INFO Found 39 detections",
            "[2023-11-30 17:36:41] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:36:39] INFO Created 17 objects",
            "[2023-11-30 17:36:37] INFO Saving results",
            "[2023-11-30 17:36:35] INFO Found 15 classifications",
            "[2023-11-30 17:36:33] INFO Found 22 detections",
            "[2023-11-30 17:36:16] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:36:13] INFO Created 3 objects",
            "[2023-11-30 17:36:11] INFO Saving results",
            "[2023-11-30 17:36:09] INFO Found 3 classifications",
            "[2023-11-30 17:36:07] INFO Found 4 detections",
            "[2023-11-30 17:35:58] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:35:56] INFO Created 20 objects",
            "[2023-11-30 17:35:54] INFO Saving results",
            "[2023-11-30 17:35:52] INFO Found 19 classifications",
            "[2023-11-30 17:35:51] INFO Found 34 detections",
            "[2023-11-30 17:35:29] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:35:27] INFO Created 8 objects",
            "[2023-11-30 17:35:25] INFO Saving results",
            "[2023-11-30 17:35:23] INFO Found 8 classifications",
            "[2023-11-30 17:35:22] INFO Found 10 detections",
            "[2023-11-30 17:35:10] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:35:09] INFO Created 8 objects",
            "[2023-11-30 17:35:06] INFO Saving results",
            "[2023-11-30 17:35:05] INFO Saving results",
            "[2023-11-30 17:35:04] INFO Found 7 classifications",
            "[2023-11-30 17:35:02] INFO Found 13 detections",
            "[2023-11-30 17:34:50] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:34:49] INFO Created 4 objects",
            "[2023-11-30 17:34:47] INFO Saving results",
            "[2023-11-30 17:34:45] INFO Found 3 classifications",
            "[2023-11-30 17:34:44] INFO Found 11 detections",
            "[2023-11-30 17:34:32] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:34:31] INFO Created 3 objects",
            "[2023-11-30 17:34:29] INFO Saving results",
            "[2023-11-30 17:34:28] INFO Found 3 classifications",
            "[2023-11-30 17:34:27] INFO Found 4 detections",
            "[2023-11-30 17:34:26] INFO Found 4 detections",
            "[2023-11-30 17:34:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:34:16] INFO Created 26 objects",
            "[2023-11-30 17:34:14] INFO Saving results",
            "[2023-11-30 17:34:13] INFO Saving results",
            "[2023-11-30 17:34:12] INFO Found 24 classifications",
            "[2023-11-30 17:34:11] INFO Found 46 detections",
            "[2023-11-30 17:33:43] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:33:42] INFO Created 16 objects",
            "[2023-11-30 17:33:40] INFO Saving results",
            "[2023-11-30 17:33:39] INFO Found 16 classifications",
            "[2023-11-30 17:33:37] INFO Found 18 detections",
            "[2023-11-30 17:33:36] INFO Found 18 detections",
            "[2023-11-30 17:33:21] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:33:19] INFO Created 16 objects",
            "[2023-11-30 17:33:17] INFO Saving results",
            "[2023-11-30 17:33:15] INFO Found 11 classifications",
            "[2023-11-30 17:33:14] INFO Found 29 detections",
            "[2023-11-30 17:32:54] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:32:53] INFO Created 26 objects",
            "[2023-11-30 17:32:52] INFO Created 26 objects",
            "[2023-11-30 17:32:51] INFO Saving results",
            "[2023-11-30 17:32:49] INFO Found 26 classifications",
            "[2023-11-30 17:32:48] INFO Found 41 detections",
            "[2023-11-30 17:32:23] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:32:22] INFO Created 11 objects",
            "[2023-11-30 17:32:21] INFO Created 11 objects",
            "[2023-11-30 17:32:20] INFO Saving results",
            "[2023-11-30 17:32:18] INFO Found 8 classifications",
            "[2023-11-30 17:32:17] INFO Found 14 detections",
            "[2023-11-30 17:32:05] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:32:04] INFO Created 20 objects",
            "[2023-11-30 17:32:02] INFO Saving results",
            "[2023-11-30 17:32:01] INFO Found 18 classifications",
            "[2023-11-30 17:32:00] INFO Found 18 classifications",
            "[2023-11-30 17:31:59] INFO Found 34 detections",
            "[2023-11-30 17:31:38] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:31:37] INFO Created 13 objects",
            "[2023-11-30 17:31:35] INFO Saving results",
            "[2023-11-30 17:31:34] INFO Found 10 classifications",
            "[2023-11-30 17:31:33] INFO Found 34 detections",
            "[2023-11-30 17:31:11] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:31:10] INFO Created 18 objects",
            "[2023-11-30 17:31:09] INFO Saving results",
            "[2023-11-30 17:31:08] INFO Saving results",
            "[2023-11-30 17:31:08] INFO Found 18 classifications",
            "[2023-11-30 17:31:07] INFO Found 31 detections",
            "[2023-11-30 17:30:47] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:30:46] INFO Created 20 objects",
            "[2023-11-30 17:30:44] INFO Saving results",
            "[2023-11-30 17:30:43] INFO Found 19 classifications",
            "[2023-11-30 17:30:42] INFO Found 29 detections",
            "[2023-11-30 17:30:23] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:30:22] INFO Created 6 objects",
            "[2023-11-30 17:30:21] INFO Saving results",
            "[2023-11-30 17:30:21] INFO Found 5 classifications",
            "[2023-11-30 17:30:20] INFO Found 12 detections",
            "[2023-11-30 17:30:08] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:30:07] INFO Created 18 objects",
            "[2023-11-30 17:30:05] INFO Saving results",
            "[2023-11-30 17:30:04] INFO Found 16 classifications",
            "[2023-11-30 17:30:03] INFO Found 27 detections",
            "[2023-11-30 17:29:45] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:29:44] INFO Created 6 objects",
            "[2023-11-30 17:29:43] INFO Saving results",
            "[2023-11-30 17:29:43] INFO Found 5 classifications",
            "[2023-11-30 17:29:42] INFO Found 14 detections",
            "[2023-11-30 17:29:29] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:29:29] INFO Created 20 objects",
            "[2023-11-30 17:29:27] INFO Saving results",
            "[2023-11-30 17:29:27] INFO Found 18 classifications",
            "[2023-11-30 17:29:26] INFO Found 29 detections",
            "[2023-11-30 17:29:06] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:29:06] INFO Created 24 objects",
            "[2023-11-30 17:29:05] INFO Saving results",
            "[2023-11-30 17:29:04] INFO Found 11 classifications",
            "[2023-11-30 17:29:03] INFO Found 17 detections",
            "[2023-11-30 17:28:50] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:28:49] INFO Created 15 objects",
            "[2023-11-30 17:28:48] INFO Saving results",
            "[2023-11-30 17:28:48] INFO Found 6 classifications",
            "[2023-11-30 17:28:48] INFO Found 16 detections",
            "[2023-11-30 17:28:35] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:28:34] INFO Created 35 objects",
            "[2023-11-30 17:28:33] INFO Saving results",
            "[2023-11-30 17:28:32] INFO Saving results",
            "[2023-11-30 17:28:32] INFO Found 30 classifications",
            "[2023-11-30 17:28:32] INFO Found 43 detections",
            "[2023-11-30 17:28:06] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:28:06] INFO Created 70 objects",
            "[2023-11-30 17:28:04] INFO Saving results",
            "[2023-11-30 17:28:04] INFO Found 70 classifications",
            "[2023-11-30 17:28:03] INFO Found 70 classifications",
            "[2023-11-30 17:28:03] INFO Found 84 detections",
            "[2023-11-30 17:27:19] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:27:18] INFO Created 21 objects",
            "[2023-11-30 17:27:17] INFO Saving results",
            "[2023-11-30 17:27:17] INFO Found 17 classifications",
            "[2023-11-30 17:27:16] INFO Found 30 detections",
            "[2023-11-30 17:26:58] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:58] INFO Created 11 objects",
            "[2023-11-30 17:26:57] INFO Saving results",
            "[2023-11-30 17:26:57] INFO Found 11 classifications",
            "[2023-11-30 17:26:57] INFO Found 12 detections",
            "[2023-11-30 17:26:47] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:46] INFO Created 25 objects",
            "[2023-11-30 17:26:45] INFO Saving results",
            "[2023-11-30 17:26:45] INFO Found 21 classifications",
            "[2023-11-30 17:26:45] INFO Found 37 detections",
            "[2023-11-30 17:26:22] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:22] INFO Created 29 objects",
            "[2023-11-30 17:26:20] INFO Saving results",
            "[2023-11-30 17:26:20] INFO Found 27 classifications",
            "[2023-11-30 17:26:20] INFO Found 44 detections",
            "[2023-11-30 17:25:55] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:25:55] INFO Created 16 objects",
            "[2023-11-30 17:25:54] INFO Saving results",
            "[2023-11-30 17:25:54] INFO Found 13 classifications",
            "[2023-11-30 17:25:54] INFO Found 24 detections",
            "[2023-11-30 17:25:37] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:25:37] WARNING Limiting number of images to 100 (out of 1233)",
            "[2023-11-30 17:25:37] INFO Shuffling images",
            "[2023-11-30 17:25:37] INFO Found 1233 images to process",
            "[2023-11-30 17:25:37] INFO Changing status of job 197 to STARTED",
            "[2023-11-30 17:25:37] INFO Running job #197 \"Denmark with detections 2\" (PENDING)"
        ]
    },
    "logs": {
        "stdout": [
            "[2023-11-30 17:48:11] INFO Finished job #197 \"Denmark with detections 2\" (SUCCESS)",
            "[2023-11-30 17:48:07] INFO Finished job #197 \"Denmark with detections 2\" (SUCCESS)",
            "[2023-11-30 17:48:07] INFO Changing status of job 197 to SUCCESS",
            "[2023-11-30 17:48:02] INFO Changing status of job 197 to SUCCESS",
            "[2023-11-30 17:47:58] INFO Created 43 objects",
            "[2023-11-30 17:47:51] INFO Saving results",
            "[2023-11-30 17:47:46] INFO Found 38 classifications",
            "[2023-11-30 17:47:42] INFO Found 53 detections",
            "[2023-11-30 17:47:08] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:47:04] INFO Created 11 objects",
            "[2023-11-30 17:46:59] INFO Saving results",
            "[2023-11-30 17:46:55] INFO Found 8 classifications",
            "[2023-11-30 17:46:51] INFO Found 18 detections",
            "[2023-11-30 17:46:34] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:46:31] INFO Created 6 objects",
            "[2023-11-30 17:46:27] INFO Saving results",
            "[2023-11-30 17:46:23] INFO Found 6 classifications",
            "[2023-11-30 17:46:18] INFO Found 8 detections",
            "[2023-11-30 17:46:06] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:46:01] INFO Created 31 objects",
            "[2023-11-30 17:45:56] INFO Saving results",
            "[2023-11-30 17:45:53] INFO Found 31 classifications",
            "[2023-11-30 17:45:49] INFO Found 35 detections",
            "[2023-11-30 17:45:23] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:45:19] INFO Created 5 objects",
            "[2023-11-30 17:45:15] INFO Saving results",
            "[2023-11-30 17:45:11] INFO Found 5 classifications",
            "[2023-11-30 17:45:07] INFO Found 10 detections",
            "[2023-11-30 17:44:54] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:44:51] INFO Created 5 objects",
            "[2023-11-30 17:44:47] INFO Saving results",
            "[2023-11-30 17:44:43] INFO Found 3 classifications",
            "[2023-11-30 17:44:40] INFO Found 12 detections",
            "[2023-11-30 17:44:39] INFO Found 12 detections",
            "[2023-11-30 17:44:26] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:44:23] INFO Created 30 objects",
            "[2023-11-30 17:44:19] INFO Saving results",
            "[2023-11-30 17:44:16] INFO Found 28 classifications",
            "[2023-11-30 17:44:13] INFO Found 46 detections",
            "[2023-11-30 17:43:43] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:43:42] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:43:38] INFO Created 29 objects",
            "[2023-11-30 17:43:33] INFO Saving results",
            "[2023-11-30 17:43:30] INFO Found 28 classifications",
            "[2023-11-30 17:43:26] INFO Found 38 detections",
            "[2023-11-30 17:43:00] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:42:56] INFO Created 6 objects",
            "[2023-11-30 17:42:52] INFO Saving results",
            "[2023-11-30 17:42:49] INFO Found 6 classifications",
            "[2023-11-30 17:42:45] INFO Found 12 detections",
            "[2023-11-30 17:42:32] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:42:28] INFO Created 33 objects",
            "[2023-11-30 17:42:23] INFO Saving results",
            "[2023-11-30 17:42:20] INFO Found 30 classifications",
            "[2023-11-30 17:42:17] INFO Found 41 detections",
            "[2023-11-30 17:41:50] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:41:47] INFO Created 20 objects",
            "[2023-11-30 17:41:44] INFO Saving results",
            "[2023-11-30 17:41:41] INFO Found 18 classifications",
            "[2023-11-30 17:41:38] INFO Found 25 detections",
            "[2023-11-30 17:41:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:41:16] INFO Created 5 objects",
            "[2023-11-30 17:41:13] INFO Saving results",
            "[2023-11-30 17:41:10] INFO Found 5 classifications",
            "[2023-11-30 17:41:06] INFO Found 11 detections",
            "[2023-11-30 17:40:52] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:40:49] INFO Created 14 objects",
            "[2023-11-30 17:40:45] INFO Saving results",
            "[2023-11-30 17:40:42] INFO Found 12 classifications",
            "[2023-11-30 17:40:39] INFO Found 22 detections",
            "[2023-11-30 17:40:21] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:40:19] INFO Created 31 objects",
            "[2023-11-30 17:40:14] INFO Saving results",
            "[2023-11-30 17:40:12] INFO Found 27 classifications",
            "[2023-11-30 17:40:09] INFO Found 34 detections",
            "[2023-11-30 17:39:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:39:43] INFO Created 27 objects",
            "[2023-11-30 17:39:40] INFO Saving results",
            "[2023-11-30 17:39:38] INFO Found 22 classifications",
            "[2023-11-30 17:39:35] INFO Found 35 detections",
            "[2023-11-30 17:39:11] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:39:09] INFO Created 7 objects",
            "[2023-11-30 17:39:05] INFO Saving results",
            "[2023-11-30 17:39:02] INFO Found 6 classifications",
            "[2023-11-30 17:39:01] INFO Found 6 classifications",
            "[2023-11-30 17:38:59] INFO Found 10 detections",
            "[2023-11-30 17:38:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:38:44] INFO Created 6 objects",
            "[2023-11-30 17:38:42] INFO Saving results",
            "[2023-11-30 17:38:40] INFO Found 4 classifications",
            "[2023-11-30 17:38:39] INFO Found 4 classifications",
            "[2023-11-30 17:38:37] INFO Found 8 detections",
            "[2023-11-30 17:38:27] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:38:24] INFO Created 10 objects",
            "[2023-11-30 17:38:21] INFO Saving results",
            "[2023-11-30 17:38:19] INFO Found 7 classifications",
            "[2023-11-30 17:38:17] INFO Found 14 detections",
            "[2023-11-30 17:38:03] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:38:01] INFO Created 18 objects",
            "[2023-11-30 17:37:58] INFO Saving results",
            "[2023-11-30 17:37:56] INFO Found 18 classifications",
            "[2023-11-30 17:37:55] INFO Found 18 classifications",
            "[2023-11-30 17:37:53] INFO Found 30 detections",
            "[2023-11-30 17:37:33] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:37:31] INFO Created 4 objects",
            "[2023-11-30 17:37:29] INFO Saving results",
            "[2023-11-30 17:37:27] INFO Found 3 classifications",
            "[2023-11-30 17:37:25] INFO Found 7 detections",
            "[2023-11-30 17:37:15] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:37:14] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:37:13] INFO Created 26 objects",
            "[2023-11-30 17:37:10] INFO Saving results",
            "[2023-11-30 17:37:08] INFO Found 24 classifications",
            "[2023-11-30 17:37:06] INFO Found 39 detections",
            "[2023-11-30 17:36:41] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:36:39] INFO Created 17 objects",
            "[2023-11-30 17:36:37] INFO Saving results",
            "[2023-11-30 17:36:35] INFO Found 15 classifications",
            "[2023-11-30 17:36:33] INFO Found 22 detections",
            "[2023-11-30 17:36:16] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:36:13] INFO Created 3 objects",
            "[2023-11-30 17:36:11] INFO Saving results",
            "[2023-11-30 17:36:09] INFO Found 3 classifications",
            "[2023-11-30 17:36:07] INFO Found 4 detections",
            "[2023-11-30 17:35:58] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:35:56] INFO Created 20 objects",
            "[2023-11-30 17:35:54] INFO Saving results",
            "[2023-11-30 17:35:52] INFO Found 19 classifications",
            "[2023-11-30 17:35:51] INFO Found 34 detections",
            "[2023-11-30 17:35:29] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:35:27] INFO Created 8 objects",
            "[2023-11-30 17:35:25] INFO Saving results",
            "[2023-11-30 17:35:23] INFO Found 8 classifications",
            "[2023-11-30 17:35:22] INFO Found 10 detections",
            "[2023-11-30 17:35:10] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:35:09] INFO Created 8 objects",
            "[2023-11-30 17:35:06] INFO Saving results",
            "[2023-11-30 17:35:05] INFO Saving results",
            "[2023-11-30 17:35:04] INFO Found 7 classifications",
            "[2023-11-30 17:35:02] INFO Found 13 detections",
            "[2023-11-30 17:34:50] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:34:49] INFO Created 4 objects",
            "[2023-11-30 17:34:47] INFO Saving results",
            "[2023-11-30 17:34:45] INFO Found 3 classifications",
            "[2023-11-30 17:34:44] INFO Found 11 detections",
            "[2023-11-30 17:34:32] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:34:31] INFO Created 3 objects",
            "[2023-11-30 17:34:29] INFO Saving results",
            "[2023-11-30 17:34:28] INFO Found 3 classifications",
            "[2023-11-30 17:34:27] INFO Found 4 detections",
            "[2023-11-30 17:34:26] INFO Found 4 detections",
            "[2023-11-30 17:34:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:34:16] INFO Created 26 objects",
            "[2023-11-30 17:34:14] INFO Saving results",
            "[2023-11-30 17:34:13] INFO Saving results",
            "[2023-11-30 17:34:12] INFO Found 24 classifications",
            "[2023-11-30 17:34:11] INFO Found 46 detections",
            "[2023-11-30 17:33:43] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:33:42] INFO Created 16 objects",
            "[2023-11-30 17:33:40] INFO Saving results",
            "[2023-11-30 17:33:39] INFO Found 16 classifications",
            "[2023-11-30 17:33:37] INFO Found 18 detections",
            "[2023-11-30 17:33:36] INFO Found 18 detections",
            "[2023-11-30 17:33:21] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:33:19] INFO Created 16 objects",
            "[2023-11-30 17:33:17] INFO Saving results",
            "[2023-11-30 17:33:15] INFO Found 11 classifications",
            "[2023-11-30 17:33:14] INFO Found 29 detections",
            "[2023-11-30 17:32:54] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:32:53] INFO Created 26 objects",
            "[2023-11-30 17:32:52] INFO Created 26 objects",
            "[2023-11-30 17:32:51] INFO Saving results",
            "[2023-11-30 17:32:49] INFO Found 26 classifications",
            "[2023-11-30 17:32:48] INFO Found 41 detections",
            "[2023-11-30 17:32:23] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:32:22] INFO Created 11 objects",
            "[2023-11-30 17:32:21] INFO Created 11 objects",
            "[2023-11-30 17:32:20] INFO Saving results",
            "[2023-11-30 17:32:18] INFO Found 8 classifications",
            "[2023-11-30 17:32:17] INFO Found 14 detections",
            "[2023-11-30 17:32:05] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:32:04] INFO Created 20 objects",
            "[2023-11-30 17:32:02] INFO Saving results",
            "[2023-11-30 17:32:01] INFO Found 18 classifications",
            "[2023-11-30 17:32:00] INFO Found 18 classifications",
            "[2023-11-30 17:31:59] INFO Found 34 detections",
            "[2023-11-30 17:31:38] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:31:37] INFO Created 13 objects",
            "[2023-11-30 17:31:35] INFO Saving results",
            "[2023-11-30 17:31:34] INFO Found 10 classifications",
            "[2023-11-30 17:31:33] INFO Found 34 detections",
            "[2023-11-30 17:31:11] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:31:10] INFO Created 18 objects",
            "[2023-11-30 17:31:09] INFO Saving results",
            "[2023-11-30 17:31:08] INFO Saving results",
            "[2023-11-30 17:31:08] INFO Found 18 classifications",
            "[2023-11-30 17:31:07] INFO Found 31 detections",
            "[2023-11-30 17:30:47] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:30:46] INFO Created 20 objects",
            "[2023-11-30 17:30:44] INFO Saving results",
            "[2023-11-30 17:30:43] INFO Found 19 classifications",
            "[2023-11-30 17:30:42] INFO Found 29 detections",
            "[2023-11-30 17:30:23] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:30:22] INFO Created 6 objects",
            "[2023-11-30 17:30:21] INFO Saving results",
            "[2023-11-30 17:30:21] INFO Found 5 classifications",
            "[2023-11-30 17:30:20] INFO Found 12 detections",
            "[2023-11-30 17:30:08] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:30:07] INFO Created 18 objects",
            "[2023-11-30 17:30:05] INFO Saving results",
            "[2023-11-30 17:30:04] INFO Found 16 classifications",
            "[2023-11-30 17:30:03] INFO Found 27 detections",
            "[2023-11-30 17:29:45] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:29:44] INFO Created 6 objects",
            "[2023-11-30 17:29:43] INFO Saving results",
            "[2023-11-30 17:29:43] INFO Found 5 classifications",
            "[2023-11-30 17:29:42] INFO Found 14 detections",
            "[2023-11-30 17:29:29] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:29:29] INFO Created 20 objects",
            "[2023-11-30 17:29:27] INFO Saving results",
            "[2023-11-30 17:29:27] INFO Found 18 classifications",
            "[2023-11-30 17:29:26] INFO Found 29 detections",
            "[2023-11-30 17:29:06] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:29:06] INFO Created 24 objects",
            "[2023-11-30 17:29:05] INFO Saving results",
            "[2023-11-30 17:29:04] INFO Found 11 classifications",
            "[2023-11-30 17:29:03] INFO Found 17 detections",
            "[2023-11-30 17:28:50] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:28:49] INFO Created 15 objects",
            "[2023-11-30 17:28:48] INFO Saving results",
            "[2023-11-30 17:28:48] INFO Found 6 classifications",
            "[2023-11-30 17:28:48] INFO Found 16 detections",
            "[2023-11-30 17:28:35] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:28:34] INFO Created 35 objects",
            "[2023-11-30 17:28:33] INFO Saving results",
            "[2023-11-30 17:28:32] INFO Saving results",
            "[2023-11-30 17:28:32] INFO Found 30 classifications",
            "[2023-11-30 17:28:32] INFO Found 43 detections",
            "[2023-11-30 17:28:06] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:28:06] INFO Created 70 objects",
            "[2023-11-30 17:28:04] INFO Saving results",
            "[2023-11-30 17:28:04] INFO Found 70 classifications",
            "[2023-11-30 17:28:03] INFO Found 70 classifications",
            "[2023-11-30 17:28:03] INFO Found 84 detections",
            "[2023-11-30 17:27:19] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:27:18] INFO Created 21 objects",
            "[2023-11-30 17:27:17] INFO Saving results",
            "[2023-11-30 17:27:17] INFO Found 17 classifications",
            "[2023-11-30 17:27:16] INFO Found 30 detections",
            "[2023-11-30 17:26:58] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:58] INFO Created 11 objects",
            "[2023-11-30 17:26:57] INFO Saving results",
            "[2023-11-30 17:26:57] INFO Found 11 classifications",
            "[2023-11-30 17:26:57] INFO Found 12 detections",
            "[2023-11-30 17:26:47] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:46] INFO Created 25 objects",
            "[2023-11-30 17:26:45] INFO Saving results",
            "[2023-11-30 17:26:45] INFO Found 21 classifications",
            "[2023-11-30 17:26:45] INFO Found 37 detections",
            "[2023-11-30 17:26:22] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:26:22] INFO Created 29 objects",
            "[2023-11-30 17:26:20] INFO Saving results",
            "[2023-11-30 17:26:20] INFO Found 27 classifications",
            "[2023-11-30 17:26:20] INFO Found 44 detections",
            "[2023-11-30 17:25:55] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:25:55] INFO Created 16 objects",
            "[2023-11-30 17:25:54] INFO Saving results",
            "[2023-11-30 17:25:54] INFO Found 13 classifications",
            "[2023-11-30 17:25:54] INFO Found 24 detections",
            "[2023-11-30 17:25:37] INFO Sending 2 images to ML backend uk_denmark_moths_2023",
            "[2023-11-30 17:25:37] WARNING Limiting number of images to 100 (out of 1233)",
            "[2023-11-30 17:25:37] INFO Shuffling images",
            "[2023-11-30 17:25:37] INFO Found 1233 images to process",
            "[2023-11-30 17:25:37] INFO Changing status of job 197 to STARTED",
            "[2023-11-30 17:25:37] INFO Running job #197 \"Denmark with detections 2\" (PENDING)"
        ],
        "stderr": []
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}