名称 | 描述 |
---|---|
error_code | 错误码 |
error_msg | 错误描述信息,帮助理解和解决发生的错误 |
{
"error_code": 500001,
"error_msg": "param invalid"
}
curl --location --request POST 'https://qianfan.baidubce.com/wenxinworkshop/dataset/export?access_token =' \
--header 'Content-Type;' \
--header 'x-bce-date;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasetId": 2304,
"exportTo": 0,
"exportType": 1,
"exportFormat": 0
}'
{
"log_id": "string",
"result": true,
"status": 0,
"success": true
}