Parameters for the cancelBatchById operation.

interface CancelBatchParams {
    batchId: string;
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy (view full)

Properties

batchId: string

The ID of the batch job to cancel.

headers?: OutgoingHttpHeaders
projectId?: string

Watsonx project identifier.

signal?: AbortSignal
spaceId?: string

Watsonx space identifier.