I am new to AWS, and just started to learn sagemaker, and I found there are two ways to train a model: train a model using sagemaker
- Create and Run a Training Job (Amazon SageMaker Python SDK)
- Create and Run a Training Job (AWS SDK for Python (Boto 3))
Is there anyone can explain what is the difference between this two ways and is there advantage and disadvantage of both ways?
Thanks