Exports a specified table from the recall engine to a MaxCompute project.
Operation description
Description
Use this API to export a specific table from the recall engine to Alibaba Cloud MaxCompute for further data processing or analysis. Ensure the provided MaxCompute project name, schema, and table name are valid and that you have the required permissions.
Usage notes
The
Partitionsfield must be a JSON object that specifies the table partitions to export.The request may fail if any required parameters are missing or incorrect.
The export process is asynchronous and may take some time. You can use the returned job ID to track the status of the job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:ExportRecallManagementTable |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/recallmanagementtables/{RecallManagementTableId}/action/export HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RecallManagementTableId |
string |
No |
The ID of the table to export. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| InstanceId |
string |
No |
The instance ID. |
pairec-test1 |
| MaxcomputeProjectName |
string |
No |
The MaxCompute project name. |
test |
| MaxcomputeSchema |
string |
No |
The MaxCompute project schema. |
default |
| MaxcomputeTableName |
string |
No |
The name of the destination table in MaxCompute. |
table-1 |
| Partitions |
object |
No |
The table partitions to export. The value must be a JSON object where each key is a partition field and its value is the corresponding partition value. |
|
|
string |
No |
The value of a partition field. |
20260101 |
|
| RecallManagementTableVersionId |
string |
No |
The version ID of the recall management table. This parameter defaults to the current published version. |
20250213000000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77 |
| RecallManagementJobId |
string |
The export job ID. Use this ID to track the job's status. |
1 |
Examples
Success response
JSON format
{
"RequestId": "728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77",
"RecallManagementJobId": "1"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.