start_data_frame.asciidoc 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --
  2. :api: start-data-frame-transform
  3. :request: StartDataFrameTransformRequest
  4. :response: StartDataFrameTransformResponse
  5. --
  6. [id="{upid}-{api}"]
  7. === Start Data Frame Transform API
  8. Start a {dataframe-job}.
  9. It accepts a +{request}+ object and responds with a +{response}+ object.
  10. [id="{upid}-{api}-request"]
  11. ==== Start Data Frame Request
  12. A +{request}+ object requires a non-null `id`.
  13. ["source","java",subs="attributes,callouts,macros"]
  14. ---------------------------------------------------
  15. include-tagged::{doc-tests-file}[{api}-request]
  16. ---------------------------------------------------
  17. <1> Constructing a new start request referencing an existing {dataframe-job}
  18. ==== Optional Arguments
  19. The following arguments are optional.
  20. ["source","java",subs="attributes,callouts,macros"]
  21. --------------------------------------------------
  22. include-tagged::{doc-tests-file}[{api}-request-options]
  23. --------------------------------------------------
  24. <1> Controls the amount of time to wait until the {dataframe-job} starts.
  25. include::../execution.asciidoc[]
  26. ==== Response
  27. The returned +{response}+ object acknowledges the {dataframe-job} has started.