Amazon Neptune · JSON Structure

Ml Create Data Processing Job Request Structure

CreateDataProcessingJobRequest schema from Neptune

Type: object Properties: 16 Required: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

CreateDataProcessingJobRequest is a JSON Structure definition published by Amazon Neptune, describing 16 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id inputDataS3Location processedDataS3Location previousDataProcessingJobId sagemakerIamRoleArn neptuneIamRoleArn processingInstanceType processingInstanceVolumeSizeInGB processingTimeOutInSeconds modelType configFileName subnets securityGroupIds volumeEncryptionKMSKey s3OutputEncryptionKMSKey enableInterContainerTrafficEncryption

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-create-data-processing-job-request-structure.json",
  "name": "CreateDataProcessingJobRequest",
  "description": "CreateDataProcessingJobRequest schema from Neptune",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the job (auto-generated UUID if omitted)."
    },
    "inputDataS3Location": {
      "type": "string",
      "description": "S3 URI for the input data."
    },
    "processedDataS3Location": {
      "type": "string",
      "description": "S3 URI where processed output is written."
    },
    "previousDataProcessingJobId": {
      "type": "string",
      "description": "Job ID of a previous job for incremental processing."
    },
    "sagemakerIamRoleArn": {
      "type": "string",
      "description": "IAM role ARN for SageMaker execution."
    },
    "neptuneIamRoleArn": {
      "type": "string",
      "description": "IAM role ARN for Neptune access."
    },
    "processingInstanceType": {
      "type": "string",
      "description": "ML instance type (default auto-selected ml.r5 type)."
    },
    "processingInstanceVolumeSizeInGB": {
      "type": "int32",
      "description": "Disk volume size in GB (default 0 means auto-selected)."
    },
    "processingTimeOutInSeconds": {
      "type": "int32",
      "description": "Timeout in seconds (default 86400, i.e., 1 day).",
      "default": 86400
    },
    "modelType": {
      "type": "string",
      "description": "The type of model to prepare data for.",
      "enum": [
        "heterogeneous",
        "kge"
      ]
    },
    "configFileName": {
      "type": "string",
      "description": "The data specification configuration file name.",
      "default": "training-data-configuration.json"
    },
    "subnets": {
      "type": "array",
      "description": "VPC subnet IDs for SageMaker processing.",
      "items": {
        "type": "string"
      }
    },
    "securityGroupIds": {
      "type": "array",
      "description": "VPC security group IDs.",
      "items": {
        "type": "string"
      }
    },
    "volumeEncryptionKMSKey": {
      "type": "string",
      "description": "KMS key for storage volume encryption."
    },
    "s3OutputEncryptionKMSKey": {
      "type": "string",
      "description": "KMS key for S3 output encryption."
    },
    "enableInterContainerTrafficEncryption": {
      "type": "boolean",
      "description": "Whether to enable inter-container traffic encryption.",
      "default": true
    }
  },
  "required": [
    "inputDataS3Location",
    "processedDataS3Location"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/ml-create-data-processing-job-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.