Skip to content

Commit a004978

Browse files
authored
Merge branch 'master' into tensorflow_link
2 parents 6afd3a3 + 5f672dd commit a004978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/feature_store/feature_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def __str__(self) -> str:
631631
class 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:

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)