sagemaker-core 1.0.52__tar.gz → 1.0.53__tar.gz
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.
- {sagemaker_core-1.0.52/src/sagemaker_core.egg-info → sagemaker_core-1.0.53}/PKG-INFO +1 -1
- sagemaker_core-1.0.53/VERSION +1 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/shape_dag.py +3 -1
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/shapes.py +4 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.52/VERSION +0 -1
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/LICENSE +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/README.rst +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/pyproject.toml +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/setup.cfg +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/default_configs_helper.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/resources.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.53
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/shape_dag.py
RENAMED
|
@@ -1447,7 +1447,9 @@ SHAPE_DAG = {
|
|
|
1447
1447
|
},
|
|
1448
1448
|
"ClusterEbsVolumeConfig": {
|
|
1449
1449
|
"members": [
|
|
1450
|
-
{"name": "VolumeSizeInGB", "shape": "ClusterEbsVolumeSizeInGB", "type": "integer"}
|
|
1450
|
+
{"name": "VolumeSizeInGB", "shape": "ClusterEbsVolumeSizeInGB", "type": "integer"},
|
|
1451
|
+
{"name": "VolumeKmsKeyId", "shape": "KmsKeyId", "type": "string"},
|
|
1452
|
+
{"name": "RootVolume", "shape": "Boolean", "type": "boolean"},
|
|
1451
1453
|
],
|
|
1452
1454
|
"type": "structure",
|
|
1453
1455
|
},
|
|
@@ -3414,9 +3414,13 @@ class ClusterEbsVolumeConfig(Base):
|
|
|
3414
3414
|
Attributes
|
|
3415
3415
|
----------------------
|
|
3416
3416
|
volume_size_in_gb: The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to /opt/sagemaker.
|
|
3417
|
+
volume_kms_key_id: The ID of a KMS key to encrypt the Amazon EBS volume.
|
|
3418
|
+
root_volume: Specifies whether the configuration is for the cluster's root or secondary Amazon EBS volume. You can specify two ClusterEbsVolumeConfig fields to configure both the root and secondary volumes. Set the value to True if you'd like to provide your own customer managed Amazon Web Services KMS key to encrypt the root volume. When True: The configuration is applied to the root volume. You can't specify the VolumeSizeInGB field. The size of the root volume is determined for you. You must specify a KMS key ID for VolumeKmsKeyId to encrypt the root volume with your own KMS key instead of an Amazon Web Services owned KMS key. Otherwise, by default, the value is False, and the following applies: The configuration is applied to the secondary volume, while the root volume is encrypted with an Amazon Web Services owned key. You must specify the VolumeSizeInGB field. You can optionally specify the VolumeKmsKeyId to encrypt the secondary volume with your own KMS key instead of an Amazon Web Services owned KMS key.
|
|
3417
3419
|
"""
|
|
3418
3420
|
|
|
3419
3421
|
volume_size_in_gb: Optional[int] = Unassigned()
|
|
3422
|
+
volume_kms_key_id: Optional[str] = Unassigned()
|
|
3423
|
+
root_volume: Optional[bool] = Unassigned()
|
|
3420
3424
|
|
|
3421
3425
|
|
|
3422
3426
|
class ClusterMetadata(Base):
|
sagemaker_core-1.0.52/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.52
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/default_configs_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|