Amazon Deadline Cloud · JSON Structure

Job Structure

A rendering job submitted to a queue in Amazon Deadline Cloud.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

Job Structure is a JSON Structure definition published by Amazon Deadline Cloud. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-structure/job-structure.json",
  "title": "Job",
  "description": "A rendering job submitted to a queue in Amazon Deadline Cloud.",
  "type": "typedMap",
  "fields": {
    "jobId": {
      "type": "str",
      "description": "The unique identifier of the job"
    },
    "queueId": {
      "type": "str",
      "description": "queueId"
    },
    "farmId": {
      "type": "str",
      "description": "farmId"
    },
    "displayName": {
      "type": "str",
      "description": "displayName"
    },
    "lifecycleStatus": {
      "type": "str",
      "description": "lifecycleStatus"
    },
    "taskRunStatus": {
      "type": "str",
      "description": "taskRunStatus"
    },
    "priority": {
      "type": "int",
      "description": "priority"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}