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:
631
631
class FeatureGroup :
632
632
"""FeatureGroup definition.
633
633
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,
635
635
session instance, and a list of feature definition objects i.e., FeatureDefinition.
636
636
637
637
Attributes:
Original file line number Diff line number Diff line change @@ -1416,7 +1416,7 @@ class RunArgs(object):
1416
1416
class FeatureStoreOutput (ApiObject ):
1417
1417
"""Configuration for processing job outputs in Amazon SageMaker Feature Store."""
1418
1418
1419
- feature_group_name = None
1419
+ feature_group_name : Optional [ str ] = None
1420
1420
1421
1421
1422
1422
class FrameworkProcessor (ScriptProcessor ):
You can’t perform that action at this time.
0 commit comments