Remote Execution and Web Services for Machine Learning Server


[Up] [Top]

Documentation for package ‘mrsdeploy’ version 1.1.3

Help Pages

mrsdeploy-package 'mrsdeploy' Remote Execution and Web Service Deployment for Microsoft R Server.
configureServicePool Create or Update a dedicated pool for a published web service
createSnapshot Create a snapshot of the remote R session.
deleteRemoteFile Delete a file from the remote R session.
deleteService Delete a web service.
deleteServicePool Delete an existing dedicated pool for a published web service
deleteSnapshot Delete a snapshot from the R server.
diffLocalRemote Generate a 'diff' report between local and remote R sessions
downloadSnapshot Download a snapshot from the R server.
getPoolStatus Get the status of the dedicated pool for a published web service
getRemoteFile Get the content of a file from remote R session.
getRemoteObject Get an object from the remote R session.
getRemoteWorkspace Copy the workspace if the remote R session.
getService Get a web service for consumption.
getValidatedServiceType Test to see if supplied service type is supported.
listRemoteFiles Get a list of files from the remote R session.
listServices List the different published web services.
listSnapshots Get a list of snapshots for the current user.
loadSnapshot Load a snapshot from the R server into the remote session.
mrsdeploy 'mrsdeploy' Remote Execution and Web Service Deployment for Microsoft R Server.
print.serviceDetails The print generic for 'serviceDetails'.
print.snapshotDetails The print generic for 'snapshotDetails'.
publishService Publishes a R code block or a Realtime model as a new web service.
putLocalFile Upload a file from the local machine to the remote R session.
putLocalObject Copy an object from the local R session to the remote R session.
putLocalWorkspace Copy the workspace of the local R session.
remoteCommandLine Display the 'REMOTE>' command prompt.
remoteExecute Remote execution of either R code or an R script.
remoteLogin Remote login to the Microsoft R Server
remoteLoginAAD Remote login to Microsoft R Server using Azure Active directory.
remoteLogout Logout of the remote R session.
remoteScript Wrapper function for remote script execution.
request HTTP requests made easy and more fluent around 'curl'.
resume Return the user to the 'REMOTE>' command prompt.
serviceOption Retrieve, set, and list the different service options.
serviceTypes Defines the enumerated list of the supported service types.
setServiceRoles Create Delete or Update roles for a published web service
summary.serviceDetails The summary generic for 'serviceDetails'.
summary.snapshotDetails The summary generic for 'snapshotDetails'.
updateService Updates an existing web service.