SparkJobPythonEntryResponse

data class SparkJobPythonEntryResponse(val file: String, val sparkJobEntryType: String)

Constructors

Link copied to clipboard
constructor(file: String, sparkJobEntryType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Relative python file path for job entry point.

Link copied to clipboard

Expected value is 'SparkJobPythonEntry'.