Automl 分类列车列表作业
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/image/automl_classification/train_async
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/image/automl_classification/train_async' \
--header 'Authorization;'
响应示例响应示例
{
"jobs": [
{
"providers": "['nyckel', 'nyckel', 'nyckel', 'nyckel', 'nyckel']",
"nb": 5,
"nb_ok": 5,
"public_id": "2eb515fd-61f1-45f8-bcbe-1851a8b08efe",
"state": "finished",
"created_at": "2024-04-08 11:06:18.118258"
},
{
"providers": "['nyckel', 'nyckel', 'nyckel', 'nyckel', 'nyckel']",
"nb": 5,
"nb_ok": 5,
"public_id": "4778cc34-dfc0-4ced-aca2-e98c3547ef24",
"state": "finished",
"created_at": "2024-04-08 10:06:18.118277"
},
{
"providers": "['nyckel', 'nyckel', 'nyckel', 'nyckel', 'nyckel']",
"nb": 5,
"nb_ok": 5,
"public_id": "2232e8d9-1992-4cd1-aa3e-f35303714104",
"state": "finished",
"created_at": "2024-04-08 09:06:18.118291"
}
]
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-11 08:35:46