Amazon Neptune · Arazzo Workflow
Amazon Neptune ML Model Transform Job
Version 1.0.0
Launch a Neptune ML model transform job from a trained model and poll it to completion.
Provider
Workflows
ml-model-transform
Create a model transform job, poll until Completed, and confirm it is listed.
Creates a model transform job from a training job, polls until it completes, and lists transform jobs.
1
startTransform
createModelTransformJob
Create a model transform job that reads the training job's output and writes transform artifacts to S3.
2
pollTransform
getModelTransformJobStatus
Poll the transform job status. Retry while it is still in progress and continue once its status is Completed.
3
listTransforms
listModelTransformJobs
List the active model transform jobs to confirm the transform job ran.