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
Create a data processing job that exports and prepares graph data into the processed-data S3 location.
2
pollProcessing
Poll the data processing job. Retry while it is still in progress and continue once its status is Completed.
3
startTraining
Launch a model training job that consumes the completed data processing job's output.
4
pollTraining
Poll the model training job. Retry while it is still in progress and finish once its status is Completed.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.