Get transfer learning block

Get transfer learning block

get

Gets a transfer learning block.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

transferLearningIdintegerRequired

Transfer learning ID

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

OK

{
  "success": true,
  "error": "text",
  "transferLearningBlock": {
    "id": 1,
    "name": "text",
    "dockerContainer": "text",
    "dockerContainerManagedByEdgeImpulse": true,
    "created": "2025-06-20T18:07:25.541Z",
    "createdByUser": {
      "id": 1,
      "name": "text",
      "username": "text",
      "photo": "text"
    },
    "lastUpdated": "2025-06-20T18:07:25.541Z",
    "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?