日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

RunPreTrainService

調用預訓練模型服務。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String RunPreTrainService

系統規定參數。取值:RunPreTrainService

ServiceName String ReviewAnalysis

服務名稱。

ServiceVersion String V1

服務版本。

PredictContent String {"input":{"content": "這件衣服真好看", "domain": "clothing"}}

預測輸入。

返回數據

名稱 類型 示例值 描述
PredictResult String {"cost":"21.812ms","imprs":[{"aspect":"款式","clause":"這件衣服真好看","neg_prob":0.0,"pos_prob":0.566100001335144,"position":"0,7","sentiment":"正"}]},"message":"SUCCESS","tracerId":"7973b50e31dcbea8323460e0134d3226"}

模型預測結果。

RequestId String 7310FFCF-9FE8-4257-AE38-0E1AD828C2CC

請求ID。

BillingCount Integer 1

計費次數,對應抵扣資源包數量

示例

請求示例

http(s)://[Endpoint]/?Action=RunPreTrainService
&PredictContent={"input":{"content": "這件衣服真好看", "domain": "clothing"}}
&ServiceName=ReviewAnalysis
&<公共請求參數>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<RunPreTrainServiceResponse>
    <PredictResult>{"cost":"21.812ms","imprs":[{"aspect":"款式","clause":"這件衣服真好看","neg_prob":0.0,"pos_prob":0.566100001335144,"position":"0,7","sentiment":"正"}]},"message":"SUCCESS","tracerId":"7973b50e31dcbea8323460e0134d3226"}</PredictResult>
    <RequestId>7310FFCF-9FE8-4257-AE38-0E1AD828C2CC</RequestId>
    <BillingCount>1</BillingCount>
</RunPreTrainServiceResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "PredictResult" : "{\"cost\":\"21.812ms\",\"imprs\":[{\"aspect\":\"款式\",\"clause\":\"這件衣服真好看\",\"neg_prob\":0.0,\"pos_prob\":0.566100001335144,\"position\":\"0,7\",\"sentiment\":\"正\"}]},\"message\":\"SUCCESS\",\"tracerId\":\"7973b50e31dcbea8323460e0134d3226\"}",
  "RequestId" : "7310FFCF-9FE8-4257-AE38-0E1AD828C2CC",
  "BillingCount" : 1
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 InvalidAccountStatus.ServiceUnavailable The NLP Auto Machine Learning service has not been activated. 用戶未開通NLP自學習服務。
400 InvalidAccountStatus.ServiceLimit The maximum number of free API daily visits is exceeded. API訪問次數超過了免費額度限制。
400 parameterError The parameter is invalid. 參數錯誤
400 predictContentLength The length of content exceeds the limit. 輸入預測內容的長度超出限制。
400 postPaidArrearage The service is not opened or the account is overdue. 服務未開通或賬戶已欠費。
404 ResourceNotFound The specified Model does not exist. 指定的模型不存在。
500 ModelInferenceError Failed to obtain the model prediction result. 獲取模型預測結果失敗。
500 UnknownError A server error occurred while processing your request. Please try again later or contact customer support. 未知錯誤。
500 InternalError An error occurred while processing your request. 未知錯誤。
500 predictTimeout model predict cost greater than 9000ms. 模型響應時間超過9秒。
503 ServiceUnavailable An error occurred while processing your request. 服務內部錯誤。

訪問錯誤中心查看更多錯誤碼。