Get a window of raw sample features from cache, after a live classification job has completed.
get
Get raw sample features for a particular window. This is only available after a live classification job
has completed and raw features have been cached.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
sampleIdintegerRequired
Sample ID
windowIndexintegerRequired
Sample window index
Query parameters
impulseIdintegerOptional
Impulse ID. If this is unset then the default impulse is used.
truncateStructuredLabelsbooleanOptional
If true, only a slice of labels will be returned for samples with multiple labels.
Responses
application/json
all ofOptional
get
GET /v1/api/{projectId}/classify/v2/{sampleId}/raw-data/{windowIndex} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*