自动分类上传数据启动作业
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v2/image/automl_classification/upload_data_async
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/image/automl_classification/upload_data_async' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"show_original_response": false,
"type_of_data": "TRAINING"
}'
响应示例响应示例
{
"public_id": "3a22d3b1-e8c7-4332-b263-7735525f3b9c"
}
请求参数
Header 参数
content-type
string
必需
示例值:
application/json
Authorization
string
必需
默认值:
Bearer <your_key>
Body 参数application/json
返回响应
修改于 2024-04-11 08:35:53