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

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

{
    "id": 3,
    "details": "https://api.beluga.insectai.org/api/v2/ml/algorithms/3/?format=api",
    "name": "Moth / Non-Moth Classifier",
    "key": "moth_nonmoth_classifier",
    "description": "Trained on May 6, 2022",
    "uri": "https://object-arbutus.cloud.computecanada.ca/ami-models/moths/classification/moth-nonmoth_resnet50_20240417_b4fe3efe.pth",
    "version": 1,
    "version_name": "",
    "task_type": "classification",
    "category_map": {
        "id": 53,
        "details": "https://api.beluga.insectai.org/api/v2/ml/labels/53/?format=api",
        "user_permissions": []
    },
    "category_count": 2,
    "created_at": "2023-11-10T02:39:00.973947",
    "updated_at": "2023-11-10T02:40:42.402377",
    "user_permissions": []
}