获取数据集详情
开发环境
开发环境
POST
https://qianfan.baidubce.com/wenxinworkshop/dataset/info
功能介绍
注意事项
错误码
名称 | 描述 |
---|---|
error_code | 错误码 |
error_msg | 错误描述信息,帮助理解和解决发生的错误 |
{
"error_code": 500001,
"error_msg": "param invalid"
}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qianfan.baidubce.com/wenxinworkshop/dataset/info?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues' \
--data-raw '{
"datasetId": 17786
}'
响应示例响应示例
{
"log_id": "string",
"result": {
"groupId": 0,
"name": "string",
"dataType": 0,
"versionInfo": {
"groupId": 0,
"datasetId": 0,
"importRecordCount": 0,
"exportRecordCount": 0,
"bmlDatasetId": "string",
"userId": 0,
"versionId": 0,
"displayName": "string",
"importStatus": 0,
"importProgress": 0,
"exportStatus": 0,
"exportProgress": 0,
"dataType": 0,
"projectType": 0,
"templateType": 0,
"errCode": null,
"uniqueType": 0,
"importErrorInfo": null,
"createTime": "string",
"modifyTime": "string",
"storageType": "string",
"storage": {
"storageId": "string",
"storageName": "string",
"storagePath": "string",
"rawStoragePath": "string",
"region": "string"
},
"releaseStatus": 0,
"releaseErrCode": 0,
"releaseStoragePath": "string",
"releaseProgress": 0,
"remark": "string",
"annotatedEntityCount": 0,
"entityCount": 0,
"labelCount": 0,
"memorySize": 0,
"characterCount": 0,
"isEnhancing": true,
"enhanceStatus": 0,
"hasEnhance": true,
"isSelfInstructEnhance": true,
"interAnnoRunning": true,
"hardSampleCount": 0,
"etlStatus": 0,
"hasEtl": true,
"isPipelineEtl": true,
"teamAnnoStatus": 0,
"hasTeamAnno": true,
"promptOptimizeStatus": 0,
"demandStatus": "string",
"view": 0,
"usage": 0,
"description": "string",
"tag": [
{
"name": "string"
}
],
"license": "string",
"copyright": "string",
"copyrightLink": "string"
}
},
"status": 0,
"success": true
}
请求参数
Query 参数
access_token
string
必需
Header 参数
Content-Type
string
必需
x-bce-date
string
必需
Authorization
string
必需
Body 参数application/json
返回响应
修改于 2023-11-16 08:37:38