Export Keras Block Data

Export the data of a Keras block (already split in train/validate data). Updates are streamed over the websocket API.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/train/keras/{learnId}/data \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?