You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/googlevertexai/GoogleVertexAiModel.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,10 @@ public URI uri() {
62
62
63
63
@Override
64
64
publicintrateLimitGroupingHash() {
65
-
// In VertexAI rate limiting is scoped to the project and the model. URI already has this information so we are using that
65
+
// In VertexAI rate limiting is scoped to the project, region and model. URI already has this information so we are using that.
0 commit comments