create_batch
imerit_ango.sdk.SDK.
create_batch(project_id, batch_name)
Create batches in a specific project.
Parameters
project_id: str
The unique identifier for the project. You can find the project ID in the user interface or retrieve it using the
list_projects
function.
batch_name: str
Name of the batch to be created.
Example:
'My Batch 1'
Returns:
output: dict
Example
Prevent creating duplicate batches:
See also
Last updated