vv111y / MLops-AISC-Capstone

MIT License
1 stars 3 forks source link

There are also parameters that have included defaults, they can be optionally adjusted: 1) CodeBuild Project Parameters

     Python_Build_Version="aws/codebuild/python:3.6.-3.5"
     Build_Timeout_Mins=30

2) SageMaker Training Job Parameters

   Instance_Count=1
   Instance_Type="ml.m4.xlarge"
   Max_Runtime_In_Seconds=86400
   Vol_In_GB=60

** Credits Example pipeline projects used for reference, and for code snippets, were: