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

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

{
    "id": 15,
    "details": "https://api.beluga.insectai.org/api/v2/ml/algorithms/15/?format=api",
    "name": "Turing Kenya and Uganda Species Classifier",
    "key": "turing_kenya_and_uganda_species_classifier",
    "description": "",
    "uri": "https://object-arbutus.cloud.computecanada.ca/ami-models/moths/classification/turing-kenya-uganda_v01_resnet50_2024-11-19-18-44_state.pt",
    "version": 1,
    "version_name": "1",
    "task_type": "classification",
    "category_map": {
        "id": 46,
        "details": "https://api.beluga.insectai.org/api/v2/ml/labels/46/?format=api",
        "user_permissions": []
    },
    "category_count": 3045,
    "created_at": "2025-04-25T11:48:05.204913",
    "updated_at": "2025-04-25T11:48:05.204923",
    "user_permissions": []
}