本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
亚马逊 SageMaker 模型监控器预构建容器
SageMaker 提供了一个名为sagemaker-model-monitor-analyzer它为您提供一系列模型监控功能,包括约束建议、统计数据生成、基准约束验证和发出 Amazon CloudWatch 指标。此图像基于 Spark,并使用构建德渠
你不能拉内置sagemaker-model-monitor-analyzer直接图像。您可以使用sagemaker-model-monitor-analyzer使用其中一个提交基准处理或监控作业时的映像Amazon开发工具包。
使用 SageMaker Python 开发工具包(参阅image_uris.retrieve中的SageMaker Python SDK 参考指南
<ACCOUNT_ID>.dkr.ecr.<REGION_NAME>.amazonaws.com/sagemaker-model-monitor-analyzer
例如:159807026194.dkr.ecr.us-west-2.amazonaws.com/sagemaker-model-monitor-analyzer。
如果您在Amazon在中国的地区,预构建的图像 SageMaker 可按如下方式访问模型监控器:
<ACCOUNT_ID>.dkr.ecr.<REGION_NAME>.amazonaws.com.cn/sagemaker-model-monitor-analyzer
下表列出了账户 ID 和相应账户 ID 支持的值。Amazon区域名称。
| ACCOUNT_ID | REGION_NAME |
|---|---|
156813124566 |
us-east-1 |
777275614652 |
us-east-2 |
890145073186 |
us-west-1 |
159807026194 |
us-west-2 |
875698925577 |
af-south-1 |
001633400207 |
ap-east-1 |
574779866223 |
ap-northeast-1 |
709848358524 |
ap-northeast-2 |
990339680094 |
ap-northeast-3 |
126357580389 |
ap-south-1 |
245545462676 |
ap-southeast-1 |
563025443158 |
ap-southeast-2 |
536280801234 |
ca-central-1 |
453000072557 |
cn-north-1 |
453252182341 |
cn-northwest-1 |
048819808253 |
eu-central-1 |
895015795356 |
eu-north-1 |
933208885752 |
eu-south-1 |
468650794304 |
eu-west-1 |
749857270468 |
eu-west-2 |
680080141114 |
eu-west-3 |
607024016150 |
me-south-1 |
539772159869 |
sa-east-1 |
362178532790 |
us-gov-west-1 |
要编写您自己的分析容器,请参阅自定义监控中描述的容器约定。