toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
SparkJobPythonEntryResponse
Spark
Job
Python
Entry
Response
data
class
SparkJobPythonEntryResponse
(
val
file
:
String
,
val
sparkJobEntryType
:
String
)
Members
Constructors
Spark
Job
Python
Entry
Response
Link copied to clipboard
constructor
(
file
:
String
,
sparkJobEntryType
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
file
Link copied to clipboard
val
file
:
String
Required Relative python file path for job entry point.
spark
Job
Entry
Type
Link copied to clipboard
val
sparkJobEntryType
:
String
Expected value is 'SparkJobPythonEntry'.