Amazon Neptune · Schema
StartMLDataProcessingJobInput
StartMLDataProcessingJobInput schema from Neptune
AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the job (auto-generated if omitted). |
| inputDataS3Location | string | S3 URI for input data. |
| processedDataS3Location | string | S3 URI for output results. |
| previousDataProcessingJobId | string | Job ID of a previous job for incremental processing. |
| sagemakerIamRoleArn | string | IAM role ARN for SageMaker execution. |
| neptuneIamRoleArn | string | IAM role ARN for Neptune access. |
| processingInstanceType | string | ML instance type (default auto-selected ml.r5 type). |
| processingInstanceVolumeSizeInGB | integer | Disk volume size in GB (default 0 = auto-selected). |
| processingTimeOutInSeconds | integer | Timeout in seconds (default 86400). |
| modelType | string | Model type selection. |
| configFileName | string | Data specification file name. |
| subnets | array | Subnet IDs in Neptune VPC. |
| securityGroupIds | array | VPC security group IDs. |
| volumeEncryptionKMSKey | string | |
| s3OutputEncryptionKMSKey | string | |
| enableInterContainerTrafficEncryption | boolean |