API endpoint that allows algorithm (ML models) to be viewed or edited.

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

{
    "id": 2,
    "details": "https://api.beluga.insectai.org/api/v2/ml/algorithms/2/?format=api",
    "name": "FasterRCNN MobileNet for AMI Moth Traps 2023",
    "key": "fasterrcnn_mobilenet_for_ami_moth_traps_2023",
    "description": "Model trained on GBIF images and synthetic data in 2023. Slightly less accurate but much faster than other models.",
    "uri": null,
    "version": 1,
    "version_name": "",
    "task_type": "",
    "category_map": null,
    "category_count": null,
    "created_at": "2023-11-10T02:38:35.903609",
    "updated_at": "2023-11-10T02:38:35.903625",
    "user_permissions": []
}