@@ -106,7 +106,6 @@ def create(
106
106
keep_alive : bool | NotGiven = NOT_GIVEN ,
107
107
proxies : object | NotGiven = NOT_GIVEN ,
108
108
region : Literal ["us-west-2" , "us-east-1" , "eu-central-1" , "ap-southeast-1" ] | NotGiven = NOT_GIVEN ,
109
- api_timeout : int | NotGiven = NOT_GIVEN ,
110
109
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
111
110
# The extra values given here take precedence over values defined on the client or passed to this method.
112
111
extra_headers : Headers | None = None ,
@@ -133,9 +132,6 @@ def create(
133
132
134
133
region: The region where the Session should run.
135
134
136
- api_timeout: Duration in seconds after which the session will automatically end. Defaults to
137
- the Project's `defaultTimeout`.
138
-
139
135
extra_headers: Send extra headers
140
136
141
137
extra_query: Add additional query parameters to the request
@@ -154,7 +150,6 @@ def create(
154
150
"keep_alive" : keep_alive ,
155
151
"proxies" : proxies ,
156
152
"region" : region ,
157
- "timeout" : api_timeout ,
158
153
},
159
154
session_create_params .SessionCreateParams ,
160
155
),
@@ -360,7 +355,6 @@ async def create(
360
355
keep_alive : bool | NotGiven = NOT_GIVEN ,
361
356
proxies : object | NotGiven = NOT_GIVEN ,
362
357
region : Literal ["us-west-2" , "us-east-1" , "eu-central-1" , "ap-southeast-1" ] | NotGiven = NOT_GIVEN ,
363
- api_timeout : int | NotGiven = NOT_GIVEN ,
364
358
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
365
359
# The extra values given here take precedence over values defined on the client or passed to this method.
366
360
extra_headers : Headers | None = None ,
@@ -387,9 +381,6 @@ async def create(
387
381
388
382
region: The region where the Session should run.
389
383
390
- api_timeout: Duration in seconds after which the session will automatically end. Defaults to
391
- the Project's `defaultTimeout`.
392
-
393
384
extra_headers: Send extra headers
394
385
395
386
extra_query: Add additional query parameters to the request
@@ -408,7 +399,6 @@ async def create(
408
399
"keep_alive" : keep_alive ,
409
400
"proxies" : proxies ,
410
401
"region" : region ,
411
- "timeout" : api_timeout ,
412
402
},
413
403
session_create_params .SessionCreateParams ,
414
404
),
0 commit comments