You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently a raw_data parameter was added to the feedback function of the SeldonClient module which allows for users to provide a raw dictionary representing the json request or the raw grpc proto which would then be sent directly as a request to the deployed Seldon model. This is a required feature for the batch processing component in case request-metadata is to be sent, and reduces the processing time hence making the requests more efficient.
The text was updated successfully, but these errors were encountered:
Recently a raw_data parameter was added to the
feedback
function of the SeldonClient module which allows for users to provide a raw dictionary representing the json request or the raw grpc proto which would then be sent directly as a request to the deployed Seldon model. This is a required feature for the batch processing component in case request-metadata is to be sent, and reduces the processing time hence making the requests more efficient.The text was updated successfully, but these errors were encountered: