Skip to content

Commit a7feb54

Browse files
author
Joseph Zhang
committed
Remove obsolete docstring.
1 parent 748ea4b commit a7feb54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker/serve/builder/jumpstart_builder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,6 @@ def set_deployment_config(self, config_name: str, instance_type: str) -> None:
514514
instance_type (str):
515515
The instance_type that the model will use after setting
516516
the config.
517-
accept_draft_model_eula (Optional[bool]):
518-
If the config selected comes with a gated additional model data source.
519517
"""
520518
if not hasattr(self, "pysdk_model") or self.pysdk_model is None:
521519
raise Exception("Cannot set deployment config to an uninitialized model.")

0 commit comments

Comments
 (0)