Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Add DeepAR ap-northeast-3 information. #219

Merged
merged 3 commits into from
Oct 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion doc_source/ecr-ap-northeast-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following topics list parameters for each of the algorithms and deep learnin
+ [BlazingText \(algorithm\)](#blazingtext-ap-northeast-3.title)
+ [Clarify \(algorithm\)](#clarify-ap-northeast-3.title)
+ [Debugger \(algorithm\)](#debugger-ap-northeast-3.title)
+ [DeepAR Forecasting \(algorithm\)](#forecasting-deepar-ap-northeast-3.title)
+ [Factorization Machines \(algorithm\)](#factorization-machines-ap-northeast-3.title)
+ [Hugging Face \(algorithm\)](#huggingface-ap-northeast-3.title)
+ [IP Insights \(algorithm\)](#ipinsights-ap-northeast-3.title)
Expand Down Expand Up @@ -97,6 +98,21 @@ image_uris.retrieve(framework='debugger',region='ap-northeast-3')
| --- | --- | --- |
| 479947661362\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/sagemaker\-debugger\-rules:<tag> | latest | debugger |

## DeepAR Forecasting \(algorithm\)<a name="forecasting-deepar-ap-northeast-3.title"></a>

<!-- [PR not merged to sagemaker-sdk yet]
SageMaker Python SDK example to retrieve registry path\.

```
from sagemaker import image_uris
image_uris.retrieve(framework='forecasting-deepar',region='ap-northeast-3')
```
-->

| Registry path | Version | Job types \(image scope\) |
| --- | --- | --- |
| 867004704886\.dkr\.ecr\.ap\-northeast\-2\.amazonaws\.com/forecasting\-deepar:<tag> | 1 | inference, training |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be ap-northeast-3 (not 2)?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Updated the PR.


## Factorization Machines \(algorithm\)<a name="factorization-machines-ap-northeast-3.title"></a>

SageMaker Python SDK example to retrieve registry path\.
Expand Down Expand Up @@ -634,4 +650,4 @@ image_uris.retrieve(framework='xgboost',region='ap-northeast-3',version='1.2-1')
| 867004704886\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/sagemaker\-xgboost:<tag> | 1\.0\-1 | 1\.0 | inference, training |
| 867004704886\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/xgboost:<tag> | 1 | 1\.5\.2 | inference, training |
| 867004704886\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/sagemaker\-xgboost:<tag> | 0\.90\-2 | 0\.90 | inference, training |
| 867004704886\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/sagemaker\-xgboost:<tag> | 0\.90\-1 | 0\.90 | inference, training |
| 867004704886\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/sagemaker\-xgboost:<tag> | 0\.90\-1 | 0\.90 | inference, training |