Amazon Neptune · Arazzo Workflow
Amazon Neptune ML Data Processing to Model Training
Version 1.0.0
Run a Neptune ML data processing job to completion, then launch and poll model training.
Provider
Workflows
ml-dataprocessing-to-training
Process graph data, then train a model on the processed output.
Creates and polls a data processing job, then creates and polls a model training job that consumes the processed data.
1
startProcessing
createDataProcessingJob
Create a data processing job that exports and prepares graph data into the processed-data S3 location.
2
pollProcessing
getDataProcessingJobStatus
Poll the data processing job. Retry while it is still in progress and continue once its status is Completed.
3
startTraining
createModelTrainingJob
Launch a model training job that consumes the completed data processing job's output.
4
pollTraining
getModelTrainingJobStatus
Poll the model training job. Retry while it is still in progress and finish once its status is Completed.