Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created April 30, 2020 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/2969c11e95cff7c1ff9576bb32a5dbef to your computer and use it in GitHub Desktop.
Save nivleshc/2969c11e95cff7c1ff9576bb32a5dbef to your computer and use it in GitHub Desktop.
This is the fourth state for the AWS Step Function to automate training, build and deployment of an Amazon SageMaker model
"Create Endpoint":{
"Type":"Task",
"Resource":"arn:aws:states:::sagemaker:createEndpoint",
"Parameters":{
"EndpointConfigName.$": "$.TrainingJobName",
"EndpointName.$": "$.TrainingJobName"
},
"End": true
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment