Parameters for the getBatchById operation.

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

Hierarchy (view full)

Properties

batchId: string

The ID of the batch job to retrieve.

headers?: OutgoingHttpHeaders
projectId?: string

Watsonx project identifier.

signal?: AbortSignal
spaceId?: string

Watsonx space identifier.