Amazon Neptune · Example Payload

Amazon Neptune Listmodeltrainingjobs Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Listmodeltrainingjobs 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": "listModelTrainingJobs",
  "method": "GET",
  "path": "/ml/modeltraining",
  "summary": "Amazon Neptune List Active Model Training Jobs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "listModelTrainingJobs200Example",
      "example": {
        "ids": [
          "example-value"
        ]
      }
    }
  ]
}