Get all transfer learning models
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve all transfer learning models across all categories
Project ID
GET /v1/api/{projectId}/transfer-learning-models HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
OK
{
"success": true,
"error": "text",
"transferLearningModels": [
{
"name": "text",
"shortName": "text",
"abbreviatedName": "text",
"description": "text",
"hasNeurons": true,
"hasDropout": true,
"defaultNeurons": 1,
"defaultDropout": 1,
"defaultLearningRate": 1,
"defaultTrainingCycles": 1,
"hasImageAugmentation": true,
"type": "dense",
"learnBlockType": "anomaly",
"organizationModelId": 1,
"implementationVersion": 1,
"repositoryUrl": "text",
"author": "text",
"blockType": "official",
"customParameters": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text",
"priority": 1,
"romEstimate": 1,
"needsOps": [
"text"
],
"needsFeatures": [
"text"
]
}
],
"readonly": true,
"shouldShow": true,
"showIf": {
"parameter": "text",
"operator": "eq",
"value": "text"
},
"invalidText": "text",
"section": "advanced",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"showClickToSet": true
}
],
"displayCategory": "classical",
"blockNoLongerAvailable": {
"reasonMarkdown": "text",
"reasonHtml": "text"
}
}
]
}