Deploying SageMaker models using CI/CD

0

My project needs to use CI/CD pipeline to run containers to train models and deploy it? Looking for an automated approach to accomplish this ?

질문됨 일 년 전337회 조회
3개 답변
0
수락된 답변

in addition to _takanash

i can give you following link to crate your pipeline

https://www.edlitera.com/blog/posts/aws-sagemaker-ci-cd-pipelines

in summary

  • You'll need to create a SageMaker Studio instance, enable SageMaker project templates, and create a new user that uses the same role as the Studio instance. Note that if you didn't set up your Studio to allow project templates in the beginning, you won't be able to use these templates​.
  • SageMaker Studio provides three different templates: "MLOps template for model deployment", "MLOps template for model building and training", and "MLOps template for model building, training, and deployment". You should select the template that includes model building, model training, and model deployment, which allows you to look at and analyze an example of a complete end-to-end workflow​1​.
  • Once you create a new project, SageMaker creates two repositories for model building and model deployment. You should clone both repositories, which contain all the artifacts needed to create a full end-to-end workflow​1​.
  • You write individual steps, define those steps with parameters, and afterward connect the steps in a specified order to create a pipeline​1​.
  • This can be separated into two parts. First, you need to define the processor and afterward the processing step itself​1​.
  • First, you need to define the model you are going to use alongside the parameters of that model. Afterward, you need to define the step itself​1​.
  • Once the model is trained, you should register it. This is done in a similar way to how you define the previous steps. You need to define the model you are going to use, alongside the parameters of that model. Then you need to define the step itself. Unfortunately, the specifics of this step were not visible in the source I found.
profile picture
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전
0
profile picture
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠