grid-2-pluscreate_batch

imerit_ango.sdk.SDK.

create_batch(project_id, batch_name)

Create a new batch within the specified project.

Parameters

  • project_id: str

  • batch_name: str

    • Name of the batch to be created.

    • Example: 'My Batch 1'

Returns:

  • output: dict

    • A dictionary containing the result of the operation.

    • Including a status field indicating whether the request was successful and a data field containing the response payload with updated resources produced by the operation.

Example

Create a batch:

Prevent creating duplicate batches:

circle-info

Last updated