SAP AI SDK for JavaScript - v2.12.0
    Preparing search index...

    Interface BatchOutputLineExperimental

    Represents a single parsed line from the batch output JSONL file. This API is experimental and may change at any time without prior notice.

    interface BatchOutputLine {
        custom_id: string;
        error: BatchOutputError | null;
        response: BatchOutputResponse | null;
    }
    Index

    Properties

    custom_id: string

    Custom identifier for the request.

    error: BatchOutputError | null

    Error details, or null if the request succeeded.

    response: BatchOutputResponse | null

    Response details, or null if the request failed.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.