Post-processing
Begins post processing job
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Query parameters
impulseIdintegerOptional
Impulse ID. If this is unset then the default impulse is used.
Body
variantstring · enumRequiredPossible values:
Which model variant to use (int8, float32, etc.)
datasetstring · enumRequiredPossible values:
Which dataset to use
algorithmstringRequired
Which algorithm container to use
evaluationstringRequired
Which evaluation container to use
populationintegerOptionalDefault:
The population size for the genetic algorithm
100
maxGenerationsintegerOptionalDefault:
The maximum number of generations for the genetic algorithm
100
designSpaceTolerancenumberOptionalDefault:
The tolerance for the design space
0.01
objectiveSpaceTolerancenumberOptionalDefault:
The tolerance for the objective space
0.0025
terminationPeriodintegerOptionalDefault:
The number of generations the termination criteria are averaged across
5
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/{projectId}/jobs/post-processing HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 199
{
"variant": "int8",
"dataset": "training",
"algorithm": "text",
"evaluation": "text",
"population": 100,
"maxGenerations": 100,
"designSpaceTolerance": 0.01,
"objectiveSpaceTolerance": 0.0025,
"terminationPeriod": 5
}
200
OK
{
"success": true,
"error": "text",
"id": 12873488112
}
Last updated
Was this helpful?