File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
main/java/org/opensearch/ml/plugin
test/resources/org/opensearch/ml/bwc/2.4.0.0 Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 233
233
import org .opensearch .ml .processor .MLInferenceSearchRequestProcessor ;
234
234
import org .opensearch .ml .processor .MLInferenceSearchResponseProcessor ;
235
235
import org .opensearch .ml .repackage .com .google .common .collect .ImmutableList ;
236
- import org .opensearch .ml .rest .RestMLBatchIngestAction ;
237
236
import org .opensearch .ml .rest .RestMLCancelBatchJobAction ;
238
237
import org .opensearch .ml .rest .RestMLCreateConnectorAction ;
239
238
import org .opensearch .ml .rest .RestMLCreateControllerAction ;
@@ -828,7 +827,6 @@ public List<RestHandler> getRestHandlers(
828
827
RestMLListToolsAction restMLListToolsAction = new RestMLListToolsAction (toolFactories );
829
828
RestMLGetToolAction restMLGetToolAction = new RestMLGetToolAction (toolFactories );
830
829
RestMLGetConfigAction restMLGetConfigAction = new RestMLGetConfigAction (mlFeatureEnabledSetting );
831
- RestMLBatchIngestAction restMLBatchIngestAction = new RestMLBatchIngestAction ();
832
830
RestMLCancelBatchJobAction restMLCancelBatchJobAction = new RestMLCancelBatchJobAction ();
833
831
return ImmutableList
834
832
.of (
@@ -883,7 +881,6 @@ public List<RestHandler> getRestHandlers(
883
881
restMLListToolsAction ,
884
882
restMLGetToolAction ,
885
883
restMLGetConfigAction ,
886
- restMLBatchIngestAction ,
887
884
restMLCancelBatchJobAction
888
885
);
889
886
}
You can’t perform that action at this time.
0 commit comments