RSection Class
Defines the R environment to use on a target compute for a run.
This class is used in the :class :azureml.core.Environment class .
Class RSection constructor.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementRSection
Constructor
RSection()
Variables
Name | Description |
---|---|
r_version
|
The version of R to be installed. |
user_managed
|
Indicates whether the environment is managed by user or by AzureML. |
rscript_path
|
The Rscript path to use if an environment build is not required. The path specified gets used to call the user script. |
snapshot_date
|
Date of MRAN snapshot to use in YYYY-MM-DD format, e.g. "2019-04-17". |
cran_packages
|
The CRAN packages to use. |
github_packages
|
The packages directly from GitHub. |
custom_url_packages
|
The packages from custom urls. |
bioconductor_packages
|
The packages from Bioconductor. |