BackflowFeatureConsistencyCheckJobData
Performs data backflow for the latest job of a specified feature consistency check job configuration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:BackflowFeatureConsistencyCheckJobData |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/featureconsistencycheck/jobs/action/backflowdata HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| FeatureConsistencyCheckJobConfigId |
string |
Yes |
The feature consistency check job configuration ID. To obtain the configuration ID, call the ListFeatureConsistencyCheckJobConfigs operation. |
4 |
| InstanceId |
string |
Yes |
The instance ID. To obtain the instance ID, call the ListInstances operation. |
pairec-cn-******** |
| LogUserId |
string |
Yes |
The user ID in the log. |
1010 |
| LogItemId |
string |
Yes |
The item ID in the log. |
9010 |
| LogRequestId |
string |
Yes |
The log request ID. |
728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77 |
| SceneName |
string |
Yes |
The scene name. |
video-feed |
| Scores |
string |
Yes |
The scores. |
[\"{\\\"dbmtl_probs_is_valid_play\\\":0.00032182207107543945,\\\"dbmtl_y_play_time\\\":0.0043269748210906982}\"] |
| UserFeatures |
string |
Yes |
The user features. |
{\"userid\":{\"value\":1010,\"type\":\"string\"},\"click_5_seq\":{\"value\":\"9001;9002;9003;9004;9005\",\"type\":\"string\"}} |
| ItemFeatures |
string |
Yes |
The item features. |
[\"{\\\"itemid\\\":{\\\"value\\\":1010,\\\"type\\\":\\\"string\\\"}}\"] |
| LogRequestTime |
integer |
Yes |
The log request time (UNIX epoch timestamp). |
1693900981465 |
| ServiceName |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
BDB621CB-A81E-5D39-8793-39A365CBCC74 |
Examples
Success response
JSON format
{
"RequestId": "BDB621CB-A81E-5D39-8793-39A365CBCC74"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.