pythonPackages

@JvmName(name = "cohyqctqrykrjdhs")
suspend fun pythonPackages(value: Output<List<String>>)
@JvmName(name = "oqxmjnapcolguvvq")
suspend fun pythonPackages(value: List<String>?)

Parameters

value

A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz


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


@JvmName(name = "gyqqduaeehpotnnh")
suspend fun pythonPackages(values: List<Output<String>>)
@JvmName(name = "yhfwqbbvweobnfal")
suspend fun pythonPackages(vararg values: String)

Parameters

values

A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz