BatchGetJobItem

The details of a job returned in a batch get operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attachments for the job.

Link copied to clipboard
val createdAt: <Error class: unknown class>

The date and time the resource was created.

Link copied to clipboard

The user or system that created this resource.

Link copied to clipboard

The description of the job.

Link copied to clipboard
val endedAt: <Error class: unknown class>?

The date and time the resource ended running.

Link copied to clipboard

The farm ID of the job.

Link copied to clipboard

The job ID.

Link copied to clipboard

The life cycle status of the job.

Link copied to clipboard

A message that communicates the status of the life cycle.

Link copied to clipboard

The number of task failures before the job stops running and is marked as FAILED.

Link copied to clipboard

The maximum number of retries per failed tasks.

Link copied to clipboard

The maximum number of worker hosts that can concurrently process a job.

Link copied to clipboard

The name of the job.

Link copied to clipboard

The parameters for the job.

Link copied to clipboard

The job priority.

Link copied to clipboard

The queue ID of the job.

Link copied to clipboard

The job ID for the source job.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The date and time the resource started running.

Link copied to clipboard

The storage profile ID associated with the job.

Link copied to clipboard

The task status to start with on the job.

Link copied to clipboard

The number of times that tasks failed and were retried.

Link copied to clipboard

The task run status for the job.

Link copied to clipboard

The number of tasks for each run status for the job.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The date and time the resource was updated.

Link copied to clipboard

The user or system that updated this resource.

Functions

Link copied to clipboard
inline fun copy(block: BatchGetJobItem.Builder.() -> Unit = {}): BatchGetJobItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String