Default JSON4S serializers for PredictionIO controllers.
Load a model object from a file in a temporary location on local filesystem.
Load a model object from a file in a temporary location on local filesystem. It will first try to use the location indicated by the environmental variable PIO_FS_TMPDIR, then fall back to the java.io.tmpdir property.
Used as the filename of the file.
Save a model object as a file to a temporary location on local filesystem.
Save a model object as a file to a temporary location on local filesystem. It will first try to use the location indicated by the environmental variable PIO_FS_TMPDIR, then fall back to the java.io.tmpdir property.
Used as the filename of the file.
Model object.
Controller utilities.