pythonScriptFile property
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
@$pb.TagNumber(102)
$core.String get pythonScriptFile => $_getSZ(5);
Implementation
@$pb.TagNumber(102)
set pythonScriptFile($core.String v) { $_setString(5, v); }