baseParameters

@JvmName(name = "lcaelpawtgesdwqo")
suspend fun baseParameters(value: Output<Map<String, Any>>)
@JvmName(name = "xfkvcjanyrpgtevh")
suspend fun baseParameters(value: Map<String, Any>?)

Parameters

value

Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.


@JvmName(name = "bbgxvrfixbjxvxek")
fun baseParameters(vararg values: Pair<String, Any>)

Parameters

values

Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.