Interface PredictRequestPayload.Builder
- Enclosing class:
PredictRequestPayload
public static interface PredictRequestPayload.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionpredictionConfig(PredictionConfig predictionConfig) Set the predictionConfig of thisPredictRequestPayloadinstance.
-
Method Details
-
predictionConfig
Set the predictionConfig of thisPredictRequestPayloadinstance.- Parameters:
predictionConfig- Configuration of target columns and placeholder value.- Returns:
- The PredictRequestPayload instance.
-