39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
--
|
|
:api: start-data-frame-transform
|
|
:request: StartDataFrameTransformRequest
|
|
:response: StartDataFrameTransformResponse
|
|
--
|
|
[id="{upid}-{api}"]
|
|
=== Start {dataframe-transform} API
|
|
|
|
Starts a {dataframe-transform}.
|
|
It accepts a +{request}+ object and responds with a +{response}+ object.
|
|
|
|
[id="{upid}-{api}-request"]
|
|
==== Start {dataframe-transform} request
|
|
|
|
A +{request}+ object requires a non-null `id`.
|
|
|
|
["source","java",subs="attributes,callouts,macros"]
|
|
---------------------------------------------------
|
|
include-tagged::{doc-tests-file}[{api}-request]
|
|
---------------------------------------------------
|
|
<1> Constructing a new start request referencing an existing
|
|
{dataframe-transform}
|
|
|
|
==== Optional arguments
|
|
|
|
The following arguments are optional.
|
|
|
|
["source","java",subs="attributes,callouts,macros"]
|
|
--------------------------------------------------
|
|
include-tagged::{doc-tests-file}[{api}-request-options]
|
|
--------------------------------------------------
|
|
<1> Controls the amount of time to wait until the {dataframe-transform} starts.
|
|
|
|
include::../execution.asciidoc[]
|
|
|
|
==== Response
|
|
|
|
The returned +{response}+ object acknowledges the {dataframe-transform} has
|
|
started. |