23 lines
462 B
JSON
Executable File
23 lines
462 B
JSON
Executable File
{
|
|
"methodConfig": [
|
|
{
|
|
"name": [
|
|
{
|
|
"service": "google.cloud.videointelligence.v1p1beta1.VideoIntelligenceService",
|
|
"method": "AnnotateVideo"
|
|
}
|
|
],
|
|
"timeout": "600s",
|
|
"retryPolicy": {
|
|
"initialBackoff": "1s",
|
|
"maxBackoff": "120s",
|
|
"backoffMultiplier": 2.5,
|
|
"retryableStatusCodes": [
|
|
"UNAVAILABLE",
|
|
"DEADLINE_EXCEEDED"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|