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/233/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 233,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/233/?format=api",
    "name": "Panama - Hourly",
    "delay": 0,
    "limit": 200,
    "shuffle": true,
    "project": {
        "id": 20,
        "name": "Barro Colorado Island Research Station",
        "details": "https://api.beluga.insectai.org/api/v2/projects/20/?format=api",
        "user_permissions": []
    },
    "deployment": null,
    "source_image_collection": {
        "id": 18,
        "name": "Panama - Hourly",
        "details": "https://api.beluga.insectai.org/api/v2/captures/collections/18/?format=api",
        "method": "interval",
        "user_permissions": []
    },
    "source_image_single": null,
    "pipeline": {
        "id": 1,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/1/?format=api",
        "name": "Panama moths",
        "slug": "panama_moths_2023",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2023-11-10T02:41:27.683282",
        "updated_at": "2026-04-01T17:09:36.425601",
        "user_permissions": []
    },
    "status": "SUCCESS",
    "created_at": "2023-12-06T21:58:22.636596",
    "updated_at": "2024-11-13T17:15:35.371508",
    "started_at": "2023-12-06T21:58:51.005705",
    "finished_at": "2023-12-06T22:44:27.626222",
    "duration": "2736.620517",
    "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": 135
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Proccessed",
                        "key": "proccessed",
                        "category": "default",
                        "value": 136
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": -1
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 2495
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 2241
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 82
                    }
                ]
            }
        ],
        "errors": [],
        "logs": [
            "[2023-12-06 22:44:33] INFO Finished job #233 \"Panama - Hourly\" (SUCCESS)",
            "[2023-12-06 22:44:27] INFO Finished job #233 \"Panama - Hourly\" (SUCCESS)",
            "[2023-12-06 22:44:27] INFO Changing status of job 233 to SUCCESS",
            "[2023-12-06 22:44:21] INFO Changing status of job 233 to SUCCESS",
            "[2023-12-06 22:44:14] INFO Created 82 objects",
            "[2023-12-06 22:44:06] INFO Saving results",
            "[2023-12-06 22:44:00] INFO Found 40 classifications",
            "[2023-12-06 22:43:55] INFO Found 42 detections",
            "[2023-12-06 22:43:20] INFO Sending 1 images to ML backend panama_moths_2023",
            "[2023-12-06 22:43:14] INFO Created 82 objects",
            "[2023-12-06 22:43:06] INFO Saving results",
            "[2023-12-06 22:43:00] INFO Found 47 classifications",
            "[2023-12-06 22:42:53] INFO Found 47 detections",
            "[2023-12-06 22:42:17] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:42:10] INFO Created 50 objects",
            "[2023-12-06 22:42:03] INFO Saving results",
            "[2023-12-06 22:41:57] INFO Found 25 classifications",
            "[2023-12-06 22:41:51] INFO Found 25 detections",
            "[2023-12-06 22:41:50] INFO Found 25 detections",
            "[2023-12-06 22:41:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:41:21] INFO Created 97 objects",
            "[2023-12-06 22:41:12] INFO Saving results",
            "[2023-12-06 22:41:04] INFO Found 45 classifications",
            "[2023-12-06 22:40:57] INFO Found 52 detections",
            "[2023-12-06 22:40:18] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:40:13] INFO Created 35 objects",
            "[2023-12-06 22:40:07] INFO Saving results",
            "[2023-12-06 22:40:02] INFO Found 16 classifications",
            "[2023-12-06 22:39:57] INFO Found 19 detections",
            "[2023-12-06 22:39:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:39:31] INFO Created 20 objects",
            "[2023-12-06 22:39:25] INFO Saving results",
            "[2023-12-06 22:39:20] INFO Found 10 classifications",
            "[2023-12-06 22:39:15] INFO Found 10 detections",
            "[2023-12-06 22:38:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:38:53] INFO Created 48 objects",
            "[2023-12-06 22:38:47] INFO Saving results",
            "[2023-12-06 22:38:40] INFO Found 23 classifications",
            "[2023-12-06 22:38:26] INFO Found 25 detections",
            "[2023-12-06 22:37:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:37:45] INFO Created 81 objects",
            "[2023-12-06 22:37:38] INFO Saving results",
            "[2023-12-06 22:37:33] INFO Found 30 classifications",
            "[2023-12-06 22:37:27] INFO Found 51 detections",
            "[2023-12-06 22:36:48] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:36:43] INFO Created 84 objects",
            "[2023-12-06 22:36:35] INFO Saving results",
            "[2023-12-06 22:36:28] INFO Found 40 classifications",
            "[2023-12-06 22:36:23] INFO Found 44 detections",
            "[2023-12-06 22:35:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:35:47] INFO Created 86 objects",
            "[2023-12-06 22:35:38] INFO Saving results",
            "[2023-12-06 22:35:33] INFO Found 39 classifications",
            "[2023-12-06 22:35:27] INFO Found 47 detections",
            "[2023-12-06 22:34:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:34:48] INFO Created 77 objects",
            "[2023-12-06 22:34:42] INFO Saving results",
            "[2023-12-06 22:34:32] INFO Found 36 classifications",
            "[2023-12-06 22:34:18] INFO Found 41 detections",
            "[2023-12-06 22:34:17] INFO Found 41 detections",
            "[2023-12-06 22:33:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:33:30] INFO Created 115 objects",
            "[2023-12-06 22:33:23] INFO Saving results",
            "[2023-12-06 22:33:18] INFO Found 55 classifications",
            "[2023-12-06 22:33:13] INFO Found 60 detections",
            "[2023-12-06 22:32:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:32:26] INFO Created 40 objects",
            "[2023-12-06 22:32:25] INFO Created 40 objects",
            "[2023-12-06 22:32:19] INFO Saving results",
            "[2023-12-06 22:32:14] INFO Found 22 classifications",
            "[2023-12-06 22:32:10] INFO Found 24 detections",
            "[2023-12-06 22:31:47] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:31:42] INFO Created 79 objects",
            "[2023-12-06 22:31:36] INFO Saving results",
            "[2023-12-06 22:31:31] INFO Found 38 classifications",
            "[2023-12-06 22:31:27] INFO Found 41 detections",
            "[2023-12-06 22:30:56] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:30:51] INFO Created 46 objects",
            "[2023-12-06 22:30:45] INFO Saving results",
            "[2023-12-06 22:30:42] INFO Found 19 classifications",
            "[2023-12-06 22:30:37] INFO Found 27 detections",
            "[2023-12-06 22:30:12] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:30:08] INFO Created 60 objects",
            "[2023-12-06 22:30:01] INFO Saving results",
            "[2023-12-06 22:29:57] INFO Found 36 classifications",
            "[2023-12-06 22:29:53] INFO Found 41 detections",
            "[2023-12-06 22:29:21] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:29:17] INFO Created 101 objects",
            "[2023-12-06 22:29:11] INFO Saving results",
            "[2023-12-06 22:29:07] INFO Found 48 classifications",
            "[2023-12-06 22:29:03] INFO Found 53 detections",
            "[2023-12-06 22:28:23] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:28:18] INFO Created 66 objects",
            "[2023-12-06 22:28:13] INFO Saving results",
            "[2023-12-06 22:28:12] INFO Saving results",
            "[2023-12-06 22:28:09] INFO Found 32 classifications",
            "[2023-12-06 22:28:05] INFO Found 34 detections",
            "[2023-12-06 22:27:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:27:34] INFO Created 74 objects",
            "[2023-12-06 22:27:28] INFO Saving results",
            "[2023-12-06 22:27:24] INFO Found 43 classifications",
            "[2023-12-06 22:27:20] INFO Found 51 detections",
            "[2023-12-06 22:26:43] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:26:40] INFO Created 60 objects",
            "[2023-12-06 22:26:34] INFO Saving results",
            "[2023-12-06 22:26:31] INFO Found 39 classifications",
            "[2023-12-06 22:26:27] INFO Found 50 detections",
            "[2023-12-06 22:25:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:25:46] INFO Created 44 objects",
            "[2023-12-06 22:25:42] INFO Saving results",
            "[2023-12-06 22:25:38] INFO Found 21 classifications",
            "[2023-12-06 22:25:35] INFO Found 23 detections",
            "[2023-12-06 22:25:15] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:25:12] INFO Created 94 objects",
            "[2023-12-06 22:25:06] INFO Saving results",
            "[2023-12-06 22:25:02] INFO Found 46 classifications",
            "[2023-12-06 22:24:59] INFO Found 48 detections",
            "[2023-12-06 22:24:25] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:24:21] INFO Created 48 objects",
            "[2023-12-06 22:24:16] INFO Saving results",
            "[2023-12-06 22:24:13] INFO Found 23 classifications",
            "[2023-12-06 22:24:09] INFO Found 28 detections",
            "[2023-12-06 22:23:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:23:42] INFO Created 61 objects",
            "[2023-12-06 22:23:38] INFO Saving results",
            "[2023-12-06 22:23:35] INFO Found 35 classifications",
            "[2023-12-06 22:23:32] INFO Found 37 detections",
            "[2023-12-06 22:23:03] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:23:00] INFO Created 92 objects",
            "[2023-12-06 22:22:55] INFO Saving results",
            "[2023-12-06 22:22:51] INFO Found 46 classifications",
            "[2023-12-06 22:22:48] INFO Found 46 detections",
            "[2023-12-06 22:22:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:22:13] INFO Created 9 objects",
            "[2023-12-06 22:22:08] INFO Saving results",
            "[2023-12-06 22:22:05] INFO Found 8 classifications",
            "[2023-12-06 22:22:01] INFO Found 9 detections",
            "[2023-12-06 22:21:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:21:47] INFO Created 59 objects",
            "[2023-12-06 22:21:43] INFO Saving results",
            "[2023-12-06 22:21:39] INFO Found 36 classifications",
            "[2023-12-06 22:21:37] INFO Found 38 detections",
            "[2023-12-06 22:21:09] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:21:06] INFO Created 33 objects",
            "[2023-12-06 22:21:02] INFO Saving results",
            "[2023-12-06 22:21:00] INFO Found 16 classifications",
            "[2023-12-06 22:20:57] INFO Found 17 detections",
            "[2023-12-06 22:20:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:20:37] INFO Created 31 objects",
            "[2023-12-06 22:20:33] INFO Saving results",
            "[2023-12-06 22:20:30] INFO Found 14 classifications",
            "[2023-12-06 22:20:27] INFO Found 17 detections",
            "[2023-12-06 22:20:26] INFO Found 17 detections",
            "[2023-12-06 22:20:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:20:07] INFO Created 56 objects",
            "[2023-12-06 22:20:01] INFO Saving results",
            "[2023-12-06 22:19:58] INFO Found 27 classifications",
            "[2023-12-06 22:19:54] INFO Found 29 detections",
            "[2023-12-06 22:19:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:19:27] INFO Created 17 objects",
            "[2023-12-06 22:19:23] INFO Saving results",
            "[2023-12-06 22:19:21] INFO Found 8 classifications",
            "[2023-12-06 22:19:18] INFO Found 9 detections",
            "[2023-12-06 22:19:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:19:07] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:19:05] INFO Created 68 objects",
            "[2023-12-06 22:19:00] INFO Saving results",
            "[2023-12-06 22:18:57] INFO Found 33 classifications",
            "[2023-12-06 22:18:53] INFO Found 35 detections",
            "[2023-12-06 22:18:28] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:18:25] INFO Created 88 objects",
            "[2023-12-06 22:18:19] INFO Saving results",
            "[2023-12-06 22:18:17] INFO Found 59 classifications",
            "[2023-12-06 22:18:14] INFO Found 61 detections",
            "[2023-12-06 22:18:13] INFO Found 61 detections",
            "[2023-12-06 22:17:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:17:30] INFO Created 110 objects",
            "[2023-12-06 22:17:24] INFO Saving results",
            "[2023-12-06 22:17:21] INFO Found 52 classifications",
            "[2023-12-06 22:17:19] INFO Found 58 detections",
            "[2023-12-06 22:16:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:16:36] INFO Created 10 objects",
            "[2023-12-06 22:16:33] INFO Saving results",
            "[2023-12-06 22:16:31] INFO Found 5 classifications",
            "[2023-12-06 22:16:29] INFO Found 5 detections",
            "[2023-12-06 22:16:22] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:16:19] INFO Created 67 objects",
            "[2023-12-06 22:16:15] INFO Saving results",
            "[2023-12-06 22:16:13] INFO Found 33 classifications",
            "[2023-12-06 22:16:10] INFO Found 34 detections",
            "[2023-12-06 22:15:46] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:15:42] INFO Created 67 objects",
            "[2023-12-06 22:15:39] INFO Saving results",
            "[2023-12-06 22:15:37] INFO Found 32 classifications",
            "[2023-12-06 22:15:35] INFO Found 35 detections",
            "[2023-12-06 22:15:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:15:08] INFO Created 46 objects",
            "[2023-12-06 22:15:03] INFO Saving results",
            "[2023-12-06 22:15:00] INFO Found 31 classifications",
            "[2023-12-06 22:14:58] INFO Found 38 detections",
            "[2023-12-06 22:14:57] INFO Found 38 detections",
            "[2023-12-06 22:14:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:14:29] INFO Created 74 objects",
            "[2023-12-06 22:14:24] INFO Saving results",
            "[2023-12-06 22:14:22] INFO Found 55 classifications",
            "[2023-12-06 22:14:20] INFO Found 57 detections",
            "[2023-12-06 22:13:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:13:39] INFO Created 116 objects",
            "[2023-12-06 22:13:35] INFO Saving results",
            "[2023-12-06 22:13:33] INFO Found 58 classifications",
            "[2023-12-06 22:13:32] INFO Found 58 detections",
            "[2023-12-06 22:12:53] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:12:51] INFO Created 64 objects",
            "[2023-12-06 22:12:48] INFO Saving results",
            "[2023-12-06 22:12:47] INFO Found 31 classifications",
            "[2023-12-06 22:12:46] INFO Found 33 detections",
            "[2023-12-06 22:12:23] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:12:21] INFO Created 11 objects",
            "[2023-12-06 22:12:20] INFO Saving results",
            "[2023-12-06 22:12:18] INFO Found 11 classifications",
            "[2023-12-06 22:12:17] INFO Found 14 detections",
            "[2023-12-06 22:12:16] INFO Found 14 detections",
            "[2023-12-06 22:12:05] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:12:04] INFO Created 62 objects",
            "[2023-12-06 22:12:01] INFO Saving results",
            "[2023-12-06 22:11:59] INFO Found 29 classifications",
            "[2023-12-06 22:11:57] INFO Found 33 detections",
            "[2023-12-06 22:11:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:11:30] INFO Created 113 objects",
            "[2023-12-06 22:11:29] INFO Created 113 objects",
            "[2023-12-06 22:11:25] INFO Saving results",
            "[2023-12-06 22:11:23] INFO Found 54 classifications",
            "[2023-12-06 22:11:22] INFO Found 59 detections",
            "[2023-12-06 22:10:44] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:10:42] INFO Created 97 objects",
            "[2023-12-06 22:10:37] INFO Saving results",
            "[2023-12-06 22:10:35] INFO Found 46 classifications",
            "[2023-12-06 22:10:33] INFO Found 51 detections",
            "[2023-12-06 22:09:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:09:58] INFO Created 52 objects",
            "[2023-12-06 22:09:55] INFO Saving results",
            "[2023-12-06 22:09:53] INFO Found 24 classifications",
            "[2023-12-06 22:09:51] INFO Found 28 detections",
            "[2023-12-06 22:09:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:09:29] INFO Created 25 objects",
            "[2023-12-06 22:09:27] INFO Saving results",
            "[2023-12-06 22:09:26] INFO Found 20 classifications",
            "[2023-12-06 22:09:25] INFO Found 25 detections",
            "[2023-12-06 22:09:07] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:09:06] INFO Created 54 objects",
            "[2023-12-06 22:09:03] INFO Saving results",
            "[2023-12-06 22:09:02] INFO Found 26 classifications",
            "[2023-12-06 22:09:00] INFO Found 28 detections",
            "[2023-12-06 22:08:39] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:08:37] INFO Created 69 objects",
            "[2023-12-06 22:08:33] INFO Saving results",
            "[2023-12-06 22:08:32] INFO Found 33 classifications",
            "[2023-12-06 22:08:31] INFO Found 36 detections",
            "[2023-12-06 22:08:06] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:08:05] INFO Created 81 objects",
            "[2023-12-06 22:08:02] INFO Saving results",
            "[2023-12-06 22:08:01] INFO Found 38 classifications",
            "[2023-12-06 22:07:59] INFO Found 43 detections",
            "[2023-12-06 22:07:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:07:30] INFO Created 57 objects",
            "[2023-12-06 22:07:26] INFO Saving results",
            "[2023-12-06 22:07:25] INFO Found 35 classifications",
            "[2023-12-06 22:07:24] INFO Found 43 detections",
            "[2023-12-06 22:06:56] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:06:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:06:55] INFO Created 32 objects",
            "[2023-12-06 22:06:52] INFO Saving results",
            "[2023-12-06 22:06:51] INFO Found 32 classifications",
            "[2023-12-06 22:06:50] INFO Found 35 detections",
            "[2023-12-06 22:06:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:06:26] INFO Created 100 objects",
            "[2023-12-06 22:06:22] INFO Saving results",
            "[2023-12-06 22:06:22] INFO Found 49 classifications",
            "[2023-12-06 22:06:21] INFO Found 51 detections",
            "[2023-12-06 22:05:48] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:05:48] INFO Created 64 objects",
            "[2023-12-06 22:05:46] INFO Saving results",
            "[2023-12-06 22:05:45] INFO Saving results",
            "[2023-12-06 22:05:45] INFO Found 30 classifications",
            "[2023-12-06 22:05:44] INFO Found 34 detections",
            "[2023-12-06 22:05:21] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:05:20] INFO Created 102 objects",
            "[2023-12-06 22:05:16] INFO Saving results",
            "[2023-12-06 22:05:15] INFO Found 47 classifications",
            "[2023-12-06 22:05:15] INFO Found 55 detections",
            "[2023-12-06 22:04:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:04:37] INFO Created 94 objects",
            "[2023-12-06 22:04:34] INFO Saving results",
            "[2023-12-06 22:04:33] INFO Found 45 classifications",
            "[2023-12-06 22:04:32] INFO Found 49 detections",
            "[2023-12-06 22:04:01] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:04:00] INFO Created 90 objects",
            "[2023-12-06 22:03:57] INFO Saving results",
            "[2023-12-06 22:03:57] INFO Found 40 classifications",
            "[2023-12-06 22:03:56] INFO Found 50 detections",
            "[2023-12-06 22:03:24] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:03:23] INFO Created 135 objects",
            "[2023-12-06 22:03:19] INFO Saving results",
            "[2023-12-06 22:03:18] INFO Found 65 classifications",
            "[2023-12-06 22:03:17] INFO Found 70 detections",
            "[2023-12-06 22:02:35] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:02:34] INFO Created 58 objects",
            "[2023-12-06 22:02:32] INFO Saving results",
            "[2023-12-06 22:02:32] INFO Found 28 classifications",
            "[2023-12-06 22:02:31] INFO Found 30 detections",
            "[2023-12-06 22:02:11] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:02:10] INFO Created 8 objects",
            "[2023-12-06 22:02:10] INFO Saving results",
            "[2023-12-06 22:02:09] INFO Saving results",
            "[2023-12-06 22:02:09] INFO Found 8 classifications",
            "[2023-12-06 22:02:08] INFO Found 17 detections",
            "[2023-12-06 22:01:56] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:01:56] INFO Created 83 objects",
            "[2023-12-06 22:01:53] INFO Saving results",
            "[2023-12-06 22:01:52] INFO Found 40 classifications",
            "[2023-12-06 22:01:52] INFO Found 43 detections",
            "[2023-12-06 22:01:25] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:01:24] INFO Created 31 objects",
            "[2023-12-06 22:01:23] INFO Saving results",
            "[2023-12-06 22:01:22] INFO Saving results",
            "[2023-12-06 22:01:22] INFO Found 14 classifications",
            "[2023-12-06 22:01:22] INFO Found 17 detections",
            "[2023-12-06 22:01:09] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:01:08] INFO Created 44 objects",
            "[2023-12-06 22:01:07] INFO Saving results",
            "[2023-12-06 22:01:06] INFO Found 22 classifications",
            "[2023-12-06 22:01:06] INFO Found 22 detections",
            "[2023-12-06 22:00:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:00:51] INFO Created 11 objects",
            "[2023-12-06 22:00:50] INFO Saving results",
            "[2023-12-06 22:00:50] INFO Found 11 classifications",
            "[2023-12-06 22:00:50] INFO Found 13 detections",
            "[2023-12-06 22:00:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:00:38] INFO Created 27 objects",
            "[2023-12-06 22:00:37] INFO Created 27 objects",
            "[2023-12-06 22:00:36] INFO Saving results",
            "[2023-12-06 22:00:36] INFO Found 27 classifications",
            "[2023-12-06 22:00:36] INFO Found 31 detections",
            "[2023-12-06 22:00:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:00:15] INFO Created 116 objects",
            "[2023-12-06 22:00:12] INFO Saving results",
            "[2023-12-06 22:00:12] INFO Found 58 classifications",
            "[2023-12-06 22:00:12] INFO Found 58 detections",
            "[2023-12-06 21:59:34] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 21:59:34] INFO Created 60 objects",
            "[2023-12-06 21:59:32] INFO Saving results",
            "[2023-12-06 21:59:32] INFO Found 36 classifications",
            "[2023-12-06 21:59:32] INFO Found 38 detections",
            "[2023-12-06 21:59:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 21:59:07] INFO Created 21 objects",
            "[2023-12-06 21:59:07] INFO Saving results",
            "[2023-12-06 21:59:07] INFO Found 21 classifications",
            "[2023-12-06 21:59:07] INFO Found 23 detections",
            "[2023-12-06 21:58:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 21:58:51] INFO Shuffling images",
            "[2023-12-06 21:58:51] INFO Found 135 images to process",
            "[2023-12-06 21:58:50] INFO Changing status of job 233 to STARTED",
            "[2023-12-06 21:58:50] INFO Running job #233 \"Panama - Hourly\" (PENDING)"
        ]
    },
    "logs": {
        "stdout": [
            "[2023-12-06 22:44:33] INFO Finished job #233 \"Panama - Hourly\" (SUCCESS)",
            "[2023-12-06 22:44:27] INFO Finished job #233 \"Panama - Hourly\" (SUCCESS)",
            "[2023-12-06 22:44:27] INFO Changing status of job 233 to SUCCESS",
            "[2023-12-06 22:44:21] INFO Changing status of job 233 to SUCCESS",
            "[2023-12-06 22:44:14] INFO Created 82 objects",
            "[2023-12-06 22:44:06] INFO Saving results",
            "[2023-12-06 22:44:00] INFO Found 40 classifications",
            "[2023-12-06 22:43:55] INFO Found 42 detections",
            "[2023-12-06 22:43:20] INFO Sending 1 images to ML backend panama_moths_2023",
            "[2023-12-06 22:43:14] INFO Created 82 objects",
            "[2023-12-06 22:43:06] INFO Saving results",
            "[2023-12-06 22:43:00] INFO Found 47 classifications",
            "[2023-12-06 22:42:53] INFO Found 47 detections",
            "[2023-12-06 22:42:17] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:42:10] INFO Created 50 objects",
            "[2023-12-06 22:42:03] INFO Saving results",
            "[2023-12-06 22:41:57] INFO Found 25 classifications",
            "[2023-12-06 22:41:51] INFO Found 25 detections",
            "[2023-12-06 22:41:50] INFO Found 25 detections",
            "[2023-12-06 22:41:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:41:21] INFO Created 97 objects",
            "[2023-12-06 22:41:12] INFO Saving results",
            "[2023-12-06 22:41:04] INFO Found 45 classifications",
            "[2023-12-06 22:40:57] INFO Found 52 detections",
            "[2023-12-06 22:40:18] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:40:13] INFO Created 35 objects",
            "[2023-12-06 22:40:07] INFO Saving results",
            "[2023-12-06 22:40:02] INFO Found 16 classifications",
            "[2023-12-06 22:39:57] INFO Found 19 detections",
            "[2023-12-06 22:39:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:39:31] INFO Created 20 objects",
            "[2023-12-06 22:39:25] INFO Saving results",
            "[2023-12-06 22:39:20] INFO Found 10 classifications",
            "[2023-12-06 22:39:15] INFO Found 10 detections",
            "[2023-12-06 22:38:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:38:53] INFO Created 48 objects",
            "[2023-12-06 22:38:47] INFO Saving results",
            "[2023-12-06 22:38:40] INFO Found 23 classifications",
            "[2023-12-06 22:38:26] INFO Found 25 detections",
            "[2023-12-06 22:37:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:37:45] INFO Created 81 objects",
            "[2023-12-06 22:37:38] INFO Saving results",
            "[2023-12-06 22:37:33] INFO Found 30 classifications",
            "[2023-12-06 22:37:27] INFO Found 51 detections",
            "[2023-12-06 22:36:48] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:36:43] INFO Created 84 objects",
            "[2023-12-06 22:36:35] INFO Saving results",
            "[2023-12-06 22:36:28] INFO Found 40 classifications",
            "[2023-12-06 22:36:23] INFO Found 44 detections",
            "[2023-12-06 22:35:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:35:47] INFO Created 86 objects",
            "[2023-12-06 22:35:38] INFO Saving results",
            "[2023-12-06 22:35:33] INFO Found 39 classifications",
            "[2023-12-06 22:35:27] INFO Found 47 detections",
            "[2023-12-06 22:34:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:34:48] INFO Created 77 objects",
            "[2023-12-06 22:34:42] INFO Saving results",
            "[2023-12-06 22:34:32] INFO Found 36 classifications",
            "[2023-12-06 22:34:18] INFO Found 41 detections",
            "[2023-12-06 22:34:17] INFO Found 41 detections",
            "[2023-12-06 22:33:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:33:30] INFO Created 115 objects",
            "[2023-12-06 22:33:23] INFO Saving results",
            "[2023-12-06 22:33:18] INFO Found 55 classifications",
            "[2023-12-06 22:33:13] INFO Found 60 detections",
            "[2023-12-06 22:32:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:32:26] INFO Created 40 objects",
            "[2023-12-06 22:32:25] INFO Created 40 objects",
            "[2023-12-06 22:32:19] INFO Saving results",
            "[2023-12-06 22:32:14] INFO Found 22 classifications",
            "[2023-12-06 22:32:10] INFO Found 24 detections",
            "[2023-12-06 22:31:47] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:31:42] INFO Created 79 objects",
            "[2023-12-06 22:31:36] INFO Saving results",
            "[2023-12-06 22:31:31] INFO Found 38 classifications",
            "[2023-12-06 22:31:27] INFO Found 41 detections",
            "[2023-12-06 22:30:56] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:30:51] INFO Created 46 objects",
            "[2023-12-06 22:30:45] INFO Saving results",
            "[2023-12-06 22:30:42] INFO Found 19 classifications",
            "[2023-12-06 22:30:37] INFO Found 27 detections",
            "[2023-12-06 22:30:12] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:30:08] INFO Created 60 objects",
            "[2023-12-06 22:30:01] INFO Saving results",
            "[2023-12-06 22:29:57] INFO Found 36 classifications",
            "[2023-12-06 22:29:53] INFO Found 41 detections",
            "[2023-12-06 22:29:21] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:29:17] INFO Created 101 objects",
            "[2023-12-06 22:29:11] INFO Saving results",
            "[2023-12-06 22:29:07] INFO Found 48 classifications",
            "[2023-12-06 22:29:03] INFO Found 53 detections",
            "[2023-12-06 22:28:23] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:28:18] INFO Created 66 objects",
            "[2023-12-06 22:28:13] INFO Saving results",
            "[2023-12-06 22:28:12] INFO Saving results",
            "[2023-12-06 22:28:09] INFO Found 32 classifications",
            "[2023-12-06 22:28:05] INFO Found 34 detections",
            "[2023-12-06 22:27:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:27:34] INFO Created 74 objects",
            "[2023-12-06 22:27:28] INFO Saving results",
            "[2023-12-06 22:27:24] INFO Found 43 classifications",
            "[2023-12-06 22:27:20] INFO Found 51 detections",
            "[2023-12-06 22:26:43] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:26:40] INFO Created 60 objects",
            "[2023-12-06 22:26:34] INFO Saving results",
            "[2023-12-06 22:26:31] INFO Found 39 classifications",
            "[2023-12-06 22:26:27] INFO Found 50 detections",
            "[2023-12-06 22:25:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:25:46] INFO Created 44 objects",
            "[2023-12-06 22:25:42] INFO Saving results",
            "[2023-12-06 22:25:38] INFO Found 21 classifications",
            "[2023-12-06 22:25:35] INFO Found 23 detections",
            "[2023-12-06 22:25:15] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:25:12] INFO Created 94 objects",
            "[2023-12-06 22:25:06] INFO Saving results",
            "[2023-12-06 22:25:02] INFO Found 46 classifications",
            "[2023-12-06 22:24:59] INFO Found 48 detections",
            "[2023-12-06 22:24:25] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:24:21] INFO Created 48 objects",
            "[2023-12-06 22:24:16] INFO Saving results",
            "[2023-12-06 22:24:13] INFO Found 23 classifications",
            "[2023-12-06 22:24:09] INFO Found 28 detections",
            "[2023-12-06 22:23:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:23:42] INFO Created 61 objects",
            "[2023-12-06 22:23:38] INFO Saving results",
            "[2023-12-06 22:23:35] INFO Found 35 classifications",
            "[2023-12-06 22:23:32] INFO Found 37 detections",
            "[2023-12-06 22:23:03] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:23:00] INFO Created 92 objects",
            "[2023-12-06 22:22:55] INFO Saving results",
            "[2023-12-06 22:22:51] INFO Found 46 classifications",
            "[2023-12-06 22:22:48] INFO Found 46 detections",
            "[2023-12-06 22:22:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:22:13] INFO Created 9 objects",
            "[2023-12-06 22:22:08] INFO Saving results",
            "[2023-12-06 22:22:05] INFO Found 8 classifications",
            "[2023-12-06 22:22:01] INFO Found 9 detections",
            "[2023-12-06 22:21:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:21:47] INFO Created 59 objects",
            "[2023-12-06 22:21:43] INFO Saving results",
            "[2023-12-06 22:21:39] INFO Found 36 classifications",
            "[2023-12-06 22:21:37] INFO Found 38 detections",
            "[2023-12-06 22:21:09] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:21:06] INFO Created 33 objects",
            "[2023-12-06 22:21:02] INFO Saving results",
            "[2023-12-06 22:21:00] INFO Found 16 classifications",
            "[2023-12-06 22:20:57] INFO Found 17 detections",
            "[2023-12-06 22:20:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:20:37] INFO Created 31 objects",
            "[2023-12-06 22:20:33] INFO Saving results",
            "[2023-12-06 22:20:30] INFO Found 14 classifications",
            "[2023-12-06 22:20:27] INFO Found 17 detections",
            "[2023-12-06 22:20:26] INFO Found 17 detections",
            "[2023-12-06 22:20:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:20:07] INFO Created 56 objects",
            "[2023-12-06 22:20:01] INFO Saving results",
            "[2023-12-06 22:19:58] INFO Found 27 classifications",
            "[2023-12-06 22:19:54] INFO Found 29 detections",
            "[2023-12-06 22:19:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:19:27] INFO Created 17 objects",
            "[2023-12-06 22:19:23] INFO Saving results",
            "[2023-12-06 22:19:21] INFO Found 8 classifications",
            "[2023-12-06 22:19:18] INFO Found 9 detections",
            "[2023-12-06 22:19:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:19:07] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:19:05] INFO Created 68 objects",
            "[2023-12-06 22:19:00] INFO Saving results",
            "[2023-12-06 22:18:57] INFO Found 33 classifications",
            "[2023-12-06 22:18:53] INFO Found 35 detections",
            "[2023-12-06 22:18:28] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:18:25] INFO Created 88 objects",
            "[2023-12-06 22:18:19] INFO Saving results",
            "[2023-12-06 22:18:17] INFO Found 59 classifications",
            "[2023-12-06 22:18:14] INFO Found 61 detections",
            "[2023-12-06 22:18:13] INFO Found 61 detections",
            "[2023-12-06 22:17:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:17:30] INFO Created 110 objects",
            "[2023-12-06 22:17:24] INFO Saving results",
            "[2023-12-06 22:17:21] INFO Found 52 classifications",
            "[2023-12-06 22:17:19] INFO Found 58 detections",
            "[2023-12-06 22:16:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:16:36] INFO Created 10 objects",
            "[2023-12-06 22:16:33] INFO Saving results",
            "[2023-12-06 22:16:31] INFO Found 5 classifications",
            "[2023-12-06 22:16:29] INFO Found 5 detections",
            "[2023-12-06 22:16:22] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:16:19] INFO Created 67 objects",
            "[2023-12-06 22:16:15] INFO Saving results",
            "[2023-12-06 22:16:13] INFO Found 33 classifications",
            "[2023-12-06 22:16:10] INFO Found 34 detections",
            "[2023-12-06 22:15:46] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:15:42] INFO Created 67 objects",
            "[2023-12-06 22:15:39] INFO Saving results",
            "[2023-12-06 22:15:37] INFO Found 32 classifications",
            "[2023-12-06 22:15:35] INFO Found 35 detections",
            "[2023-12-06 22:15:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:15:08] INFO Created 46 objects",
            "[2023-12-06 22:15:03] INFO Saving results",
            "[2023-12-06 22:15:00] INFO Found 31 classifications",
            "[2023-12-06 22:14:58] INFO Found 38 detections",
            "[2023-12-06 22:14:57] INFO Found 38 detections",
            "[2023-12-06 22:14:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:14:29] INFO Created 74 objects",
            "[2023-12-06 22:14:24] INFO Saving results",
            "[2023-12-06 22:14:22] INFO Found 55 classifications",
            "[2023-12-06 22:14:20] INFO Found 57 detections",
            "[2023-12-06 22:13:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:13:39] INFO Created 116 objects",
            "[2023-12-06 22:13:35] INFO Saving results",
            "[2023-12-06 22:13:33] INFO Found 58 classifications",
            "[2023-12-06 22:13:32] INFO Found 58 detections",
            "[2023-12-06 22:12:53] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:12:51] INFO Created 64 objects",
            "[2023-12-06 22:12:48] INFO Saving results",
            "[2023-12-06 22:12:47] INFO Found 31 classifications",
            "[2023-12-06 22:12:46] INFO Found 33 detections",
            "[2023-12-06 22:12:23] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:12:21] INFO Created 11 objects",
            "[2023-12-06 22:12:20] INFO Saving results",
            "[2023-12-06 22:12:18] INFO Found 11 classifications",
            "[2023-12-06 22:12:17] INFO Found 14 detections",
            "[2023-12-06 22:12:16] INFO Found 14 detections",
            "[2023-12-06 22:12:05] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:12:04] INFO Created 62 objects",
            "[2023-12-06 22:12:01] INFO Saving results",
            "[2023-12-06 22:11:59] INFO Found 29 classifications",
            "[2023-12-06 22:11:57] INFO Found 33 detections",
            "[2023-12-06 22:11:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:11:30] INFO Created 113 objects",
            "[2023-12-06 22:11:29] INFO Created 113 objects",
            "[2023-12-06 22:11:25] INFO Saving results",
            "[2023-12-06 22:11:23] INFO Found 54 classifications",
            "[2023-12-06 22:11:22] INFO Found 59 detections",
            "[2023-12-06 22:10:44] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:10:42] INFO Created 97 objects",
            "[2023-12-06 22:10:37] INFO Saving results",
            "[2023-12-06 22:10:35] INFO Found 46 classifications",
            "[2023-12-06 22:10:33] INFO Found 51 detections",
            "[2023-12-06 22:09:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:09:58] INFO Created 52 objects",
            "[2023-12-06 22:09:55] INFO Saving results",
            "[2023-12-06 22:09:53] INFO Found 24 classifications",
            "[2023-12-06 22:09:51] INFO Found 28 detections",
            "[2023-12-06 22:09:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:09:29] INFO Created 25 objects",
            "[2023-12-06 22:09:27] INFO Saving results",
            "[2023-12-06 22:09:26] INFO Found 20 classifications",
            "[2023-12-06 22:09:25] INFO Found 25 detections",
            "[2023-12-06 22:09:07] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:09:06] INFO Created 54 objects",
            "[2023-12-06 22:09:03] INFO Saving results",
            "[2023-12-06 22:09:02] INFO Found 26 classifications",
            "[2023-12-06 22:09:00] INFO Found 28 detections",
            "[2023-12-06 22:08:39] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:08:37] INFO Created 69 objects",
            "[2023-12-06 22:08:33] INFO Saving results",
            "[2023-12-06 22:08:32] INFO Found 33 classifications",
            "[2023-12-06 22:08:31] INFO Found 36 detections",
            "[2023-12-06 22:08:06] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:08:05] INFO Created 81 objects",
            "[2023-12-06 22:08:02] INFO Saving results",
            "[2023-12-06 22:08:01] INFO Found 38 classifications",
            "[2023-12-06 22:07:59] INFO Found 43 detections",
            "[2023-12-06 22:07:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:07:30] INFO Created 57 objects",
            "[2023-12-06 22:07:26] INFO Saving results",
            "[2023-12-06 22:07:25] INFO Found 35 classifications",
            "[2023-12-06 22:07:24] INFO Found 43 detections",
            "[2023-12-06 22:06:56] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:06:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:06:55] INFO Created 32 objects",
            "[2023-12-06 22:06:52] INFO Saving results",
            "[2023-12-06 22:06:51] INFO Found 32 classifications",
            "[2023-12-06 22:06:50] INFO Found 35 detections",
            "[2023-12-06 22:06:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:06:26] INFO Created 100 objects",
            "[2023-12-06 22:06:22] INFO Saving results",
            "[2023-12-06 22:06:22] INFO Found 49 classifications",
            "[2023-12-06 22:06:21] INFO Found 51 detections",
            "[2023-12-06 22:05:48] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:05:48] INFO Created 64 objects",
            "[2023-12-06 22:05:46] INFO Saving results",
            "[2023-12-06 22:05:45] INFO Saving results",
            "[2023-12-06 22:05:45] INFO Found 30 classifications",
            "[2023-12-06 22:05:44] INFO Found 34 detections",
            "[2023-12-06 22:05:21] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:05:20] INFO Created 102 objects",
            "[2023-12-06 22:05:16] INFO Saving results",
            "[2023-12-06 22:05:15] INFO Found 47 classifications",
            "[2023-12-06 22:05:15] INFO Found 55 detections",
            "[2023-12-06 22:04:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:04:37] INFO Created 94 objects",
            "[2023-12-06 22:04:34] INFO Saving results",
            "[2023-12-06 22:04:33] INFO Found 45 classifications",
            "[2023-12-06 22:04:32] INFO Found 49 detections",
            "[2023-12-06 22:04:01] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:04:00] INFO Created 90 objects",
            "[2023-12-06 22:03:57] INFO Saving results",
            "[2023-12-06 22:03:57] INFO Found 40 classifications",
            "[2023-12-06 22:03:56] INFO Found 50 detections",
            "[2023-12-06 22:03:24] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:03:23] INFO Created 135 objects",
            "[2023-12-06 22:03:19] INFO Saving results",
            "[2023-12-06 22:03:18] INFO Found 65 classifications",
            "[2023-12-06 22:03:17] INFO Found 70 detections",
            "[2023-12-06 22:02:35] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:02:34] INFO Created 58 objects",
            "[2023-12-06 22:02:32] INFO Saving results",
            "[2023-12-06 22:02:32] INFO Found 28 classifications",
            "[2023-12-06 22:02:31] INFO Found 30 detections",
            "[2023-12-06 22:02:11] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:02:10] INFO Created 8 objects",
            "[2023-12-06 22:02:10] INFO Saving results",
            "[2023-12-06 22:02:09] INFO Saving results",
            "[2023-12-06 22:02:09] INFO Found 8 classifications",
            "[2023-12-06 22:02:08] INFO Found 17 detections",
            "[2023-12-06 22:01:56] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:01:56] INFO Created 83 objects",
            "[2023-12-06 22:01:53] INFO Saving results",
            "[2023-12-06 22:01:52] INFO Found 40 classifications",
            "[2023-12-06 22:01:52] INFO Found 43 detections",
            "[2023-12-06 22:01:25] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:01:24] INFO Created 31 objects",
            "[2023-12-06 22:01:23] INFO Saving results",
            "[2023-12-06 22:01:22] INFO Saving results",
            "[2023-12-06 22:01:22] INFO Found 14 classifications",
            "[2023-12-06 22:01:22] INFO Found 17 detections",
            "[2023-12-06 22:01:09] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:01:08] INFO Created 44 objects",
            "[2023-12-06 22:01:07] INFO Saving results",
            "[2023-12-06 22:01:06] INFO Found 22 classifications",
            "[2023-12-06 22:01:06] INFO Found 22 detections",
            "[2023-12-06 22:00:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:00:51] INFO Created 11 objects",
            "[2023-12-06 22:00:50] INFO Saving results",
            "[2023-12-06 22:00:50] INFO Found 11 classifications",
            "[2023-12-06 22:00:50] INFO Found 13 detections",
            "[2023-12-06 22:00:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:00:38] INFO Created 27 objects",
            "[2023-12-06 22:00:37] INFO Created 27 objects",
            "[2023-12-06 22:00:36] INFO Saving results",
            "[2023-12-06 22:00:36] INFO Found 27 classifications",
            "[2023-12-06 22:00:36] INFO Found 31 detections",
            "[2023-12-06 22:00:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 22:00:15] INFO Created 116 objects",
            "[2023-12-06 22:00:12] INFO Saving results",
            "[2023-12-06 22:00:12] INFO Found 58 classifications",
            "[2023-12-06 22:00:12] INFO Found 58 detections",
            "[2023-12-06 21:59:34] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 21:59:34] INFO Created 60 objects",
            "[2023-12-06 21:59:32] INFO Saving results",
            "[2023-12-06 21:59:32] INFO Found 36 classifications",
            "[2023-12-06 21:59:32] INFO Found 38 detections",
            "[2023-12-06 21:59:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 21:59:07] INFO Created 21 objects",
            "[2023-12-06 21:59:07] INFO Saving results",
            "[2023-12-06 21:59:07] INFO Found 21 classifications",
            "[2023-12-06 21:59:07] INFO Found 23 detections",
            "[2023-12-06 21:58:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-06 21:58:51] INFO Shuffling images",
            "[2023-12-06 21:58:51] INFO Found 135 images to process",
            "[2023-12-06 21:58:50] INFO Changing status of job 233 to STARTED",
            "[2023-12-06 21:58:50] INFO Running job #233 \"Panama - Hourly\" (PENDING)"
        ],
        "stderr": []
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}