Optimize model
POST {{baseUrl}}/api/:projectId/jobs/optimize
Evaluates optimal model architecture
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
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"}}