Amazon Neptune · Example Payload

Data Ml Job Status Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Ml Job Status Output Example is an example object payload from Amazon Neptune, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusidprocessingJob

Example Payload

Raw ↑
{
  "status": "available",
  "id": "neptune-cluster-abc123",
  "processingJob": {
    "name": "my-neptune-cluster",
    "arn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
    "status": "available",
    "outputLocation": "example-string"
  }
}