We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e51fb commit 41470b3Copy full SHA for 41470b3
src/sagemaker/jumpstart/types.py
@@ -1774,7 +1774,6 @@ class JumpStartEstimatorInitKwargs(JumpStartKwargs):
1774
"disable_output_compression",
1775
"enable_infra_check",
1776
"enable_remote_debug",
1777
- "enable_session_tag_chaining",
1778
"config_name",
1779
"enable_session_tag_chaining",
1780
]
@@ -1906,7 +1905,6 @@ def __init__(
1906
1905
self.disable_output_compression = disable_output_compression
1907
self.enable_infra_check = enable_infra_check
1908
self.enable_remote_debug = enable_remote_debug
1909
- self.enable_session_tag_chaining = enable_session_tag_chaining
1910
self.config_name = config_name
1911
self.enable_session_tag_chaining = enable_session_tag_chaining
1912
0 commit comments