SparkJobPythonEntry interface   
Spark job entry point definition.
- Extends
Properties
| file | [Required] Relative python file path for job entry point. | 
| spark | Polymorphic discriminator, which specifies the different types this object can be | 
Property Details
file
[Required] Relative python file path for job entry point.
file: stringProperty Value
string
		sparkJobEntryType
	   
	Polymorphic discriminator, which specifies the different types this object can be
sparkJobEntryType: "SparkJobPythonEntry"Property Value
"SparkJobPythonEntry"