JobPropertiesExecutionInfo interface

Properties

endTime

End time. The time at which the job completed.

errors

Errors. A collection of errors

exitCode

Exit code. The exit code of the job. This

startTime

Start time. The time at which the job started

Property Details

endTime

End time. The time at which the job completed.

endTime?: Date

Property Value

Date

errors

Errors. A collection of errors

errors?: BatchAIError[]

Property Value

exitCode

Exit code. The exit code of the job. This

exitCode?: number

Property Value

number

startTime

Start time. The time at which the job started

startTime?: Date

Property Value

Date