ModelBase: An object that encapsulates a trained model.

ModelBaseR Documentation

An object that encapsulates a trained model.

Description

Models can be deployed to compute services like a SageMaker “Endpoint“ or Lambda. Deployed models can be used to perform real-time inference.

Methods

Public methods


Method deploy()

Deploy this model to a compute service.

Usage
ModelBase$deploy(...)
Arguments
...

: not currently implemented


Method delete_model()

Destroy resources associated with this model.

Usage
ModelBase$delete_model(...)
Arguments
...

: not currently implemented


Method format()

format class

Usage
ModelBase$format()

Method help()

Return class documentation

Usage
ModelBase$help()

Method clone()

The objects of this class are cloneable with this method.

Usage
ModelBase$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-mlcore documentation built on May 3, 2022, 10:08 a.m.