Class PredictRequestPayload

java.lang.Object
com.sap.ai.sdk.foundationmodels.rpt.generated.model.PredictRequestPayload

public class PredictRequestPayload extends Object
Users need to specify a list of rows, which contains both the context rows and the rows for which to predict a label, and a mapping of column names to placeholder values. The model will predict the value for any column specified in `predict_columns` for all rows that have the placeholder value in that column.