Skip to content

Commit f4a20b9

Browse files
committed
Add doc for new feature processor APIs and classes
1 parent 8462f1a commit f4a20b9

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

doc/api/prep_data/feature_store.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Feature Definition
6060
:members:
6161
:show-inheritance:
6262

63+
6364
Inputs
6465
******
6566

@@ -165,9 +166,13 @@ Feature Processor Data Source
165166
:members:
166167
:show-inheritance:
167168

169+
.. autoclass:: sagemaker.feature_store.feature_processor.PySparkDataSource
170+
:members:
171+
:show-inheritance:
168172

169-
Feature Processor Scheduler
170-
***************************
173+
174+
Feature Processor Scheduler and Triggers
175+
****************************************
171176

172177
.. automethod:: sagemaker.feature_store.feature_processor.to_pipeline
173178

@@ -180,3 +185,12 @@ Feature Processor Scheduler
180185
.. automethod:: sagemaker.feature_store.feature_processor.describe
181186

182187
.. automethod:: sagemaker.feature_store.feature_processor.list_pipelines
188+
189+
.. automethod:: sagemaker.feature_store.feature_processor.put_trigger
190+
191+
.. automethod:: sagemaker.feature_store.feature_processor.enable_trigger
192+
193+
.. automethod:: sagemaker.feature_store.feature_processor.disable_trigger
194+
195+
.. automethod:: sagemaker.feature_store.feature_processor.delete_trigger
196+

0 commit comments

Comments
 (0)