sagemaker-core 1.0.8__tar.gz → 1.0.9__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.8/src/sagemaker_core.egg-info → sagemaker_core-1.0.9}/PKG-INFO +1 -1
  2. sagemaker_core-1.0.9/VERSION +1 -0
  3. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/code_injection/shape_dag.py +3 -0
  4. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/resources.py +7 -0
  5. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
  6. sagemaker_core-1.0.8/VERSION +0 -1
  7. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/LICENSE +0 -0
  8. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/MANIFEST.in +0 -0
  9. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/README.rst +0 -0
  10. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/pyproject.toml +0 -0
  11. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/setup.cfg +0 -0
  12. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/__init__.py +0 -0
  13. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/_version.py +0 -0
  14. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/helper/__init__.py +0 -0
  15. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/helper/session_helper.py +0 -0
  16. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/__init__.py +0 -0
  17. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  18. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/code_injection/base.py +0 -0
  19. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  20. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  21. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/config_schema.py +0 -0
  22. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/exceptions.py +0 -0
  23. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/intelligent_defaults_helper.py +0 -0
  24. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/shapes.py +0 -0
  25. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/user_agent.py +0 -0
  26. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/main/utils.py +0 -0
  27. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/resources/__init__.py +0 -0
  28. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/shapes/__init__.py +0 -0
  29. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/__init__.py +0 -0
  30. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/codegen.py +0 -0
  31. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/constants.py +0 -0
  32. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/data_extractor.py +0 -0
  33. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/method.py +0 -0
  34. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/resources_codegen.py +0 -0
  35. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  36. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  37. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  38. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core/tools/templates.py +0 -0
  39. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  40. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  41. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core.egg-info/requires.txt +0 -0
  42. {sagemaker_core-1.0.8 → sagemaker_core-1.0.9}/src/sagemaker_core.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sagemaker-core
3
- Version: 1.0.8
3
+ Version: 1.0.9
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.9
@@ -1884,6 +1884,7 @@ SHAPE_DAG = {
1884
1884
  "shape": "AppSecurityGroupManagement",
1885
1885
  "type": "string",
1886
1886
  },
1887
+ {"name": "TagPropagation", "shape": "TagPropagation", "type": "string"},
1887
1888
  {"name": "DefaultSpaceSettings", "shape": "DefaultSpaceSettings", "type": "structure"},
1888
1889
  ],
1889
1890
  "type": "structure",
@@ -4125,6 +4126,7 @@ SHAPE_DAG = {
4125
4126
  "shape": "AppSecurityGroupManagement",
4126
4127
  "type": "string",
4127
4128
  },
4129
+ {"name": "TagPropagation", "shape": "TagPropagation", "type": "string"},
4128
4130
  {"name": "DefaultSpaceSettings", "shape": "DefaultSpaceSettings", "type": "structure"},
4129
4131
  ],
4130
4132
  "type": "structure",
@@ -14082,6 +14084,7 @@ SHAPE_DAG = {
14082
14084
  {"name": "DefaultSpaceSettings", "shape": "DefaultSpaceSettings", "type": "structure"},
14083
14085
  {"name": "SubnetIds", "shape": "Subnets", "type": "list"},
14084
14086
  {"name": "AppNetworkAccessType", "shape": "AppNetworkAccessType", "type": "string"},
14087
+ {"name": "TagPropagation", "shape": "TagPropagation", "type": "string"},
14085
14088
  ],
14086
14089
  "type": "structure",
14087
14090
  },
@@ -6147,6 +6147,7 @@ class Domain(Base):
6147
6147
  vpc_id: The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.
6148
6148
  kms_key_id: The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.
6149
6149
  app_security_group_management: The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
6150
+ tag_propagation: Indicates whether custom tag propagation is supported for the domain.
6150
6151
  default_space_settings: The default settings used to create a space.
6151
6152
 
6152
6153
  """
@@ -6172,6 +6173,7 @@ class Domain(Base):
6172
6173
  vpc_id: Optional[str] = Unassigned()
6173
6174
  kms_key_id: Optional[str] = Unassigned()
6174
6175
  app_security_group_management: Optional[str] = Unassigned()
6176
+ tag_propagation: Optional[str] = Unassigned()
6175
6177
  default_space_settings: Optional[DefaultSpaceSettings] = Unassigned()
6176
6178
 
6177
6179
  def get_name(self) -> str:
@@ -6270,6 +6272,7 @@ class Domain(Base):
6270
6272
  home_efs_file_system_kms_key_id: Optional[str] = Unassigned(),
6271
6273
  kms_key_id: Optional[str] = Unassigned(),
6272
6274
  app_security_group_management: Optional[str] = Unassigned(),
6275
+ tag_propagation: Optional[str] = Unassigned(),
6273
6276
  default_space_settings: Optional[DefaultSpaceSettings] = Unassigned(),
6274
6277
  session: Optional[Session] = None,
6275
6278
  region: Optional[str] = None,
@@ -6289,6 +6292,7 @@ class Domain(Base):
6289
6292
  home_efs_file_system_kms_key_id: Use KmsKeyId.
6290
6293
  kms_key_id: SageMaker uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.
6291
6294
  app_security_group_management: The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided. If setting up the domain for use with RStudio, this value must be set to Service.
6295
+ tag_propagation: Indicates whether custom tag propagation is supported for the domain. Defaults to DISABLED.
6292
6296
  default_space_settings: The default settings used to create a space.
6293
6297
  session: Boto3 session.
6294
6298
  region: Region name.
@@ -6330,6 +6334,7 @@ class Domain(Base):
6330
6334
  "HomeEfsFileSystemKmsKeyId": home_efs_file_system_kms_key_id,
6331
6335
  "KmsKeyId": kms_key_id,
6332
6336
  "AppSecurityGroupManagement": app_security_group_management,
6337
+ "TagPropagation": tag_propagation,
6333
6338
  "DefaultSpaceSettings": default_space_settings,
6334
6339
  }
6335
6340
 
@@ -6446,6 +6451,7 @@ class Domain(Base):
6446
6451
  default_space_settings: Optional[DefaultSpaceSettings] = Unassigned(),
6447
6452
  subnet_ids: Optional[List[str]] = Unassigned(),
6448
6453
  app_network_access_type: Optional[str] = Unassigned(),
6454
+ tag_propagation: Optional[str] = Unassigned(),
6449
6455
  ) -> Optional["Domain"]:
6450
6456
  """
6451
6457
  Update a Domain resource
@@ -6482,6 +6488,7 @@ class Domain(Base):
6482
6488
  "DefaultSpaceSettings": default_space_settings,
6483
6489
  "SubnetIds": subnet_ids,
6484
6490
  "AppNetworkAccessType": app_network_access_type,
6491
+ "TagPropagation": tag_propagation,
6485
6492
  }
6486
6493
  logger.debug(f"Input request: {operation_input_args}")
6487
6494
  # serialize the input request
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sagemaker-core
3
- Version: 1.0.8
3
+ Version: 1.0.9
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.8
File without changes
File without changes