vision_grpc_service_config.json 586 B

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