We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed82027 commit 73b4421Copy full SHA for 73b4421
src/sagemaker/feature_store/feature_group.py
@@ -152,7 +152,7 @@ class IngestionManagerPandas:
152
feature_group_name (str): name of the Feature Group.
153
sagemaker_session (Session): instance of the Session class to perform boto calls.
154
data_frame (DataFrame): pandas DataFrame to be ingested to the given feature group.
155
- max_works (int): number of threads to create.
+ max_workers (int): number of threads to create.
156
"""
157
158
feature_group_name: str = attr.ib()
0 commit comments