@@ -106,7 +106,6 @@ def create(
106106 keep_alive : bool | NotGiven = NOT_GIVEN ,
107107 proxies : object | NotGiven = NOT_GIVEN ,
108108 region : Literal ["us-west-2" , "us-east-1" , "eu-central-1" , "ap-southeast-1" ] | NotGiven = NOT_GIVEN ,
109- api_timeout : int | NotGiven = NOT_GIVEN ,
110109 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
111110 # The extra values given here take precedence over values defined on the client or passed to this method.
112111 extra_headers : Headers | None = None ,
@@ -133,9 +132,6 @@ def create(
133132
134133 region: The region where the Session should run.
135134
136- api_timeout: Duration in seconds after which the session will automatically end. Defaults to
137- the Project's `defaultTimeout`.
138-
139135 extra_headers: Send extra headers
140136
141137 extra_query: Add additional query parameters to the request
@@ -154,7 +150,6 @@ def create(
154150 "keep_alive" : keep_alive ,
155151 "proxies" : proxies ,
156152 "region" : region ,
157- "timeout" : api_timeout ,
158153 },
159154 session_create_params .SessionCreateParams ,
160155 ),
@@ -360,7 +355,6 @@ async def create(
360355 keep_alive : bool | NotGiven = NOT_GIVEN ,
361356 proxies : object | NotGiven = NOT_GIVEN ,
362357 region : Literal ["us-west-2" , "us-east-1" , "eu-central-1" , "ap-southeast-1" ] | NotGiven = NOT_GIVEN ,
363- api_timeout : int | NotGiven = NOT_GIVEN ,
364358 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
365359 # The extra values given here take precedence over values defined on the client or passed to this method.
366360 extra_headers : Headers | None = None ,
@@ -387,9 +381,6 @@ async def create(
387381
388382 region: The region where the Session should run.
389383
390- api_timeout: Duration in seconds after which the session will automatically end. Defaults to
391- the Project's `defaultTimeout`.
392-
393384 extra_headers: Send extra headers
394385
395386 extra_query: Add additional query parameters to the request
@@ -408,7 +399,6 @@ async def create(
408399 "keep_alive" : keep_alive ,
409400 "proxies" : proxies ,
410401 "region" : region ,
411- "timeout" : api_timeout ,
412402 },
413403 session_create_params .SessionCreateParams ,
414404 ),
0 commit comments