sagemaker-core 1.0.62__py3-none-any.whl → 2.3.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. sagemaker/__init__.py +2 -0
  2. sagemaker/core/__init__.py +16 -0
  3. sagemaker/core/_studio.py +116 -0
  4. sagemaker/core/_version.py +11 -0
  5. sagemaker/core/accept_types.py +131 -0
  6. sagemaker/core/analytics.py +744 -0
  7. sagemaker/core/apiutils/__init__.py +13 -0
  8. sagemaker/core/apiutils/_base_types.py +228 -0
  9. sagemaker/core/apiutils/_boto_functions.py +130 -0
  10. sagemaker/core/apiutils/_utils.py +34 -0
  11. sagemaker/core/base_deserializers.py +35 -0
  12. sagemaker/core/base_serializers.py +35 -0
  13. sagemaker/core/clarify/__init__.py +2898 -0
  14. sagemaker/core/collection.py +467 -0
  15. sagemaker/core/common_utils.py +2399 -0
  16. sagemaker/core/compute_resource_requirements/__init__.py +18 -0
  17. sagemaker/core/compute_resource_requirements/resource_requirements.py +94 -0
  18. sagemaker/core/config/__init__.py +181 -0
  19. sagemaker/core/config/config.py +238 -0
  20. sagemaker/core/config/config_manager.py +595 -0
  21. sagemaker/core/config/config_schema.py +1220 -0
  22. sagemaker/core/config/config_utils.py +297 -0
  23. {sagemaker_core/main → sagemaker/core}/config_schema.py +408 -3
  24. sagemaker/core/constants.py +73 -0
  25. sagemaker/core/content_types.py +137 -0
  26. sagemaker/core/debugger/__init__.py +39 -0
  27. sagemaker/core/debugger/debugger.py +945 -0
  28. sagemaker/core/debugger/framework_profile.py +292 -0
  29. sagemaker/core/debugger/metrics_config.py +468 -0
  30. sagemaker/core/debugger/profiler.py +42 -0
  31. sagemaker/core/debugger/profiler_config.py +190 -0
  32. sagemaker/core/debugger/profiler_constants.py +40 -0
  33. sagemaker/core/debugger/utils.py +148 -0
  34. sagemaker/core/deprecations.py +254 -0
  35. sagemaker/core/deserializers/__init__.py +10 -0
  36. sagemaker/core/deserializers/base.py +424 -0
  37. sagemaker/core/deserializers/implementations.py +157 -0
  38. sagemaker/core/drift_check_baselines.py +106 -0
  39. sagemaker/core/enums.py +51 -0
  40. sagemaker/core/environment_variables.py +101 -0
  41. sagemaker/core/exceptions.py +108 -0
  42. sagemaker/core/experiments/__init__.py +53 -0
  43. sagemaker/core/experiments/_api_types.py +251 -0
  44. sagemaker/core/experiments/_environment.py +124 -0
  45. sagemaker/core/experiments/_helper.py +294 -0
  46. sagemaker/core/experiments/_metrics.py +333 -0
  47. sagemaker/core/experiments/_run_context.py +58 -0
  48. sagemaker/core/experiments/_utils.py +216 -0
  49. sagemaker/core/experiments/experiment.py +247 -0
  50. sagemaker/core/experiments/run.py +970 -0
  51. sagemaker/core/experiments/trial.py +296 -0
  52. sagemaker/core/experiments/trial_component.py +387 -0
  53. sagemaker/core/explainer/__init__.py +24 -0
  54. sagemaker/core/explainer/clarify_explainer_config.py +298 -0
  55. sagemaker/core/explainer/explainer_config.py +44 -0
  56. sagemaker/core/fw_utils.py +1220 -0
  57. sagemaker/core/git_utils.py +415 -0
  58. sagemaker/core/helper/pipeline_variable.py +82 -0
  59. sagemaker/core/helper/session_helper.py +2977 -0
  60. sagemaker/core/hyperparameters.py +172 -0
  61. sagemaker/core/image_retriever/__init__.py +3 -0
  62. sagemaker/core/image_retriever/image_retriever.py +640 -0
  63. sagemaker/core/image_retriever/image_retriever_utils.py +509 -0
  64. sagemaker/core/image_retriever/test.py +7 -0
  65. sagemaker/core/image_uri_config/autogluon.json +1335 -0
  66. sagemaker/core/image_uri_config/blazingtext.json +50 -0
  67. sagemaker/core/image_uri_config/chainer.json +104 -0
  68. sagemaker/core/image_uri_config/clarify.json +39 -0
  69. sagemaker/core/image_uri_config/coach-mxnet.json +70 -0
  70. sagemaker/core/image_uri_config/coach-tensorflow.json +186 -0
  71. sagemaker/core/image_uri_config/data-wrangler.json +91 -0
  72. sagemaker/core/image_uri_config/debugger.json +34 -0
  73. sagemaker/core/image_uri_config/detailed-profiler.json +18 -0
  74. sagemaker/core/image_uri_config/djl-deepspeed.json +385 -0
  75. sagemaker/core/image_uri_config/djl-fastertransformer.json +167 -0
  76. sagemaker/core/image_uri_config/djl-lmi.json +136 -0
  77. sagemaker/core/image_uri_config/djl-neuronx.json +258 -0
  78. sagemaker/core/image_uri_config/djl-tensorrtllm.json +262 -0
  79. sagemaker/core/image_uri_config/factorization-machines.json +50 -0
  80. sagemaker/core/image_uri_config/forecasting-deepar.json +50 -0
  81. sagemaker/core/image_uri_config/huggingface-llm-neuronx.json +770 -0
  82. sagemaker/core/image_uri_config/huggingface-llm.json +1267 -0
  83. sagemaker/core/image_uri_config/huggingface-neuron.json +52 -0
  84. sagemaker/core/image_uri_config/huggingface-neuronx.json +686 -0
  85. sagemaker/core/image_uri_config/huggingface-tei-cpu.json +298 -0
  86. sagemaker/core/image_uri_config/huggingface-tei.json +298 -0
  87. sagemaker/core/image_uri_config/huggingface-training-compiler.json +195 -0
  88. sagemaker/core/image_uri_config/huggingface-vllm-neuronx.json +38 -0
  89. sagemaker/core/image_uri_config/huggingface.json +2287 -0
  90. sagemaker/core/image_uri_config/hyperpod-recipes-neuron.json +52 -0
  91. sagemaker/core/image_uri_config/image-classification-neo.json +43 -0
  92. sagemaker/core/image_uri_config/image-classification.json +50 -0
  93. sagemaker/core/image_uri_config/inferentia-mxnet.json +88 -0
  94. sagemaker/core/image_uri_config/inferentia-pytorch.json +127 -0
  95. sagemaker/core/image_uri_config/inferentia-tensorflow.json +88 -0
  96. sagemaker/core/image_uri_config/instance_gpu_info.json +782 -0
  97. sagemaker/core/image_uri_config/ipinsights.json +50 -0
  98. sagemaker/core/image_uri_config/kmeans.json +50 -0
  99. sagemaker/core/image_uri_config/knn.json +50 -0
  100. sagemaker/core/image_uri_config/lda.json +26 -0
  101. sagemaker/core/image_uri_config/linear-learner.json +50 -0
  102. sagemaker/core/image_uri_config/model-monitor.json +42 -0
  103. sagemaker/core/image_uri_config/mxnet.json +1154 -0
  104. sagemaker/core/image_uri_config/neo-mxnet.json +64 -0
  105. sagemaker/core/image_uri_config/neo-pytorch.json +341 -0
  106. sagemaker/core/image_uri_config/neo-tensorflow.json +109 -0
  107. sagemaker/core/image_uri_config/ntm.json +50 -0
  108. sagemaker/core/image_uri_config/object-detection.json +50 -0
  109. sagemaker/core/image_uri_config/object2vec.json +50 -0
  110. sagemaker/core/image_uri_config/pca.json +50 -0
  111. sagemaker/core/image_uri_config/pytorch-neuron.json +43 -0
  112. sagemaker/core/image_uri_config/pytorch-smp.json +218 -0
  113. sagemaker/core/image_uri_config/pytorch-training-compiler.json +80 -0
  114. sagemaker/core/image_uri_config/pytorch.json +3101 -0
  115. sagemaker/core/image_uri_config/randomcutforest.json +50 -0
  116. sagemaker/core/image_uri_config/ray-pytorch.json +46 -0
  117. sagemaker/core/image_uri_config/ray-tensorflow.json +194 -0
  118. sagemaker/core/image_uri_config/sagemaker-base-python.json +46 -0
  119. sagemaker/core/image_uri_config/sagemaker-distribution.json +37 -0
  120. sagemaker/core/image_uri_config/sagemaker-geospatial.json +13 -0
  121. sagemaker/core/image_uri_config/sagemaker-tritonserver.json +252 -0
  122. sagemaker/core/image_uri_config/semantic-segmentation.json +50 -0
  123. sagemaker/core/image_uri_config/seq2seq.json +50 -0
  124. sagemaker/core/image_uri_config/sklearn.json +494 -0
  125. sagemaker/core/image_uri_config/spark.json +280 -0
  126. sagemaker/core/image_uri_config/sparkml-serving.json +97 -0
  127. sagemaker/core/image_uri_config/stabilityai.json +53 -0
  128. sagemaker/core/image_uri_config/tensorflow.json +5086 -0
  129. sagemaker/core/image_uri_config/vw.json +25 -0
  130. sagemaker/core/image_uri_config/xgboost-neo.json +43 -0
  131. sagemaker/core/image_uri_config/xgboost.json +972 -0
  132. sagemaker/core/image_uris.py +816 -0
  133. sagemaker/core/inference_config.py +144 -0
  134. sagemaker/core/inference_recommender/__init__.py +18 -0
  135. sagemaker/core/inference_recommender/inference_recommender_mixin.py +622 -0
  136. sagemaker/core/inputs.py +366 -0
  137. sagemaker/core/instance_group.py +61 -0
  138. sagemaker/core/instance_types.py +164 -0
  139. sagemaker/core/instance_types_gpu_info.py +43 -0
  140. sagemaker/core/interactive_apps/__init__.py +41 -0
  141. sagemaker/core/interactive_apps/base_interactive_app.py +204 -0
  142. sagemaker/core/interactive_apps/detail_profiler_app.py +139 -0
  143. sagemaker/core/interactive_apps/tensorboard.py +149 -0
  144. sagemaker/core/iterators.py +197 -0
  145. sagemaker/core/job.py +380 -0
  146. sagemaker/core/jumpstart/__init__.py +156 -0
  147. sagemaker/core/jumpstart/accessors.py +390 -0
  148. sagemaker/core/jumpstart/artifacts/__init__.py +69 -0
  149. sagemaker/core/jumpstart/artifacts/environment_variables.py +252 -0
  150. sagemaker/core/jumpstart/artifacts/hyperparameters.py +120 -0
  151. sagemaker/core/jumpstart/artifacts/image_uris.py +139 -0
  152. sagemaker/core/jumpstart/artifacts/incremental_training.py +87 -0
  153. sagemaker/core/jumpstart/artifacts/instance_types.py +223 -0
  154. sagemaker/core/jumpstart/artifacts/kwargs.py +289 -0
  155. sagemaker/core/jumpstart/artifacts/metric_definitions.py +117 -0
  156. sagemaker/core/jumpstart/artifacts/model_packages.py +202 -0
  157. sagemaker/core/jumpstart/artifacts/model_uris.py +252 -0
  158. sagemaker/core/jumpstart/artifacts/payloads.py +96 -0
  159. sagemaker/core/jumpstart/artifacts/predictors.py +540 -0
  160. sagemaker/core/jumpstart/artifacts/resource_names.py +86 -0
  161. sagemaker/core/jumpstart/artifacts/resource_requirements.py +162 -0
  162. sagemaker/core/jumpstart/artifacts/script_uris.py +172 -0
  163. sagemaker/core/jumpstart/cache.py +663 -0
  164. sagemaker/core/jumpstart/configs.py +50 -0
  165. sagemaker/core/jumpstart/constants.py +198 -0
  166. sagemaker/core/jumpstart/deserializers.py +81 -0
  167. sagemaker/core/jumpstart/document.py +76 -0
  168. sagemaker/core/jumpstart/enums.py +168 -0
  169. sagemaker/core/jumpstart/exceptions.py +236 -0
  170. sagemaker/core/jumpstart/factory/utils.py +833 -0
  171. sagemaker/core/jumpstart/filters.py +597 -0
  172. sagemaker/core/jumpstart/hub/constants.py +16 -0
  173. sagemaker/core/jumpstart/hub/hub.py +291 -0
  174. sagemaker/core/jumpstart/hub/interfaces.py +936 -0
  175. sagemaker/core/jumpstart/hub/parser_utils.py +70 -0
  176. sagemaker/core/jumpstart/hub/parsers.py +288 -0
  177. sagemaker/core/jumpstart/hub/types.py +35 -0
  178. sagemaker/core/jumpstart/hub/utils.py +260 -0
  179. sagemaker/core/jumpstart/models.py +501 -0
  180. sagemaker/core/jumpstart/notebook_utils.py +575 -0
  181. sagemaker/core/jumpstart/parameters.py +20 -0
  182. sagemaker/core/jumpstart/payload_utils.py +239 -0
  183. sagemaker/core/jumpstart/region_config.json +171 -0
  184. sagemaker/core/jumpstart/search.py +171 -0
  185. sagemaker/core/jumpstart/serializers.py +81 -0
  186. sagemaker/core/jumpstart/session_utils.py +234 -0
  187. sagemaker/core/jumpstart/types.py +3044 -0
  188. sagemaker/core/jumpstart/utils.py +1731 -0
  189. sagemaker/core/jumpstart/validators.py +257 -0
  190. sagemaker/core/lambda_helper.py +312 -0
  191. sagemaker/core/lineage/__init__.py +42 -0
  192. sagemaker/core/lineage/_api_types.py +239 -0
  193. sagemaker/core/lineage/_utils.py +49 -0
  194. sagemaker/core/lineage/action.py +345 -0
  195. sagemaker/core/lineage/artifact.py +646 -0
  196. sagemaker/core/lineage/association.py +190 -0
  197. sagemaker/core/lineage/context.py +505 -0
  198. sagemaker/core/lineage/lineage_trial_component.py +191 -0
  199. sagemaker/core/lineage/query.py +732 -0
  200. sagemaker/core/lineage/visualizer.py +346 -0
  201. sagemaker/core/local/__init__.py +18 -0
  202. sagemaker/core/local/data.py +423 -0
  203. sagemaker/core/local/entities.py +678 -0
  204. sagemaker/core/local/exceptions.py +17 -0
  205. sagemaker/core/local/image.py +1243 -0
  206. sagemaker/core/local/local_session.py +739 -0
  207. sagemaker/core/local/utils.py +246 -0
  208. sagemaker/core/logs.py +181 -0
  209. sagemaker/core/metadata_properties.py +56 -0
  210. sagemaker/core/metric_definitions.py +91 -0
  211. sagemaker/core/mlflow/__init__.py +38 -0
  212. sagemaker/core/mlflow/forward_sagemaker_metrics.py +44 -0
  213. sagemaker/core/model_card/__init__.py +26 -0
  214. sagemaker/core/model_life_cycle.py +51 -0
  215. sagemaker/core/model_metrics.py +160 -0
  216. sagemaker/core/model_monitor/__init__.py +66 -0
  217. sagemaker/core/model_monitor/clarify_model_monitoring.py +1497 -0
  218. sagemaker/core/model_monitor/cron_expression_generator.py +82 -0
  219. sagemaker/core/model_monitor/data_capture_config.py +115 -0
  220. sagemaker/core/model_monitor/data_quality_monitoring_config.py +66 -0
  221. sagemaker/core/model_monitor/dataset_format.py +102 -0
  222. sagemaker/core/model_monitor/model_monitoring.py +4266 -0
  223. sagemaker/core/model_monitor/monitoring_alert.py +76 -0
  224. sagemaker/core/model_monitor/monitoring_files.py +506 -0
  225. sagemaker/core/model_monitor/utils.py +793 -0
  226. sagemaker/core/model_registry.py +480 -0
  227. sagemaker/core/model_uris.py +97 -0
  228. sagemaker/core/modules/__init__.py +19 -0
  229. sagemaker/core/modules/configs.py +239 -0
  230. sagemaker/core/modules/constants.py +37 -0
  231. sagemaker/core/modules/distributed.py +182 -0
  232. sagemaker/core/modules/local_core/local_container.py +605 -0
  233. sagemaker/core/modules/templates.py +83 -0
  234. sagemaker/core/modules/train/__init__.py +14 -0
  235. sagemaker/core/modules/train/container_drivers/__init__.py +14 -0
  236. sagemaker/core/modules/train/container_drivers/common/__init__.py +14 -0
  237. sagemaker/core/modules/train/container_drivers/common/utils.py +205 -0
  238. sagemaker/core/modules/train/container_drivers/distributed_drivers/__init__.py +14 -0
  239. sagemaker/core/modules/train/container_drivers/distributed_drivers/basic_script_driver.py +81 -0
  240. sagemaker/core/modules/train/container_drivers/distributed_drivers/mpi_driver.py +123 -0
  241. sagemaker/core/modules/train/container_drivers/distributed_drivers/mpi_utils.py +302 -0
  242. sagemaker/core/modules/train/container_drivers/distributed_drivers/torchrun_driver.py +129 -0
  243. sagemaker/core/modules/train/container_drivers/scripts/__init__.py +14 -0
  244. sagemaker/core/modules/train/container_drivers/scripts/environment.py +305 -0
  245. sagemaker/core/modules/train/sm_recipes/__init__.py +0 -0
  246. sagemaker/core/modules/train/sm_recipes/utils.py +330 -0
  247. sagemaker/core/modules/types.py +19 -0
  248. sagemaker/core/modules/utils.py +194 -0
  249. sagemaker/core/network.py +185 -0
  250. sagemaker/core/parameter.py +173 -0
  251. sagemaker/core/payloads.py +185 -0
  252. sagemaker/core/processing.py +1599 -0
  253. sagemaker/core/remote_function/__init__.py +19 -0
  254. sagemaker/core/remote_function/checkpoint_location.py +47 -0
  255. sagemaker/core/remote_function/client.py +1310 -0
  256. sagemaker/core/remote_function/core/__init__.py +0 -0
  257. sagemaker/core/remote_function/core/_custom_dispatch_table.py +72 -0
  258. sagemaker/core/remote_function/core/pipeline_variables.py +347 -0
  259. sagemaker/core/remote_function/core/serialization.py +410 -0
  260. sagemaker/core/remote_function/core/stored_function.py +223 -0
  261. sagemaker/core/remote_function/custom_file_filter.py +128 -0
  262. sagemaker/core/remote_function/errors.py +102 -0
  263. sagemaker/core/remote_function/invoke_function.py +167 -0
  264. sagemaker/core/remote_function/job.py +2121 -0
  265. sagemaker/core/remote_function/logging_config.py +38 -0
  266. sagemaker/core/remote_function/runtime_environment/__init__.py +14 -0
  267. sagemaker/core/remote_function/runtime_environment/bootstrap_runtime_environment.py +605 -0
  268. sagemaker/core/remote_function/runtime_environment/mpi_utils_remote.py +252 -0
  269. sagemaker/core/remote_function/runtime_environment/runtime_environment_manager.py +554 -0
  270. sagemaker/core/remote_function/runtime_environment/spark_app.py +18 -0
  271. sagemaker/core/remote_function/spark_config.py +149 -0
  272. sagemaker/core/resource_requirements.py +168 -0
  273. {sagemaker_core/main → sagemaker/core}/resources.py +19098 -10895
  274. sagemaker/core/s3/__init__.py +41 -0
  275. sagemaker/core/s3/client.py +367 -0
  276. sagemaker/core/s3/utils.py +175 -0
  277. sagemaker/core/script_uris.py +93 -0
  278. sagemaker/core/serializers/__init__.py +11 -0
  279. sagemaker/core/serializers/base.py +510 -0
  280. sagemaker/core/serializers/implementations.py +159 -0
  281. sagemaker/core/serializers/utils.py +223 -0
  282. sagemaker/core/serverless_inference_config.py +63 -0
  283. sagemaker/core/session_settings.py +55 -0
  284. sagemaker/core/shapes/__init__.py +3 -0
  285. sagemaker/core/shapes/model_card_shapes.py +159 -0
  286. {sagemaker_core/main → sagemaker/core/shapes}/shapes.py +5810 -1806
  287. sagemaker/core/spark/__init__.py +16 -0
  288. sagemaker/core/spark/defaults.py +16 -0
  289. sagemaker/core/spark/processing.py +1380 -0
  290. sagemaker/core/telemetry/__init__.py +23 -0
  291. sagemaker/core/telemetry/constants.py +82 -0
  292. sagemaker/core/telemetry/telemetry_logging.py +285 -0
  293. sagemaker/core/tools/__init__.py +1 -0
  294. {sagemaker_core → sagemaker/core}/tools/codegen.py +4 -4
  295. {sagemaker_core → sagemaker/core}/tools/constants.py +23 -15
  296. {sagemaker_core → sagemaker/core}/tools/data_extractor.py +1 -1
  297. {sagemaker_core → sagemaker/core}/tools/method.py +1 -1
  298. sagemaker/core/tools/model_card/generate_model_card_from_schema.py +562 -0
  299. {sagemaker_core → sagemaker/core}/tools/resources_codegen.py +165 -98
  300. {sagemaker_core → sagemaker/core}/tools/resources_extractor.py +5 -13
  301. {sagemaker_core → sagemaker/core}/tools/shapes_codegen.py +16 -17
  302. {sagemaker_core → sagemaker/core}/tools/shapes_extractor.py +29 -67
  303. {sagemaker_core → sagemaker/core}/tools/templates.py +39 -17
  304. sagemaker/core/training/__init__.py +14 -0
  305. sagemaker/core/training/configs.py +345 -0
  306. sagemaker/core/training/constants.py +37 -0
  307. sagemaker/core/training/utils.py +77 -0
  308. sagemaker/core/training_compiler/__init__.py +16 -0
  309. sagemaker/core/training_compiler/config.py +197 -0
  310. sagemaker/core/training_compiler_config.py +197 -0
  311. sagemaker/core/transformer.py +793 -0
  312. sagemaker/core/user_agent.py +76 -0
  313. sagemaker/core/utilities/__init__.py +24 -0
  314. sagemaker/core/utilities/cache.py +169 -0
  315. sagemaker/core/utilities/search_expression.py +133 -0
  316. sagemaker/core/utils/__init__.py +48 -0
  317. sagemaker/core/utils/code_injection/__init__.py +0 -0
  318. {sagemaker_core/main → sagemaker/core/utils}/code_injection/codec.py +2 -2
  319. {sagemaker_core/main → sagemaker/core/utils}/code_injection/shape_dag.py +5979 -176
  320. {sagemaker_core/main → sagemaker/core/utils}/exceptions.py +8 -8
  321. sagemaker_core/main/default_configs_helper.py → sagemaker/core/utils/intelligent_defaults_helper.py +5 -6
  322. {sagemaker_core/main → sagemaker/core/utils}/logs.py +1 -2
  323. {sagemaker_core/main → sagemaker/core/utils}/utils.py +27 -22
  324. sagemaker/core/workflow/__init__.py +152 -0
  325. sagemaker/core/workflow/conditions.py +313 -0
  326. sagemaker/core/workflow/entities.py +58 -0
  327. sagemaker/core/workflow/execution_variables.py +89 -0
  328. sagemaker/core/workflow/functions.py +193 -0
  329. sagemaker/core/workflow/parameters.py +222 -0
  330. sagemaker/core/workflow/pipeline_context.py +394 -0
  331. sagemaker/core/workflow/pipeline_definition_config.py +31 -0
  332. sagemaker/core/workflow/properties.py +285 -0
  333. sagemaker/core/workflow/step_outputs.py +65 -0
  334. sagemaker/core/workflow/utilities.py +514 -0
  335. sagemaker/lineage/__init__.py +33 -0
  336. sagemaker/lineage/action.py +28 -0
  337. sagemaker/lineage/artifact.py +28 -0
  338. sagemaker/lineage/context.py +28 -0
  339. sagemaker/lineage/lineage_trial_component.py +28 -0
  340. {sagemaker_core-1.0.62.dist-info → sagemaker_core-2.3.1.dist-info}/METADATA +28 -9
  341. sagemaker_core-2.3.1.dist-info/RECORD +351 -0
  342. sagemaker_core-2.3.1.dist-info/top_level.txt +1 -0
  343. sagemaker_core/_version.py +0 -3
  344. sagemaker_core/helper/session_helper.py +0 -769
  345. sagemaker_core/resources/__init__.py +0 -1
  346. sagemaker_core/shapes/__init__.py +0 -1
  347. sagemaker_core/tools/__init__.py +0 -1
  348. sagemaker_core-1.0.62.dist-info/RECORD +0 -35
  349. sagemaker_core-1.0.62.dist-info/top_level.txt +0 -1
  350. {sagemaker_core → sagemaker/core/helper}/__init__.py +0 -0
  351. {sagemaker_core/helper → sagemaker/core/jumpstart/factory}/__init__.py +0 -0
  352. {sagemaker_core/main → sagemaker/core/jumpstart/hub}/__init__.py +0 -0
  353. {sagemaker_core/main/code_injection → sagemaker/core/modules/local_core}/__init__.py +0 -0
  354. {sagemaker_core/main → sagemaker/core/utils}/code_injection/base.py +0 -0
  355. {sagemaker_core/main → sagemaker/core/utils}/code_injection/constants.py +0 -0
  356. {sagemaker_core/main → sagemaker/core/utils}/user_agent.py +0 -0
  357. {sagemaker_core-1.0.62.dist-info → sagemaker_core-2.3.1.dist-info}/WHEEL +0 -0
  358. {sagemaker_core-1.0.62.dist-info → sagemaker_core-2.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,1154 @@
1
+ {
2
+ "training": {
3
+ "processors": [
4
+ "cpu",
5
+ "gpu"
6
+ ],
7
+ "version_aliases": {
8
+ "0.12": "0.12.1",
9
+ "1.0": "1.0.0",
10
+ "1.1": "1.1.0",
11
+ "1.2": "1.2.1",
12
+ "1.3": "1.3.0",
13
+ "1.4": "1.4.1",
14
+ "1.6": "1.6.0",
15
+ "1.7": "1.7.0",
16
+ "1.8": "1.8.0",
17
+ "1.9": "1.9.0"
18
+ },
19
+ "versions": {
20
+ "0.12.1": {
21
+ "registries": {
22
+ "af-south-1": "313743910680",
23
+ "ap-east-1": "057415533634",
24
+ "ap-northeast-1": "520713654638",
25
+ "ap-northeast-2": "520713654638",
26
+ "ap-south-1": "520713654638",
27
+ "ap-southeast-1": "520713654638",
28
+ "ap-southeast-2": "520713654638",
29
+ "ca-central-1": "520713654638",
30
+ "cn-north-1": "422961961927",
31
+ "cn-northwest-1": "423003514399",
32
+ "eu-central-1": "520713654638",
33
+ "eu-north-1": "520713654638",
34
+ "eu-south-1": "048378556238",
35
+ "eu-west-1": "520713654638",
36
+ "eu-west-2": "520713654638",
37
+ "eu-west-3": "520713654638",
38
+ "me-south-1": "724002660598",
39
+ "sa-east-1": "520713654638",
40
+ "us-east-1": "520713654638",
41
+ "us-east-2": "520713654638",
42
+ "us-gov-west-1": "246785580436",
43
+ "us-iso-east-1": "744548109606",
44
+ "us-isob-east-1": "453391408702",
45
+ "us-west-1": "520713654638",
46
+ "us-west-2": "520713654638"
47
+ },
48
+ "repository": "sagemaker-mxnet",
49
+ "py_versions": [
50
+ "py2",
51
+ "py3"
52
+ ]
53
+ },
54
+ "1.0.0": {
55
+ "registries": {
56
+ "af-south-1": "313743910680",
57
+ "ap-east-1": "057415533634",
58
+ "ap-northeast-1": "520713654638",
59
+ "ap-northeast-2": "520713654638",
60
+ "ap-south-1": "520713654638",
61
+ "ap-southeast-1": "520713654638",
62
+ "ap-southeast-2": "520713654638",
63
+ "ca-central-1": "520713654638",
64
+ "cn-north-1": "422961961927",
65
+ "cn-northwest-1": "423003514399",
66
+ "eu-central-1": "520713654638",
67
+ "eu-north-1": "520713654638",
68
+ "eu-south-1": "048378556238",
69
+ "eu-west-1": "520713654638",
70
+ "eu-west-2": "520713654638",
71
+ "eu-west-3": "520713654638",
72
+ "me-south-1": "724002660598",
73
+ "sa-east-1": "520713654638",
74
+ "us-east-1": "520713654638",
75
+ "us-east-2": "520713654638",
76
+ "us-gov-west-1": "246785580436",
77
+ "us-iso-east-1": "744548109606",
78
+ "us-isob-east-1": "453391408702",
79
+ "us-west-1": "520713654638",
80
+ "us-west-2": "520713654638"
81
+ },
82
+ "repository": "sagemaker-mxnet",
83
+ "py_versions": [
84
+ "py2",
85
+ "py3"
86
+ ]
87
+ },
88
+ "1.1.0": {
89
+ "registries": {
90
+ "af-south-1": "313743910680",
91
+ "ap-east-1": "057415533634",
92
+ "ap-northeast-1": "520713654638",
93
+ "ap-northeast-2": "520713654638",
94
+ "ap-south-1": "520713654638",
95
+ "ap-southeast-1": "520713654638",
96
+ "ap-southeast-2": "520713654638",
97
+ "ca-central-1": "520713654638",
98
+ "cn-north-1": "422961961927",
99
+ "cn-northwest-1": "423003514399",
100
+ "eu-central-1": "520713654638",
101
+ "eu-north-1": "520713654638",
102
+ "eu-south-1": "048378556238",
103
+ "eu-west-1": "520713654638",
104
+ "eu-west-2": "520713654638",
105
+ "eu-west-3": "520713654638",
106
+ "me-south-1": "724002660598",
107
+ "sa-east-1": "520713654638",
108
+ "us-east-1": "520713654638",
109
+ "us-east-2": "520713654638",
110
+ "us-gov-west-1": "246785580436",
111
+ "us-iso-east-1": "744548109606",
112
+ "us-isob-east-1": "453391408702",
113
+ "us-west-1": "520713654638",
114
+ "us-west-2": "520713654638"
115
+ },
116
+ "repository": "sagemaker-mxnet",
117
+ "py_versions": [
118
+ "py2",
119
+ "py3"
120
+ ]
121
+ },
122
+ "1.2.1": {
123
+ "registries": {
124
+ "af-south-1": "313743910680",
125
+ "ap-east-1": "057415533634",
126
+ "ap-northeast-1": "520713654638",
127
+ "ap-northeast-2": "520713654638",
128
+ "ap-south-1": "520713654638",
129
+ "ap-southeast-1": "520713654638",
130
+ "ap-southeast-2": "520713654638",
131
+ "ca-central-1": "520713654638",
132
+ "cn-north-1": "422961961927",
133
+ "cn-northwest-1": "423003514399",
134
+ "eu-central-1": "520713654638",
135
+ "eu-north-1": "520713654638",
136
+ "eu-south-1": "048378556238",
137
+ "eu-west-1": "520713654638",
138
+ "eu-west-2": "520713654638",
139
+ "eu-west-3": "520713654638",
140
+ "me-south-1": "724002660598",
141
+ "sa-east-1": "520713654638",
142
+ "us-east-1": "520713654638",
143
+ "us-east-2": "520713654638",
144
+ "us-gov-west-1": "246785580436",
145
+ "us-iso-east-1": "744548109606",
146
+ "us-isob-east-1": "453391408702",
147
+ "us-west-1": "520713654638",
148
+ "us-west-2": "520713654638"
149
+ },
150
+ "repository": "sagemaker-mxnet",
151
+ "py_versions": [
152
+ "py2",
153
+ "py3"
154
+ ]
155
+ },
156
+ "1.3.0": {
157
+ "registries": {
158
+ "af-south-1": "313743910680",
159
+ "ap-east-1": "057415533634",
160
+ "ap-northeast-1": "520713654638",
161
+ "ap-northeast-2": "520713654638",
162
+ "ap-south-1": "520713654638",
163
+ "ap-southeast-1": "520713654638",
164
+ "ap-southeast-2": "520713654638",
165
+ "ca-central-1": "520713654638",
166
+ "cn-north-1": "422961961927",
167
+ "cn-northwest-1": "423003514399",
168
+ "eu-central-1": "520713654638",
169
+ "eu-north-1": "520713654638",
170
+ "eu-south-1": "048378556238",
171
+ "eu-west-1": "520713654638",
172
+ "eu-west-2": "520713654638",
173
+ "eu-west-3": "520713654638",
174
+ "me-south-1": "724002660598",
175
+ "sa-east-1": "520713654638",
176
+ "us-east-1": "520713654638",
177
+ "us-east-2": "520713654638",
178
+ "us-gov-west-1": "246785580436",
179
+ "us-iso-east-1": "744548109606",
180
+ "us-isob-east-1": "453391408702",
181
+ "us-west-1": "520713654638",
182
+ "us-west-2": "520713654638"
183
+ },
184
+ "repository": "sagemaker-mxnet",
185
+ "py_versions": [
186
+ "py2",
187
+ "py3"
188
+ ]
189
+ },
190
+ "1.4.0": {
191
+ "registries": {
192
+ "af-south-1": "313743910680",
193
+ "ap-east-1": "057415533634",
194
+ "ap-northeast-1": "520713654638",
195
+ "ap-northeast-2": "520713654638",
196
+ "ap-south-1": "520713654638",
197
+ "ap-southeast-1": "520713654638",
198
+ "ap-southeast-2": "520713654638",
199
+ "ca-central-1": "520713654638",
200
+ "cn-north-1": "422961961927",
201
+ "cn-northwest-1": "423003514399",
202
+ "eu-central-1": "520713654638",
203
+ "eu-north-1": "520713654638",
204
+ "eu-south-1": "048378556238",
205
+ "eu-west-1": "520713654638",
206
+ "eu-west-2": "520713654638",
207
+ "eu-west-3": "520713654638",
208
+ "me-south-1": "724002660598",
209
+ "sa-east-1": "520713654638",
210
+ "us-east-1": "520713654638",
211
+ "us-east-2": "520713654638",
212
+ "us-gov-west-1": "246785580436",
213
+ "us-iso-east-1": "744548109606",
214
+ "us-isob-east-1": "453391408702",
215
+ "us-west-1": "520713654638",
216
+ "us-west-2": "520713654638"
217
+ },
218
+ "repository": "sagemaker-mxnet",
219
+ "py_versions": [
220
+ "py2",
221
+ "py3"
222
+ ]
223
+ },
224
+ "1.4.1": {
225
+ "py2": {
226
+ "registries": {
227
+ "af-south-1": "313743910680",
228
+ "ap-east-1": "057415533634",
229
+ "ap-northeast-1": "520713654638",
230
+ "ap-northeast-2": "520713654638",
231
+ "ap-south-1": "520713654638",
232
+ "ap-southeast-1": "520713654638",
233
+ "ap-southeast-2": "520713654638",
234
+ "ca-central-1": "520713654638",
235
+ "cn-north-1": "422961961927",
236
+ "cn-northwest-1": "423003514399",
237
+ "eu-central-1": "520713654638",
238
+ "eu-north-1": "520713654638",
239
+ "eu-south-1": "048378556238",
240
+ "eu-west-1": "520713654638",
241
+ "eu-west-2": "520713654638",
242
+ "eu-west-3": "520713654638",
243
+ "me-south-1": "724002660598",
244
+ "sa-east-1": "520713654638",
245
+ "us-east-1": "520713654638",
246
+ "us-east-2": "520713654638",
247
+ "us-gov-west-1": "246785580436",
248
+ "us-iso-east-1": "744548109606",
249
+ "us-isob-east-1": "453391408702",
250
+ "us-west-1": "520713654638",
251
+ "us-west-2": "520713654638"
252
+ },
253
+ "repository": "sagemaker-mxnet"
254
+ },
255
+ "py3": {
256
+ "registries": {
257
+ "af-south-1": "626614931356",
258
+ "il-central-1": "780543022126",
259
+ "ap-east-1": "871362719292",
260
+ "ap-northeast-1": "763104351884",
261
+ "ap-northeast-2": "763104351884",
262
+ "ap-northeast-3": "364406365360",
263
+ "ap-south-1": "763104351884",
264
+ "ap-south-2": "772153158452",
265
+ "ap-southeast-1": "763104351884",
266
+ "ap-southeast-2": "763104351884",
267
+ "ap-southeast-3": "907027046896",
268
+ "ap-southeast-4": "457447274322",
269
+ "ca-central-1": "763104351884",
270
+ "cn-north-1": "727897471807",
271
+ "cn-northwest-1": "727897471807",
272
+ "eu-central-1": "763104351884",
273
+ "eu-central-2": "380420809688",
274
+ "eu-north-1": "763104351884",
275
+ "eu-west-1": "763104351884",
276
+ "eu-west-2": "763104351884",
277
+ "eu-west-3": "763104351884",
278
+ "eu-south-1": "692866216735",
279
+ "eu-south-2": "503227376785",
280
+ "me-south-1": "217643126080",
281
+ "me-central-1": "914824155844",
282
+ "sa-east-1": "763104351884",
283
+ "us-east-1": "763104351884",
284
+ "us-east-2": "763104351884",
285
+ "us-gov-east-1": "446045086412",
286
+ "us-gov-west-1": "442386744353",
287
+ "us-iso-east-1": "886529160074",
288
+ "us-isob-east-1": "094389454867",
289
+ "us-west-1": "763104351884",
290
+ "us-west-2": "763104351884",
291
+ "ca-west-1": "204538143572"
292
+ },
293
+ "repository": "mxnet-training"
294
+ }
295
+ },
296
+ "1.6.0": {
297
+ "registries": {
298
+ "af-south-1": "626614931356",
299
+ "il-central-1": "780543022126",
300
+ "ap-east-1": "871362719292",
301
+ "ap-northeast-1": "763104351884",
302
+ "ap-northeast-2": "763104351884",
303
+ "ap-northeast-3": "364406365360",
304
+ "ap-south-1": "763104351884",
305
+ "ap-south-2": "772153158452",
306
+ "ap-southeast-1": "763104351884",
307
+ "ap-southeast-2": "763104351884",
308
+ "ap-southeast-3": "907027046896",
309
+ "ap-southeast-4": "457447274322",
310
+ "ca-central-1": "763104351884",
311
+ "cn-north-1": "727897471807",
312
+ "cn-northwest-1": "727897471807",
313
+ "eu-central-1": "763104351884",
314
+ "eu-central-2": "380420809688",
315
+ "eu-north-1": "763104351884",
316
+ "eu-west-1": "763104351884",
317
+ "eu-west-2": "763104351884",
318
+ "eu-west-3": "763104351884",
319
+ "eu-south-1": "692866216735",
320
+ "eu-south-2": "503227376785",
321
+ "me-south-1": "217643126080",
322
+ "me-central-1": "914824155844",
323
+ "sa-east-1": "763104351884",
324
+ "us-east-1": "763104351884",
325
+ "us-east-2": "763104351884",
326
+ "us-gov-east-1": "446045086412",
327
+ "us-gov-west-1": "442386744353",
328
+ "us-iso-east-1": "886529160074",
329
+ "us-isob-east-1": "094389454867",
330
+ "us-west-1": "763104351884",
331
+ "us-west-2": "763104351884",
332
+ "ca-west-1": "204538143572"
333
+ },
334
+ "repository": "mxnet-training",
335
+ "py_versions": [
336
+ "py2",
337
+ "py3"
338
+ ]
339
+ },
340
+ "1.7.0": {
341
+ "registries": {
342
+ "af-south-1": "626614931356",
343
+ "il-central-1": "780543022126",
344
+ "ap-east-1": "871362719292",
345
+ "ap-northeast-1": "763104351884",
346
+ "ap-northeast-2": "763104351884",
347
+ "ap-northeast-3": "364406365360",
348
+ "ap-south-1": "763104351884",
349
+ "ap-south-2": "772153158452",
350
+ "ap-southeast-1": "763104351884",
351
+ "ap-southeast-2": "763104351884",
352
+ "ap-southeast-3": "907027046896",
353
+ "ap-southeast-4": "457447274322",
354
+ "ca-central-1": "763104351884",
355
+ "cn-north-1": "727897471807",
356
+ "cn-northwest-1": "727897471807",
357
+ "eu-central-1": "763104351884",
358
+ "eu-central-2": "380420809688",
359
+ "eu-north-1": "763104351884",
360
+ "eu-west-1": "763104351884",
361
+ "eu-west-2": "763104351884",
362
+ "eu-west-3": "763104351884",
363
+ "eu-south-1": "692866216735",
364
+ "eu-south-2": "503227376785",
365
+ "me-south-1": "217643126080",
366
+ "me-central-1": "914824155844",
367
+ "sa-east-1": "763104351884",
368
+ "us-east-1": "763104351884",
369
+ "us-east-2": "763104351884",
370
+ "us-gov-east-1": "446045086412",
371
+ "us-gov-west-1": "442386744353",
372
+ "us-iso-east-1": "886529160074",
373
+ "us-isob-east-1": "094389454867",
374
+ "us-west-1": "763104351884",
375
+ "us-west-2": "763104351884",
376
+ "ca-west-1": "204538143572"
377
+ },
378
+ "repository": "mxnet-training",
379
+ "py_versions": [
380
+ "py3"
381
+ ]
382
+ },
383
+ "1.8.0": {
384
+ "registries": {
385
+ "af-south-1": "626614931356",
386
+ "il-central-1": "780543022126",
387
+ "ap-east-1": "871362719292",
388
+ "ap-northeast-1": "763104351884",
389
+ "ap-northeast-2": "763104351884",
390
+ "ap-northeast-3": "364406365360",
391
+ "ap-south-1": "763104351884",
392
+ "ap-south-2": "772153158452",
393
+ "ap-southeast-1": "763104351884",
394
+ "ap-southeast-2": "763104351884",
395
+ "ap-southeast-3": "907027046896",
396
+ "ap-southeast-4": "457447274322",
397
+ "ca-central-1": "763104351884",
398
+ "cn-north-1": "727897471807",
399
+ "cn-northwest-1": "727897471807",
400
+ "eu-central-1": "763104351884",
401
+ "eu-central-2": "380420809688",
402
+ "eu-north-1": "763104351884",
403
+ "eu-west-1": "763104351884",
404
+ "eu-west-2": "763104351884",
405
+ "eu-west-3": "763104351884",
406
+ "eu-south-1": "692866216735",
407
+ "eu-south-2": "503227376785",
408
+ "me-south-1": "217643126080",
409
+ "me-central-1": "914824155844",
410
+ "sa-east-1": "763104351884",
411
+ "us-east-1": "763104351884",
412
+ "us-east-2": "763104351884",
413
+ "us-gov-east-1": "446045086412",
414
+ "us-gov-west-1": "442386744353",
415
+ "us-iso-east-1": "886529160074",
416
+ "us-isob-east-1": "094389454867",
417
+ "us-west-1": "763104351884",
418
+ "us-west-2": "763104351884",
419
+ "ca-west-1": "204538143572"
420
+ },
421
+ "repository": "mxnet-training",
422
+ "py_versions": [
423
+ "py37"
424
+ ]
425
+ },
426
+ "1.9.0": {
427
+ "registries": {
428
+ "af-south-1": "626614931356",
429
+ "il-central-1": "780543022126",
430
+ "ap-east-1": "871362719292",
431
+ "ap-northeast-1": "763104351884",
432
+ "ap-northeast-2": "763104351884",
433
+ "ap-northeast-3": "364406365360",
434
+ "ap-south-1": "763104351884",
435
+ "ap-south-2": "772153158452",
436
+ "ap-southeast-1": "763104351884",
437
+ "ap-southeast-2": "763104351884",
438
+ "ap-southeast-3": "907027046896",
439
+ "ap-southeast-4": "457447274322",
440
+ "ca-central-1": "763104351884",
441
+ "cn-north-1": "727897471807",
442
+ "cn-northwest-1": "727897471807",
443
+ "eu-central-1": "763104351884",
444
+ "eu-central-2": "380420809688",
445
+ "eu-north-1": "763104351884",
446
+ "eu-west-1": "763104351884",
447
+ "eu-west-2": "763104351884",
448
+ "eu-west-3": "763104351884",
449
+ "eu-south-1": "692866216735",
450
+ "eu-south-2": "503227376785",
451
+ "me-south-1": "217643126080",
452
+ "me-central-1": "914824155844",
453
+ "sa-east-1": "763104351884",
454
+ "us-east-1": "763104351884",
455
+ "us-east-2": "763104351884",
456
+ "us-gov-east-1": "446045086412",
457
+ "us-gov-west-1": "442386744353",
458
+ "us-iso-east-1": "886529160074",
459
+ "us-isob-east-1": "094389454867",
460
+ "us-west-1": "763104351884",
461
+ "us-west-2": "763104351884",
462
+ "ca-west-1": "204538143572"
463
+ },
464
+ "repository": "mxnet-training",
465
+ "py_versions": [
466
+ "py38"
467
+ ]
468
+ }
469
+ }
470
+ },
471
+ "inference": {
472
+ "processors": [
473
+ "cpu",
474
+ "gpu"
475
+ ],
476
+ "version_aliases": {
477
+ "0.12": "0.12.1",
478
+ "1.0": "1.0.0",
479
+ "1.1": "1.1.0",
480
+ "1.2": "1.2.1",
481
+ "1.3": "1.3.0",
482
+ "1.4": "1.4.1",
483
+ "1.6": "1.6.0",
484
+ "1.7": "1.7.0",
485
+ "1.8": "1.8.0",
486
+ "1.9": "1.9.0"
487
+ },
488
+ "versions": {
489
+ "0.12.1": {
490
+ "registries": {
491
+ "af-south-1": "313743910680",
492
+ "ap-east-1": "057415533634",
493
+ "ap-northeast-1": "520713654638",
494
+ "ap-northeast-2": "520713654638",
495
+ "ap-south-1": "520713654638",
496
+ "ap-southeast-1": "520713654638",
497
+ "ap-southeast-2": "520713654638",
498
+ "ca-central-1": "520713654638",
499
+ "cn-north-1": "422961961927",
500
+ "cn-northwest-1": "423003514399",
501
+ "eu-central-1": "520713654638",
502
+ "eu-north-1": "520713654638",
503
+ "eu-south-1": "048378556238",
504
+ "eu-west-1": "520713654638",
505
+ "eu-west-2": "520713654638",
506
+ "eu-west-3": "520713654638",
507
+ "me-south-1": "724002660598",
508
+ "sa-east-1": "520713654638",
509
+ "us-east-1": "520713654638",
510
+ "us-east-2": "520713654638",
511
+ "us-gov-west-1": "246785580436",
512
+ "us-iso-east-1": "744548109606",
513
+ "us-isob-east-1": "453391408702",
514
+ "us-west-1": "520713654638",
515
+ "us-west-2": "520713654638"
516
+ },
517
+ "repository": "sagemaker-mxnet",
518
+ "py_versions": [
519
+ "py2",
520
+ "py3"
521
+ ]
522
+ },
523
+ "1.0.0": {
524
+ "registries": {
525
+ "af-south-1": "313743910680",
526
+ "ap-east-1": "057415533634",
527
+ "ap-northeast-1": "520713654638",
528
+ "ap-northeast-2": "520713654638",
529
+ "ap-south-1": "520713654638",
530
+ "ap-southeast-1": "520713654638",
531
+ "ap-southeast-2": "520713654638",
532
+ "ca-central-1": "520713654638",
533
+ "cn-north-1": "422961961927",
534
+ "cn-northwest-1": "423003514399",
535
+ "eu-central-1": "520713654638",
536
+ "eu-north-1": "520713654638",
537
+ "eu-south-1": "048378556238",
538
+ "eu-west-1": "520713654638",
539
+ "eu-west-2": "520713654638",
540
+ "eu-west-3": "520713654638",
541
+ "me-south-1": "724002660598",
542
+ "sa-east-1": "520713654638",
543
+ "us-east-1": "520713654638",
544
+ "us-east-2": "520713654638",
545
+ "us-gov-west-1": "246785580436",
546
+ "us-iso-east-1": "744548109606",
547
+ "us-isob-east-1": "453391408702",
548
+ "us-west-1": "520713654638",
549
+ "us-west-2": "520713654638"
550
+ },
551
+ "repository": "sagemaker-mxnet",
552
+ "py_versions": [
553
+ "py2",
554
+ "py3"
555
+ ]
556
+ },
557
+ "1.1.0": {
558
+ "registries": {
559
+ "af-south-1": "313743910680",
560
+ "ap-east-1": "057415533634",
561
+ "ap-northeast-1": "520713654638",
562
+ "ap-northeast-2": "520713654638",
563
+ "ap-south-1": "520713654638",
564
+ "ap-southeast-1": "520713654638",
565
+ "ap-southeast-2": "520713654638",
566
+ "ca-central-1": "520713654638",
567
+ "cn-north-1": "422961961927",
568
+ "cn-northwest-1": "423003514399",
569
+ "eu-central-1": "520713654638",
570
+ "eu-north-1": "520713654638",
571
+ "eu-south-1": "048378556238",
572
+ "eu-west-1": "520713654638",
573
+ "eu-west-2": "520713654638",
574
+ "eu-west-3": "520713654638",
575
+ "me-south-1": "724002660598",
576
+ "sa-east-1": "520713654638",
577
+ "us-east-1": "520713654638",
578
+ "us-east-2": "520713654638",
579
+ "us-gov-west-1": "246785580436",
580
+ "us-iso-east-1": "744548109606",
581
+ "us-isob-east-1": "453391408702",
582
+ "us-west-1": "520713654638",
583
+ "us-west-2": "520713654638"
584
+ },
585
+ "repository": "sagemaker-mxnet",
586
+ "py_versions": [
587
+ "py2",
588
+ "py3"
589
+ ]
590
+ },
591
+ "1.2.1": {
592
+ "registries": {
593
+ "af-south-1": "313743910680",
594
+ "ap-east-1": "057415533634",
595
+ "ap-northeast-1": "520713654638",
596
+ "ap-northeast-2": "520713654638",
597
+ "ap-south-1": "520713654638",
598
+ "ap-southeast-1": "520713654638",
599
+ "ap-southeast-2": "520713654638",
600
+ "ca-central-1": "520713654638",
601
+ "cn-north-1": "422961961927",
602
+ "cn-northwest-1": "423003514399",
603
+ "eu-central-1": "520713654638",
604
+ "eu-north-1": "520713654638",
605
+ "eu-south-1": "048378556238",
606
+ "eu-west-1": "520713654638",
607
+ "eu-west-2": "520713654638",
608
+ "eu-west-3": "520713654638",
609
+ "me-south-1": "724002660598",
610
+ "sa-east-1": "520713654638",
611
+ "us-east-1": "520713654638",
612
+ "us-east-2": "520713654638",
613
+ "us-gov-west-1": "246785580436",
614
+ "us-iso-east-1": "744548109606",
615
+ "us-isob-east-1": "453391408702",
616
+ "us-west-1": "520713654638",
617
+ "us-west-2": "520713654638"
618
+ },
619
+ "repository": "sagemaker-mxnet",
620
+ "py_versions": [
621
+ "py2",
622
+ "py3"
623
+ ]
624
+ },
625
+ "1.3.0": {
626
+ "registries": {
627
+ "af-south-1": "313743910680",
628
+ "ap-east-1": "057415533634",
629
+ "ap-northeast-1": "520713654638",
630
+ "ap-northeast-2": "520713654638",
631
+ "ap-south-1": "520713654638",
632
+ "ap-southeast-1": "520713654638",
633
+ "ap-southeast-2": "520713654638",
634
+ "ca-central-1": "520713654638",
635
+ "cn-north-1": "422961961927",
636
+ "cn-northwest-1": "423003514399",
637
+ "eu-central-1": "520713654638",
638
+ "eu-north-1": "520713654638",
639
+ "eu-south-1": "048378556238",
640
+ "eu-west-1": "520713654638",
641
+ "eu-west-2": "520713654638",
642
+ "eu-west-3": "520713654638",
643
+ "me-south-1": "724002660598",
644
+ "sa-east-1": "520713654638",
645
+ "us-east-1": "520713654638",
646
+ "us-east-2": "520713654638",
647
+ "us-gov-west-1": "246785580436",
648
+ "us-iso-east-1": "744548109606",
649
+ "us-isob-east-1": "453391408702",
650
+ "us-west-1": "520713654638",
651
+ "us-west-2": "520713654638"
652
+ },
653
+ "repository": "sagemaker-mxnet",
654
+ "py_versions": [
655
+ "py2",
656
+ "py3"
657
+ ]
658
+ },
659
+ "1.4.0": {
660
+ "registries": {
661
+ "af-south-1": "313743910680",
662
+ "ap-east-1": "057415533634",
663
+ "ap-northeast-1": "520713654638",
664
+ "ap-northeast-2": "520713654638",
665
+ "ap-south-1": "520713654638",
666
+ "ap-southeast-1": "520713654638",
667
+ "ap-southeast-2": "520713654638",
668
+ "ca-central-1": "520713654638",
669
+ "cn-north-1": "422961961927",
670
+ "cn-northwest-1": "423003514399",
671
+ "eu-central-1": "520713654638",
672
+ "eu-north-1": "520713654638",
673
+ "eu-south-1": "048378556238",
674
+ "eu-west-1": "520713654638",
675
+ "eu-west-2": "520713654638",
676
+ "eu-west-3": "520713654638",
677
+ "me-south-1": "724002660598",
678
+ "sa-east-1": "520713654638",
679
+ "us-east-1": "520713654638",
680
+ "us-east-2": "520713654638",
681
+ "us-gov-west-1": "246785580436",
682
+ "us-iso-east-1": "744548109606",
683
+ "us-isob-east-1": "453391408702",
684
+ "us-west-1": "520713654638",
685
+ "us-west-2": "520713654638"
686
+ },
687
+ "repository": "sagemaker-mxnet-serving",
688
+ "py_versions": [
689
+ "py2",
690
+ "py3"
691
+ ]
692
+ },
693
+ "1.4.1": {
694
+ "py2": {
695
+ "registries": {
696
+ "af-south-1": "313743910680",
697
+ "ap-east-1": "057415533634",
698
+ "ap-northeast-1": "520713654638",
699
+ "ap-northeast-2": "520713654638",
700
+ "ap-south-1": "520713654638",
701
+ "ap-southeast-1": "520713654638",
702
+ "ap-southeast-2": "520713654638",
703
+ "ca-central-1": "520713654638",
704
+ "cn-north-1": "422961961927",
705
+ "cn-northwest-1": "423003514399",
706
+ "eu-central-1": "520713654638",
707
+ "eu-north-1": "520713654638",
708
+ "eu-south-1": "048378556238",
709
+ "eu-west-1": "520713654638",
710
+ "eu-west-2": "520713654638",
711
+ "eu-west-3": "520713654638",
712
+ "me-south-1": "724002660598",
713
+ "sa-east-1": "520713654638",
714
+ "us-east-1": "520713654638",
715
+ "us-east-2": "520713654638",
716
+ "us-gov-west-1": "246785580436",
717
+ "us-iso-east-1": "744548109606",
718
+ "us-isob-east-1": "453391408702",
719
+ "us-west-1": "520713654638",
720
+ "us-west-2": "520713654638"
721
+ },
722
+ "repository": "sagemaker-mxnet-serving"
723
+ },
724
+ "py3": {
725
+ "registries": {
726
+ "af-south-1": "626614931356",
727
+ "il-central-1": "780543022126",
728
+ "ap-east-1": "871362719292",
729
+ "ap-northeast-1": "763104351884",
730
+ "ap-northeast-2": "763104351884",
731
+ "ap-northeast-3": "364406365360",
732
+ "ap-south-1": "763104351884",
733
+ "ap-south-2": "772153158452",
734
+ "ap-southeast-1": "763104351884",
735
+ "ap-southeast-2": "763104351884",
736
+ "ap-southeast-3": "907027046896",
737
+ "ap-southeast-4": "457447274322",
738
+ "ca-central-1": "763104351884",
739
+ "cn-north-1": "727897471807",
740
+ "cn-northwest-1": "727897471807",
741
+ "eu-central-1": "763104351884",
742
+ "eu-central-2": "380420809688",
743
+ "eu-north-1": "763104351884",
744
+ "eu-west-1": "763104351884",
745
+ "eu-west-2": "763104351884",
746
+ "eu-west-3": "763104351884",
747
+ "eu-south-1": "692866216735",
748
+ "eu-south-2": "503227376785",
749
+ "me-south-1": "217643126080",
750
+ "me-central-1": "914824155844",
751
+ "sa-east-1": "763104351884",
752
+ "us-east-1": "763104351884",
753
+ "us-east-2": "763104351884",
754
+ "us-gov-east-1": "446045086412",
755
+ "us-gov-west-1": "442386744353",
756
+ "us-iso-east-1": "886529160074",
757
+ "us-isob-east-1": "094389454867",
758
+ "us-west-1": "763104351884",
759
+ "us-west-2": "763104351884",
760
+ "ca-west-1": "204538143572"
761
+ },
762
+ "repository": "mxnet-inference"
763
+ }
764
+ },
765
+ "1.6.0": {
766
+ "registries": {
767
+ "af-south-1": "626614931356",
768
+ "il-central-1": "780543022126",
769
+ "ap-east-1": "871362719292",
770
+ "ap-northeast-1": "763104351884",
771
+ "ap-northeast-2": "763104351884",
772
+ "ap-northeast-3": "364406365360",
773
+ "ap-south-1": "763104351884",
774
+ "ap-south-2": "772153158452",
775
+ "ap-southeast-1": "763104351884",
776
+ "ap-southeast-2": "763104351884",
777
+ "ap-southeast-3": "907027046896",
778
+ "ap-southeast-4": "457447274322",
779
+ "ca-central-1": "763104351884",
780
+ "cn-north-1": "727897471807",
781
+ "cn-northwest-1": "727897471807",
782
+ "eu-central-1": "763104351884",
783
+ "eu-central-2": "380420809688",
784
+ "eu-north-1": "763104351884",
785
+ "eu-west-1": "763104351884",
786
+ "eu-west-2": "763104351884",
787
+ "eu-west-3": "763104351884",
788
+ "eu-south-1": "692866216735",
789
+ "eu-south-2": "503227376785",
790
+ "me-south-1": "217643126080",
791
+ "me-central-1": "914824155844",
792
+ "sa-east-1": "763104351884",
793
+ "us-east-1": "763104351884",
794
+ "us-east-2": "763104351884",
795
+ "us-gov-east-1": "446045086412",
796
+ "us-gov-west-1": "442386744353",
797
+ "us-iso-east-1": "886529160074",
798
+ "us-isob-east-1": "094389454867",
799
+ "us-west-1": "763104351884",
800
+ "us-west-2": "763104351884",
801
+ "ca-west-1": "204538143572"
802
+ },
803
+ "repository": "mxnet-inference",
804
+ "py_versions": [
805
+ "py2",
806
+ "py3"
807
+ ]
808
+ },
809
+ "1.7.0": {
810
+ "registries": {
811
+ "af-south-1": "626614931356",
812
+ "il-central-1": "780543022126",
813
+ "ap-east-1": "871362719292",
814
+ "ap-northeast-1": "763104351884",
815
+ "ap-northeast-2": "763104351884",
816
+ "ap-northeast-3": "364406365360",
817
+ "ap-south-1": "763104351884",
818
+ "ap-south-2": "772153158452",
819
+ "ap-southeast-1": "763104351884",
820
+ "ap-southeast-2": "763104351884",
821
+ "ap-southeast-3": "907027046896",
822
+ "ap-southeast-4": "457447274322",
823
+ "ca-central-1": "763104351884",
824
+ "cn-north-1": "727897471807",
825
+ "cn-northwest-1": "727897471807",
826
+ "eu-central-1": "763104351884",
827
+ "eu-central-2": "380420809688",
828
+ "eu-north-1": "763104351884",
829
+ "eu-west-1": "763104351884",
830
+ "eu-west-2": "763104351884",
831
+ "eu-west-3": "763104351884",
832
+ "eu-south-1": "692866216735",
833
+ "eu-south-2": "503227376785",
834
+ "me-south-1": "217643126080",
835
+ "me-central-1": "914824155844",
836
+ "sa-east-1": "763104351884",
837
+ "us-east-1": "763104351884",
838
+ "us-east-2": "763104351884",
839
+ "us-gov-east-1": "446045086412",
840
+ "us-gov-west-1": "442386744353",
841
+ "us-iso-east-1": "886529160074",
842
+ "us-isob-east-1": "094389454867",
843
+ "us-west-1": "763104351884",
844
+ "us-west-2": "763104351884",
845
+ "ca-west-1": "204538143572"
846
+ },
847
+ "repository": "mxnet-inference",
848
+ "py_versions": [
849
+ "py3"
850
+ ]
851
+ },
852
+ "1.8.0": {
853
+ "registries": {
854
+ "af-south-1": "626614931356",
855
+ "il-central-1": "780543022126",
856
+ "ap-east-1": "871362719292",
857
+ "ap-northeast-1": "763104351884",
858
+ "ap-northeast-2": "763104351884",
859
+ "ap-northeast-3": "364406365360",
860
+ "ap-south-1": "763104351884",
861
+ "ap-south-2": "772153158452",
862
+ "ap-southeast-1": "763104351884",
863
+ "ap-southeast-2": "763104351884",
864
+ "ap-southeast-3": "907027046896",
865
+ "ap-southeast-4": "457447274322",
866
+ "ca-central-1": "763104351884",
867
+ "cn-north-1": "727897471807",
868
+ "cn-northwest-1": "727897471807",
869
+ "eu-central-1": "763104351884",
870
+ "eu-central-2": "380420809688",
871
+ "eu-north-1": "763104351884",
872
+ "eu-west-1": "763104351884",
873
+ "eu-west-2": "763104351884",
874
+ "eu-west-3": "763104351884",
875
+ "eu-south-1": "692866216735",
876
+ "eu-south-2": "503227376785",
877
+ "me-south-1": "217643126080",
878
+ "me-central-1": "914824155844",
879
+ "sa-east-1": "763104351884",
880
+ "us-east-1": "763104351884",
881
+ "us-east-2": "763104351884",
882
+ "us-gov-east-1": "446045086412",
883
+ "us-gov-west-1": "442386744353",
884
+ "us-iso-east-1": "886529160074",
885
+ "us-isob-east-1": "094389454867",
886
+ "us-west-1": "763104351884",
887
+ "us-west-2": "763104351884",
888
+ "ca-west-1": "204538143572"
889
+ },
890
+ "repository": "mxnet-inference",
891
+ "py_versions": [
892
+ "py37"
893
+ ]
894
+ },
895
+ "1.9.0": {
896
+ "registries": {
897
+ "af-south-1": "626614931356",
898
+ "il-central-1": "780543022126",
899
+ "ap-east-1": "871362719292",
900
+ "ap-northeast-1": "763104351884",
901
+ "ap-northeast-2": "763104351884",
902
+ "ap-northeast-3": "364406365360",
903
+ "ap-south-1": "763104351884",
904
+ "ap-south-2": "772153158452",
905
+ "ap-southeast-1": "763104351884",
906
+ "ap-southeast-2": "763104351884",
907
+ "ap-southeast-3": "907027046896",
908
+ "ap-southeast-4": "457447274322",
909
+ "ca-central-1": "763104351884",
910
+ "cn-north-1": "727897471807",
911
+ "cn-northwest-1": "727897471807",
912
+ "eu-central-1": "763104351884",
913
+ "eu-central-2": "380420809688",
914
+ "eu-north-1": "763104351884",
915
+ "eu-west-1": "763104351884",
916
+ "eu-west-2": "763104351884",
917
+ "eu-west-3": "763104351884",
918
+ "eu-south-1": "692866216735",
919
+ "eu-south-2": "503227376785",
920
+ "me-south-1": "217643126080",
921
+ "me-central-1": "914824155844",
922
+ "sa-east-1": "763104351884",
923
+ "us-east-1": "763104351884",
924
+ "us-east-2": "763104351884",
925
+ "us-gov-east-1": "446045086412",
926
+ "us-gov-west-1": "442386744353",
927
+ "us-iso-east-1": "886529160074",
928
+ "us-isob-east-1": "094389454867",
929
+ "us-west-1": "763104351884",
930
+ "us-west-2": "763104351884",
931
+ "ca-west-1": "204538143572"
932
+ },
933
+ "repository": "mxnet-inference",
934
+ "py_versions": [
935
+ "py38"
936
+ ]
937
+ }
938
+ }
939
+ },
940
+ "eia": {
941
+ "processors": [
942
+ "cpu"
943
+ ],
944
+ "version_aliases": {
945
+ "1.3": "1.3.0",
946
+ "1.4": "1.4.1",
947
+ "1.5": "1.5.1",
948
+ "1.7": "1.7.0"
949
+ },
950
+ "versions": {
951
+ "1.3.0": {
952
+ "registries": {
953
+ "af-south-1": "313743910680",
954
+ "ap-east-1": "057415533634",
955
+ "ap-northeast-1": "520713654638",
956
+ "ap-northeast-2": "520713654638",
957
+ "ap-northeast-3": "364406365360",
958
+ "ap-south-1": "520713654638",
959
+ "ap-southeast-1": "520713654638",
960
+ "ap-southeast-2": "520713654638",
961
+ "ca-central-1": "520713654638",
962
+ "cn-north-1": "422961961927",
963
+ "cn-northwest-1": "423003514399",
964
+ "eu-central-1": "520713654638",
965
+ "eu-north-1": "520713654638",
966
+ "eu-south-1": "048378556238",
967
+ "eu-west-1": "520713654638",
968
+ "eu-west-2": "520713654638",
969
+ "eu-west-3": "520713654638",
970
+ "me-south-1": "724002660598",
971
+ "sa-east-1": "520713654638",
972
+ "us-east-1": "520713654638",
973
+ "us-east-2": "520713654638",
974
+ "us-gov-west-1": "246785580436",
975
+ "us-iso-east-1": "744548109606",
976
+ "us-isob-east-1": "453391408702",
977
+ "us-west-1": "520713654638",
978
+ "us-west-2": "520713654638"
979
+ },
980
+ "repository": "sagemaker-mxnet-eia",
981
+ "py_versions": [
982
+ "py2",
983
+ "py3"
984
+ ]
985
+ },
986
+ "1.4.0": {
987
+ "registries": {
988
+ "af-south-1": "313743910680",
989
+ "ap-east-1": "057415533634",
990
+ "ap-northeast-1": "520713654638",
991
+ "ap-northeast-2": "520713654638",
992
+ "ap-northeast-3": "364406365360",
993
+ "ap-south-1": "520713654638",
994
+ "ap-southeast-1": "520713654638",
995
+ "ap-southeast-2": "520713654638",
996
+ "ca-central-1": "520713654638",
997
+ "cn-north-1": "422961961927",
998
+ "cn-northwest-1": "423003514399",
999
+ "eu-central-1": "520713654638",
1000
+ "eu-north-1": "520713654638",
1001
+ "eu-south-1": "048378556238",
1002
+ "eu-west-1": "520713654638",
1003
+ "eu-west-2": "520713654638",
1004
+ "eu-west-3": "520713654638",
1005
+ "me-south-1": "724002660598",
1006
+ "sa-east-1": "520713654638",
1007
+ "us-east-1": "520713654638",
1008
+ "us-east-2": "520713654638",
1009
+ "us-gov-west-1": "246785580436",
1010
+ "us-iso-east-1": "744548109606",
1011
+ "us-isob-east-1": "453391408702",
1012
+ "us-west-1": "520713654638",
1013
+ "us-west-2": "520713654638"
1014
+ },
1015
+ "repository": "sagemaker-mxnet-serving-eia",
1016
+ "py_versions": [
1017
+ "py2",
1018
+ "py3"
1019
+ ]
1020
+ },
1021
+ "1.4.1": {
1022
+ "registries": {
1023
+ "af-south-1": "626614931356",
1024
+ "il-central-1": "780543022126",
1025
+ "ap-east-1": "871362719292",
1026
+ "ap-northeast-1": "763104351884",
1027
+ "ap-northeast-2": "763104351884",
1028
+ "ap-northeast-3": "364406365360",
1029
+ "ap-south-1": "763104351884",
1030
+ "ap-south-2": "772153158452",
1031
+ "ap-southeast-1": "763104351884",
1032
+ "ap-southeast-2": "763104351884",
1033
+ "ap-southeast-3": "907027046896",
1034
+ "ap-southeast-4": "457447274322",
1035
+ "ca-central-1": "763104351884",
1036
+ "cn-north-1": "727897471807",
1037
+ "cn-northwest-1": "727897471807",
1038
+ "eu-central-1": "763104351884",
1039
+ "eu-central-2": "380420809688",
1040
+ "eu-north-1": "763104351884",
1041
+ "eu-west-1": "763104351884",
1042
+ "eu-west-2": "763104351884",
1043
+ "eu-west-3": "763104351884",
1044
+ "eu-south-1": "692866216735",
1045
+ "eu-south-2": "503227376785",
1046
+ "me-south-1": "217643126080",
1047
+ "me-central-1": "914824155844",
1048
+ "sa-east-1": "763104351884",
1049
+ "us-east-1": "763104351884",
1050
+ "us-east-2": "763104351884",
1051
+ "us-gov-east-1": "446045086412",
1052
+ "us-gov-west-1": "442386744353",
1053
+ "us-iso-east-1": "886529160074",
1054
+ "us-isob-east-1": "094389454867",
1055
+ "us-west-1": "763104351884",
1056
+ "us-west-2": "763104351884",
1057
+ "ca-west-1": "204538143572"
1058
+ },
1059
+ "repository": "mxnet-inference-eia",
1060
+ "py_versions": [
1061
+ "py2",
1062
+ "py3"
1063
+ ]
1064
+ },
1065
+ "1.5.1": {
1066
+ "registries": {
1067
+ "af-south-1": "626614931356",
1068
+ "il-central-1": "780543022126",
1069
+ "ap-east-1": "871362719292",
1070
+ "ap-northeast-1": "763104351884",
1071
+ "ap-northeast-2": "763104351884",
1072
+ "ap-northeast-3": "364406365360",
1073
+ "ap-south-1": "763104351884",
1074
+ "ap-south-2": "772153158452",
1075
+ "ap-southeast-1": "763104351884",
1076
+ "ap-southeast-2": "763104351884",
1077
+ "ap-southeast-3": "907027046896",
1078
+ "ap-southeast-4": "457447274322",
1079
+ "ca-central-1": "763104351884",
1080
+ "cn-north-1": "727897471807",
1081
+ "cn-northwest-1": "727897471807",
1082
+ "eu-central-1": "763104351884",
1083
+ "eu-central-2": "380420809688",
1084
+ "eu-north-1": "763104351884",
1085
+ "eu-west-1": "763104351884",
1086
+ "eu-west-2": "763104351884",
1087
+ "eu-west-3": "763104351884",
1088
+ "eu-south-1": "692866216735",
1089
+ "eu-south-2": "503227376785",
1090
+ "me-south-1": "217643126080",
1091
+ "me-central-1": "914824155844",
1092
+ "sa-east-1": "763104351884",
1093
+ "us-east-1": "763104351884",
1094
+ "us-east-2": "763104351884",
1095
+ "us-gov-east-1": "446045086412",
1096
+ "us-gov-west-1": "442386744353",
1097
+ "us-iso-east-1": "886529160074",
1098
+ "us-isob-east-1": "094389454867",
1099
+ "us-west-1": "763104351884",
1100
+ "us-west-2": "763104351884",
1101
+ "ca-west-1": "204538143572"
1102
+ },
1103
+ "repository": "mxnet-inference-eia",
1104
+ "py_versions": [
1105
+ "py2",
1106
+ "py3"
1107
+ ]
1108
+ },
1109
+ "1.7.0": {
1110
+ "registries": {
1111
+ "af-south-1": "626614931356",
1112
+ "il-central-1": "780543022126",
1113
+ "ap-east-1": "871362719292",
1114
+ "ap-northeast-1": "763104351884",
1115
+ "ap-northeast-2": "763104351884",
1116
+ "ap-northeast-3": "364406365360",
1117
+ "ap-south-1": "763104351884",
1118
+ "ap-south-2": "772153158452",
1119
+ "ap-southeast-1": "763104351884",
1120
+ "ap-southeast-2": "763104351884",
1121
+ "ap-southeast-3": "907027046896",
1122
+ "ap-southeast-4": "457447274322",
1123
+ "ca-central-1": "763104351884",
1124
+ "cn-north-1": "727897471807",
1125
+ "cn-northwest-1": "727897471807",
1126
+ "eu-central-1": "763104351884",
1127
+ "eu-central-2": "380420809688",
1128
+ "eu-north-1": "763104351884",
1129
+ "eu-west-1": "763104351884",
1130
+ "eu-west-2": "763104351884",
1131
+ "eu-west-3": "763104351884",
1132
+ "eu-south-1": "692866216735",
1133
+ "eu-south-2": "503227376785",
1134
+ "me-south-1": "217643126080",
1135
+ "me-central-1": "914824155844",
1136
+ "sa-east-1": "763104351884",
1137
+ "us-east-1": "763104351884",
1138
+ "us-east-2": "763104351884",
1139
+ "us-gov-east-1": "446045086412",
1140
+ "us-gov-west-1": "442386744353",
1141
+ "us-iso-east-1": "886529160074",
1142
+ "us-isob-east-1": "094389454867",
1143
+ "us-west-1": "763104351884",
1144
+ "us-west-2": "763104351884",
1145
+ "ca-west-1": "204538143572"
1146
+ },
1147
+ "repository": "mxnet-inference-eia",
1148
+ "py_versions": [
1149
+ "py3"
1150
+ ]
1151
+ }
1152
+ }
1153
+ }
1154
+ }