Skip to content

Commit cd90594

Browse files
author
pintaoz
committed
Add type hint for ProcessingOutput
1 parent 2be822c commit cd90594

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)