Set data explorer settings

Set data explorer settings

post

Set data explorer configuration, like the type of data, and the input / dsp block to use.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Body
presetstring · enumOptional

Preset to use for the data explorer.

Possible values:
dimensionalityReductionTechniquestring · enumOptionalPossible values:
impulseIdintegerOptional

Which impulse to use (if preset is either 'current-impulse' or 'current-impulse-embeddings'). If this is undefined then 'defaultImpulseId' is used.

Responses
200
OK
application/json
post
POST /v1/api/{projectId}/raw-data/data-explorer/settings HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 77

{
  "preset": "keywords",
  "dimensionalityReductionTechnique": "tsne",
  "impulseId": 1
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?