Export Edits Remote
Exports the resulting dataframe after a series of edits to a remote object store.
Note that the file type is determined by the suffix of the object name. Must be one of csv, parquet, json, arrow
If overrides are provided, and the original edit had a task, the override MUST explicitly have a task set (typically the same task as the edit)
Authorizations
Query Parameters
Body
training
, validation
, test
, inference
csv
, json
, parquet
, arrow
, zip
Supported NER Tagging schemas.
A tagging schema is a definition of the way NER data is formatted. The schema letters define the tags used within it. ex: BIOES - B means before (a token), I means in (a token), E means end (of a token), S means single (length token) See https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)
BIO
, BIOES
, BILOU
Response
training
, validation
, test
, inference
csv
, json
, parquet
, arrow
, zip
Supported NER Tagging schemas.
A tagging schema is a definition of the way NER data is formatted. The schema letters define the tags used within it. ex: BIOES - B means before (a token), I means in (a token), E means end (of a token), S means single (length token) See https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)
BIO
, BIOES
, BILOU
Was this page helpful?