Share via


ExtendedLivyBatchResponse interface

An interface representing ExtendedLivyBatchResponse.

Properties

appId
appInfo
artifactId
errorInfo
id
jobType

Possible values include: 'SparkBatch', 'SparkSession'

livyInfo
log
name
pluginInfo
result

Possible values include: 'Uncertain', 'Succeeded', 'Failed', 'Cancelled'

schedulerInfo
sparkPoolName
state
submitterId
submitterName
tags
workspaceName

Property Details

appId

appId?: string

Property Value

string

appInfo

appInfo?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

artifactId

artifactId?: string

Property Value

string

errorInfo

errorInfo?: ErrorInformation[]

Property Value

id

id?: number

Property Value

number

jobType

Possible values include: 'SparkBatch', 'SparkSession'

jobType?: JobType

Property Value

livyInfo

livyInfo?: LivyBatchStateInformation

Property Value

log

log?: string[]

Property Value

string[]

name

name?: string

Property Value

string

pluginInfo

pluginInfo?: SparkServicePluginInformation

Property Value

result

Possible values include: 'Uncertain', 'Succeeded', 'Failed', 'Cancelled'

result?: JobResult

Property Value

schedulerInfo

schedulerInfo?: SchedulerInformation

Property Value

sparkPoolName

sparkPoolName?: string

Property Value

string

state

state?: string

Property Value

string

submitterId

submitterId?: string

Property Value

string

submitterName

submitterName?: string

Property Value

string

tags

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

workspaceName

workspaceName?: string

Property Value

string