sagemaker-core 1.0.53__tar.gz → 1.0.55__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.

Potentially problematic release.


This version of sagemaker-core might be problematic. Click here for more details.

Files changed (42) hide show
  1. {sagemaker_core-1.0.53/src/sagemaker_core.egg-info → sagemaker_core-1.0.55}/PKG-INFO +1 -1
  2. sagemaker_core-1.0.55/VERSION +1 -0
  3. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/code_injection/shape_dag.py +1 -0
  4. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/resources.py +1 -1
  5. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/shapes.py +5 -3
  6. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
  7. sagemaker_core-1.0.53/VERSION +0 -1
  8. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/LICENSE +0 -0
  9. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/README.rst +0 -0
  10. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/pyproject.toml +0 -0
  11. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/setup.cfg +0 -0
  12. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/__init__.py +0 -0
  13. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/_version.py +0 -0
  14. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/helper/__init__.py +0 -0
  15. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/helper/session_helper.py +0 -0
  16. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/__init__.py +0 -0
  17. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  18. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/code_injection/base.py +0 -0
  19. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  20. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  21. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/config_schema.py +0 -0
  22. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/default_configs_helper.py +0 -0
  23. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/exceptions.py +0 -0
  24. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/logs.py +0 -0
  25. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/user_agent.py +0 -0
  26. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/main/utils.py +0 -0
  27. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/resources/__init__.py +0 -0
  28. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/shapes/__init__.py +0 -0
  29. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/__init__.py +0 -0
  30. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/codegen.py +0 -0
  31. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/constants.py +0 -0
  32. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/data_extractor.py +0 -0
  33. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/method.py +0 -0
  34. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/resources_codegen.py +0 -0
  35. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  36. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  37. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  38. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core/tools/templates.py +0 -0
  39. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  40. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  41. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/src/sagemaker_core.egg-info/requires.txt +0 -0
  42. {sagemaker_core-1.0.53 → sagemaker_core-1.0.55}/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.53
3
+ Version: 1.0.55
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.55
@@ -6618,6 +6618,7 @@ SHAPE_DAG = {
6618
6618
  "members": [
6619
6619
  {"name": "EnableDockerAccess", "shape": "FeatureStatus", "type": "string"},
6620
6620
  {"name": "VpcOnlyTrustedAccounts", "shape": "VpcOnlyTrustedAccounts", "type": "list"},
6621
+ {"name": "RootlessDocker", "shape": "FeatureStatus", "type": "string"},
6621
6622
  ],
6622
6623
  "type": "structure",
6623
6624
  },
@@ -3869,7 +3869,7 @@ class Cluster(Base):
3869
3869
 
3870
3870
  Parameters:
3871
3871
  deployment_config: The configuration to use when updating the AMI versions.
3872
- image_id: When configuring your HyperPod cluster, you can specify an image ID using one of the following options: HyperPodPublicAmiId: Use a HyperPod public AMI CustomAmiId: Use your custom AMI default: Use the default latest system image f you choose to use a custom AMI (CustomAmiId), ensure it meets the following requirements: Encryption: The custom AMI must be unencrypted. Ownership: The custom AMI must be owned by the same Amazon Web Services account that is creating the HyperPod cluster. Volume support: Only the primary AMI snapshot volume is supported; additional AMI volumes are not supported. When updating the instance group's AMI through the UpdateClusterSoftware operation, if an instance group uses a custom AMI, you must provide an ImageId or use the default as input.
3872
+ image_id: When configuring your HyperPod cluster, you can specify an image ID using one of the following options: HyperPodPublicAmiId: Use a HyperPod public AMI CustomAmiId: Use your custom AMI default: Use the default latest system image If you choose to use a custom AMI (CustomAmiId), ensure it meets the following requirements: Encryption: The custom AMI must be unencrypted. Ownership: The custom AMI must be owned by the same Amazon Web Services account that is creating the HyperPod cluster. Volume support: Only the primary AMI snapshot volume is supported; additional AMI volumes are not supported. When updating the instance group's AMI through the UpdateClusterSoftware operation, if an instance group uses a custom AMI, you must provide an ImageId or use the default as input. Note that if you don't specify an instance group in your UpdateClusterSoftware request, then all of the instance groups are patched with the specified image.
3873
3873
  session: Boto3 session.
3874
3874
  region: Region name.
3875
3875
 
@@ -3727,7 +3727,7 @@ class ClusterInstanceGroupSpecification(Base):
3727
3727
  training_plan_arn: The Amazon Resource Name (ARN); of the training plan to use for this cluster instance group. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
3728
3728
  override_vpc_config: To configure multi-AZ deployments, customize the Amazon VPC configuration at the instance group level. You can specify different subnets and security groups across different AZs in the instance group specification to override a SageMaker HyperPod cluster's default Amazon VPC configuration. For more information about deploying a cluster in multiple AZs, see Setting up SageMaker HyperPod clusters across multiple AZs. When your Amazon VPC and subnets support IPv6, network communications differ based on the cluster orchestration platform: Slurm-orchestrated clusters automatically configure nodes with dual IPv6 and IPv4 addresses, allowing immediate IPv6 network communications. In Amazon EKS-orchestrated clusters, nodes receive dual-stack addressing, but pods can only use IPv6 when the Amazon EKS cluster is explicitly IPv6-enabled. For information about deploying an IPv6 Amazon EKS cluster, see Amazon EKS IPv6 Cluster Deployment. Additional resources for IPv6 configuration: For information about adding IPv6 support to your VPC, see to IPv6 Support for VPC. For information about creating a new IPv6-compatible VPC, see Amazon VPC Creation Guide. To configure SageMaker HyperPod with a custom Amazon VPC, see Custom Amazon VPC Setup for SageMaker HyperPod.
3729
3729
  scheduled_update_config: The configuration object of the schedule that SageMaker uses to update the AMI.
3730
- image_id: When configuring your HyperPod cluster, you can specify an image ID using one of the following options: HyperPodPublicAmiId: Use a HyperPod public AMI CustomAmiId: Use your custom AMI default: Use the default latest system image f you choose to use a custom AMI (CustomAmiId), ensure it meets the following requirements: Encryption: The custom AMI must be unencrypted. Ownership: The custom AMI must be owned by the same Amazon Web Services account that is creating the HyperPod cluster. Volume support: Only the primary AMI snapshot volume is supported; additional AMI volumes are not supported. When updating the instance group's AMI through the UpdateClusterSoftware operation, if an instance group uses a custom AMI, you must provide an ImageId or use the default as input.
3730
+ image_id: When configuring your HyperPod cluster, you can specify an image ID using one of the following options: HyperPodPublicAmiId: Use a HyperPod public AMI CustomAmiId: Use your custom AMI default: Use the default latest system image If you choose to use a custom AMI (CustomAmiId), ensure it meets the following requirements: Encryption: The custom AMI must be unencrypted. Ownership: The custom AMI must be owned by the same Amazon Web Services account that is creating the HyperPod cluster. Volume support: Only the primary AMI snapshot volume is supported; additional AMI volumes are not supported. When updating the instance group's AMI through the UpdateClusterSoftware operation, if an instance group uses a custom AMI, you must provide an ImageId or use the default as input. Note that if you don't specify an instance group in your UpdateClusterSoftware request, then all of the instance groups are patched with the specified image.
3731
3731
  """
3732
3732
 
3733
3733
  instance_count: int
@@ -5236,8 +5236,8 @@ class S3FileSystemConfig(Base):
5236
5236
  s3_uri: The Amazon S3 URI of the S3 file system configuration.
5237
5237
  """
5238
5238
 
5239
+ s3_uri: str
5239
5240
  mount_path: Optional[str] = Unassigned()
5240
- s3_uri: Optional[str] = Unassigned()
5241
5241
 
5242
5242
 
5243
5243
  class CustomFileSystemConfig(Base):
@@ -5379,10 +5379,12 @@ class DockerSettings(Base):
5379
5379
  ----------------------
5380
5380
  enable_docker_access: Indicates whether the domain can access Docker.
5381
5381
  vpc_only_trusted_accounts: The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
5382
+ rootless_docker: Indicates whether to use rootless Docker. Default value is DISABLED.
5382
5383
  """
5383
5384
 
5384
5385
  enable_docker_access: Optional[str] = Unassigned()
5385
5386
  vpc_only_trusted_accounts: Optional[List[str]] = Unassigned()
5387
+ rootless_docker: Optional[str] = Unassigned()
5386
5388
 
5387
5389
 
5388
5390
  class UnifiedStudioSettings(Base):
@@ -8126,7 +8128,7 @@ class S3FileSystem(Base):
8126
8128
  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://&lt;bucket-name&gt;/&lt;prefix&gt;/.
8127
8129
  """
8128
8130
 
8129
- s3_uri: Optional[str] = Unassigned()
8131
+ s3_uri: str
8130
8132
 
8131
8133
 
8132
8134
  class CustomFileSystem(Base):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.53
3
+ Version: 1.0.55
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.53
File without changes