Amazon Neptune · Arazzo Workflow
Amazon Neptune ML Create and Verify Inference Endpoint
Version 1.0.0
Create an ML inference endpoint from a trained model and poll it until it is in service.
Provider
Workflows
ml-create-inference-endpoint
Create an inference endpoint, poll until InService, and confirm it is listed.
Creates an ML inference endpoint from a training job, polls until it is InService, and lists endpoints to confirm registration.
1
createEndpoint
createInferenceEndpoint
Create an inference endpoint backed by the trained model and capture the endpoint id.
2
pollEndpoint
getInferenceEndpointStatus
Poll the endpoint status. Retry while it is not yet InService and continue once it reaches InService.
3
listEndpoints
listInferenceEndpoints
List the active inference endpoints to confirm the newly created endpoint is registered.