GetAsyncPredict_NLP自学习平台_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

请求速率为3/1(s)。更多流控信息,请前往配额中心查看

授权信息

当前云产品暂无权限信息透出。

请求参数

字段名称字段详情
AsyncPredictIdinteger<int32>

异步预测 ID,通过调用 CreateAsyncPredict 接口获取。

示例值:1629

返回参数

字段名称字段详情
AsyncPredictIdinteger<int32>

异步预测 ID,通过调用 CreateAsyncPredict 接口获取。

示例值:1629
Statusinteger<int32>

异步预测状态,状态类型说明:展开详情

示例值:2
RequestIdstring

请求 ID。

示例值:EBF1AAD7-A3FB-4A78-B5E9-8356324B12B2
Contentstring

异步预测结果,JSON 字符串格式文本。

示例值:json string

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidAccountStatus.ServiceUnavailable
The NLP Auto Machine Learning service has not been activated.诊断
400
InvalidAccountStatus.ServiceLimit
The maximum number of free API daily visits is exceeded.诊断
400
InvalidParameter.ModelId
The specified modelId is invalid.诊断
400
InvalidParameter.ModelVersion
The specified modelVersion is invalid.诊断
400
InvalidContentLength
The length of content exceeds the limit.诊断
403
Forbbiden
You are not authorized to operate on the specified resource.诊断
404
ResourceNotFound
The specified Model does not exist.诊断
500
InternalError
An error occurred while processing your request.诊断
503
ServiceUnavailable
An error occurred while processing your request.诊断

变更历史

暂无变更历史

相关示例

创建一个异步预测并获取预测结果
2021-03-15