pythonFileUris property

List<String>? pythonFileUris
getter/setter pair

HCFS file URIs of Python files to pass to the PySpark framework.

Supported file types: .py, .egg, and .zip.

Optional.

Implementation

core.List<core.String>? pythonFileUris;