Adds data to a dataset for storage.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
PUT /ml/annotationdataset/{datasetId}/annotationdata HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
datasetId | string | No | The unique identifier of the dataset. | cb8cc4eb51a85e823471cdb368fae9be |
annotationdataId | string | No | The unique identifier of the data. | 2156d560fc7c01420542df92cd6365ds |
body | object | No | The data structure of the request. | |
rawLog | array<object> | No | The raw log data. | |
object | No | The log data is a key-value-formatted map. | ||
string | No | The keys and values of the raw log data are strings. | [ { "time": "1694761550", "cnt": "45416", "cnt2": "12454" } ] | |
mlDataParam | MLDataParam | No | The data structure of the request. |
Response parameters
Examples
Sample success responses
JSON
format
{}
Error codes
For a list of error codes, visit the Service error codes.