FetchTaskOutputRequest
is the request message for fetching task output
/ FetchTaskOutputResponse
is the response message for fetching task output
QueryTasksOnCompletionRequest
is the request message for querying tasks status.
This is close-to-a-copy of QueryTasksRequest
, with the addition of a timeout.
QueryTaskOnCompletionResponse
is the response message for querying tasks status
encoded as a record batch. This is a copy of QueryTasksResponse
.
QueryTasksRequest
is the request message for querying tasks status
QueryTasksResponse
is the response message for querying tasks status
encoded as a record batch
SubmitTasksRequest
is the request message for submitting tasks
SubmitTaskResponse
contains, for each submitted task
its submission outcome, encoded as a RecordBatch
A task is a unit of work that can be submitted to the system