ModelEnvironmentDefinitionResponseResponseR

data class ModelEnvironmentDefinitionResponseResponseR(val bioConductorPackages: List<String>? = null, val cranPackages: List<RCranPackageResponse>? = null, val customUrlPackages: List<String>? = null, val gitHubPackages: List<RGitHubPackageResponseResponse>? = null, val rVersion: String? = null, val rscriptPath: String? = null, val snapshotDate: String? = null, val userManaged: Boolean? = null)

Settings for a R environment.

Constructors

constructor(bioConductorPackages: List<String>? = null, cranPackages: List<RCranPackageResponse>? = null, customUrlPackages: List<String>? = null, gitHubPackages: List<RGitHubPackageResponseResponse>? = null, rVersion: String? = null, rscriptPath: String? = null, snapshotDate: String? = null, userManaged: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The packages from Bioconductor.

Link copied to clipboard

The CRAN packages to use.

Link copied to clipboard

The packages from custom urls.

Link copied to clipboard

The packages directly from GitHub.

Link copied to clipboard
val rscriptPath: String? = null

The Rscript path to use if an environment build is not required. The path specified gets used to call the user script.

Link copied to clipboard
val rVersion: String? = null

The version of R to be installed

Link copied to clipboard
val snapshotDate: String? = null

Date of MRAN snapshot to use in YYYY-MM-DD format, e.g. "2019-04-17"

Link copied to clipboard
val userManaged: Boolean? = null

Indicates whether the environment is managed by user or by AzureML.