sagemaker-core 1.0.0__py3-none-any.whl → 1.0.2__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.
Potentially problematic release.
This version of sagemaker-core might be problematic. Click here for more details.
- sagemaker_core/main/code_injection/shape_dag.py +1 -0
- sagemaker_core/main/resources.py +1058 -411
- sagemaker_core/main/shapes.py +4 -2
- sagemaker_core/main/utils.py +6 -1
- sagemaker_core/tools/resources_codegen.py +9 -6
- sagemaker_core/tools/templates.py +24 -11
- sagemaker_core-1.0.2.dist-info/METADATA +81 -0
- {sagemaker_core-1.0.0.dist-info → sagemaker_core-1.0.2.dist-info}/RECORD +11 -11
- {sagemaker_core-1.0.0.dist-info → sagemaker_core-1.0.2.dist-info}/WHEEL +1 -1
- sagemaker_core-1.0.0.dist-info/METADATA +0 -31
- {sagemaker_core-1.0.0.dist-info → sagemaker_core-1.0.2.dist-info}/LICENSE +0 -0
- {sagemaker_core-1.0.0.dist-info → sagemaker_core-1.0.2.dist-info}/top_level.txt +0 -0
|
@@ -14416,6 +14416,7 @@ SHAPE_DAG = {
|
|
|
14416
14416
|
"shape": "StudioWebPortalSettings",
|
|
14417
14417
|
"type": "structure",
|
|
14418
14418
|
},
|
|
14419
|
+
{"name": "AutoMountHomeEFS", "shape": "AutoMountHomeEFS", "type": "string"},
|
|
14419
14420
|
],
|
|
14420
14421
|
"type": "structure",
|
|
14421
14422
|
},
|