Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobPropertiesExecutionInfo

Package version

interface

An interface representing JobPropertiesExecutionInfo. Information about the execution of a job.

Hierarchy

  • JobPropertiesExecutionInfo

Index

Properties

Optional endTime

endTime: Date
member

{Date} [endTime] End time. The time at which the job completed. This property is only returned if the job is in completed state. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errors

errors: BatchAIError[]
member

{BatchAIError[]} [errors] Errors. A collection of errors encountered by the service during job execution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional exitCode

exitCode: undefined | number
member

{number} [exitCode] Exit code. The exit code of the job. This property is only returned if the job is in completed state. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startTime

startTime: Date
member

{Date} [startTime] Start time. The time at which the job started running. 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc