Parameters for the uploadBatchFile operation.

interface UploadBatchFileParams {
    file: string | ReadableStream<any>;
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy (view full)

Properties

file: string | ReadableStream<any>

JSONL file containing batch requests.

headers?: OutgoingHttpHeaders
projectId?: string

Watsonx project identifier.

signal?: AbortSignal
spaceId?: string

Watsonx space identifier.