Spark RBatch Args
data class SparkRBatchArgs(val archiveUris: Output<List<String>>? = null, val args: Output<List<String>>? = null, val fileUris: Output<List<String>>? = null, val mainRFileUri: Output<String>) : ConvertibleToJava<SparkRBatchArgs>
A configuration for running an Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) batch workload.