1 Answer
- Newest
- Most votes
- Most comments
0
You can specify the region using either AWS SDK for Python (Boto3) or SageMaker Python SDK. Amazon SageMaker documentation provide a step by step guide for each one of them. You need
- SageMaker region name
- SageMaker execution role
- Your framework
- model data path
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 3 months ago
With AWS Model registry you can share models accross accounts. You can register your model in the region you choose then deploy it from there.