sagemaker-core 1.0.51__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.51/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.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/shape_dag.py +6 -1
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/shapes.py +10 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.51/VERSION +0 -1
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/LICENSE +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/README.rst +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/pyproject.toml +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/setup.cfg +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/default_configs_helper.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/resources.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.51 → 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.51 → 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
|
},
|
|
@@ -1910,6 +1912,9 @@ SHAPE_DAG = {
|
|
|
1910
1912
|
"members": [
|
|
1911
1913
|
{"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
|
|
1912
1914
|
{"name": "Count", "shape": "InstanceCount", "type": "integer"},
|
|
1915
|
+
{"name": "Accelerators", "shape": "AcceleratorsAmount", "type": "integer"},
|
|
1916
|
+
{"name": "VCpu", "shape": "VCpuAmount", "type": "float"},
|
|
1917
|
+
{"name": "MemoryInGiB", "shape": "MemoryInGiBAmount", "type": "float"},
|
|
1913
1918
|
],
|
|
1914
1919
|
"type": "structure",
|
|
1915
1920
|
},
|
|
@@ -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):
|
|
@@ -4250,10 +4254,16 @@ class ComputeQuotaResourceConfig(Base):
|
|
|
4250
4254
|
----------------------
|
|
4251
4255
|
instance_type: The instance type of the instance group for the cluster.
|
|
4252
4256
|
count: The number of instances to add to the instance group of a SageMaker HyperPod cluster.
|
|
4257
|
+
accelerators: The number of accelerators to allocate. If you don't specify a value for vCPU and MemoryInGiB, SageMaker AI automatically allocates ratio-based values for those parameters based on the number of accelerators you provide. For example, if you allocate 16 out of 32 total accelerators, SageMaker AI uses the ratio of 0.5 and allocates values to vCPU and MemoryInGiB.
|
|
4258
|
+
v_cpu: The number of vCPU to allocate. If you specify a value only for vCPU, SageMaker AI automatically allocates ratio-based values for MemoryInGiB based on this vCPU parameter. For example, if you allocate 20 out of 40 total vCPU, SageMaker AI uses the ratio of 0.5 and allocates values to MemoryInGiB. Accelerators are set to 0.
|
|
4259
|
+
memory_in_gi_b: The amount of memory in GiB to allocate. If you specify a value only for this parameter, SageMaker AI automatically allocates a ratio-based value for vCPU based on this memory that you provide. For example, if you allocate 200 out of 400 total memory in GiB, SageMaker AI uses the ratio of 0.5 and allocates values to vCPU. Accelerators are set to 0.
|
|
4253
4260
|
"""
|
|
4254
4261
|
|
|
4255
4262
|
instance_type: str
|
|
4256
4263
|
count: Optional[int] = Unassigned()
|
|
4264
|
+
accelerators: Optional[int] = Unassigned()
|
|
4265
|
+
v_cpu: Optional[float] = Unassigned()
|
|
4266
|
+
memory_in_gi_b: Optional[float] = Unassigned()
|
|
4257
4267
|
|
|
4258
4268
|
|
|
4259
4269
|
class ResourceSharingConfig(Base):
|
sagemaker_core-1.0.51/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.51
|
|
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.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → 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.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.53}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → 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.51 → sagemaker_core-1.0.53}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|