sagemaker-core 1.0.38__tar.gz → 1.0.40__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.38/src/sagemaker_core.egg-info → sagemaker_core-1.0.40}/PKG-INFO +1 -1
  2. sagemaker_core-1.0.40/VERSION +1 -0
  3. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/code_injection/shape_dag.py +132 -0
  4. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/resources.py +8 -0
  5. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/shapes.py +161 -1
  6. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
  7. sagemaker_core-1.0.38/VERSION +0 -1
  8. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/LICENSE +0 -0
  9. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/README.rst +0 -0
  10. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/pyproject.toml +0 -0
  11. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/setup.cfg +0 -0
  12. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/__init__.py +0 -0
  13. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/_version.py +0 -0
  14. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/helper/__init__.py +0 -0
  15. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/helper/session_helper.py +0 -0
  16. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/__init__.py +0 -0
  17. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  18. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/code_injection/base.py +0 -0
  19. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  20. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  21. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/config_schema.py +0 -0
  22. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/default_configs_helper.py +0 -0
  23. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/exceptions.py +0 -0
  24. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/logs.py +0 -0
  25. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/user_agent.py +0 -0
  26. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/main/utils.py +0 -0
  27. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/resources/__init__.py +0 -0
  28. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/shapes/__init__.py +0 -0
  29. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/__init__.py +0 -0
  30. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/codegen.py +0 -0
  31. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/constants.py +0 -0
  32. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/data_extractor.py +0 -0
  33. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/method.py +0 -0
  34. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/resources_codegen.py +0 -0
  35. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  36. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  37. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  38. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core/tools/templates.py +0 -0
  39. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  40. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  41. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/src/sagemaker_core.egg-info/requires.txt +0 -0
  42. {sagemaker_core-1.0.38 → sagemaker_core-1.0.40}/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.38
3
+ Version: 1.0.40
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.40
@@ -1134,6 +1134,77 @@ SHAPE_DAG = {
1134
1134
  "member_type": "structure",
1135
1135
  "type": "list",
1136
1136
  },
1137
+ "CfnCreateTemplateProvider": {
1138
+ "members": [
1139
+ {"name": "TemplateName", "shape": "CfnTemplateName", "type": "string"},
1140
+ {"name": "TemplateURL", "shape": "CfnTemplateURL", "type": "string"},
1141
+ {"name": "RoleARN", "shape": "RoleArn", "type": "string"},
1142
+ {"name": "Parameters", "shape": "CfnStackCreateParameters", "type": "list"},
1143
+ ],
1144
+ "type": "structure",
1145
+ },
1146
+ "CfnStackCreateParameter": {
1147
+ "members": [
1148
+ {"name": "Key", "shape": "CfnStackParameterKey", "type": "string"},
1149
+ {"name": "Value", "shape": "CfnStackParameterValue", "type": "string"},
1150
+ ],
1151
+ "type": "structure",
1152
+ },
1153
+ "CfnStackCreateParameters": {
1154
+ "member_shape": "CfnStackCreateParameter",
1155
+ "member_type": "structure",
1156
+ "type": "list",
1157
+ },
1158
+ "CfnStackDetail": {
1159
+ "members": [
1160
+ {"name": "Name", "shape": "CfnStackName", "type": "string"},
1161
+ {"name": "Id", "shape": "CfnStackId", "type": "string"},
1162
+ {"name": "StatusMessage", "shape": "CfnStackStatusMessage", "type": "string"},
1163
+ ],
1164
+ "type": "structure",
1165
+ },
1166
+ "CfnStackParameter": {
1167
+ "members": [
1168
+ {"name": "Key", "shape": "CfnStackParameterKey", "type": "string"},
1169
+ {"name": "Value", "shape": "CfnStackParameterValue", "type": "string"},
1170
+ ],
1171
+ "type": "structure",
1172
+ },
1173
+ "CfnStackParameters": {
1174
+ "member_shape": "CfnStackParameter",
1175
+ "member_type": "structure",
1176
+ "type": "list",
1177
+ },
1178
+ "CfnStackUpdateParameter": {
1179
+ "members": [
1180
+ {"name": "Key", "shape": "CfnStackParameterKey", "type": "string"},
1181
+ {"name": "Value", "shape": "CfnStackParameterValue", "type": "string"},
1182
+ ],
1183
+ "type": "structure",
1184
+ },
1185
+ "CfnStackUpdateParameters": {
1186
+ "member_shape": "CfnStackUpdateParameter",
1187
+ "member_type": "structure",
1188
+ "type": "list",
1189
+ },
1190
+ "CfnTemplateProviderDetail": {
1191
+ "members": [
1192
+ {"name": "TemplateName", "shape": "CfnTemplateName", "type": "string"},
1193
+ {"name": "TemplateURL", "shape": "CfnTemplateURL", "type": "string"},
1194
+ {"name": "RoleARN", "shape": "RoleArn", "type": "string"},
1195
+ {"name": "Parameters", "shape": "CfnStackParameters", "type": "list"},
1196
+ {"name": "StackDetail", "shape": "CfnStackDetail", "type": "structure"},
1197
+ ],
1198
+ "type": "structure",
1199
+ },
1200
+ "CfnUpdateTemplateProvider": {
1201
+ "members": [
1202
+ {"name": "TemplateName", "shape": "CfnTemplateName", "type": "string"},
1203
+ {"name": "TemplateURL", "shape": "CfnTemplateURL", "type": "string"},
1204
+ {"name": "Parameters", "shape": "CfnStackUpdateParameters", "type": "list"},
1205
+ ],
1206
+ "type": "structure",
1207
+ },
1137
1208
  "Channel": {
1138
1209
  "members": [
1139
1210
  {"name": "ChannelName", "shape": "ChannelName", "type": "string"},
@@ -2975,6 +3046,7 @@ SHAPE_DAG = {
2975
3046
  "type": "structure",
2976
3047
  },
2977
3048
  {"name": "Tags", "shape": "TagList", "type": "list"},
3049
+ {"name": "TemplateProviders", "shape": "CreateTemplateProviderList", "type": "list"},
2978
3050
  ],
2979
3051
  "type": "structure",
2980
3052
  },
@@ -3032,6 +3104,21 @@ SHAPE_DAG = {
3032
3104
  ],
3033
3105
  "type": "structure",
3034
3106
  },
3107
+ "CreateTemplateProvider": {
3108
+ "members": [
3109
+ {
3110
+ "name": "CfnTemplateProvider",
3111
+ "shape": "CfnCreateTemplateProvider",
3112
+ "type": "structure",
3113
+ }
3114
+ ],
3115
+ "type": "structure",
3116
+ },
3117
+ "CreateTemplateProviderList": {
3118
+ "member_shape": "CreateTemplateProvider",
3119
+ "member_type": "structure",
3120
+ "type": "list",
3121
+ },
3035
3122
  "CreateTrainingJobRequest": {
3036
3123
  "members": [
3037
3124
  {"name": "TrainingJobName", "shape": "TrainingJobName", "type": "string"},
@@ -5713,6 +5800,11 @@ SHAPE_DAG = {
5713
5800
  "type": "structure",
5714
5801
  },
5715
5802
  {"name": "ProjectStatus", "shape": "ProjectStatus", "type": "string"},
5803
+ {
5804
+ "name": "TemplateProviderDetails",
5805
+ "shape": "TemplateProviderDetailList",
5806
+ "type": "list",
5807
+ },
5716
5808
  {"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
5717
5809
  {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
5718
5810
  {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
@@ -12643,6 +12735,11 @@ SHAPE_DAG = {
12643
12735
  {"name": "ProjectStatus", "shape": "ProjectStatus", "type": "string"},
12644
12736
  {"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
12645
12737
  {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
12738
+ {
12739
+ "name": "TemplateProviderDetails",
12740
+ "shape": "TemplateProviderDetailList",
12741
+ "type": "list",
12742
+ },
12646
12743
  {"name": "Tags", "shape": "TagList", "type": "list"},
12647
12744
  {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
12648
12745
  {"name": "LastModifiedBy", "shape": "UserContext", "type": "structure"},
@@ -14110,6 +14207,21 @@ SHAPE_DAG = {
14110
14207
  "type": "structure",
14111
14208
  },
14112
14209
  "TaskKeywords": {"member_shape": "TaskKeyword", "member_type": "string", "type": "list"},
14210
+ "TemplateProviderDetail": {
14211
+ "members": [
14212
+ {
14213
+ "name": "CfnTemplateProviderDetail",
14214
+ "shape": "CfnTemplateProviderDetail",
14215
+ "type": "structure",
14216
+ }
14217
+ ],
14218
+ "type": "structure",
14219
+ },
14220
+ "TemplateProviderDetailList": {
14221
+ "member_shape": "TemplateProviderDetail",
14222
+ "member_type": "structure",
14223
+ "type": "list",
14224
+ },
14113
14225
  "TensorBoardAppSettings": {
14114
14226
  "members": [{"name": "DefaultResourceSpec", "shape": "ResourceSpec", "type": "structure"}],
14115
14227
  "type": "structure",
@@ -15596,6 +15708,11 @@ SHAPE_DAG = {
15596
15708
  "type": "structure",
15597
15709
  },
15598
15710
  {"name": "Tags", "shape": "TagList", "type": "list"},
15711
+ {
15712
+ "name": "TemplateProvidersToUpdate",
15713
+ "shape": "UpdateTemplateProviderList",
15714
+ "type": "list",
15715
+ },
15599
15716
  ],
15600
15717
  "type": "structure",
15601
15718
  },
@@ -15616,6 +15733,21 @@ SHAPE_DAG = {
15616
15733
  "members": [{"name": "SpaceArn", "shape": "SpaceArn", "type": "string"}],
15617
15734
  "type": "structure",
15618
15735
  },
15736
+ "UpdateTemplateProvider": {
15737
+ "members": [
15738
+ {
15739
+ "name": "CfnTemplateProvider",
15740
+ "shape": "CfnUpdateTemplateProvider",
15741
+ "type": "structure",
15742
+ }
15743
+ ],
15744
+ "type": "structure",
15745
+ },
15746
+ "UpdateTemplateProviderList": {
15747
+ "member_shape": "UpdateTemplateProvider",
15748
+ "member_type": "structure",
15749
+ "type": "list",
15750
+ },
15619
15751
  "UpdateTrainingJobRequest": {
15620
15752
  "members": [
15621
15753
  {"name": "TrainingJobName", "shape": "TrainingJobName", "type": "string"},
@@ -26320,6 +26320,7 @@ class Project(Base):
26320
26320
  project_description: The description of the project.
26321
26321
  service_catalog_provisioning_details: Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
26322
26322
  service_catalog_provisioned_product_details: Information about a provisioned service catalog product.
26323
+ template_provider_details: An array of template providers associated with the project.
26323
26324
  created_by:
26324
26325
  last_modified_time: The timestamp when project was last modified.
26325
26326
  last_modified_by:
@@ -26337,6 +26338,7 @@ class Project(Base):
26337
26338
  shapes.ServiceCatalogProvisionedProductDetails
26338
26339
  ] = Unassigned()
26339
26340
  project_status: Optional[str] = Unassigned()
26341
+ template_provider_details: Optional[List[shapes.TemplateProviderDetail]] = Unassigned()
26340
26342
  created_by: Optional[shapes.UserContext] = Unassigned()
26341
26343
  creation_time: Optional[datetime.datetime] = Unassigned()
26342
26344
  last_modified_time: Optional[datetime.datetime] = Unassigned()
@@ -26368,6 +26370,7 @@ class Project(Base):
26368
26370
  shapes.ServiceCatalogProvisioningDetails
26369
26371
  ] = Unassigned(),
26370
26372
  tags: Optional[List[shapes.Tag]] = Unassigned(),
26373
+ template_providers: Optional[List[shapes.CreateTemplateProvider]] = Unassigned(),
26371
26374
  session: Optional[Session] = None,
26372
26375
  region: Optional[str] = None,
26373
26376
  ) -> Optional["Project"]:
@@ -26379,6 +26382,7 @@ class Project(Base):
26379
26382
  project_description: A description for the project.
26380
26383
  service_catalog_provisioning_details: The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
26381
26384
  tags: An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
26385
+ template_providers: An array of template provider configurations for creating infrastructure resources for the project.
26382
26386
  session: Boto3 session.
26383
26387
  region: Region name.
26384
26388
 
@@ -26411,6 +26415,7 @@ class Project(Base):
26411
26415
  "ProjectDescription": project_description,
26412
26416
  "ServiceCatalogProvisioningDetails": service_catalog_provisioning_details,
26413
26417
  "Tags": tags,
26418
+ "TemplateProviders": template_providers,
26414
26419
  }
26415
26420
 
26416
26421
  operation_input_args = Base.populate_chained_attributes(
@@ -26522,6 +26527,7 @@ class Project(Base):
26522
26527
  shapes.ServiceCatalogProvisioningUpdateDetails
26523
26528
  ] = Unassigned(),
26524
26529
  tags: Optional[List[shapes.Tag]] = Unassigned(),
26530
+ template_providers_to_update: Optional[List[shapes.UpdateTemplateProvider]] = Unassigned(),
26525
26531
  ) -> Optional["Project"]:
26526
26532
  """
26527
26533
  Update a Project resource
@@ -26529,6 +26535,7 @@ class Project(Base):
26529
26535
  Parameters:
26530
26536
  service_catalog_provisioning_update_details: The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
26531
26537
  tags: An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
26538
+ template_providers_to_update: The template providers to update in the project.
26532
26539
 
26533
26540
  Returns:
26534
26541
  The Project resource.
@@ -26554,6 +26561,7 @@ class Project(Base):
26554
26561
  "ProjectDescription": project_description,
26555
26562
  "ServiceCatalogProvisioningUpdateDetails": service_catalog_provisioning_update_details,
26556
26563
  "Tags": tags,
26564
+ "TemplateProvidersToUpdate": template_providers_to_update,
26557
26565
  }
26558
26566
  logger.debug(f"Input request: {operation_input_args}")
26559
26567
  # serialize the input request
@@ -999,7 +999,7 @@ class ResourceConfig(Base):
999
999
 
1000
1000
  Attributes
1001
1001
  ----------------------
1002
- instance_type: The ML compute instance type. SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th, 2022. Amazon EC2 P4de instances (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance HBM2e GPU memory, which accelerate the speed of training ML models that need to be trained on large datasets of high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on P4de instances (ml.p4de.24xlarge) to reduce model training time. The ml.p4de.24xlarge instances are available in the following Amazon Web Services Regions. US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) To request quota limit increase and start using P4de instances, contact the SageMaker Training service team through your account team.
1002
+ instance_type: The ML compute instance type.
1003
1003
  instance_count: The number of ML compute instances to use. For distributed training, provide a value greater than 1.
1004
1004
  volume_size_in_gb: The size of the ML storage volume that you want to provision. ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification. When using an ML instance with NVMe SSD volumes, SageMaker doesn't provision Amazon EBS General Purpose SSD (gp2) storage. Available storage is fixed to the NVMe-type instance's storage capacity. SageMaker configures storage paths for training datasets, checkpoints, model artifacts, and outputs to use the entire capacity of the instance storage. For example, ML instance families with the NVMe-type instance storage include ml.p4d, ml.g4dn, and ml.g5. When using an ML instance with the EBS-only storage option and without instance storage, you must define the size of EBS volume through VolumeSizeInGB in the ResourceConfig API. For example, ML instance families that use EBS volumes include ml.c5 and ml.p2. To look up instance types and their instance storage types and volumes, see Amazon EC2 Instance Types. To find the default local paths defined by the SageMaker training platform, see Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and Outputs.
1005
1005
  volume_kms_key_id: The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job. Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage. For a list of instance types that support local instance storage, see Instance Store Volumes. For more information about local instance storage encryption, see SSD Instance Store Volumes. The VolumeKmsKeyId can be in any of the following formats: // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab" // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
@@ -2972,6 +2972,125 @@ class CategoricalParameterRangeSpecification(Base):
2972
2972
  values: List[str]
2973
2973
 
2974
2974
 
2975
+ class CfnStackCreateParameter(Base):
2976
+ """
2977
+ CfnStackCreateParameter
2978
+ A key-value pair that represents a parameter for the CloudFormation stack.
2979
+
2980
+ Attributes
2981
+ ----------------------
2982
+ key: The name of the CloudFormation parameter.
2983
+ value: The value of the CloudFormation parameter.
2984
+ """
2985
+
2986
+ key: str
2987
+ value: Optional[str] = Unassigned()
2988
+
2989
+
2990
+ class CfnCreateTemplateProvider(Base):
2991
+ """
2992
+ CfnCreateTemplateProvider
2993
+ The CloudFormation template provider configuration for creating infrastructure resources.
2994
+
2995
+ Attributes
2996
+ ----------------------
2997
+ template_name: A unique identifier for the template within the project.
2998
+ template_url: The Amazon S3 URL of the CloudFormation template.
2999
+ role_arn: The IAM role that CloudFormation assumes when creating the stack.
3000
+ parameters: An array of CloudFormation stack parameters.
3001
+ """
3002
+
3003
+ template_name: str
3004
+ template_url: str
3005
+ role_arn: Optional[str] = Unassigned()
3006
+ parameters: Optional[List[CfnStackCreateParameter]] = Unassigned()
3007
+
3008
+
3009
+ class CfnStackDetail(Base):
3010
+ """
3011
+ CfnStackDetail
3012
+ Details about the CloudFormation stack.
3013
+
3014
+ Attributes
3015
+ ----------------------
3016
+ name: The name of the CloudFormation stack.
3017
+ id: The unique identifier of the CloudFormation stack.
3018
+ status_message: A human-readable message about the stack's current status.
3019
+ """
3020
+
3021
+ status_message: str
3022
+ name: Optional[str] = Unassigned()
3023
+ id: Optional[str] = Unassigned()
3024
+
3025
+
3026
+ class CfnStackParameter(Base):
3027
+ """
3028
+ CfnStackParameter
3029
+ A key-value pair representing a parameter used in the CloudFormation stack.
3030
+
3031
+ Attributes
3032
+ ----------------------
3033
+ key: The name of the CloudFormation parameter.
3034
+ value: The value of the CloudFormation parameter.
3035
+ """
3036
+
3037
+ key: str
3038
+ value: Optional[str] = Unassigned()
3039
+
3040
+
3041
+ class CfnStackUpdateParameter(Base):
3042
+ """
3043
+ CfnStackUpdateParameter
3044
+ A key-value pair representing a parameter used in the CloudFormation stack.
3045
+
3046
+ Attributes
3047
+ ----------------------
3048
+ key: The name of the CloudFormation parameter.
3049
+ value: The value of the CloudFormation parameter.
3050
+ """
3051
+
3052
+ key: str
3053
+ value: Optional[str] = Unassigned()
3054
+
3055
+
3056
+ class CfnTemplateProviderDetail(Base):
3057
+ """
3058
+ CfnTemplateProviderDetail
3059
+ Details about a CloudFormation template provider configuration and associated provisioning information.
3060
+
3061
+ Attributes
3062
+ ----------------------
3063
+ template_name: The unique identifier of the template within the project.
3064
+ template_url: The Amazon S3 URL of the CloudFormation template.
3065
+ role_arn: The IAM role used by CloudFormation to create the stack.
3066
+ parameters: An array of CloudFormation stack parameters.
3067
+ stack_detail: Information about the CloudFormation stack created by the template provider.
3068
+ """
3069
+
3070
+ template_name: str
3071
+ template_url: str
3072
+ role_arn: Optional[str] = Unassigned()
3073
+ parameters: Optional[List[CfnStackParameter]] = Unassigned()
3074
+ stack_detail: Optional[CfnStackDetail] = Unassigned()
3075
+
3076
+
3077
+ class CfnUpdateTemplateProvider(Base):
3078
+ """
3079
+ CfnUpdateTemplateProvider
3080
+ Contains configuration details for updating an existing CloudFormation template provider in the project.
3081
+
3082
+ Attributes
3083
+ ----------------------
3084
+ template_name: The unique identifier of the template to update within the project.
3085
+ template_url: The Amazon S3 URL of the CloudFormation template.
3086
+ parameters: An array of CloudFormation stack parameters.
3087
+ """
3088
+
3089
+ template_name: str
3090
+ template_url: str
3091
+ parameters: Optional[List[CfnStackUpdateParameter]] = Unassigned()
3092
+
3093
+
2975
3094
  class ChannelSpecification(Base):
2976
3095
  """
2977
3096
  ChannelSpecification
@@ -7354,6 +7473,19 @@ class ServiceCatalogProvisioningDetails(Base):
7354
7473
  provisioning_parameters: Optional[List[ProvisioningParameter]] = Unassigned()
7355
7474
 
7356
7475
 
7476
+ class CreateTemplateProvider(Base):
7477
+ """
7478
+ CreateTemplateProvider
7479
+ Contains configuration details for a template provider. Only one type of template provider can be specified.
7480
+
7481
+ Attributes
7482
+ ----------------------
7483
+ cfn_template_provider: The CloudFormation template provider configuration for creating infrastructure resources.
7484
+ """
7485
+
7486
+ cfn_template_provider: Optional[CfnCreateTemplateProvider] = Unassigned()
7487
+
7488
+
7357
7489
  class SpaceIdleSettings(Base):
7358
7490
  """
7359
7491
  SpaceIdleSettings
@@ -9032,6 +9164,19 @@ class ServiceCatalogProvisionedProductDetails(Base):
9032
9164
  provisioned_product_status_message: Optional[str] = Unassigned()
9033
9165
 
9034
9166
 
9167
+ class TemplateProviderDetail(Base):
9168
+ """
9169
+ TemplateProviderDetail
9170
+ Details about a template provider configuration and associated provisioning information.
9171
+
9172
+ Attributes
9173
+ ----------------------
9174
+ cfn_template_provider_detail: Details about a CloudFormation template provider configuration and associated provisioning information.
9175
+ """
9176
+
9177
+ cfn_template_provider_detail: Optional[CfnTemplateProviderDetail] = Unassigned()
9178
+
9179
+
9035
9180
  class SubscribedWorkteam(Base):
9036
9181
  """
9037
9182
  SubscribedWorkteam
@@ -12245,6 +12390,7 @@ class Project(Base):
12245
12390
  project_status: The status of the project.
12246
12391
  created_by: Who created the project.
12247
12392
  creation_time: A timestamp specifying when the project was created.
12393
+ template_provider_details: An array of template providers associated with the project.
12248
12394
  tags: An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
12249
12395
  last_modified_time: A timestamp container for when the project was last modified.
12250
12396
  last_modified_by
@@ -12261,6 +12407,7 @@ class Project(Base):
12261
12407
  project_status: Optional[str] = Unassigned()
12262
12408
  created_by: Optional[UserContext] = Unassigned()
12263
12409
  creation_time: Optional[datetime.datetime] = Unassigned()
12410
+ template_provider_details: Optional[List[TemplateProviderDetail]] = Unassigned()
12264
12411
  tags: Optional[List[Tag]] = Unassigned()
12265
12412
  last_modified_time: Optional[datetime.datetime] = Unassigned()
12266
12413
  last_modified_by: Optional[UserContext] = Unassigned()
@@ -12803,3 +12950,16 @@ class VariantProperty(Base):
12803
12950
  """
12804
12951
 
12805
12952
  variant_property_type: str
12953
+
12954
+
12955
+ class UpdateTemplateProvider(Base):
12956
+ """
12957
+ UpdateTemplateProvider
12958
+ Contains configuration details for updating an existing template provider in the project.
12959
+
12960
+ Attributes
12961
+ ----------------------
12962
+ cfn_template_provider: The CloudFormation template provider configuration to update.
12963
+ """
12964
+
12965
+ cfn_template_provider: Optional[CfnUpdateTemplateProvider] = Unassigned()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sagemaker-core
3
- Version: 1.0.38
3
+ Version: 1.0.40
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.38
File without changes