Amazon Neptune · Schema

CreateDataProcessingJobRequest

CreateDataProcessingJobRequest schema from Neptune

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
id string Unique identifier for the job (auto-generated UUID if omitted).
inputDataS3Location string S3 URI for the input data.
processedDataS3Location string S3 URI where processed output is written.
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 means auto-selected).
processingTimeOutInSeconds integer Timeout in seconds (default 86400, i.e., 1 day).
modelType string The type of model to prepare data for.
configFileName string The data specification configuration file name.
subnets array VPC subnet IDs for SageMaker processing.
securityGroupIds array VPC security group IDs.
volumeEncryptionKMSKey string KMS key for storage volume encryption.
s3OutputEncryptionKMSKey string KMS key for S3 output encryption.
enableInterContainerTrafficEncryption boolean Whether to enable inter-container traffic encryption.
View JSON Schema on GitHub