Skip to main content
GET
Classify job result

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

featureExplorerOnly
boolean

Whether to get only the classification results relevant to the feature explorer.

variant
enum<string>

Keras model variant

Available options:
int8,
float32,
akida
impulseId
integer

Impulse ID. If this is unset then the default impulse is used.

truncateStructuredLabels
boolean

If true, only a slice of labels will be returned for samples with multiple labels.

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

result
object[]
required
predictions
object[]
required
accuracy
object
required
additionalMetricsByLearnBlock
object[]
required
availableVariants
enum<string>[]
required

List of all model variants for which classification results exist

Available options:
int8,
float32,
akida
error
string

Optional error description (set if 'success' was false)

noResultsBecauseThresholdsChanged
enum<string>

If set to true, there are currently no results because thresholds were changed (e.g. on live classification); and what action you can run to get new results the quickest. If the value is "can_regenerate_model_summary" you can run 'regenerateModelTestingSummary'. If the value is "should_rerun_full_job", you need to run 'startClassifyJob' or 'startEvaluateJob'.

Available options:
can_regenerate_model_summary,
should_rerun_full_job