Returns a single dataset.
Response Body
Name | Type | Description | Available Version |
---|---|---|---|
| boolean | Specifies whether the dataset is ready to be trained. | 2.0 |
| date | Date and time that the dataset was created. | 2.0 |
| long | Dataset ID. | 2.0 |
| object | Contains the | 2.0 |
| string | Dataset language. Default is | 2.0 |
| string | Name of the dataset. The dataset name is inherited from the name of the data file used to create the dataset. | 2.0 |
| int | Number of duplicate text strings. This number includes duplicates in the .zip file from which the dataset was created plus the number of duplicate text strings from subsequent PUT calls to add text to the dataset. | 2.0 |
| string | Object returned; in this case, | 2.0 |
| string | Status of the dataset creation and data upload. Valid values are:
| 2.0 |
| int | Total number of examples in the dataset. | 2.0 |
| int | Total number of labels in the dataset. | 2.0 |
| string | Type of dataset data. Valid values are:
| 2.0 |
| date | Date and time that the dataset was last updated. | 2.0 |
Labels Response Body
Name | Type | Description | Available Version |
---|---|---|---|
| long | ID of the dataset that the label belongs to. | 2.0 |
| long | ID of the label. | 2.0 |
| string | Name of the label. | 2.0 |
| int | Number of examples that have the label. | 2.0 |