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

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

{
    "id": 11,
    "details": "https://api.beluga.insectai.org/api/v2/ml/algorithms/11/?format=api",
    "name": "Global Species Classifier - Aug 2024",
    "key": "global_species_classifier_aug_2024",
    "description": "",
    "uri": "https://object-arbutus.cloud.computecanada.ca/ami-models/moths/classification/global_resnet50_20240828_b06d3b3a.pth",
    "version": 1,
    "version_name": "",
    "task_type": "classification",
    "category_map": {
        "id": 33,
        "details": "https://api.beluga.insectai.org/api/v2/ml/labels/33/?format=api",
        "user_permissions": []
    },
    "category_count": 29176,
    "created_at": "2024-08-30T01:53:09.681328",
    "updated_at": "2025-01-26T09:59:06.276712",
    "user_permissions": []
}