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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}