SparkBatchJobState Class

SparkBatchJobState.

Inheritance
SparkBatchJobState

Constructor

SparkBatchJobState(*, not_started_at: Optional[datetime.datetime] = None, starting_at: Optional[datetime.datetime] = None, running_at: Optional[datetime.datetime] = None, dead_at: Optional[datetime.datetime] = None, success_at: Optional[datetime.datetime] = None, terminated_at: Optional[datetime.datetime] = None, recovering_at: Optional[datetime.datetime] = None, current_state: Optional[str] = None, job_creation_request: Optional[azure.synapse.artifacts.models._models_py3.SparkRequest] = None, **kwargs)

Parameters

not_started_at
datetime
Required

the time that at which "not_started" livy state was first seen.

starting_at
datetime
Required

the time that at which "starting" livy state was first seen.

running_at
datetime
Required

the time that at which "running" livy state was first seen.

dead_at
datetime
Required

time that at which "dead" livy state was first seen.

success_at
datetime
Required

the time that at which "success" livy state was first seen.

terminated_at
datetime
Required

the time that at which "killed" livy state was first seen.

recovering_at
datetime
Required

the time that at which "recovering" livy state was first seen.

current_state
str
Required

the Spark job state.

job_creation_request
SparkRequest
Required