File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Feature Definition
60
60
:members:
61
61
:show-inheritance:
62
62
63
+
63
64
Inputs
64
65
******
65
66
@@ -181,9 +182,13 @@ Feature Processor Data Source
181
182
:members:
182
183
:show-inheritance:
183
184
185
+ .. autoclass :: sagemaker.feature_store.feature_processor.PySparkDataSource
186
+ :members:
187
+ :show-inheritance:
184
188
185
- Feature Processor Scheduler
186
- ***************************
189
+
190
+ Feature Processor Scheduler and Triggers
191
+ ****************************************
187
192
188
193
.. automethod :: sagemaker.feature_store.feature_processor.to_pipeline
189
194
@@ -196,3 +201,12 @@ Feature Processor Scheduler
196
201
.. automethod :: sagemaker.feature_store.feature_processor.describe
197
202
198
203
.. automethod :: sagemaker.feature_store.feature_processor.list_pipelines
204
+
205
+ .. automethod :: sagemaker.feature_store.feature_processor.put_trigger
206
+
207
+ .. automethod :: sagemaker.feature_store.feature_processor.enable_trigger
208
+
209
+ .. automethod :: sagemaker.feature_store.feature_processor.disable_trigger
210
+
211
+ .. automethod :: sagemaker.feature_store.feature_processor.delete_trigger
212
+
You can’t perform that action at this time.
0 commit comments