Batch module
BatchActions
Bases: BaseAction
Batches actions
create_batch(project_id, name, disable_progress_bar=False)
Create a batch in a project
Parameters:
Name | Type | Description | Default |
---|---|---|---|
project_id
|
str
|
ID of the project |
required |
name
|
str
|
Name of the batch |
required |
disable_progress_bar
|
Optional[bool]
|
Disable the progress bar display |
False
|