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

    Type Alias PredictResponsePayload

    Response payload for prediction requests. Contains a list of prediction results.

    type PredictResponsePayload = {
        id: string;
        metadata: PredictResponseMetadata;
        predictions: Record<string, PredictionResult[] | string | number>[];
        status: PredictResponseStatus;
    }
    Index

    Properties

    id: string

    Unique ID for the request.

    predictions: Record<string, PredictionResult[] | string | number>[]

    Mapping of column names to their list of prediction results or index column.

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