pythonScriptFile property

String? pythonScriptFile
getter/setter pair

The Gcloud Storage URI of the main Python file to use as the driver.

Must be a .py file. The execution args are passed in as a sequence of named process arguments (--key=value).

Implementation

core.String? pythonScriptFile;