Skip to content

Commit 2ece628

Browse files
committed
sphinx
1 parent fcea913 commit 2ece628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/feature_store/feature_processor/feature_processor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def transform(input_feature_group, input_csv):
7979
return ...
8080
8181
Args:
82-
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource, BaseDataSource]]):
83-
A list of data sources.
82+
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource,\
83+
BaseDataSource]]): A list of data sources.
8484
output (str): A Feature Group ARN to write results of this function to.
8585
target_stores (Optional[list[str]], optional): A list containing at least one of
8686
'OnlineStore' or 'OfflineStore'. If unspecified, data will be ingested to the enabled

0 commit comments

Comments
 (0)