additionalExperiments

@JvmName(name = "dwahfpshbivnqmgd")
suspend fun additionalExperiments(value: Output<List<String>>)
@JvmName(name = "lrtnxexnqohkytjl")
suspend fun additionalExperiments(value: List<String>?)

Parameters

value

List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].


@JvmName(name = "vevvjhspxsfiadgn")
suspend fun additionalExperiments(vararg values: Output<String>)


@JvmName(name = "divohpgjnleolkac")
suspend fun additionalExperiments(values: List<Output<String>>)
@JvmName(name = "ytoaaswfngflruur")
suspend fun additionalExperiments(vararg values: String)

Parameters

values

List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].