* Create Batch Job * * @remarks * Create a new batch job, it will be queued for processing.
(request3, options)
| 44455 | * Create a new batch job, it will be queued for processing. |
| 44456 | */ |
| 44457 | async create(request3, options) { |
| 44458 | return (0, fp_js_1.unwrapAsync)((0, batchJobsCreate_js_1.batchJobsCreate)(this, request3, options)); |
| 44459 | } |
| 44460 | /** |
| 44461 | * Get Batch Job |
| 44462 | * |
no test coverage detected