sagemaker-core 1.0.50__tar.gz → 1.0.51__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.50/src/sagemaker_core.egg-info → sagemaker_core-1.0.51}/PKG-INFO +1 -1
  2. sagemaker_core-1.0.51/VERSION +1 -0
  3. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/code_injection/shape_dag.py +19 -0
  4. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/resources.py +3 -1
  5. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/shapes.py +21 -0
  6. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
  7. sagemaker_core-1.0.50/VERSION +0 -1
  8. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/LICENSE +0 -0
  9. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/README.rst +0 -0
  10. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/pyproject.toml +0 -0
  11. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/setup.cfg +0 -0
  12. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/__init__.py +0 -0
  13. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/_version.py +0 -0
  14. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/helper/__init__.py +0 -0
  15. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/helper/session_helper.py +0 -0
  16. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/__init__.py +0 -0
  17. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  18. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/code_injection/base.py +0 -0
  19. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  20. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  21. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/config_schema.py +0 -0
  22. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/default_configs_helper.py +0 -0
  23. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/exceptions.py +0 -0
  24. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/logs.py +0 -0
  25. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/user_agent.py +0 -0
  26. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/main/utils.py +0 -0
  27. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/resources/__init__.py +0 -0
  28. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/shapes/__init__.py +0 -0
  29. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/__init__.py +0 -0
  30. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/codegen.py +0 -0
  31. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/constants.py +0 -0
  32. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/data_extractor.py +0 -0
  33. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/method.py +0 -0
  34. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/resources_codegen.py +0 -0
  35. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  36. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  37. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  38. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core/tools/templates.py +0 -0
  39. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  40. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  41. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/src/sagemaker_core.egg-info/requires.txt +0 -0
  42. {sagemaker_core-1.0.50 → sagemaker_core-1.0.51}/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.50
3
+ Version: 1.0.51
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.51
@@ -4457,6 +4457,11 @@ SHAPE_DAG = {
4457
4457
  {"name": "UserProfileName", "shape": "UserProfileName", "type": "string"},
4458
4458
  {"name": "SpaceName", "shape": "SpaceName", "type": "string"},
4459
4459
  {"name": "Status", "shape": "AppStatus", "type": "string"},
4460
+ {
4461
+ "name": "EffectiveTrustedIdentityPropagationStatus",
4462
+ "shape": "FeatureStatus",
4463
+ "type": "string",
4464
+ },
4460
4465
  {"name": "RecoveryMode", "shape": "Boolean", "type": "boolean"},
4461
4466
  {"name": "LastHealthCheckTimestamp", "shape": "Timestamp", "type": "timestamp"},
4462
4467
  {"name": "LastUserActivityTimestamp", "shape": "Timestamp", "type": "timestamp"},
@@ -6642,6 +6647,11 @@ SHAPE_DAG = {
6642
6647
  "shape": "ExecutionRoleIdentityConfig",
6643
6648
  "type": "string",
6644
6649
  },
6650
+ {
6651
+ "name": "TrustedIdentityPropagationSettings",
6652
+ "shape": "TrustedIdentityPropagationSettings",
6653
+ "type": "structure",
6654
+ },
6645
6655
  {"name": "DockerSettings", "shape": "DockerSettings", "type": "structure"},
6646
6656
  {"name": "AmazonQSettings", "shape": "AmazonQSettings", "type": "structure"},
6647
6657
  {
@@ -6665,6 +6675,11 @@ SHAPE_DAG = {
6665
6675
  "type": "string",
6666
6676
  },
6667
6677
  {"name": "SecurityGroupIds", "shape": "DomainSecurityGroupIds", "type": "list"},
6678
+ {
6679
+ "name": "TrustedIdentityPropagationSettings",
6680
+ "shape": "TrustedIdentityPropagationSettings",
6681
+ "type": "structure",
6682
+ },
6668
6683
  {"name": "DockerSettings", "shape": "DockerSettings", "type": "structure"},
6669
6684
  {"name": "AmazonQSettings", "shape": "AmazonQSettings", "type": "structure"},
6670
6685
  {
@@ -15593,6 +15608,10 @@ SHAPE_DAG = {
15593
15608
  ],
15594
15609
  "type": "structure",
15595
15610
  },
15611
+ "TrustedIdentityPropagationSettings": {
15612
+ "members": [{"name": "Status", "shape": "FeatureStatus", "type": "string"}],
15613
+ "type": "structure",
15614
+ },
15596
15615
  "TtlDuration": {
15597
15616
  "members": [
15598
15617
  {"name": "Unit", "shape": "TtlDurationUnit", "type": "string"},
@@ -978,6 +978,7 @@ class App(Base):
978
978
  user_profile_name: The user profile name.
979
979
  space_name: The name of the space. If this value is not set, then UserProfileName must be set.
980
980
  status: The status.
981
+ effective_trusted_identity_propagation_status: The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used.
981
982
  recovery_mode: Indicates whether the application is launched in recovery mode.
982
983
  last_health_check_timestamp: The timestamp of the last health check.
983
984
  last_user_activity_timestamp: The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
@@ -995,6 +996,7 @@ class App(Base):
995
996
  user_profile_name: Optional[str] = Unassigned()
996
997
  space_name: Optional[str] = Unassigned()
997
998
  status: Optional[str] = Unassigned()
999
+ effective_trusted_identity_propagation_status: Optional[str] = Unassigned()
998
1000
  recovery_mode: Optional[bool] = Unassigned()
999
1001
  last_health_check_timestamp: Optional[datetime.datetime] = Unassigned()
1000
1002
  last_user_activity_timestamp: Optional[datetime.datetime] = Unassigned()
@@ -16933,7 +16935,7 @@ class LabelingJob(Base):
16933
16935
 
16934
16936
  Parameters:
16935
16937
  labeling_job_name: The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. LabelingJobName is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.
16936
- label_attribute_name: The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements. The name can't end with "-metadata". If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref". Image semantic segmentation (SemanticSegmentation), and adjustment (AdjustmentSemanticSegmentation) and verification (VerificationSemanticSegmentation) labeling jobs for this task type. Video frame object detection (VideoObjectDetection), and adjustment and verification (AdjustmentVideoObjectDetection) labeling jobs for this task type. Video frame object tracking (VideoObjectTracking), and adjustment and verification (AdjustmentVideoObjectTracking) labeling jobs for this task type. 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation), and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation) labeling jobs for this task type. 3D point cloud object tracking (3DPointCloudObjectTracking), and adjustment and verification (Adjustment3DPointCloudObjectTracking) labeling jobs for this task type. If you are creating an adjustment or verification labeling job, you must use a different LabelAttributeName than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see Verify and Adjust Labels.
16938
+ label_attribute_name: The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements. The name can't end with "-metadata". If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref". Verification (VerificationSemanticSegmentation) labeling jobs for this task type. Video frame object detection (VideoObjectDetection), and adjustment and verification (AdjustmentVideoObjectDetection) labeling jobs for this task type. Video frame object tracking (VideoObjectTracking), and adjustment and verification (AdjustmentVideoObjectTracking) labeling jobs for this task type. 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation), and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation) labeling jobs for this task type. 3D point cloud object tracking (3DPointCloudObjectTracking), and adjustment and verification (Adjustment3DPointCloudObjectTracking) labeling jobs for this task type. If you are creating an adjustment or verification labeling job, you must use a different LabelAttributeName than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see Verify and Adjust Labels.
16937
16939
  input_config: Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects. You must specify at least one of the following: S3DataSource or SnsDataSource. Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled. Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job. If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use ContentClassifiers to specify that your data is free of personally identifiable information and adult content.
16938
16940
  output_config: The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.
16939
16941
  role_arn: The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.
@@ -5347,6 +5347,19 @@ class RStudioServerProDomainSettings(Base):
5347
5347
  default_resource_spec: Optional[ResourceSpec] = Unassigned()
5348
5348
 
5349
5349
 
5350
+ class TrustedIdentityPropagationSettings(Base):
5351
+ """
5352
+ TrustedIdentityPropagationSettings
5353
+ The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
5354
+
5355
+ Attributes
5356
+ ----------------------
5357
+ status: The status of Trusted Identity Propagation (TIP) at the SageMaker domain level. When disabled, standard IAM role-based access is used. When enabled: User identities from IAM Identity Center are propagated through the application to TIP enabled Amazon Web Services services. New applications or existing applications that are automatically patched, will use the domain level configuration.
5358
+ """
5359
+
5360
+ status: str
5361
+
5362
+
5350
5363
  class DockerSettings(Base):
5351
5364
  """
5352
5365
  DockerSettings
@@ -5399,6 +5412,7 @@ class DomainSettings(Base):
5399
5412
  security_group_ids: The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
5400
5413
  r_studio_server_pro_domain_settings: A collection of settings that configure the RStudioServerPro Domain-level app.
5401
5414
  execution_role_identity_config: The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.
5415
+ trusted_identity_propagation_settings: The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
5402
5416
  docker_settings: A collection of settings that configure the domain's Docker interaction.
5403
5417
  amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.
5404
5418
  unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
@@ -5407,6 +5421,9 @@ class DomainSettings(Base):
5407
5421
  security_group_ids: Optional[List[str]] = Unassigned()
5408
5422
  r_studio_server_pro_domain_settings: Optional[RStudioServerProDomainSettings] = Unassigned()
5409
5423
  execution_role_identity_config: Optional[str] = Unassigned()
5424
+ trusted_identity_propagation_settings: Optional[TrustedIdentityPropagationSettings] = (
5425
+ Unassigned()
5426
+ )
5410
5427
  docker_settings: Optional[DockerSettings] = Unassigned()
5411
5428
  amazon_q_settings: Optional[AmazonQSettings] = Unassigned()
5412
5429
  unified_studio_settings: Optional[UnifiedStudioSettings] = Unassigned()
@@ -10229,6 +10246,7 @@ class DomainSettingsForUpdate(Base):
10229
10246
  r_studio_server_pro_domain_settings_for_update: A collection of RStudioServerPro Domain-level app settings to update. A single RStudioServerPro application is created for a domain.
10230
10247
  execution_role_identity_config: The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
10231
10248
  security_group_ids: The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
10249
+ trusted_identity_propagation_settings: The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
10232
10250
  docker_settings: A collection of settings that configure the domain's Docker interaction.
10233
10251
  amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain.
10234
10252
  unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
@@ -10239,6 +10257,9 @@ class DomainSettingsForUpdate(Base):
10239
10257
  ] = Unassigned()
10240
10258
  execution_role_identity_config: Optional[str] = Unassigned()
10241
10259
  security_group_ids: Optional[List[str]] = Unassigned()
10260
+ trusted_identity_propagation_settings: Optional[TrustedIdentityPropagationSettings] = (
10261
+ Unassigned()
10262
+ )
10242
10263
  docker_settings: Optional[DockerSettings] = Unassigned()
10243
10264
  amazon_q_settings: Optional[AmazonQSettings] = Unassigned()
10244
10265
  unified_studio_settings: Optional[UnifiedStudioSettings] = Unassigned()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.50
3
+ Version: 1.0.51
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.50
File without changes