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: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/ExternalRuntimeOptions.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,10 @@ public final class ExternalRuntimeOptions extends com.google.api.client.json.Gen
50
50
privatejava.lang.StringcontainerMemory;
51
51
52
52
/**
53
-
* Optional. Maximum number of requests that a Python UDF container instance can handle
54
-
* concurrently. If absent or if `0`, a default concurrency is used.
53
+
* Optional. Maximum number of requests that a Python UDF instance can handle concurrently. If
54
+
* absent or if `0`, the default concurrency value is used. For more information, see [Configure
55
+
* container limits for Python UDFs](https://cloud.google.com/bigquery/docs/user-defined-
0 commit comments