ModelEnvironmentDefinitionSparkArgs

data class ModelEnvironmentDefinitionSparkArgs(val packages: Output<List<SparkMavenPackageArgs>>? = null, val precachePackages: Output<Boolean>? = null, val repositories: Output<List<String>>? = null) : ConvertibleToJava<ModelEnvironmentDefinitionSparkArgs>

The configuration for a Spark environment.

Constructors

Link copied to clipboard
constructor(packages: Output<List<SparkMavenPackageArgs>>? = null, precachePackages: Output<Boolean>? = null, repositories: Output<List<String>>? = null)

Properties

Link copied to clipboard
val packages: Output<List<SparkMavenPackageArgs>>? = null

The Spark packages to use.

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

Whether to precache the packages.

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

The list of spark repositories.

Functions

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