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

    Type Alias PredictResponseMetadata

    PredictResponseMetadata: {
        num_columns: number;
        num_predictions: number;
        num_query_rows: number;
        num_rows: number;
    } & Record<string, any>

    Metadata about the prediction request.

    Type Declaration

    • num_columns: number

      Number of columns in the input data.

    • num_predictions: number

      Number of table cells containing the specified placeholder value.

    • num_query_rows: number

      Number of rows for which a prediction was made.

    • num_rows: number

      Number of rows in the input data.

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