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

Commit 9efdd1d

Browse files
author
Jasper Zschiegner
committed
Add DeepAR ap-northeast-3 information.
1 parent 12d6818 commit 9efdd1d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

doc_source/ecr-ap-northeast-3.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The following topics list parameters for each of the algorithms and deep learnin
77
+ [BlazingText \(algorithm\)](#blazingtext-ap-northeast-3.title)
88
+ [Clarify \(algorithm\)](#clarify-ap-northeast-3.title)
99
+ [Debugger \(algorithm\)](#debugger-ap-northeast-3.title)
10+
+ [DeepAR Forecasting \(algorithm\)](#forecasting-deepar-ap-northeast-3.title)
1011
+ [Factorization Machines \(algorithm\)](#factorization-machines-ap-northeast-3.title)
1112
+ [Hugging Face \(algorithm\)](#huggingface-ap-northeast-3.title)
1213
+ [IP Insights \(algorithm\)](#ipinsights-ap-northeast-3.title)
@@ -97,6 +98,21 @@ image_uris.retrieve(framework='debugger',region='ap-northeast-3')
9798
| --- | --- | --- |
9899
| 479947661362\.dkr\.ecr\.ap\-northeast\-3\.amazonaws\.com/sagemaker\-debugger\-rules:<tag> | latest | debugger |
99100

101+
## DeepAR Forecasting \(algorithm\)<a name="forecasting-deepar-ap-northeast-3.title"></a>
102+
103+
<!-- [PR not merged to sagemaker-sdk yet]
104+
SageMaker Python SDK example to retrieve registry path\.
105+
106+
```
107+
from sagemaker import image_uris
108+
image_uris.retrieve(framework='forecasting-deepar',region='ap-northeast-3')
109+
```
110+
-->
111+
112+
| Registry path | Version | Job types \(image scope\) |
113+
| --- | --- | --- |
114+
| 867004704886\.dkr\.ecr\.ap\-northeast\-2\.amazonaws\.com/forecasting\-deepar:<tag> | 1 | inference, training |
115+
100116
## Factorization Machines \(algorithm\)<a name="factorization-machines-ap-northeast-3.title"></a>
101117

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

0 commit comments

Comments
 (0)