File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ def __str__(self) -> str:
631631class FeatureGroup :
632632 """FeatureGroup definition.
633633
634- This class instantiates a FeatureGroup object that comprises of a name for the FeatureGroup,
634+ This class instantiates a FeatureGroup object that comprises a name for the FeatureGroup,
635635 session instance, and a list of feature definition objects i.e., FeatureDefinition.
636636
637637 Attributes:
Original file line number Diff line number Diff line change @@ -1416,7 +1416,7 @@ class RunArgs(object):
14161416class 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
14221422class FrameworkProcessor (ScriptProcessor ):
You can’t perform that action at this time.
0 commit comments