File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,14 +317,14 @@ def deploy(
317
317
kms_key = None ,
318
318
wait = True ,
319
319
data_capture_config = None ,
320
- update_endpoint = None ,
321
320
async_inference_config = None ,
322
321
serverless_inference_config = None ,
323
322
volume_size = None ,
324
323
model_data_download_timeout = None ,
325
324
container_startup_health_check_timeout = None ,
326
325
inference_recommendation_id = None ,
327
326
explainer_config = None ,
327
+ ** kwargs ,
328
328
):
329
329
"""Deploy a Tensorflow ``Model`` to a SageMaker ``Endpoint``."""
330
330
@@ -348,9 +348,9 @@ def deploy(
348
348
volume_size = volume_size ,
349
349
model_data_download_timeout = model_data_download_timeout ,
350
350
container_startup_health_check_timeout = container_startup_health_check_timeout ,
351
- update_endpoint = update_endpoint ,
352
351
inference_recommendation_id = inference_recommendation_id ,
353
352
explainer_config = explainer_config ,
353
+ ** kwargs ,
354
354
)
355
355
356
356
def _eia_supported (self ):
You can’t perform that action at this time.
0 commit comments