We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398ed03 commit baccc5aCopy full SHA for baccc5a
ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/remote/RemoteConnectorExecutor.java
@@ -36,8 +36,8 @@
36
public interface RemoteConnectorExecutor {
37
38
default ModelTensorOutput executePredict(MLInput mlInput) {
39
-
40
List<ModelTensors> tensorOutputs = new ArrayList<>();
+
41
if (mlInput.getInputDataset() instanceof TextDocsInputDataSet) {
42
TextDocsInputDataSet textDocsInputDataSet = (TextDocsInputDataSet) mlInput.getInputDataset();
43
int processedDocs = 0;
0 commit comments