startReadSetExportJob
inline suspend fun OmicsClient.startReadSetExportJob(crossinline block: StartReadSetExportJobRequest.Builder.() -> Unit): StartReadSetExportJobResponse
Starts a read set export job. When the export job is finished, the read set is exported to an Amazon S3 bucket which can be retrieved using the GetReadSetExportJob
API operation.
To monitor the status of the export job, use the ListReadSetExportJobs
API operation.