Retrieves available transfer learning models

Retrieves available transfer learning models

get

Retrieves available transfer learning models

Authorizations
Path parameters
projectIdintegerRequired

Project ID

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

OK

{
  "success": true,
  "error": "text",
  "models": {
    "image": [
      {
        "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"
        }
      }
    ],
    "objectDetection": [
      {
        "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"
        }
      }
    ],
    "kws": [
      {
        "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"
        }
      }
    ],
    "regression": [
      {
        "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"
        }
      }
    ],
    "classification": [
      {
        "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"
        }
      }
    ]
  }
}

Last updated

Was this helpful?