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

{
    "id": 220,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/220/?format=api",
    "name": "Diopsis Sample",
    "delay": 0,
    "limit": 100,
    "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": {
        "id": 7,
        "name": "Diopsis Camera Sample",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/7/?format=api",
        "user_permissions": []
    },
    "source_image_collection": null,
    "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-03T22:10:05.412725",
    "updated_at": "2024-11-13T17:15:35.408428",
    "started_at": "2023-12-03T22:10:27.224804",
    "finished_at": "2023-12-03T22:38:54.384396",
    "duration": "1707.159592",
    "progress": {
        "summary": {
            "status": "SUCCESS",
            "progress": 0.75
        },
        "stages": [
            {
                "status": "CREATED",
                "progress": 0.0,
                "key": "delay",
                "name": "Delay",
                "params": [
                    {
                        "name": "Delay",
                        "key": "delay",
                        "category": "default",
                        "value": 1
                    },
                    {
                        "name": "Mood",
                        "key": "mood",
                        "category": "default",
                        "value": "😴"
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 559
                    },
                    {
                        "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": 1499
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 1013
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 42
                    }
                ]
            }
        ],
        "errors": [],
        "logs": [
            "[2023-12-03 22:38:58] INFO Finished job #220 \"Diopsis Sample\" (SUCCESS)",
            "[2023-12-03 22:38:54] INFO Finished job #220 \"Diopsis Sample\" (SUCCESS)",
            "[2023-12-03 22:38:54] INFO Changing status of job 220 to SUCCESS",
            "[2023-12-03 22:38:50] INFO Changing status of job 220 to SUCCESS",
            "[2023-12-03 22:38:45] INFO Created 42 objects",
            "[2023-12-03 22:38:40] INFO Saving results",
            "[2023-12-03 22:38:34] INFO Found 17 classifications",
            "[2023-12-03 22:38:30] INFO Found 25 detections",
            "[2023-12-03 22:38:29] INFO Found 25 detections",
            "[2023-12-03 22:38:06] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:38:02] INFO Created 29 objects",
            "[2023-12-03 22:37:57] INFO Saving results",
            "[2023-12-03 22:37:53] INFO Found 11 classifications",
            "[2023-12-03 22:37:50] INFO Found 18 detections",
            "[2023-12-03 22:37:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:37:25] INFO Created 42 objects",
            "[2023-12-03 22:37:20] INFO Saving results",
            "[2023-12-03 22:37:16] INFO Found 16 classifications",
            "[2023-12-03 22:37:12] INFO Found 26 detections",
            "[2023-12-03 22:36:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:47] INFO Created 48 objects",
            "[2023-12-03 22:36:42] INFO Saving results",
            "[2023-12-03 22:36:39] INFO Found 18 classifications",
            "[2023-12-03 22:36:34] INFO Found 30 detections",
            "[2023-12-03 22:36:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:07] INFO Created 42 objects",
            "[2023-12-03 22:36:01] INFO Saving results",
            "[2023-12-03 22:35:57] INFO Found 15 classifications",
            "[2023-12-03 22:35:53] INFO Found 27 detections",
            "[2023-12-03 22:35:29] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:35:26] INFO Created 65 objects",
            "[2023-12-03 22:35:20] INFO Saving results",
            "[2023-12-03 22:35:17] INFO Found 28 classifications",
            "[2023-12-03 22:35:16] INFO Found 28 classifications",
            "[2023-12-03 22:35:13] INFO Found 37 detections",
            "[2023-12-03 22:34:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:34:41] INFO Created 60 objects",
            "[2023-12-03 22:34:37] INFO Saving results",
            "[2023-12-03 22:34:33] INFO Found 24 classifications",
            "[2023-12-03 22:34:30] INFO Found 36 detections",
            "[2023-12-03 22:34:02] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:33:59] INFO Created 55 objects",
            "[2023-12-03 22:33:53] INFO Saving results",
            "[2023-12-03 22:33:48] INFO Found 22 classifications",
            "[2023-12-03 22:33:44] INFO Found 33 detections",
            "[2023-12-03 22:33:18] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:33:14] INFO Created 49 objects",
            "[2023-12-03 22:33:09] INFO Saving results",
            "[2023-12-03 22:33:06] INFO Found 20 classifications",
            "[2023-12-03 22:33:03] INFO Found 29 detections",
            "[2023-12-03 22:32:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:32:38] INFO Created 66 objects",
            "[2023-12-03 22:32:33] INFO Saving results",
            "[2023-12-03 22:32:29] INFO Found 28 classifications",
            "[2023-12-03 22:32:26] INFO Found 38 detections",
            "[2023-12-03 22:31:58] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:31:54] INFO Created 48 objects",
            "[2023-12-03 22:31:49] INFO Saving results",
            "[2023-12-03 22:31:46] INFO Found 21 classifications",
            "[2023-12-03 22:31:43] INFO Found 27 detections",
            "[2023-12-03 22:31:13] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:31:10] INFO Created 46 objects",
            "[2023-12-03 22:31:05] INFO Saving results",
            "[2023-12-03 22:31:03] INFO Found 19 classifications",
            "[2023-12-03 22:31:00] INFO Found 27 detections",
            "[2023-12-03 22:30:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:30:33] INFO Created 68 objects",
            "[2023-12-03 22:30:28] INFO Saving results",
            "[2023-12-03 22:30:25] INFO Found 28 classifications",
            "[2023-12-03 22:30:23] INFO Found 40 detections",
            "[2023-12-03 22:30:22] INFO Found 40 detections",
            "[2023-12-03 22:29:53] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:51] INFO Created 53 objects",
            "[2023-12-03 22:29:47] INFO Saving results",
            "[2023-12-03 22:29:44] INFO Found 22 classifications",
            "[2023-12-03 22:29:41] INFO Found 31 detections",
            "[2023-12-03 22:29:17] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:14] INFO Created 55 objects",
            "[2023-12-03 22:29:10] INFO Saving results",
            "[2023-12-03 22:29:07] INFO Found 23 classifications",
            "[2023-12-03 22:29:05] INFO Found 32 detections",
            "[2023-12-03 22:28:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:40] INFO Created 41 objects",
            "[2023-12-03 22:28:36] INFO Saving results",
            "[2023-12-03 22:28:34] INFO Found 17 classifications",
            "[2023-12-03 22:28:31] INFO Found 24 detections",
            "[2023-12-03 22:28:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:07] INFO Created 57 objects",
            "[2023-12-03 22:28:03] INFO Saving results",
            "[2023-12-03 22:28:00] INFO Found 24 classifications",
            "[2023-12-03 22:27:58] INFO Found 33 detections",
            "[2023-12-03 22:27:57] INFO Found 33 detections",
            "[2023-12-03 22:27:32] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:27:30] INFO Created 43 objects",
            "[2023-12-03 22:27:26] INFO Saving results",
            "[2023-12-03 22:27:24] INFO Found 17 classifications",
            "[2023-12-03 22:27:21] INFO Found 26 detections",
            "[2023-12-03 22:27:00] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:58] INFO Created 49 objects",
            "[2023-12-03 22:26:55] INFO Saving results",
            "[2023-12-03 22:26:52] INFO Found 19 classifications",
            "[2023-12-03 22:26:50] INFO Found 30 detections",
            "[2023-12-03 22:26:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:24] INFO Created 48 objects",
            "[2023-12-03 22:26:21] INFO Saving results",
            "[2023-12-03 22:26:18] INFO Found 20 classifications",
            "[2023-12-03 22:26:16] INFO Found 28 detections",
            "[2023-12-03 22:25:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:50] INFO Created 48 objects",
            "[2023-12-03 22:25:46] INFO Saving results",
            "[2023-12-03 22:25:44] INFO Found 18 classifications",
            "[2023-12-03 22:25:42] INFO Found 30 detections",
            "[2023-12-03 22:25:18] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:16] INFO Created 49 objects",
            "[2023-12-03 22:25:13] INFO Saving results",
            "[2023-12-03 22:25:11] INFO Found 20 classifications",
            "[2023-12-03 22:25:09] INFO Found 29 detections",
            "[2023-12-03 22:24:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:43] INFO Created 45 objects",
            "[2023-12-03 22:24:40] INFO Saving results",
            "[2023-12-03 22:24:37] INFO Found 20 classifications",
            "[2023-12-03 22:24:35] INFO Found 25 detections",
            "[2023-12-03 22:24:13] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:11] INFO Created 59 objects",
            "[2023-12-03 22:24:08] INFO Saving results",
            "[2023-12-03 22:24:06] INFO Found 23 classifications",
            "[2023-12-03 22:24:04] INFO Found 36 detections",
            "[2023-12-03 22:23:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:23:36] INFO Created 69 objects",
            "[2023-12-03 22:23:33] INFO Saving results",
            "[2023-12-03 22:23:31] INFO Found 30 classifications",
            "[2023-12-03 22:23:29] INFO Found 39 detections",
            "[2023-12-03 22:23:01] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:59] INFO Created 45 objects",
            "[2023-12-03 22:22:56] INFO Saving results",
            "[2023-12-03 22:22:55] INFO Found 18 classifications",
            "[2023-12-03 22:22:54] INFO Found 18 classifications",
            "[2023-12-03 22:22:52] INFO Found 27 detections",
            "[2023-12-03 22:22:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:24] INFO Created 49 objects",
            "[2023-12-03 22:22:21] INFO Saving results",
            "[2023-12-03 22:22:19] INFO Found 21 classifications",
            "[2023-12-03 22:22:18] INFO Found 28 detections",
            "[2023-12-03 22:21:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:21:51] INFO Created 51 objects",
            "[2023-12-03 22:21:48] INFO Saving results",
            "[2023-12-03 22:21:47] INFO Found 21 classifications",
            "[2023-12-03 22:21:45] INFO Found 30 detections",
            "[2023-12-03 22:21:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:21:19] INFO Created 44 objects",
            "[2023-12-03 22:21:15] INFO Saving results",
            "[2023-12-03 22:21:14] INFO Found 17 classifications",
            "[2023-12-03 22:21:13] INFO Found 27 detections",
            "[2023-12-03 22:20:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:50] INFO Created 51 objects",
            "[2023-12-03 22:20:47] INFO Saving results",
            "[2023-12-03 22:20:46] INFO Found 20 classifications",
            "[2023-12-03 22:20:45] INFO Found 20 classifications",
            "[2023-12-03 22:20:44] INFO Found 31 detections",
            "[2023-12-03 22:20:21] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:19] INFO Created 40 objects",
            "[2023-12-03 22:20:16] INFO Saving results",
            "[2023-12-03 22:20:15] INFO Found 17 classifications",
            "[2023-12-03 22:20:14] INFO Found 23 detections",
            "[2023-12-03 22:19:54] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:53] INFO Created 51 objects",
            "[2023-12-03 22:19:50] INFO Saving results",
            "[2023-12-03 22:19:49] INFO Found 20 classifications",
            "[2023-12-03 22:19:48] INFO Found 31 detections",
            "[2023-12-03 22:19:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:19] INFO Created 18 objects",
            "[2023-12-03 22:19:17] INFO Saving results",
            "[2023-12-03 22:19:16] INFO Found 6 classifications",
            "[2023-12-03 22:19:15] INFO Found 12 detections",
            "[2023-12-03 22:19:00] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:18:59] INFO Created 62 objects",
            "[2023-12-03 22:18:56] INFO Saving results",
            "[2023-12-03 22:18:55] INFO Found 26 classifications",
            "[2023-12-03 22:18:54] INFO Found 36 detections",
            "[2023-12-03 22:18:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:18:18] INFO Created 48 objects",
            "[2023-12-03 22:18:16] INFO Saving results",
            "[2023-12-03 22:18:15] INFO Found 17 classifications",
            "[2023-12-03 22:18:14] INFO Found 31 detections",
            "[2023-12-03 22:17:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:44] INFO Created 57 objects",
            "[2023-12-03 22:17:42] INFO Saving results",
            "[2023-12-03 22:17:41] INFO Found 23 classifications",
            "[2023-12-03 22:17:40] INFO Found 34 detections",
            "[2023-12-03 22:17:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:09] INFO Created 45 objects",
            "[2023-12-03 22:17:07] INFO Saving results",
            "[2023-12-03 22:17:06] INFO Found 17 classifications",
            "[2023-12-03 22:17:05] INFO Found 28 detections",
            "[2023-12-03 22:16:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:40] INFO Created 49 objects",
            "[2023-12-03 22:16:39] INFO Saving results",
            "[2023-12-03 22:16:38] INFO Saving results",
            "[2023-12-03 22:16:37] INFO Found 20 classifications",
            "[2023-12-03 22:16:36] INFO Found 29 detections",
            "[2023-12-03 22:16:11] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:10] INFO Created 35 objects",
            "[2023-12-03 22:16:08] INFO Saving results",
            "[2023-12-03 22:16:08] INFO Found 13 classifications",
            "[2023-12-03 22:16:07] INFO Found 22 detections",
            "[2023-12-03 22:15:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:41] INFO Created 51 objects",
            "[2023-12-03 22:15:40] INFO Saving results",
            "[2023-12-03 22:15:39] INFO Found 20 classifications",
            "[2023-12-03 22:15:38] INFO Found 31 detections",
            "[2023-12-03 22:15:11] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:10] INFO Created 52 objects",
            "[2023-12-03 22:15:07] INFO Saving results",
            "[2023-12-03 22:15:07] INFO Found 22 classifications",
            "[2023-12-03 22:15:06] INFO Found 30 detections",
            "[2023-12-03 22:14:39] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:14:38] INFO Created 41 objects",
            "[2023-12-03 22:14:36] INFO Saving results",
            "[2023-12-03 22:14:35] INFO Found 16 classifications",
            "[2023-12-03 22:14:35] INFO Found 25 detections",
            "[2023-12-03 22:13:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:58] INFO Created 62 objects",
            "[2023-12-03 22:13:56] INFO Saving results",
            "[2023-12-03 22:13:56] INFO Found 26 classifications",
            "[2023-12-03 22:13:55] INFO Found 36 detections",
            "[2023-12-03 22:13:29] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:29] INFO Created 53 objects",
            "[2023-12-03 22:13:27] INFO Saving results",
            "[2023-12-03 22:13:27] INFO Found 20 classifications",
            "[2023-12-03 22:13:26] INFO Found 33 detections",
            "[2023-12-03 22:13:04] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:04] INFO Created 54 objects",
            "[2023-12-03 22:13:02] INFO Saving results",
            "[2023-12-03 22:13:02] INFO Found 21 classifications",
            "[2023-12-03 22:13:01] INFO Found 33 detections",
            "[2023-12-03 22:12:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:12:36] INFO Created 51 objects",
            "[2023-12-03 22:12:35] INFO Saving results",
            "[2023-12-03 22:12:35] INFO Found 20 classifications",
            "[2023-12-03 22:12:34] INFO Found 31 detections",
            "[2023-12-03 22:12:13] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:12:12] INFO Created 58 objects",
            "[2023-12-03 22:12:11] INFO Saving results",
            "[2023-12-03 22:12:10] INFO Found 24 classifications",
            "[2023-12-03 22:12:10] INFO Found 34 detections",
            "[2023-12-03 22:11:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:11:44] INFO Created 54 objects",
            "[2023-12-03 22:11:43] INFO Saving results",
            "[2023-12-03 22:11:43] INFO Found 21 classifications",
            "[2023-12-03 22:11:42] INFO Found 33 detections",
            "[2023-12-03 22:11:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:11:19] INFO Created 58 objects",
            "[2023-12-03 22:11:17] INFO Saving results",
            "[2023-12-03 22:11:17] INFO Found 25 classifications",
            "[2023-12-03 22:11:16] INFO Found 33 detections",
            "[2023-12-03 22:10:54] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:10:53] INFO Created 57 objects",
            "[2023-12-03 22:10:52] INFO Saving results",
            "[2023-12-03 22:10:52] INFO Found 22 classifications",
            "[2023-12-03 22:10:51] INFO Found 22 classifications",
            "[2023-12-03 22:10:51] INFO Found 35 detections",
            "[2023-12-03 22:10:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:10:27] WARNING Limiting number of images to 100 (out of 559)",
            "[2023-12-03 22:10:27] INFO Shuffling images",
            "[2023-12-03 22:10:27] INFO Found 559 images to process",
            "[2023-12-03 22:10:27] INFO Changing status of job 220 to STARTED",
            "[2023-12-03 22:10:27] INFO Running job #220 \"Diopsis Sample\" (PENDING)",
            "[2023-12-03 22:10:27] INFO Changing status of job 220 to PENDING"
        ]
    },
    "logs": {
        "stdout": [
            "[2023-12-03 22:38:58] INFO Finished job #220 \"Diopsis Sample\" (SUCCESS)",
            "[2023-12-03 22:38:54] INFO Finished job #220 \"Diopsis Sample\" (SUCCESS)",
            "[2023-12-03 22:38:54] INFO Changing status of job 220 to SUCCESS",
            "[2023-12-03 22:38:50] INFO Changing status of job 220 to SUCCESS",
            "[2023-12-03 22:38:45] INFO Created 42 objects",
            "[2023-12-03 22:38:40] INFO Saving results",
            "[2023-12-03 22:38:34] INFO Found 17 classifications",
            "[2023-12-03 22:38:30] INFO Found 25 detections",
            "[2023-12-03 22:38:29] INFO Found 25 detections",
            "[2023-12-03 22:38:06] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:38:02] INFO Created 29 objects",
            "[2023-12-03 22:37:57] INFO Saving results",
            "[2023-12-03 22:37:53] INFO Found 11 classifications",
            "[2023-12-03 22:37:50] INFO Found 18 detections",
            "[2023-12-03 22:37:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:37:25] INFO Created 42 objects",
            "[2023-12-03 22:37:20] INFO Saving results",
            "[2023-12-03 22:37:16] INFO Found 16 classifications",
            "[2023-12-03 22:37:12] INFO Found 26 detections",
            "[2023-12-03 22:36:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:47] INFO Created 48 objects",
            "[2023-12-03 22:36:42] INFO Saving results",
            "[2023-12-03 22:36:39] INFO Found 18 classifications",
            "[2023-12-03 22:36:34] INFO Found 30 detections",
            "[2023-12-03 22:36:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:07] INFO Created 42 objects",
            "[2023-12-03 22:36:01] INFO Saving results",
            "[2023-12-03 22:35:57] INFO Found 15 classifications",
            "[2023-12-03 22:35:53] INFO Found 27 detections",
            "[2023-12-03 22:35:29] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:35:26] INFO Created 65 objects",
            "[2023-12-03 22:35:20] INFO Saving results",
            "[2023-12-03 22:35:17] INFO Found 28 classifications",
            "[2023-12-03 22:35:16] INFO Found 28 classifications",
            "[2023-12-03 22:35:13] INFO Found 37 detections",
            "[2023-12-03 22:34:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:34:41] INFO Created 60 objects",
            "[2023-12-03 22:34:37] INFO Saving results",
            "[2023-12-03 22:34:33] INFO Found 24 classifications",
            "[2023-12-03 22:34:30] INFO Found 36 detections",
            "[2023-12-03 22:34:02] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:33:59] INFO Created 55 objects",
            "[2023-12-03 22:33:53] INFO Saving results",
            "[2023-12-03 22:33:48] INFO Found 22 classifications",
            "[2023-12-03 22:33:44] INFO Found 33 detections",
            "[2023-12-03 22:33:18] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:33:14] INFO Created 49 objects",
            "[2023-12-03 22:33:09] INFO Saving results",
            "[2023-12-03 22:33:06] INFO Found 20 classifications",
            "[2023-12-03 22:33:03] INFO Found 29 detections",
            "[2023-12-03 22:32:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:32:38] INFO Created 66 objects",
            "[2023-12-03 22:32:33] INFO Saving results",
            "[2023-12-03 22:32:29] INFO Found 28 classifications",
            "[2023-12-03 22:32:26] INFO Found 38 detections",
            "[2023-12-03 22:31:58] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:31:54] INFO Created 48 objects",
            "[2023-12-03 22:31:49] INFO Saving results",
            "[2023-12-03 22:31:46] INFO Found 21 classifications",
            "[2023-12-03 22:31:43] INFO Found 27 detections",
            "[2023-12-03 22:31:13] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:31:10] INFO Created 46 objects",
            "[2023-12-03 22:31:05] INFO Saving results",
            "[2023-12-03 22:31:03] INFO Found 19 classifications",
            "[2023-12-03 22:31:00] INFO Found 27 detections",
            "[2023-12-03 22:30:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:30:33] INFO Created 68 objects",
            "[2023-12-03 22:30:28] INFO Saving results",
            "[2023-12-03 22:30:25] INFO Found 28 classifications",
            "[2023-12-03 22:30:23] INFO Found 40 detections",
            "[2023-12-03 22:30:22] INFO Found 40 detections",
            "[2023-12-03 22:29:53] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:51] INFO Created 53 objects",
            "[2023-12-03 22:29:47] INFO Saving results",
            "[2023-12-03 22:29:44] INFO Found 22 classifications",
            "[2023-12-03 22:29:41] INFO Found 31 detections",
            "[2023-12-03 22:29:17] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:14] INFO Created 55 objects",
            "[2023-12-03 22:29:10] INFO Saving results",
            "[2023-12-03 22:29:07] INFO Found 23 classifications",
            "[2023-12-03 22:29:05] INFO Found 32 detections",
            "[2023-12-03 22:28:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:40] INFO Created 41 objects",
            "[2023-12-03 22:28:36] INFO Saving results",
            "[2023-12-03 22:28:34] INFO Found 17 classifications",
            "[2023-12-03 22:28:31] INFO Found 24 detections",
            "[2023-12-03 22:28:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:07] INFO Created 57 objects",
            "[2023-12-03 22:28:03] INFO Saving results",
            "[2023-12-03 22:28:00] INFO Found 24 classifications",
            "[2023-12-03 22:27:58] INFO Found 33 detections",
            "[2023-12-03 22:27:57] INFO Found 33 detections",
            "[2023-12-03 22:27:32] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:27:30] INFO Created 43 objects",
            "[2023-12-03 22:27:26] INFO Saving results",
            "[2023-12-03 22:27:24] INFO Found 17 classifications",
            "[2023-12-03 22:27:21] INFO Found 26 detections",
            "[2023-12-03 22:27:00] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:58] INFO Created 49 objects",
            "[2023-12-03 22:26:55] INFO Saving results",
            "[2023-12-03 22:26:52] INFO Found 19 classifications",
            "[2023-12-03 22:26:50] INFO Found 30 detections",
            "[2023-12-03 22:26:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:24] INFO Created 48 objects",
            "[2023-12-03 22:26:21] INFO Saving results",
            "[2023-12-03 22:26:18] INFO Found 20 classifications",
            "[2023-12-03 22:26:16] INFO Found 28 detections",
            "[2023-12-03 22:25:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:50] INFO Created 48 objects",
            "[2023-12-03 22:25:46] INFO Saving results",
            "[2023-12-03 22:25:44] INFO Found 18 classifications",
            "[2023-12-03 22:25:42] INFO Found 30 detections",
            "[2023-12-03 22:25:18] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:16] INFO Created 49 objects",
            "[2023-12-03 22:25:13] INFO Saving results",
            "[2023-12-03 22:25:11] INFO Found 20 classifications",
            "[2023-12-03 22:25:09] INFO Found 29 detections",
            "[2023-12-03 22:24:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:43] INFO Created 45 objects",
            "[2023-12-03 22:24:40] INFO Saving results",
            "[2023-12-03 22:24:37] INFO Found 20 classifications",
            "[2023-12-03 22:24:35] INFO Found 25 detections",
            "[2023-12-03 22:24:13] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:11] INFO Created 59 objects",
            "[2023-12-03 22:24:08] INFO Saving results",
            "[2023-12-03 22:24:06] INFO Found 23 classifications",
            "[2023-12-03 22:24:04] INFO Found 36 detections",
            "[2023-12-03 22:23:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:23:36] INFO Created 69 objects",
            "[2023-12-03 22:23:33] INFO Saving results",
            "[2023-12-03 22:23:31] INFO Found 30 classifications",
            "[2023-12-03 22:23:29] INFO Found 39 detections",
            "[2023-12-03 22:23:01] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:59] INFO Created 45 objects",
            "[2023-12-03 22:22:56] INFO Saving results",
            "[2023-12-03 22:22:55] INFO Found 18 classifications",
            "[2023-12-03 22:22:54] INFO Found 18 classifications",
            "[2023-12-03 22:22:52] INFO Found 27 detections",
            "[2023-12-03 22:22:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:24] INFO Created 49 objects",
            "[2023-12-03 22:22:21] INFO Saving results",
            "[2023-12-03 22:22:19] INFO Found 21 classifications",
            "[2023-12-03 22:22:18] INFO Found 28 detections",
            "[2023-12-03 22:21:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:21:51] INFO Created 51 objects",
            "[2023-12-03 22:21:48] INFO Saving results",
            "[2023-12-03 22:21:47] INFO Found 21 classifications",
            "[2023-12-03 22:21:45] INFO Found 30 detections",
            "[2023-12-03 22:21:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:21:19] INFO Created 44 objects",
            "[2023-12-03 22:21:15] INFO Saving results",
            "[2023-12-03 22:21:14] INFO Found 17 classifications",
            "[2023-12-03 22:21:13] INFO Found 27 detections",
            "[2023-12-03 22:20:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:50] INFO Created 51 objects",
            "[2023-12-03 22:20:47] INFO Saving results",
            "[2023-12-03 22:20:46] INFO Found 20 classifications",
            "[2023-12-03 22:20:45] INFO Found 20 classifications",
            "[2023-12-03 22:20:44] INFO Found 31 detections",
            "[2023-12-03 22:20:21] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:19] INFO Created 40 objects",
            "[2023-12-03 22:20:16] INFO Saving results",
            "[2023-12-03 22:20:15] INFO Found 17 classifications",
            "[2023-12-03 22:20:14] INFO Found 23 detections",
            "[2023-12-03 22:19:54] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:53] INFO Created 51 objects",
            "[2023-12-03 22:19:50] INFO Saving results",
            "[2023-12-03 22:19:49] INFO Found 20 classifications",
            "[2023-12-03 22:19:48] INFO Found 31 detections",
            "[2023-12-03 22:19:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:19] INFO Created 18 objects",
            "[2023-12-03 22:19:17] INFO Saving results",
            "[2023-12-03 22:19:16] INFO Found 6 classifications",
            "[2023-12-03 22:19:15] INFO Found 12 detections",
            "[2023-12-03 22:19:00] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:18:59] INFO Created 62 objects",
            "[2023-12-03 22:18:56] INFO Saving results",
            "[2023-12-03 22:18:55] INFO Found 26 classifications",
            "[2023-12-03 22:18:54] INFO Found 36 detections",
            "[2023-12-03 22:18:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:18:18] INFO Created 48 objects",
            "[2023-12-03 22:18:16] INFO Saving results",
            "[2023-12-03 22:18:15] INFO Found 17 classifications",
            "[2023-12-03 22:18:14] INFO Found 31 detections",
            "[2023-12-03 22:17:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:44] INFO Created 57 objects",
            "[2023-12-03 22:17:42] INFO Saving results",
            "[2023-12-03 22:17:41] INFO Found 23 classifications",
            "[2023-12-03 22:17:40] INFO Found 34 detections",
            "[2023-12-03 22:17:10] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:09] INFO Created 45 objects",
            "[2023-12-03 22:17:07] INFO Saving results",
            "[2023-12-03 22:17:06] INFO Found 17 classifications",
            "[2023-12-03 22:17:05] INFO Found 28 detections",
            "[2023-12-03 22:16:41] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:40] INFO Created 49 objects",
            "[2023-12-03 22:16:39] INFO Saving results",
            "[2023-12-03 22:16:38] INFO Saving results",
            "[2023-12-03 22:16:37] INFO Found 20 classifications",
            "[2023-12-03 22:16:36] INFO Found 29 detections",
            "[2023-12-03 22:16:11] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:10] INFO Created 35 objects",
            "[2023-12-03 22:16:08] INFO Saving results",
            "[2023-12-03 22:16:08] INFO Found 13 classifications",
            "[2023-12-03 22:16:07] INFO Found 22 detections",
            "[2023-12-03 22:15:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:41] INFO Created 51 objects",
            "[2023-12-03 22:15:40] INFO Saving results",
            "[2023-12-03 22:15:39] INFO Found 20 classifications",
            "[2023-12-03 22:15:38] INFO Found 31 detections",
            "[2023-12-03 22:15:11] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:10] INFO Created 52 objects",
            "[2023-12-03 22:15:07] INFO Saving results",
            "[2023-12-03 22:15:07] INFO Found 22 classifications",
            "[2023-12-03 22:15:06] INFO Found 30 detections",
            "[2023-12-03 22:14:39] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:14:38] INFO Created 41 objects",
            "[2023-12-03 22:14:36] INFO Saving results",
            "[2023-12-03 22:14:35] INFO Found 16 classifications",
            "[2023-12-03 22:14:35] INFO Found 25 detections",
            "[2023-12-03 22:13:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:58] INFO Created 62 objects",
            "[2023-12-03 22:13:56] INFO Saving results",
            "[2023-12-03 22:13:56] INFO Found 26 classifications",
            "[2023-12-03 22:13:55] INFO Found 36 detections",
            "[2023-12-03 22:13:29] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:29] INFO Created 53 objects",
            "[2023-12-03 22:13:27] INFO Saving results",
            "[2023-12-03 22:13:27] INFO Found 20 classifications",
            "[2023-12-03 22:13:26] INFO Found 33 detections",
            "[2023-12-03 22:13:04] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:04] INFO Created 54 objects",
            "[2023-12-03 22:13:02] INFO Saving results",
            "[2023-12-03 22:13:02] INFO Found 21 classifications",
            "[2023-12-03 22:13:01] INFO Found 33 detections",
            "[2023-12-03 22:12:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:12:36] INFO Created 51 objects",
            "[2023-12-03 22:12:35] INFO Saving results",
            "[2023-12-03 22:12:35] INFO Found 20 classifications",
            "[2023-12-03 22:12:34] INFO Found 31 detections",
            "[2023-12-03 22:12:13] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:12:12] INFO Created 58 objects",
            "[2023-12-03 22:12:11] INFO Saving results",
            "[2023-12-03 22:12:10] INFO Found 24 classifications",
            "[2023-12-03 22:12:10] INFO Found 34 detections",
            "[2023-12-03 22:11:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:11:44] INFO Created 54 objects",
            "[2023-12-03 22:11:43] INFO Saving results",
            "[2023-12-03 22:11:43] INFO Found 21 classifications",
            "[2023-12-03 22:11:42] INFO Found 33 detections",
            "[2023-12-03 22:11:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:11:19] INFO Created 58 objects",
            "[2023-12-03 22:11:17] INFO Saving results",
            "[2023-12-03 22:11:17] INFO Found 25 classifications",
            "[2023-12-03 22:11:16] INFO Found 33 detections",
            "[2023-12-03 22:10:54] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:10:53] INFO Created 57 objects",
            "[2023-12-03 22:10:52] INFO Saving results",
            "[2023-12-03 22:10:52] INFO Found 22 classifications",
            "[2023-12-03 22:10:51] INFO Found 22 classifications",
            "[2023-12-03 22:10:51] INFO Found 35 detections",
            "[2023-12-03 22:10:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:10:27] WARNING Limiting number of images to 100 (out of 559)",
            "[2023-12-03 22:10:27] INFO Shuffling images",
            "[2023-12-03 22:10:27] INFO Found 559 images to process",
            "[2023-12-03 22:10:27] INFO Changing status of job 220 to STARTED",
            "[2023-12-03 22:10:27] INFO Running job #220 \"Diopsis Sample\" (PENDING)",
            "[2023-12-03 22:10:27] INFO Changing status of job 220 to PENDING"
        ],
        "stderr": []
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}