POST
https://api.discovertext.com/api/v1/datasets/{dataset_id}/classify
Query Parameters:
- maxitems: Maximum number of items to classify (default: all)
- usemetadata: Use item metadata as inputs for training and classification
- excludeinvalid: Exclude code answers adjudicated as invalid as classifier training (default: false)
Return Value: A running task item
{ taskId: "{task id, guid string}", taskType: "{task type, string}", entityType: "{entity type, string}", objectId: {operating object id, numeric}, percentComplete: {percent task completeness, number 0.0 to 1.0}, isComplete: {is the task complete? boolean} }