创建召回表,目前召回表由PAI训练完成导出到odps中,在AIRec中指定ODPS表信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
instanceId | string | 是 | 实例ID | airec-test |
dryRun | string | 否 | 是否dryRun,true不会真实执行,false会直接执行 dryRun:预检,不会真的执行操作,做一些校验用 | true |
返回参数
示例
正常返回示例
JSON
格式
{
"result": {
"gmtModified": "2018-12-07T02:24:26.000Z",
"status": "Running",
"gmtCreate": "2018-12-07T02:24:26.000Z",
"algorithmId": "abc",
"meta": {
"type": "ODPS",
"extInfo": {
"test": "test",
"test2": 1
},
"category": "1_2",
"threshold": {
"sourceDataSizeThreshold": 1,
"sourceDataRecordThreshold": 1,
"indexSizeThreshold": 1,
"indexLossThreshold": 1
},
"status": "Running",
"gmtCreate": "2018-12-07T02:24:26.000Z",
"tableName": "table_test",
"cron": "0 0/12 0 * *",
"description": "xx",
"gmtModified": "2018-12-07T02:24:26.000Z",
"projectName": "testname",
"algorithmName": "algorithmTest",
"cronEnabled": true
}
},
"requestId": "829F38F6-E2D6-4109-90A6-888160BD16C2"
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史