pythonPackages property
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
Optional.
Implementation
core.List<core.String>? pythonPackages;