浏览代码

[DOCS] Rename "job" to "transform" in data frame transform docs (#43534)

David Roberts 6 年之前
父节点
当前提交
1907065783
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      docs/reference/data-frames/apis/stop-transform.asciidoc

+ 3 - 2
docs/reference/data-frames/apis/stop-transform.asciidoc

@@ -40,10 +40,11 @@ All {dataframe-transforms} can be stopped by using `_all` or `*` as the `<data_f
 
 
  `timeout`::
  `timeout`::
    (time value) If `wait_for_completion=true`, the API blocks for (at maximum)
    (time value) If `wait_for_completion=true`, the API blocks for (at maximum)
-   the specified duration while waiting for the job to stop. If more than
+   the specified duration while waiting for the transform to stop. If more than
    `timeout` time has passed, the API throws a timeout exception. Even if a
    `timeout` time has passed, the API throws a timeout exception. Even if a
    timeout exception is thrown, the stop request is still processing and
    timeout exception is thrown, the stop request is still processing and
-   eventually moves the job to `STOPPED`. The timeout simply means the API call itself timed out while waiting for the status change. Defaults to `30s`
+   eventually moves the transform to `STOPPED`. The timeout simply means the API
+   call itself timed out while waiting for the status change. Defaults to `30s`
     
     
 //==== Request Body
 //==== Request Body
 ==== Authorization
 ==== Authorization