Amazon Neptune · JSON Structure

Ml Job Created Response Structure

JobCreatedResponse schema from Neptune

Type: object Properties: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

id

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-created-response-structure.json",
  "name": "JobCreatedResponse",
  "description": "JobCreatedResponse schema from Neptune",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the created job."
    }
  }
}