PredictorBase | R Documentation |
An object that encapsulates a deployed model
content_type
The MIME type of the data sent to the inference server.
accept
The 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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.