Amazon Neptune · JSON Structure

Data Ml Job Status Output Structure

MLJobStatusOutput schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

MLJobStatusOutput 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/data-ml-job-status-output-structure.json",
  "name": "MLJobStatusOutput",
  "description": "MLJobStatusOutput schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "processingJob": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "arn": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "outputLocation": {
          "type": "string"
        }
      }
    }
  }
}