Automl 分类 - 预测获取工作结果
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/image/automl_classification/predict_async/{public_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/image/automl_classification/predict_async/?response_as_dict=true&show_original_response=false' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{
"public_id": "b81513b3-d16a-4a42-ba2d-d14c8404ac4d",
"status": "finished",
"error": null,
"results": {
"nyckel": {
"error": null,
"id": "64cf7519-b8da-4e20-86a8-53b4d003c5ce",
"final_status": "finished",
"label": "Cat",
"confidence": 0.6333806839081106
}
}
}
请求参数
Path 参数
public_id
string
必需
Query 参数
response_as_dict
string
可选
示例值:
true
show_original_response
string
可选
示例值:
false
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-11 08:35:45