Interface PredictResponsePayload.Builder1
- Enclosing class:
PredictResponsePayload
public static interface PredictResponsePayload.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionstatus(PredictResponseStatus status) Set the status of thisPredictResponsePayloadinstance.
-
Method Details
-
status
Set the status of thisPredictResponsePayloadinstance.- Parameters:
status- Status message that can indicate warnings (e.g. about suboptimal data).- Returns:
- The PredictResponsePayload builder.
-