pythonPackages property

  1. @TagNumber(3)
List<String> pythonPackages

Optional. 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

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get pythonPackages => $_getList(2);