Member Junction
    Preparing search index...

    POST /predict response — predictions aligned positionally with the request rows.

    interface PredictResponse {
        predictions: Prediction[];
    }
    Index

    Properties

    Properties

    predictions: Prediction[]

    One prediction per input row, in request order.