variables

@JvmName(name = "lfejiutepnrxioem")
suspend fun variables(value: Output<List<DatasetVariableArgs>>)
@JvmName(name = "rtapssbcyklefcis")
suspend fun variables(value: List<DatasetVariableArgs>?)

Parameters

value

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".


@JvmName(name = "mdupkxveslgtuabd")
suspend fun variables(vararg values: Output<DatasetVariableArgs>)


@JvmName(name = "bmupckghopahhaja")
suspend fun variables(values: List<Output<DatasetVariableArgs>>)
@JvmName(name = "pvyrgfqtsenocreg")
suspend fun variables(vararg values: DatasetVariableArgs)

Parameters

values

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".


@JvmName(name = "sgxamlpitxmcarrd")
suspend fun variables(argument: List<suspend DatasetVariableArgsBuilder.() -> Unit>)
@JvmName(name = "vobynymxjwgynehl")
suspend fun variables(vararg argument: suspend DatasetVariableArgsBuilder.() -> Unit)
@JvmName(name = "vyxbefivrxmnxjhm")
suspend fun variables(argument: suspend DatasetVariableArgsBuilder.() -> Unit)

Parameters

argument

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".