Interface PredictRequestPayload
- All Known Implementing Classes:
PredictRequestPayloadOneOf,PredictRequestPayloadOneOf1
public interface PredictRequestPayload
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 prediction placeholder values. The model
will predict the value for any column specified in `target_columns` for all rows that
have the placeholder value in that column. Either \"rows\" or \"columns\"
must be provided, but not both.