Keras settings

POST {{baseUrl}}/api/:projectId/training/keras/:learnId

Configure the Keras block, such as its minimum confidence score. Use the impulse blocks to find the learnId.

Request Body

{"mode"=>"<string>", "minimumConfidenceRating"=>"<number>", "selectedModelType"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "script"=>"<string>", "visualLayers"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "trainingCycles"=>"<integer>", "learningRate"=>"<number>", "trainTestSplit"=>"<number>", "autoClassWeights"=>"<boolean>", "findLearningRate"=>"<boolean>", "augmentationPolicyImage"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "augmentationPolicySpectrogram"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "profileInt8"=>"<boolean>", "skipEmbeddingsAndMemory"=>"<boolean>", "customValidationMetadataKey"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}