Update Transfer Learning Block

Updates a transfer learning block. Only values in the body will be updated.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transfer-learning/{transferLearningId} \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"string","dockerContainer":"string","description":"string","operatesOn":"object_detection","objectDetectionLastLayer":"mobilenet-ssd","implementationVersion":0,"isPublic":true,"isPublicForDevices":["string"],"repositoryUrl":"string"}'

Last updated

Was this helpful?