File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -163,14 +163,7 @@ class Dataset:
163
163
164
164
@dataclasses .dataclass (frozen = True )
165
165
class QuotaLimit :
166
- """Generative AI on Vertex AI quota limits.
167
-
168
- For more details about QPM quota by region for each available base model, see
169
- https://cloud.google.com/vertex-ai/generative-ai/docs/quotas.
170
- """
171
-
172
- # Default Prediction Service QPS limit.
173
- PREDICTION_SERVICE_QPS = 5
166
+ """Generative AI on Vertex AI quota limits."""
174
167
175
168
# Default Evaluation Service QPS limit.
176
- EVAL_SERVICE_QPS = 1
169
+ EVAL_SERVICE_QPS = 10
Original file line number Diff line number Diff line change @@ -194,14 +194,7 @@ class Dataset:
194
194
195
195
@dataclasses .dataclass (frozen = True )
196
196
class QuotaLimit :
197
- """Generative AI on Vertex AI quota limits.
198
-
199
- For more details about QPM quota by region for each available base model, see
200
- https://cloud.google.com/vertex-ai/generative-ai/docs/quotas.
201
- """
202
-
203
- # Default Prediction Service QPS limit.
204
- PREDICTION_SERVICE_QPS = 5
197
+ """Generative AI on Vertex AI quota limits."""
205
198
206
199
# Default Evaluation Service QPS limit.
207
- EVAL_SERVICE_QPS = 1
200
+ EVAL_SERVICE_QPS = 10
You can’t perform that action at this time.
0 commit comments