variables

@JvmName(name = "llortgyewvtflsrf")
suspend fun variables(value: Output<List<DatasetVariableArgs>>)
@JvmName(name = "antrmojbckkusoxb")
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 = "tcdaxgqbqhgplduk")
suspend fun variables(vararg values: Output<DatasetVariableArgs>)


@JvmName(name = "rdawdypjxhayscfy")
suspend fun variables(values: List<Output<DatasetVariableArgs>>)
@JvmName(name = "ecxcgbupwhukhbew")
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 = "nsjfdmjcyfaoevxi")
suspend fun variables(argument: List<suspend DatasetVariableArgsBuilder.() -> Unit>)
@JvmName(name = "laignepgqsteofph")
suspend fun variables(vararg argument: suspend DatasetVariableArgsBuilder.() -> Unit)
@JvmName(name = "gwyxgxeiuowcxjef")
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".