Amazon Neptune · Example Payload

Data Start Ml Model Transform Job Input Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Start Ml Model Transform Job Input Example is an example object payload from Amazon Neptune, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddataProcessingJobIdmlModelTrainingJobIdtrainingJobNamemodelTransformOutputS3LocationsagemakerIamRoleArnneptuneIamRoleArnbaseProcessingInstanceTypebaseProcessingInstanceVolumeSizeInGBsubnetssecurityGroupIdsvolumeEncryptionKMSKeys3OutputEncryptionKMSKeyenableInterContainerTrafficEncryptioncustomModelTransformParameters

Example Payload

Raw ↑
{
  "id": "neptune-cluster-abc123",
  "dataProcessingJobId": "neptune-cluster-abc123",
  "mlModelTrainingJobId": "neptune-cluster-abc123",
  "trainingJobName": "my-neptune-cluster",
  "modelTransformOutputS3Location": "example-string",
  "sagemakerIamRoleArn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
  "neptuneIamRoleArn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
  "baseProcessingInstanceType": "db.r6g.large",
  "baseProcessingInstanceVolumeSizeInGB": 10,
  "subnets": [
    "example-string"
  ],
  "securityGroupIds": [
    "example-string"
  ],
  "volumeEncryptionKMSKey": "example-string",
  "s3OutputEncryptionKMSKey": "example-string",
  "enableInterContainerTrafficEncryption": true,
  "customModelTransformParameters": {
    "sourceS3DirectoryPath": "example-string",
    "transformEntryPointScript": "example-string"
  }
}