r_script_step Module

Contains functionality to create an Azure ML Pipeline step that runs R script.

Classes

RScriptStep

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Creates an Azure ML Pipeline step that runs R script.

Create an Azure ML Pipeline step that runs R script.

DEPRECATED. Use the CommandStep instead. For an example see How to run R scripts in pipelines with CommandStep.