Amazon Neptune · JSON Structure

Ml Job Status Response Structure

JobStatusResponse schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

JobStatusResponse is a JSON Structure definition published by Amazon Neptune, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status id processingJob

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/ml-job-status-response-structure.json",
  "name": "JobStatusResponse",
  "description": "JobStatusResponse schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The current status of the job."
    },
    "id": {
      "type": "string",
      "description": "The job identifier."
    },
    "processingJob": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "arn": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "outputLocation": {
          "type": "string"
        },
        "failureReason": {
          "type": "string"
        },
        "cloudwatchLogUrl": {
          "type": "string"
        }
      }
    }
  }
}