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.
Files changed (42) hide show
  1. {sagemaker_core-1.0.52/src/sagemaker_core.egg-info → sagemaker_core-1.0.53}/PKG-INFO +1 -1
  2. sagemaker_core-1.0.53/VERSION +1 -0
  3. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/shape_dag.py +3 -1
  4. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/shapes.py +4 -0
  5. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
  6. sagemaker_core-1.0.52/VERSION +0 -1
  7. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/LICENSE +0 -0
  8. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/README.rst +0 -0
  9. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/pyproject.toml +0 -0
  10. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/setup.cfg +0 -0
  11. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/__init__.py +0 -0
  12. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/_version.py +0 -0
  13. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/helper/__init__.py +0 -0
  14. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/helper/session_helper.py +0 -0
  15. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/__init__.py +0 -0
  16. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  17. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/base.py +0 -0
  18. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  19. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  20. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/config_schema.py +0 -0
  21. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/default_configs_helper.py +0 -0
  22. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/exceptions.py +0 -0
  23. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/logs.py +0 -0
  24. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/resources.py +0 -0
  25. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/user_agent.py +0 -0
  26. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/main/utils.py +0 -0
  27. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/resources/__init__.py +0 -0
  28. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/shapes/__init__.py +0 -0
  29. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/__init__.py +0 -0
  30. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/codegen.py +0 -0
  31. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/constants.py +0 -0
  32. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/data_extractor.py +0 -0
  33. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/method.py +0 -0
  34. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_codegen.py +0 -0
  35. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  36. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  37. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  38. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/templates.py +0 -0
  39. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  40. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  41. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/requires.txt +0 -0
  42. {sagemaker_core-1.0.52 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.52
3
+ Version: 1.0.53
4
4
  Summary: An python package for sagemaker core functionalities
5
5
  Author-email: AWS <sagemaker-interests@amazon.com>
6
6
  Project-URL: Repository, https://github.com/aws/sagemaker-core.git
@@ -0,0 +1 @@
1
+ 1.0.53
@@ -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):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.52
3
+ Version: 1.0.53
4
4
  Summary: An python package for sagemaker core functionalities
5
5
  Author-email: AWS <sagemaker-interests@amazon.com>
6
6
  Project-URL: Repository, https://github.com/aws/sagemaker-core.git
@@ -1 +0,0 @@
1
- 1.0.52
File without changes