event.json 435 B

1234567891011121314151617181920
  1. {
  2. "items": [
  3. {
  4. "userId": "testUser1",
  5. "imgList": [
  6. "oss://yyc-algo-test/image-dup-check/multi-modal-embedding-img-search/1.jpg"
  7. ],
  8. "appId": "appId1",
  9. "taskId": "testTask1"
  10. },
  11. {
  12. "imgList": [
  13. "oss://yyc-algo-test/image-dup-check/multi-modal-embedding-img-search/2.jpg"
  14. ],
  15. "appId": "appId1",
  16. "taskId": "testTask1",
  17. "userId": "testUser1"
  18. }
  19. ]
  20. }