All Products
Search
Document Center

:DescribeDataSetMessage

Last Updated:Jan 15, 2021

Description

Queries the error details of data in a specified dataset version of a specified instance.

Method

GET

URI

/openapi/instances/{instanceId}/dataSets/{versionId}/messages

Response parameters

Parameter

Type

Description

RequestId

String

The ID of the request.

Result

List

The error details returned.

ErrorType

String

The error type returned.

ErrorLevel

String

The error level returned.

Message

String

Details about the error.

Timestamp

String

The timestamp of the error.

Sample requests

GET /openapi/instances/airec-cn-xxxxx/dataSets/20181023214546/messages

Sample responses

JSON format

{
    "RequestId":"8F81A922-6C81-46D6-B78C-CC35E16B1691",
    "Result":[
        {
            "ErrorType": "Validity rate",
            "ErrorLevel": "warn",
            "Message": "The rate of valid data in the item table is 0.36. This indicates that few data is valid. This affects the recommendation effect in the warm-up period. We recommend that you check data, add information for relevant fields, and then import data again. ",
            "Timestamp": "20181211 17:27:44"
        }
    ]
}