AdminPostBatchesReq
The details of the batch job to create.
Properties
type
stringRequiredThe type of batch job to start, which is defined by the
batchType
property of the associated batch job strategy.context
Record<string, unknown>RequiredAdditional infomration regarding the batch to be used for processing.
dry_run
booleanRequiredSet a batch job in dry_run mode, which would delay executing the batch job until it's confirmed.
Default: false
Was this section helpful?