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 c06aef0 commit 09a54dcCopy full SHA for 09a54dc
src/sagemaker/jumpstart/types.py
@@ -1123,7 +1123,7 @@ class JumpStartModelDataSource(AdditionalModelDataSource):
1123
"""Data class JumpStart additional model data source."""
1124
1125
SERIALIZATION_EXCLUSION_SET = AdditionalModelDataSource.SERIALIZATION_EXCLUSION_SET.union(
1126
- "artifact_version"
+ {"artifact_version"}
1127
)
1128
1129
__slots__ = list(SERIALIZATION_EXCLUSION_SET) + AdditionalModelDataSource.__slots__
0 commit comments