Model Environment Definition RArgs
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
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
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
Date of MRAN snapshot to use in YYYY-MM-DD format, e.g. "2019-04-17"
Link copied to clipboard
Indicates whether the environment is managed by user or by AzureML.