predict.Predictor | R Documentation |
Predicted values returned from endpoint
## S3 method for class 'Predictor' predict(object, newdata, serializer = NULL, deserializer = NULL, ...)
object |
a sagemaker model |
newdata |
data for model to predict |
serializer |
method class to serializer data to sagemaker model. Requires to be a class inherited from BaseSerializer. |
deserializer |
method class to deserializer return data streams from sagemaker model. Requires to be a class inherited from BaseDeserializer. |
... |
arguments passed to “Predictor$predict“ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.