Update transfer learning block
POST {{baseUrl}}/api/organizations/:organizationId/transfer-learning/:transferLearningId
Updates a transfer learning block. Only values in the body will be updated.
Request Body
{"name"=>"<string>", "dockerContainer"=>"<string>", "description"=>"<string>", "operatesOn"=>"<string>", "objectDetectionLastLayer"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "implementationVersion"=>"<integer>", "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
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}