sagemaker-core 1.0.52__py3-none-any.whl → 1.0.54__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 +3 -1
- sagemaker_core/main/shapes.py +6 -2
- {sagemaker_core-1.0.52.dist-info → sagemaker_core-1.0.54.dist-info}/METADATA +1 -1
- {sagemaker_core-1.0.52.dist-info → sagemaker_core-1.0.54.dist-info}/RECORD +7 -7
- {sagemaker_core-1.0.52.dist-info → sagemaker_core-1.0.54.dist-info}/WHEEL +0 -0
- {sagemaker_core-1.0.52.dist-info → sagemaker_core-1.0.54.dist-info}/licenses/LICENSE +0 -0
- {sagemaker_core-1.0.52.dist-info → sagemaker_core-1.0.54.dist-info}/top_level.txt +0 -0
|
@@ -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
|
},
|
sagemaker_core/main/shapes.py
CHANGED
|
@@ -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):
|
|
@@ -5232,8 +5236,8 @@ class S3FileSystemConfig(Base):
|
|
|
5232
5236
|
s3_uri: The Amazon S3 URI of the S3 file system configuration.
|
|
5233
5237
|
"""
|
|
5234
5238
|
|
|
5239
|
+
s3_uri: str
|
|
5235
5240
|
mount_path: Optional[str] = Unassigned()
|
|
5236
|
-
s3_uri: Optional[str] = Unassigned()
|
|
5237
5241
|
|
|
5238
5242
|
|
|
5239
5243
|
class CustomFileSystemConfig(Base):
|
|
@@ -8122,7 +8126,7 @@ class S3FileSystem(Base):
|
|
|
8122
8126
|
s3_uri: The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example: s3://<bucket-name>/<prefix>/.
|
|
8123
8127
|
"""
|
|
8124
8128
|
|
|
8125
|
-
s3_uri:
|
|
8129
|
+
s3_uri: str
|
|
8126
8130
|
|
|
8127
8131
|
|
|
8128
8132
|
class CustomFileSystem(Base):
|
|
@@ -8,14 +8,14 @@ sagemaker_core/main/default_configs_helper.py,sha256=bg_tgczX_bYzNiSlalJ6TWPTgrQ
|
|
|
8
8
|
sagemaker_core/main/exceptions.py,sha256=CsiM3V_Gb16grBotnu59LB6tznryPcSvAQDAOOYGc10,5563
|
|
9
9
|
sagemaker_core/main/logs.py,sha256=yfEH7uP91nbE1lefymOlBr81ziBzsDSIOF2Qyd54FJE,6241
|
|
10
10
|
sagemaker_core/main/resources.py,sha256=fjJ7xwqlx0J5_8EH9h-_HDBW20Kyg4UVfF0Ys2tMJ88,1441521
|
|
11
|
-
sagemaker_core/main/shapes.py,sha256=
|
|
11
|
+
sagemaker_core/main/shapes.py,sha256=XMC6sxYGkIh1UaCM9Hz5S1Ar9WyDSvmwmg-5GKRCMw4,785875
|
|
12
12
|
sagemaker_core/main/user_agent.py,sha256=BPYDAfDd70ObP-VAjl7aDHALHyGknkpRP21ktVr_LDw,2744
|
|
13
13
|
sagemaker_core/main/utils.py,sha256=y1aZzztCApczZSqT0U7_H8zLlpqp1vgoUKcp40mTM2o,19157
|
|
14
14
|
sagemaker_core/main/code_injection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
sagemaker_core/main/code_injection/base.py,sha256=11_Jif0nOzfbLGlXaacKf-wcizzfS64U0OSZGoVffFU,1733
|
|
16
16
|
sagemaker_core/main/code_injection/codec.py,sha256=2YzJ-iYEzmguVaJVcZeyCR0OpTSR7UOixATrOm4MiBk,8885
|
|
17
17
|
sagemaker_core/main/code_injection/constants.py,sha256=2ICExGge8vAWx7lSTW0JGh-bH1korkvpOpDu5M63eI4,980
|
|
18
|
-
sagemaker_core/main/code_injection/shape_dag.py,sha256
|
|
18
|
+
sagemaker_core/main/code_injection/shape_dag.py,sha256=yU5WZX2fjyFe_pNnxOiAWh-hODQPP5pJNmPKuU_xSkU,745881
|
|
19
19
|
sagemaker_core/resources/__init__.py,sha256=EAYTFMN-nPjnPjjBbhIUeaL67FLKNPd7qbcbl9VIrws,31
|
|
20
20
|
sagemaker_core/shapes/__init__.py,sha256=RnbIu9eTxKt-DNsOFJabrWIgrrtS9_SdAozP9JBl_ic,28
|
|
21
21
|
sagemaker_core/tools/__init__.py,sha256=xX79JImxCVzrWMnjgntLCve2G5I-R4pRar5s20kT9Rs,56
|
|
@@ -28,8 +28,8 @@ sagemaker_core/tools/resources_extractor.py,sha256=hN61ehZbPnhFW-2FIVDi7NsEz4rLv
|
|
|
28
28
|
sagemaker_core/tools/shapes_codegen.py,sha256=4lsePZpjk7M6RpJs5yar_m4z5MzwGHFrvCkdS_-R12c,12172
|
|
29
29
|
sagemaker_core/tools/shapes_extractor.py,sha256=vxVKjXD3lmjrkoKiexjUnOt8ITbFxQSeiDtx7P6Qtkw,14226
|
|
30
30
|
sagemaker_core/tools/templates.py,sha256=0lOIH3Rq2CXWkQhK6VenN_TE_v5p852s2kQyb_BeQxA,23460
|
|
31
|
-
sagemaker_core-1.0.
|
|
32
|
-
sagemaker_core-1.0.
|
|
33
|
-
sagemaker_core-1.0.
|
|
34
|
-
sagemaker_core-1.0.
|
|
35
|
-
sagemaker_core-1.0.
|
|
31
|
+
sagemaker_core-1.0.54.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
32
|
+
sagemaker_core-1.0.54.dist-info/METADATA,sha256=cjIe5fIpS_Q7gWb9CPhq1sZ0hHnaPtW9WBBwVnYf87c,4871
|
|
33
|
+
sagemaker_core-1.0.54.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
34
|
+
sagemaker_core-1.0.54.dist-info/top_level.txt,sha256=R3GAZZ1zC5JxqdE_0x2Lu_WYi2Xfke7VsiP3L5zngfA,15
|
|
35
|
+
sagemaker_core-1.0.54.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|