vision_grpc_service_config.json 450 B

12345678910111213141516171819202122
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.vision.v1p1beta1.ImageAnnotator",
  7. "method": "BatchAnnotateImages"
  8. }
  9. ],
  10. "timeout": "600s",
  11. "retryPolicy": {
  12. "initialBackoff": "0.100s",
  13. "maxBackoff": "60s",
  14. "backoffMultiplier": 1.3,
  15. "retryableStatusCodes": [
  16. "UNAVAILABLE",
  17. "DEADLINE_EXCEEDED"
  18. ]
  19. }
  20. }
  21. ]
  22. }