lihaosky commented on code in PR #26630:
URL: https://github.com/apache/flink/pull/26630#discussion_r2129176081


##########
docs/layouts/shortcodes/generated/execution_config_configuration.html:
##########
@@ -26,6 +26,25 @@
             <td>Duration</td>
             <td>The async timeout for the asynchronous operation to 
complete.</td>
         </tr>
+        <tr>
+            <td><h5>table.exec.async-ml-predict.buffer-capacity</h5><br> <span 
class="label label-primary">Batch</span> <span class="label 
label-primary">Streaming</span></td>
+            <td style="word-wrap: break-word;">10</td>
+            <td>Integer</td>
+            <td>The max number of async i/o operation that the async ml 
predict can trigger.</td>
+        </tr>
+        <tr>
+            <td><h5>table.exec.async-ml-predict.output-mode</h5><br> <span 
class="label label-primary">Batch</span> <span class="label 
label-primary">Streaming</span></td>
+            <td style="word-wrap: break-word;">ORDERED</td>
+            <td><p>Enum</p></td>
+            <td>Output mode for async ML predict, which describes whether or 
not the the output should attempt to be ordered or not. The supported options 
are: ALLOW_UNORDERED means the operator emit the result when execution 
finishes. The planner will attempt use ALLOW_UNORDERED whn it doesn't affect 
the correctness of the results. This is the default.

Review Comment:
   ORDERED is the default?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to