Amazon Neptune · Example Payload

Amazon Neptune Createmodeltrainingjob Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Createmodeltrainingjob Example is an example object payload from Amazon Neptune, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createModelTrainingJob",
  "method": "POST",
  "path": "/ml/modeltraining",
  "summary": "Amazon Neptune Create an ML Model Training Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "createModelTrainingJob200Example",
      "example": {
        "id": "neptune-cluster-abc123"
      }
    }
  ]
}