MabJobExtendedInfo interface

Additional information for the MAB workload-specific job.

Properties

dynamicErrorMessage

Non localized error message specific to this job.

propertyBag

The job properties.

tasksList

List of tasks for this job.

Property Details

dynamicErrorMessage

Non localized error message specific to this job.

dynamicErrorMessage?: string

Property Value

string

propertyBag

The job properties.

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

Property Value

{[propertyName: string]: string}

tasksList

List of tasks for this job.

tasksList?: MabJobTaskDetails[]

Property Value