ModelEnvironmentDefinitionRArgs

data class ModelEnvironmentDefinitionRArgs(val bioConductorPackages: Output<List<String>>? = null, val cranPackages: Output<List<RCranPackageArgs>>? = null, val customUrlPackages: Output<List<String>>? = null, val gitHubPackages: Output<List<RGitHubPackageArgs>>? = null, val rVersion: Output<String>? = null, val rscriptPath: Output<String>? = null, val snapshotDate: Output<String>? = null, val userManaged: Output<Boolean>? = null) : ConvertibleToJava<ModelEnvironmentDefinitionRArgs>

Settings for a R environment.

Constructors

Link copied to clipboard
constructor(bioConductorPackages: Output<List<String>>? = null, cranPackages: Output<List<RCranPackageArgs>>? = null, customUrlPackages: Output<List<String>>? = null, gitHubPackages: Output<List<RGitHubPackageArgs>>? = null, rVersion: Output<String>? = null, rscriptPath: Output<String>? = null, snapshotDate: Output<String>? = null, userManaged: Output<Boolean>? = null)

Properties

Link copied to clipboard
val bioConductorPackages: Output<List<String>>? = null

The packages from Bioconductor.

Link copied to clipboard
val cranPackages: Output<List<RCranPackageArgs>>? = null

The CRAN packages to use.

Link copied to clipboard
val customUrlPackages: Output<List<String>>? = null

The packages from custom urls.

Link copied to clipboard
val gitHubPackages: Output<List<RGitHubPackageArgs>>? = null

The packages directly from GitHub.

Link copied to clipboard
val rscriptPath: Output<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: Output<String>? = null

The version of R to be installed

Link copied to clipboard
val snapshotDate: Output<String>? = null

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

Link copied to clipboard
val userManaged: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ModelEnvironmentDefinitionRArgs