submit

abstract suspend fun <Input> submit(endpointId: String, input: Input, options: SubmitOptions = SubmitOptions()): QueueStatus.InQueue

Submits a request to the given endpointId. This method uses the Queue API to submit the request and returns the initial status of the request.

Parameters

endpointId

The ID of the endpoint to send the request to.

input

The input data to send to the endpoint.

options

The options to use for the request.

See also

#result