Get transfer learning blocks

Get transfer learning blocks

get

Retrieve all transfer learning blocks.

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transfer-learning' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "transferLearningBlocks": [
    {
      "id": 1,
      "name": "text",
      "dockerContainer": "text",
      "dockerContainerManagedByEdgeImpulse": true,
      "created": "2025-03-26T13:00:07.828Z",
      "createdByUser": {
        "id": 1,
        "name": "text",
        "username": "text",
        "photo": "text"
      },
      "lastUpdated": "2025-03-26T13:00:07.828Z",
      "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,
      "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?