Skip to content

Commit

Permalink
Add type hint for ProcessingOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
pintaoz committed Feb 11, 2025
1 parent 2be822c commit cd90594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagemaker/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ class RunArgs(object):
class FeatureStoreOutput(ApiObject):
"""Configuration for processing job outputs in Amazon SageMaker Feature Store."""

feature_group_name = None
feature_group_name: Optional[str] = None


class FrameworkProcessor(ScriptProcessor):
Expand Down

0 comments on commit cd90594

Please sign in to comment.