Parameters for the listAllBatches operation.

interface ListAllBatchesParams {
    headers?: OutgoingHttpHeaders;
    limit?: number;
    projectId?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
limit?: number

Maximum number of batch jobs to return.

projectId?: string

Watsonx project identifier.

signal?: AbortSignal
spaceId?: string

Watsonx space identifier.