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

    Type Alias PredictResponseStatus

    PredictResponseStatus: { code: number; message: string } & Record<string, any>

    Output status for prediction requests.

    Type Declaration

    • code: number

      Status code (zero means success, other status codes indicate warnings)

    • message: string

      Status message, either "ok" or contains a warning / more information.

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