Get transfer learning blocks

Get transfer learning blocks

get

Retrieve all transfer learning blocks.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/transfer-learning HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "transferLearningBlocks": [
    {
      "id": 1,
      "name": "text",
      "dockerContainer": "text",
      "dockerContainerManagedByEdgeImpulse": true,
      "created": "2025-07-05T13:58:18.867Z",
      "createdByUser": {
        "id": 1,
        "name": "text",
        "username": "text",
        "photo": "text"
      },
      "lastUpdated": "2025-07-05T13:58:18.867Z",
      "lastUpdatedByUser": {
        "id": 1,
        "name": "text",
        "username": "text",
        "photo": "text"
      },
      "description": "text",
      "userId": 1,
      "userName": "text",
      "operatesOn": "object_detection",
      "objectDetectionLastLayer": "mobilenet-ssd",
      "implementationVersion": 1,
      "isPublic": true,
      "isPublicForDevices": [
        "text"
      ],
      "publicProjectTierAvailability": "enterprise-only",
      "isPublicEnterpriseOnly": true,
      "enterpriseOnly": true,
      "repositoryUrl": "text",
      "parameters": [
        {}
      ],
      "imageInputScaling": "0..1",
      "indRequiresGpu": true,
      "sourceCodeAvailable": true,
      "sourceCodeDownloadStaffOnly": true,
      "displayCategory": "classical",
      "customModelVariants": [
        {
          "key": "text",
          "name": "text",
          "inferencingEntrypoint": "text",
          "profilingEntrypoint": "text",
          "modelFiles": [
            {
              "id": "text",
              "name": "text",
              "type": "binary",
              "description": "text"
            }
          ]
        }
      ],
      "indBlockNoLongerAvailable": true,
      "blockNoLongerAvailableReason": "text"
    }
  ]
}

Last updated

Was this helpful?