dataqna_grpc_service_config.json 801 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.cloud.dataqna.v1alpha.QuestionService" }],
  4. "timeout": "60s",
  5. "retryPolicy": {
  6. "maxAttempts": 5,
  7. "initialBackoff": "1s",
  8. "maxBackoff": "10s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": ["UNAVAILABLE"]
  11. }
  12. },
  13. {
  14. "name": [
  15. { "service": "google.cloud.dataqna.v1alpha.QuestionService",
  16. "method": "CreateQuestion"},
  17. { "service": "google.cloud.dataqna.v1alpha.QuestionService",
  18. "method": "ExecuteQuestion"},
  19. { "service": "google.cloud.dataqna.v1alpha.QuestionService",
  20. "method": "UpdateUserFeedback"}
  21. ],
  22. "timeout": "60s"
  23. },
  24. {
  25. "name": [
  26. { "service": "google.cloud.dataqna.v1alpha.AutoSuggestionService" }],
  27. "timeout": "2s"
  28. }]
  29. }