We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bc936 commit 1d1cc3aCopy full SHA for 1d1cc3a
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceOperator.java
@@ -128,7 +128,7 @@ public Page getOutput() {
128
protected abstract OutputBuilder outputBuilder(Page input);
129
130
/**
131
- * An interface for accumulating inference responses and constructing the result page..
+ * An interface for accumulating inference responses and constructing a result {@link Page}.
132
*/
133
public interface OutputBuilder extends Releasable {
134
0 commit comments