|
9 | 9 | "default": {
|
10 | 10 | "initial_retry_delay_millis": 100,
|
11 | 11 | "retry_delay_multiplier": 1.3,
|
12 |
| - "max_retry_delay_millis": 30000, |
| 12 | + "max_retry_delay_millis": 60000, |
13 | 13 | "initial_rpc_timeout_millis": 20000,
|
14 | 14 | "rpc_timeout_multiplier": 1.0,
|
15 | 15 | "max_rpc_timeout_millis": 20000,
|
16 |
| - "total_timeout_millis": 300000, |
| 16 | + "total_timeout_millis": 600000, |
17 | 17 | }
|
18 | 18 | },
|
19 | 19 | "methods": {
|
20 | 20 | "CreateDataset": {
|
21 |
| - "timeout_millis": 30000, |
| 21 | + "timeout_millis": 60000, |
22 | 22 | "retry_codes_name": "non_idempotent",
|
23 | 23 | "retry_params_name": "default",
|
24 | 24 | },
|
25 | 25 | "GetDataset": {
|
26 |
| - "timeout_millis": 30000, |
| 26 | + "timeout_millis": 60000, |
27 | 27 | "retry_codes_name": "idempotent",
|
28 | 28 | "retry_params_name": "default",
|
29 | 29 | },
|
30 | 30 | "ListDatasets": {
|
31 |
| - "timeout_millis": 30000, |
| 31 | + "timeout_millis": 60000, |
32 | 32 | "retry_codes_name": "idempotent",
|
33 | 33 | "retry_params_name": "default",
|
34 | 34 | },
|
35 | 35 | "DeleteDataset": {
|
36 |
| - "timeout_millis": 30000, |
37 |
| - "retry_codes_name": "idempotent", |
| 36 | + "timeout_millis": 60000, |
| 37 | + "retry_codes_name": "non_idempotent", |
38 | 38 | "retry_params_name": "default",
|
39 | 39 | },
|
40 | 40 | "ImportData": {
|
41 |
| - "timeout_millis": 30000, |
| 41 | + "timeout_millis": 60000, |
42 | 42 | "retry_codes_name": "non_idempotent",
|
43 | 43 | "retry_params_name": "default",
|
44 | 44 | },
|
45 | 45 | "ExportData": {
|
46 |
| - "timeout_millis": 30000, |
47 |
| - "retry_codes_name": "idempotent", |
| 46 | + "timeout_millis": 60000, |
| 47 | + "retry_codes_name": "non_idempotent", |
48 | 48 | "retry_params_name": "default",
|
49 | 49 | },
|
50 | 50 | "GetDataItem": {
|
51 |
| - "timeout_millis": 30000, |
| 51 | + "timeout_millis": 60000, |
52 | 52 | "retry_codes_name": "idempotent",
|
53 | 53 | "retry_params_name": "default",
|
54 | 54 | },
|
55 | 55 | "ListDataItems": {
|
56 |
| - "timeout_millis": 30000, |
| 56 | + "timeout_millis": 60000, |
57 | 57 | "retry_codes_name": "idempotent",
|
58 | 58 | "retry_params_name": "default",
|
59 | 59 | },
|
60 | 60 | "GetAnnotatedDataset": {
|
61 |
| - "timeout_millis": 30000, |
| 61 | + "timeout_millis": 60000, |
62 | 62 | "retry_codes_name": "idempotent",
|
63 | 63 | "retry_params_name": "default",
|
64 | 64 | },
|
65 | 65 | "ListAnnotatedDatasets": {
|
66 |
| - "timeout_millis": 30000, |
| 66 | + "timeout_millis": 60000, |
67 | 67 | "retry_codes_name": "idempotent",
|
68 | 68 | "retry_params_name": "default",
|
69 | 69 | },
|
| 70 | + "DeleteAnnotatedDataset": { |
| 71 | + "timeout_millis": 60000, |
| 72 | + "retry_codes_name": "non_idempotent", |
| 73 | + "retry_params_name": "default", |
| 74 | + }, |
70 | 75 | "LabelImage": {
|
71 |
| - "timeout_millis": 30000, |
| 76 | + "timeout_millis": 60000, |
72 | 77 | "retry_codes_name": "non_idempotent",
|
73 | 78 | "retry_params_name": "default",
|
74 | 79 | },
|
75 | 80 | "LabelVideo": {
|
76 |
| - "timeout_millis": 30000, |
| 81 | + "timeout_millis": 60000, |
77 | 82 | "retry_codes_name": "non_idempotent",
|
78 | 83 | "retry_params_name": "default",
|
79 | 84 | },
|
80 | 85 | "LabelText": {
|
81 |
| - "timeout_millis": 30000, |
| 86 | + "timeout_millis": 60000, |
82 | 87 | "retry_codes_name": "non_idempotent",
|
83 | 88 | "retry_params_name": "default",
|
84 | 89 | },
|
85 | 90 | "GetExample": {
|
86 |
| - "timeout_millis": 30000, |
| 91 | + "timeout_millis": 60000, |
87 | 92 | "retry_codes_name": "idempotent",
|
88 | 93 | "retry_params_name": "default",
|
89 | 94 | },
|
90 | 95 | "ListExamples": {
|
91 |
| - "timeout_millis": 30000, |
| 96 | + "timeout_millis": 60000, |
92 | 97 | "retry_codes_name": "idempotent",
|
93 | 98 | "retry_params_name": "default",
|
94 | 99 | },
|
95 | 100 | "CreateAnnotationSpecSet": {
|
96 |
| - "timeout_millis": 30000, |
| 101 | + "timeout_millis": 60000, |
97 | 102 | "retry_codes_name": "non_idempotent",
|
98 | 103 | "retry_params_name": "default",
|
99 | 104 | },
|
100 | 105 | "GetAnnotationSpecSet": {
|
101 |
| - "timeout_millis": 30000, |
| 106 | + "timeout_millis": 60000, |
102 | 107 | "retry_codes_name": "idempotent",
|
103 | 108 | "retry_params_name": "default",
|
104 | 109 | },
|
105 | 110 | "ListAnnotationSpecSets": {
|
106 |
| - "timeout_millis": 30000, |
| 111 | + "timeout_millis": 60000, |
107 | 112 | "retry_codes_name": "idempotent",
|
108 | 113 | "retry_params_name": "default",
|
109 | 114 | },
|
110 | 115 | "DeleteAnnotationSpecSet": {
|
111 |
| - "timeout_millis": 30000, |
112 |
| - "retry_codes_name": "idempotent", |
| 116 | + "timeout_millis": 60000, |
| 117 | + "retry_codes_name": "non_idempotent", |
113 | 118 | "retry_params_name": "default",
|
114 | 119 | },
|
115 | 120 | "CreateInstruction": {
|
116 |
| - "timeout_millis": 30000, |
| 121 | + "timeout_millis": 60000, |
117 | 122 | "retry_codes_name": "non_idempotent",
|
118 | 123 | "retry_params_name": "default",
|
119 | 124 | },
|
120 | 125 | "GetInstruction": {
|
121 |
| - "timeout_millis": 30000, |
| 126 | + "timeout_millis": 60000, |
122 | 127 | "retry_codes_name": "idempotent",
|
123 | 128 | "retry_params_name": "default",
|
124 | 129 | },
|
125 | 130 | "ListInstructions": {
|
126 |
| - "timeout_millis": 30000, |
| 131 | + "timeout_millis": 60000, |
127 | 132 | "retry_codes_name": "idempotent",
|
128 | 133 | "retry_params_name": "default",
|
129 | 134 | },
|
130 | 135 | "DeleteInstruction": {
|
131 |
| - "timeout_millis": 30000, |
132 |
| - "retry_codes_name": "idempotent", |
| 136 | + "timeout_millis": 60000, |
| 137 | + "retry_codes_name": "non_idempotent", |
133 | 138 | "retry_params_name": "default",
|
134 | 139 | },
|
135 | 140 | "GetEvaluation": {
|
|
174 | 179 | },
|
175 | 180 | "DeleteEvaluationJob": {
|
176 | 181 | "timeout_millis": 60000,
|
177 |
| - "retry_codes_name": "idempotent", |
| 182 | + "retry_codes_name": "non_idempotent", |
178 | 183 | "retry_params_name": "default",
|
179 | 184 | },
|
180 | 185 | "ListEvaluationJobs": {
|
181 | 186 | "timeout_millis": 60000,
|
182 | 187 | "retry_codes_name": "idempotent",
|
183 | 188 | "retry_params_name": "default",
|
184 | 189 | },
|
185 |
| - "DeleteAnnotatedDataset": { |
186 |
| - "timeout_millis": 60000, |
187 |
| - "retry_codes_name": "non_idempotent", |
188 |
| - "retry_params_name": "default", |
189 |
| - }, |
190 | 190 | },
|
191 | 191 | }
|
192 | 192 | }
|
|
0 commit comments