| PredictorBase | R Documentation |
An object that encapsulates a deployed model
content_typeThe MIME type of the data sent to the inference server.
acceptThe content type(s) that are expected from the inference server.
predict()Perform inference on the provided data and return a prediction.
PredictorBase$predict(...)
...: not implemented
delete_predictor()Destroy resources associated with this predictor.
PredictorBase$delete_predictor(...)
...: not implemented
clone()The objects of this class are cloneable with this method.
PredictorBase$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.