Add transfer learning block

POST {{baseUrl}}/api/organizations/:organizationId/transfer-learning

Adds a transfer learning block.

Request Body

{"name"=>"<string>", "dockerContainer"=>"<string>", "description"=>"<string>", "operatesOn"=>"<string>", "implementationVersion"=>"<integer>", "objectDetectionLastLayer"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "isPublic"=>"<boolean>", "isPublicForDevices"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "repositoryUrl"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}