Set Data Explorer Settings
Set data explorer configuration, like the type of data, and the input / dsp block to use.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/settings \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"preset":"keywords","dimensionalityReductionTechnique":"tsne"}'
Last updated
Was this helpful?