File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 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
@@ -165,9 +166,13 @@ Feature Processor Data Source
165
166
:members:
166
167
:show-inheritance:
167
168
169
+ .. autoclass :: sagemaker.feature_store.feature_processor.PySparkDataSource
170
+ :members:
171
+ :show-inheritance:
168
172
169
- Feature Processor Scheduler
170
- ***************************
173
+
174
+ Feature Processor Scheduler and Triggers
175
+ ****************************************
171
176
172
177
.. automethod :: sagemaker.feature_store.feature_processor.to_pipeline
173
178
@@ -180,3 +185,12 @@ Feature Processor Scheduler
180
185
.. automethod :: sagemaker.feature_store.feature_processor.describe
181
186
182
187
.. 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
+
You can’t perform that action at this time.
0 commit comments