extract.app.json 628 B

12345678910111213141516171819202122
  1. {
  2. "generate_token": "true",
  3. "metadata": {
  4. "cpu": 7,
  5. "instance": 4,
  6. "memory": 18000,
  7. "region": "cn-hangzhou",
  8. "resource": "eas-r-9oq7xupatg8yoiyuvk",
  9. "rpc": {
  10. "batching": "true",
  11. "keepalive": 60000,
  12. "max_batch_size": 40
  13. }
  14. },
  15. "workers":7,
  16. "name": "content_extract",
  17. "processor_entry": "./BiddingKG/app.py",
  18. "processor_path": "oss://eas-model-hangzhou/1255640119316927/BiddingKG_eas.zip",
  19. "data_image": "registry-vpc.cn-hangzhou.aliyuncs.com/bxkc/eas-service:latest",
  20. "processor_type": "python",
  21. "token": "NzZmOWZlMmU2MGY3YmQ4MDBjM2E5MDAyZjhjNjQ0MzZlMmE0NTMwZg=="
  22. }