Skip to content

Commit df62e23

Browse files
pintaoz-awspintaoz
authored andcommitted
Add type hint for ProcessingOutput (aws#5030)
Co-authored-by: pintaoz <[email protected]>
1 parent c0e4644 commit df62e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ class RunArgs(object):
14161416
class FeatureStoreOutput(ApiObject):
14171417
"""Configuration for processing job outputs in Amazon SageMaker Feature Store."""
14181418

1419-
feature_group_name = None
1419+
feature_group_name: Optional[str] = None
14201420

14211421

14221422
class FrameworkProcessor(ScriptProcessor):

0 commit comments

Comments
 (0)