PredictorBase: PredictorBase Class

PredictorBaseR Documentation

PredictorBase Class

Description

An object that encapsulates a deployed model

Active bindings

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.

Methods

Public methods


Method predict()

Perform inference on the provided data and return a prediction.

Usage
PredictorBase$predict(...)
Arguments
...

: not implemented


Method delete_predictor()

Destroy resources associated with this predictor.

Usage
PredictorBase$delete_predictor(...)
Arguments
...

: not implemented


Method clone()

The objects of this class are cloneable with this method.

Usage
PredictorBase$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.