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

    Type Alias ParquetPayload

    ParquetPayload: BodyPredictParquet & {
        file: File | Blob;
        index_column?: string;
        parse_data_types?: boolean;
        prediction_config: PredictionConfig<any>;
    }

    Representation of the payload for Parquet-based predictions.

    Type Declaration

    • file: File | Blob

      Parquet file containing the data. Can also be a File to forward the filename.

    • Optionalindex_column?: string

      Optional index column name.

    • Optionalparse_data_types?: boolean

      Whether to parse data types Default: true.

    • prediction_config: PredictionConfig<any>

      Configuration for the prediction.

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