ModelBase | R Documentation |
Models can be deployed to compute services like a SageMaker “Endpoint“ or Lambda. Deployed models can be used to perform real-time inference.
deploy()
Deploy this model to a compute service.
ModelBase$deploy(...)
...
: not currently implemented
delete_model()
Destroy resources associated with this model.
ModelBase$delete_model(...)
...
: not currently implemented
format()
format class
ModelBase$format()
help()
Return class documentation
ModelBase$help()
clone()
The objects of this class are cloneable with this method.
ModelBase$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.