sagemaker-core 1.0.41__tar.gz → 1.0.43__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.
- {sagemaker_core-1.0.41/src/sagemaker_core.egg-info → sagemaker_core-1.0.43}/PKG-INFO +1 -1
- sagemaker_core-1.0.43/VERSION +1 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/shape_dag.py +293 -2
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/resources.py +146 -5
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/shapes.py +212 -1
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.41/VERSION +0 -1
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/LICENSE +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/README.rst +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/pyproject.toml +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/setup.cfg +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/default_configs_helper.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.43
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/shape_dag.py
RENAMED
|
@@ -421,6 +421,18 @@ SHAPE_DAG = {
|
|
|
421
421
|
"value_shape": "AuthenticationRequestExtraParamsValue",
|
|
422
422
|
"value_type": "string",
|
|
423
423
|
},
|
|
424
|
+
"AuthorizedUrl": {
|
|
425
|
+
"members": [
|
|
426
|
+
{"name": "Url", "shape": "LongS3Uri", "type": "string"},
|
|
427
|
+
{"name": "LocalPath", "shape": "LocalPath", "type": "string"},
|
|
428
|
+
],
|
|
429
|
+
"type": "structure",
|
|
430
|
+
},
|
|
431
|
+
"AuthorizedUrlConfigs": {
|
|
432
|
+
"member_shape": "AuthorizedUrl",
|
|
433
|
+
"member_type": "structure",
|
|
434
|
+
"type": "list",
|
|
435
|
+
},
|
|
424
436
|
"AutoMLAlgorithmConfig": {
|
|
425
437
|
"members": [{"name": "AutoMLAlgorithms", "shape": "AutoMLAlgorithms", "type": "list"}],
|
|
426
438
|
"type": "structure",
|
|
@@ -1494,6 +1506,71 @@ SHAPE_DAG = {
|
|
|
1494
1506
|
"members": [{"name": "ClusterArn", "shape": "EksClusterArn", "type": "string"}],
|
|
1495
1507
|
"type": "structure",
|
|
1496
1508
|
},
|
|
1509
|
+
"ClusterRestrictedInstanceGroupDetails": {
|
|
1510
|
+
"members": [
|
|
1511
|
+
{"name": "CurrentCount", "shape": "ClusterNonNegativeInstanceCount", "type": "integer"},
|
|
1512
|
+
{"name": "TargetCount", "shape": "ClusterInstanceCount", "type": "integer"},
|
|
1513
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
1514
|
+
{"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
|
|
1515
|
+
{"name": "ExecutionRole", "shape": "RoleArn", "type": "string"},
|
|
1516
|
+
{"name": "ThreadsPerCore", "shape": "ClusterThreadsPerCore", "type": "integer"},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "InstanceStorageConfigs",
|
|
1519
|
+
"shape": "ClusterInstanceStorageConfigs",
|
|
1520
|
+
"type": "list",
|
|
1521
|
+
},
|
|
1522
|
+
{"name": "OnStartDeepHealthChecks", "shape": "OnStartDeepHealthChecks", "type": "list"},
|
|
1523
|
+
{"name": "Status", "shape": "InstanceGroupStatus", "type": "string"},
|
|
1524
|
+
{"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "TrainingPlanStatus",
|
|
1527
|
+
"shape": "InstanceGroupTrainingPlanStatus",
|
|
1528
|
+
"type": "string",
|
|
1529
|
+
},
|
|
1530
|
+
{"name": "OverrideVpcConfig", "shape": "VpcConfig", "type": "structure"},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "ScheduledUpdateConfig",
|
|
1533
|
+
"shape": "ScheduledUpdateConfig",
|
|
1534
|
+
"type": "structure",
|
|
1535
|
+
},
|
|
1536
|
+
{"name": "EnvironmentConfig", "shape": "EnvironmentConfigDetails", "type": "structure"},
|
|
1537
|
+
],
|
|
1538
|
+
"type": "structure",
|
|
1539
|
+
},
|
|
1540
|
+
"ClusterRestrictedInstanceGroupDetailsList": {
|
|
1541
|
+
"member_shape": "ClusterRestrictedInstanceGroupDetails",
|
|
1542
|
+
"member_type": "structure",
|
|
1543
|
+
"type": "list",
|
|
1544
|
+
},
|
|
1545
|
+
"ClusterRestrictedInstanceGroupSpecification": {
|
|
1546
|
+
"members": [
|
|
1547
|
+
{"name": "InstanceCount", "shape": "ClusterInstanceCount", "type": "integer"},
|
|
1548
|
+
{"name": "InstanceGroupName", "shape": "ClusterInstanceGroupName", "type": "string"},
|
|
1549
|
+
{"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
|
|
1550
|
+
{"name": "ExecutionRole", "shape": "RoleArn", "type": "string"},
|
|
1551
|
+
{"name": "ThreadsPerCore", "shape": "ClusterThreadsPerCore", "type": "integer"},
|
|
1552
|
+
{
|
|
1553
|
+
"name": "InstanceStorageConfigs",
|
|
1554
|
+
"shape": "ClusterInstanceStorageConfigs",
|
|
1555
|
+
"type": "list",
|
|
1556
|
+
},
|
|
1557
|
+
{"name": "OnStartDeepHealthChecks", "shape": "OnStartDeepHealthChecks", "type": "list"},
|
|
1558
|
+
{"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
|
|
1559
|
+
{"name": "OverrideVpcConfig", "shape": "VpcConfig", "type": "structure"},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "ScheduledUpdateConfig",
|
|
1562
|
+
"shape": "ScheduledUpdateConfig",
|
|
1563
|
+
"type": "structure",
|
|
1564
|
+
},
|
|
1565
|
+
{"name": "EnvironmentConfig", "shape": "EnvironmentConfig", "type": "structure"},
|
|
1566
|
+
],
|
|
1567
|
+
"type": "structure",
|
|
1568
|
+
},
|
|
1569
|
+
"ClusterRestrictedInstanceGroupSpecifications": {
|
|
1570
|
+
"member_shape": "ClusterRestrictedInstanceGroupSpecification",
|
|
1571
|
+
"member_type": "structure",
|
|
1572
|
+
"type": "list",
|
|
1573
|
+
},
|
|
1497
1574
|
"ClusterSchedulerConfigSummary": {
|
|
1498
1575
|
"members": [
|
|
1499
1576
|
{
|
|
@@ -1998,6 +2075,11 @@ SHAPE_DAG = {
|
|
|
1998
2075
|
"shape": "ClusterInstanceGroupSpecifications",
|
|
1999
2076
|
"type": "list",
|
|
2000
2077
|
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "RestrictedInstanceGroups",
|
|
2080
|
+
"shape": "ClusterRestrictedInstanceGroupSpecifications",
|
|
2081
|
+
"type": "list",
|
|
2082
|
+
},
|
|
2001
2083
|
{"name": "VpcConfig", "shape": "VpcConfig", "type": "structure"},
|
|
2002
2084
|
{"name": "Tags", "shape": "TagList", "type": "list"},
|
|
2003
2085
|
{"name": "Orchestrator", "shape": "ClusterOrchestrator", "type": "structure"},
|
|
@@ -2300,6 +2382,25 @@ SHAPE_DAG = {
|
|
|
2300
2382
|
"members": [{"name": "FlowDefinitionArn", "shape": "FlowDefinitionArn", "type": "string"}],
|
|
2301
2383
|
"type": "structure",
|
|
2302
2384
|
},
|
|
2385
|
+
"CreateHubContentPresignedUrlsRequest": {
|
|
2386
|
+
"members": [
|
|
2387
|
+
{"name": "HubName", "shape": "HubNameOrArn", "type": "string"},
|
|
2388
|
+
{"name": "HubContentType", "shape": "HubContentType", "type": "string"},
|
|
2389
|
+
{"name": "HubContentName", "shape": "HubContentName", "type": "string"},
|
|
2390
|
+
{"name": "HubContentVersion", "shape": "HubContentVersion", "type": "string"},
|
|
2391
|
+
{"name": "AccessConfig", "shape": "PresignedUrlAccessConfig", "type": "structure"},
|
|
2392
|
+
{"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
|
|
2393
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
2394
|
+
],
|
|
2395
|
+
"type": "structure",
|
|
2396
|
+
},
|
|
2397
|
+
"CreateHubContentPresignedUrlsResponse": {
|
|
2398
|
+
"members": [
|
|
2399
|
+
{"name": "AuthorizedUrlConfigs", "shape": "AuthorizedUrlConfigs", "type": "list"},
|
|
2400
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
2401
|
+
],
|
|
2402
|
+
"type": "structure",
|
|
2403
|
+
},
|
|
2303
2404
|
"CreateHubContentReferenceRequest": {
|
|
2304
2405
|
"members": [
|
|
2305
2406
|
{"name": "HubName", "shape": "HubNameOrArn", "type": "string"},
|
|
@@ -4341,6 +4442,11 @@ SHAPE_DAG = {
|
|
|
4341
4442
|
{"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
|
|
4342
4443
|
{"name": "FailureMessage", "shape": "String", "type": "string"},
|
|
4343
4444
|
{"name": "InstanceGroups", "shape": "ClusterInstanceGroupDetailsList", "type": "list"},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "RestrictedInstanceGroups",
|
|
4447
|
+
"shape": "ClusterRestrictedInstanceGroupDetailsList",
|
|
4448
|
+
"type": "list",
|
|
4449
|
+
},
|
|
4344
4450
|
{"name": "VpcConfig", "shape": "VpcConfig", "type": "structure"},
|
|
4345
4451
|
{"name": "Orchestrator", "shape": "ClusterOrchestrator", "type": "structure"},
|
|
4346
4452
|
{"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
|
|
@@ -5712,11 +5818,15 @@ SHAPE_DAG = {
|
|
|
5712
5818
|
"shape": "SelectiveExecutionConfig",
|
|
5713
5819
|
"type": "structure",
|
|
5714
5820
|
},
|
|
5821
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
5715
5822
|
],
|
|
5716
5823
|
"type": "structure",
|
|
5717
5824
|
},
|
|
5718
5825
|
"DescribePipelineRequest": {
|
|
5719
|
-
"members": [
|
|
5826
|
+
"members": [
|
|
5827
|
+
{"name": "PipelineName", "shape": "PipelineNameOrArn", "type": "string"},
|
|
5828
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
5829
|
+
],
|
|
5720
5830
|
"type": "structure",
|
|
5721
5831
|
},
|
|
5722
5832
|
"DescribePipelineResponse": {
|
|
@@ -5738,6 +5848,16 @@ SHAPE_DAG = {
|
|
|
5738
5848
|
"shape": "ParallelismConfiguration",
|
|
5739
5849
|
"type": "structure",
|
|
5740
5850
|
},
|
|
5851
|
+
{
|
|
5852
|
+
"name": "PipelineVersionDisplayName",
|
|
5853
|
+
"shape": "PipelineVersionName",
|
|
5854
|
+
"type": "string",
|
|
5855
|
+
},
|
|
5856
|
+
{
|
|
5857
|
+
"name": "PipelineVersionDescription",
|
|
5858
|
+
"shape": "PipelineVersionDescription",
|
|
5859
|
+
"type": "string",
|
|
5860
|
+
},
|
|
5741
5861
|
],
|
|
5742
5862
|
"type": "structure",
|
|
5743
5863
|
},
|
|
@@ -6703,6 +6823,17 @@ SHAPE_DAG = {
|
|
|
6703
6823
|
"type": "list",
|
|
6704
6824
|
},
|
|
6705
6825
|
"Endpoints": {"member_shape": "EndpointInfo", "member_type": "structure", "type": "list"},
|
|
6826
|
+
"EnvironmentConfig": {
|
|
6827
|
+
"members": [{"name": "FSxLustreConfig", "shape": "FSxLustreConfig", "type": "structure"}],
|
|
6828
|
+
"type": "structure",
|
|
6829
|
+
},
|
|
6830
|
+
"EnvironmentConfigDetails": {
|
|
6831
|
+
"members": [
|
|
6832
|
+
{"name": "FSxLustreConfig", "shape": "FSxLustreConfig", "type": "structure"},
|
|
6833
|
+
{"name": "S3OutputPath", "shape": "S3Uri", "type": "string"},
|
|
6834
|
+
],
|
|
6835
|
+
"type": "structure",
|
|
6836
|
+
},
|
|
6706
6837
|
"EnvironmentMap": {
|
|
6707
6838
|
"key_shape": "EnvironmentKey",
|
|
6708
6839
|
"key_type": "string",
|
|
@@ -6802,6 +6933,17 @@ SHAPE_DAG = {
|
|
|
6802
6933
|
],
|
|
6803
6934
|
"type": "structure",
|
|
6804
6935
|
},
|
|
6936
|
+
"FSxLustreConfig": {
|
|
6937
|
+
"members": [
|
|
6938
|
+
{"name": "SizeInGiB", "shape": "FSxLustreSizeInGiB", "type": "integer"},
|
|
6939
|
+
{
|
|
6940
|
+
"name": "PerUnitStorageThroughput",
|
|
6941
|
+
"shape": "FSxLustrePerUnitStorageThroughput",
|
|
6942
|
+
"type": "integer",
|
|
6943
|
+
},
|
|
6944
|
+
],
|
|
6945
|
+
"type": "structure",
|
|
6946
|
+
},
|
|
6805
6947
|
"FSxLustreFileSystem": {
|
|
6806
6948
|
"members": [{"name": "FileSystemId", "shape": "FileSystemId", "type": "string"}],
|
|
6807
6949
|
"type": "structure",
|
|
@@ -10006,6 +10148,28 @@ SHAPE_DAG = {
|
|
|
10006
10148
|
],
|
|
10007
10149
|
"type": "structure",
|
|
10008
10150
|
},
|
|
10151
|
+
"ListPipelineVersionsRequest": {
|
|
10152
|
+
"members": [
|
|
10153
|
+
{"name": "PipelineName", "shape": "PipelineNameOrArn", "type": "string"},
|
|
10154
|
+
{"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"},
|
|
10155
|
+
{"name": "CreatedBefore", "shape": "Timestamp", "type": "timestamp"},
|
|
10156
|
+
{"name": "SortOrder", "shape": "SortOrder", "type": "string"},
|
|
10157
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
10158
|
+
{"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
|
|
10159
|
+
],
|
|
10160
|
+
"type": "structure",
|
|
10161
|
+
},
|
|
10162
|
+
"ListPipelineVersionsResponse": {
|
|
10163
|
+
"members": [
|
|
10164
|
+
{
|
|
10165
|
+
"name": "PipelineVersionSummaries",
|
|
10166
|
+
"shape": "PipelineVersionSummaryList",
|
|
10167
|
+
"type": "list",
|
|
10168
|
+
},
|
|
10169
|
+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
|
|
10170
|
+
],
|
|
10171
|
+
"type": "structure",
|
|
10172
|
+
},
|
|
10009
10173
|
"ListPipelinesRequest": {
|
|
10010
10174
|
"members": [
|
|
10011
10175
|
{"name": "PipelineNamePrefix", "shape": "PipelineName", "type": "string"},
|
|
@@ -12176,6 +12340,12 @@ SHAPE_DAG = {
|
|
|
12176
12340
|
"type": "structure",
|
|
12177
12341
|
},
|
|
12178
12342
|
{"name": "PipelineParameters", "shape": "ParameterList", "type": "list"},
|
|
12343
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
12344
|
+
{
|
|
12345
|
+
"name": "PipelineVersionDisplayName",
|
|
12346
|
+
"shape": "PipelineVersionName",
|
|
12347
|
+
"type": "string",
|
|
12348
|
+
},
|
|
12179
12349
|
],
|
|
12180
12350
|
"type": "structure",
|
|
12181
12351
|
},
|
|
@@ -12278,10 +12448,81 @@ SHAPE_DAG = {
|
|
|
12278
12448
|
"member_type": "structure",
|
|
12279
12449
|
"type": "list",
|
|
12280
12450
|
},
|
|
12451
|
+
"PipelineVersion": {
|
|
12452
|
+
"members": [
|
|
12453
|
+
{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
|
|
12454
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
12455
|
+
{
|
|
12456
|
+
"name": "PipelineVersionDisplayName",
|
|
12457
|
+
"shape": "PipelineVersionName",
|
|
12458
|
+
"type": "string",
|
|
12459
|
+
},
|
|
12460
|
+
{
|
|
12461
|
+
"name": "PipelineVersionDescription",
|
|
12462
|
+
"shape": "PipelineVersionDescription",
|
|
12463
|
+
"type": "string",
|
|
12464
|
+
},
|
|
12465
|
+
{"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
|
|
12466
|
+
{"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
|
|
12467
|
+
{"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
|
|
12468
|
+
{"name": "LastModifiedBy", "shape": "UserContext", "type": "structure"},
|
|
12469
|
+
{
|
|
12470
|
+
"name": "LastExecutedPipelineExecutionArn",
|
|
12471
|
+
"shape": "PipelineExecutionArn",
|
|
12472
|
+
"type": "string",
|
|
12473
|
+
},
|
|
12474
|
+
{
|
|
12475
|
+
"name": "LastExecutedPipelineExecutionDisplayName",
|
|
12476
|
+
"shape": "PipelineExecutionName",
|
|
12477
|
+
"type": "string",
|
|
12478
|
+
},
|
|
12479
|
+
{
|
|
12480
|
+
"name": "LastExecutedPipelineExecutionStatus",
|
|
12481
|
+
"shape": "PipelineExecutionStatus",
|
|
12482
|
+
"type": "string",
|
|
12483
|
+
},
|
|
12484
|
+
],
|
|
12485
|
+
"type": "structure",
|
|
12486
|
+
},
|
|
12487
|
+
"PipelineVersionSummary": {
|
|
12488
|
+
"members": [
|
|
12489
|
+
{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
|
|
12490
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
12491
|
+
{"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
|
|
12492
|
+
{
|
|
12493
|
+
"name": "PipelineVersionDescription",
|
|
12494
|
+
"shape": "PipelineVersionDescription",
|
|
12495
|
+
"type": "string",
|
|
12496
|
+
},
|
|
12497
|
+
{
|
|
12498
|
+
"name": "PipelineVersionDisplayName",
|
|
12499
|
+
"shape": "PipelineVersionName",
|
|
12500
|
+
"type": "string",
|
|
12501
|
+
},
|
|
12502
|
+
{
|
|
12503
|
+
"name": "LastExecutionPipelineExecutionArn",
|
|
12504
|
+
"shape": "PipelineExecutionArn",
|
|
12505
|
+
"type": "string",
|
|
12506
|
+
},
|
|
12507
|
+
],
|
|
12508
|
+
"type": "structure",
|
|
12509
|
+
},
|
|
12510
|
+
"PipelineVersionSummaryList": {
|
|
12511
|
+
"member_shape": "PipelineVersionSummary",
|
|
12512
|
+
"member_type": "structure",
|
|
12513
|
+
"type": "list",
|
|
12514
|
+
},
|
|
12281
12515
|
"PredefinedMetricSpecification": {
|
|
12282
12516
|
"members": [{"name": "PredefinedMetricType", "shape": "String", "type": "string"}],
|
|
12283
12517
|
"type": "structure",
|
|
12284
12518
|
},
|
|
12519
|
+
"PresignedUrlAccessConfig": {
|
|
12520
|
+
"members": [
|
|
12521
|
+
{"name": "AcceptEula", "shape": "Boolean", "type": "boolean"},
|
|
12522
|
+
{"name": "ExpectedS3Url", "shape": "S3ModelUri", "type": "string"},
|
|
12523
|
+
],
|
|
12524
|
+
"type": "structure",
|
|
12525
|
+
},
|
|
12285
12526
|
"PriorityClass": {
|
|
12286
12527
|
"members": [
|
|
12287
12528
|
{"name": "Name", "shape": "ClusterSchedulerPriorityClassName", "type": "string"},
|
|
@@ -13544,6 +13785,7 @@ SHAPE_DAG = {
|
|
|
13544
13785
|
{"name": "ModelPackageGroup", "shape": "ModelPackageGroup", "type": "structure"},
|
|
13545
13786
|
{"name": "Pipeline", "shape": "Pipeline", "type": "structure"},
|
|
13546
13787
|
{"name": "PipelineExecution", "shape": "PipelineExecution", "type": "structure"},
|
|
13788
|
+
{"name": "PipelineVersion", "shape": "PipelineVersion", "type": "structure"},
|
|
13547
13789
|
{"name": "FeatureGroup", "shape": "FeatureGroup", "type": "structure"},
|
|
13548
13790
|
{"name": "FeatureMetadata", "shape": "FeatureMetadata", "type": "structure"},
|
|
13549
13791
|
{"name": "Project", "shape": "Project", "type": "structure"},
|
|
@@ -13861,12 +14103,14 @@ SHAPE_DAG = {
|
|
|
13861
14103
|
{"name": "SpaceStorageSettings", "shape": "SpaceStorageSettings", "type": "structure"},
|
|
13862
14104
|
{"name": "SpaceManagedResources", "shape": "FeatureStatus", "type": "string"},
|
|
13863
14105
|
{"name": "CustomFileSystems", "shape": "CustomFileSystems", "type": "list"},
|
|
14106
|
+
{"name": "RemoteAccess", "shape": "FeatureStatus", "type": "string"},
|
|
13864
14107
|
],
|
|
13865
14108
|
"type": "structure",
|
|
13866
14109
|
},
|
|
13867
14110
|
"SpaceSettingsSummary": {
|
|
13868
14111
|
"members": [
|
|
13869
14112
|
{"name": "AppType", "shape": "AppType", "type": "string"},
|
|
14113
|
+
{"name": "RemoteAccess", "shape": "FeatureStatus", "type": "string"},
|
|
13870
14114
|
{"name": "SpaceStorageSettings", "shape": "SpaceStorageSettings", "type": "structure"},
|
|
13871
14115
|
],
|
|
13872
14116
|
"type": "structure",
|
|
@@ -13957,6 +14201,7 @@ SHAPE_DAG = {
|
|
|
13957
14201
|
"shape": "SelectiveExecutionConfig",
|
|
13958
14202
|
"type": "structure",
|
|
13959
14203
|
},
|
|
14204
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
13960
14205
|
],
|
|
13961
14206
|
"type": "structure",
|
|
13962
14207
|
},
|
|
@@ -13966,6 +14211,20 @@ SHAPE_DAG = {
|
|
|
13966
14211
|
],
|
|
13967
14212
|
"type": "structure",
|
|
13968
14213
|
},
|
|
14214
|
+
"StartSessionRequest": {
|
|
14215
|
+
"members": [
|
|
14216
|
+
{"name": "ResourceIdentifier", "shape": "ResourceIdentifier", "type": "string"}
|
|
14217
|
+
],
|
|
14218
|
+
"type": "structure",
|
|
14219
|
+
},
|
|
14220
|
+
"StartSessionResponse": {
|
|
14221
|
+
"members": [
|
|
14222
|
+
{"name": "SessionId", "shape": "SessionId", "type": "string"},
|
|
14223
|
+
{"name": "StreamUrl", "shape": "StreamUrl", "type": "string"},
|
|
14224
|
+
{"name": "TokenValue", "shape": "TokenValue", "type": "string"},
|
|
14225
|
+
],
|
|
14226
|
+
"type": "structure",
|
|
14227
|
+
},
|
|
13969
14228
|
"StopAutoMLJobRequest": {
|
|
13970
14229
|
"members": [{"name": "AutoMLJobName", "shape": "AutoMLJobName", "type": "string"}],
|
|
13971
14230
|
"type": "structure",
|
|
@@ -15084,6 +15343,11 @@ SHAPE_DAG = {
|
|
|
15084
15343
|
"shape": "ClusterInstanceGroupSpecifications",
|
|
15085
15344
|
"type": "list",
|
|
15086
15345
|
},
|
|
15346
|
+
{
|
|
15347
|
+
"name": "RestrictedInstanceGroups",
|
|
15348
|
+
"shape": "ClusterRestrictedInstanceGroupSpecifications",
|
|
15349
|
+
"type": "list",
|
|
15350
|
+
},
|
|
15087
15351
|
{"name": "NodeRecovery", "shape": "ClusterNodeRecovery", "type": "string"},
|
|
15088
15352
|
{
|
|
15089
15353
|
"name": "InstanceGroupsToDelete",
|
|
@@ -15695,7 +15959,34 @@ SHAPE_DAG = {
|
|
|
15695
15959
|
"type": "structure",
|
|
15696
15960
|
},
|
|
15697
15961
|
"UpdatePipelineResponse": {
|
|
15698
|
-
"members": [
|
|
15962
|
+
"members": [
|
|
15963
|
+
{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
|
|
15964
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
15965
|
+
],
|
|
15966
|
+
"type": "structure",
|
|
15967
|
+
},
|
|
15968
|
+
"UpdatePipelineVersionRequest": {
|
|
15969
|
+
"members": [
|
|
15970
|
+
{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
|
|
15971
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
15972
|
+
{
|
|
15973
|
+
"name": "PipelineVersionDisplayName",
|
|
15974
|
+
"shape": "PipelineVersionName",
|
|
15975
|
+
"type": "string",
|
|
15976
|
+
},
|
|
15977
|
+
{
|
|
15978
|
+
"name": "PipelineVersionDescription",
|
|
15979
|
+
"shape": "PipelineVersionDescription",
|
|
15980
|
+
"type": "string",
|
|
15981
|
+
},
|
|
15982
|
+
],
|
|
15983
|
+
"type": "structure",
|
|
15984
|
+
},
|
|
15985
|
+
"UpdatePipelineVersionResponse": {
|
|
15986
|
+
"members": [
|
|
15987
|
+
{"name": "PipelineArn", "shape": "PipelineArn", "type": "string"},
|
|
15988
|
+
{"name": "PipelineVersionId", "shape": "PipelineVersionId", "type": "long"},
|
|
15989
|
+
],
|
|
15699
15990
|
"type": "structure",
|
|
15700
15991
|
},
|
|
15701
15992
|
"UpdateProjectInput": {
|
|
@@ -3219,6 +3219,7 @@ class Cluster(Base):
|
|
|
3219
3219
|
cluster_name: The name of the SageMaker HyperPod cluster.
|
|
3220
3220
|
creation_time: The time when the SageMaker Cluster is created.
|
|
3221
3221
|
failure_message: The failure message of the SageMaker HyperPod cluster.
|
|
3222
|
+
restricted_instance_groups: The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.
|
|
3222
3223
|
vpc_config:
|
|
3223
3224
|
orchestrator: The type of orchestrator used for the SageMaker HyperPod cluster.
|
|
3224
3225
|
node_recovery: The node recovery mode configured for the SageMaker HyperPod cluster.
|
|
@@ -3231,6 +3232,9 @@ class Cluster(Base):
|
|
|
3231
3232
|
creation_time: Optional[datetime.datetime] = Unassigned()
|
|
3232
3233
|
failure_message: Optional[str] = Unassigned()
|
|
3233
3234
|
instance_groups: Optional[List[shapes.ClusterInstanceGroupDetails]] = Unassigned()
|
|
3235
|
+
restricted_instance_groups: Optional[List[shapes.ClusterRestrictedInstanceGroupDetails]] = (
|
|
3236
|
+
Unassigned()
|
|
3237
|
+
)
|
|
3234
3238
|
vpc_config: Optional[shapes.VpcConfig] = Unassigned()
|
|
3235
3239
|
orchestrator: Optional[shapes.ClusterOrchestrator] = Unassigned()
|
|
3236
3240
|
node_recovery: Optional[str] = Unassigned()
|
|
@@ -3276,6 +3280,9 @@ class Cluster(Base):
|
|
|
3276
3280
|
cls,
|
|
3277
3281
|
cluster_name: str,
|
|
3278
3282
|
instance_groups: Optional[List[shapes.ClusterInstanceGroupSpecification]] = Unassigned(),
|
|
3283
|
+
restricted_instance_groups: Optional[
|
|
3284
|
+
List[shapes.ClusterRestrictedInstanceGroupSpecification]
|
|
3285
|
+
] = Unassigned(),
|
|
3279
3286
|
vpc_config: Optional[shapes.VpcConfig] = Unassigned(),
|
|
3280
3287
|
tags: Optional[List[shapes.Tag]] = Unassigned(),
|
|
3281
3288
|
orchestrator: Optional[shapes.ClusterOrchestrator] = Unassigned(),
|
|
@@ -3289,6 +3296,7 @@ class Cluster(Base):
|
|
|
3289
3296
|
Parameters:
|
|
3290
3297
|
cluster_name: The name for the new SageMaker HyperPod cluster.
|
|
3291
3298
|
instance_groups: The instance groups to be created in the SageMaker HyperPod cluster.
|
|
3299
|
+
restricted_instance_groups: The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.
|
|
3292
3300
|
vpc_config: Specifies the Amazon Virtual Private Cloud (VPC) that is associated with the Amazon SageMaker HyperPod cluster. You can control access to and from your resources by configuring your VPC. For more information, see Give SageMaker access to resources in your Amazon VPC. 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.
|
|
3293
3301
|
tags: Custom tags for managing the SageMaker HyperPod cluster as an Amazon Web Services resource. You can add tags to your cluster in the same way you add them in other Amazon Web Services services that support tagging. To learn more about tagging Amazon Web Services resources in general, see Tagging Amazon Web Services Resources User Guide.
|
|
3294
3302
|
orchestrator: The type of orchestrator to use for the SageMaker HyperPod cluster. Currently, the only supported value is "eks", which is to use an Amazon Elastic Kubernetes Service (EKS) cluster as the orchestrator.
|
|
@@ -3324,6 +3332,7 @@ class Cluster(Base):
|
|
|
3324
3332
|
operation_input_args = {
|
|
3325
3333
|
"ClusterName": cluster_name,
|
|
3326
3334
|
"InstanceGroups": instance_groups,
|
|
3335
|
+
"RestrictedInstanceGroups": restricted_instance_groups,
|
|
3327
3336
|
"VpcConfig": vpc_config,
|
|
3328
3337
|
"Tags": tags,
|
|
3329
3338
|
"Orchestrator": orchestrator,
|
|
@@ -3438,6 +3447,9 @@ class Cluster(Base):
|
|
|
3438
3447
|
def update(
|
|
3439
3448
|
self,
|
|
3440
3449
|
instance_groups: Optional[List[shapes.ClusterInstanceGroupSpecification]] = Unassigned(),
|
|
3450
|
+
restricted_instance_groups: Optional[
|
|
3451
|
+
List[shapes.ClusterRestrictedInstanceGroupSpecification]
|
|
3452
|
+
] = Unassigned(),
|
|
3441
3453
|
node_recovery: Optional[str] = Unassigned(),
|
|
3442
3454
|
instance_groups_to_delete: Optional[List[str]] = Unassigned(),
|
|
3443
3455
|
) -> Optional["Cluster"]:
|
|
@@ -3471,6 +3483,7 @@ class Cluster(Base):
|
|
|
3471
3483
|
operation_input_args = {
|
|
3472
3484
|
"ClusterName": self.cluster_name,
|
|
3473
3485
|
"InstanceGroups": instance_groups,
|
|
3486
|
+
"RestrictedInstanceGroups": restricted_instance_groups,
|
|
3474
3487
|
"NodeRecovery": node_recovery,
|
|
3475
3488
|
"InstanceGroupsToDelete": instance_groups_to_delete,
|
|
3476
3489
|
}
|
|
@@ -3717,7 +3730,7 @@ class Cluster(Base):
|
|
|
3717
3730
|
@Base.add_validate_call
|
|
3718
3731
|
def get_node(
|
|
3719
3732
|
self,
|
|
3720
|
-
node_id: str,
|
|
3733
|
+
node_id: Optional[str] = Unassigned(),
|
|
3721
3734
|
session: Optional[Session] = None,
|
|
3722
3735
|
region: Optional[str] = None,
|
|
3723
3736
|
) -> Optional[shapes.ClusterNodeDetails]:
|
|
@@ -3879,7 +3892,7 @@ class Cluster(Base):
|
|
|
3879
3892
|
@Base.add_validate_call
|
|
3880
3893
|
def batch_delete_nodes(
|
|
3881
3894
|
self,
|
|
3882
|
-
node_ids: List[str],
|
|
3895
|
+
node_ids: Optional[List[str]] = Unassigned(),
|
|
3883
3896
|
session: Optional[Session] = None,
|
|
3884
3897
|
region: Optional[str] = None,
|
|
3885
3898
|
) -> Optional[shapes.BatchDeleteClusterNodesResponse]:
|
|
@@ -7402,9 +7415,9 @@ class Domain(Base):
|
|
|
7402
7415
|
domain_name: str,
|
|
7403
7416
|
auth_mode: str,
|
|
7404
7417
|
default_user_settings: shapes.UserSettings,
|
|
7405
|
-
subnet_ids: List[str],
|
|
7406
|
-
vpc_id: str,
|
|
7407
7418
|
domain_settings: Optional[shapes.DomainSettings] = Unassigned(),
|
|
7419
|
+
subnet_ids: Optional[List[str]] = Unassigned(),
|
|
7420
|
+
vpc_id: Optional[str] = Unassigned(),
|
|
7408
7421
|
tags: Optional[List[shapes.Tag]] = Unassigned(),
|
|
7409
7422
|
app_network_access_type: Optional[str] = Unassigned(),
|
|
7410
7423
|
home_efs_file_system_kms_key_id: Optional[str] = Unassigned(),
|
|
@@ -7422,9 +7435,9 @@ class Domain(Base):
|
|
|
7422
7435
|
domain_name: A name for the domain.
|
|
7423
7436
|
auth_mode: The mode of authentication that members use to access the domain.
|
|
7424
7437
|
default_user_settings: The default settings to use to create a user profile when UserSettings isn't specified in the call to the CreateUserProfile API. SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.
|
|
7438
|
+
domain_settings: A collection of Domain settings.
|
|
7425
7439
|
subnet_ids: The VPC subnets that the domain uses for communication.
|
|
7426
7440
|
vpc_id: The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.
|
|
7427
|
-
domain_settings: A collection of Domain settings.
|
|
7428
7441
|
tags: Tags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API. Tags that you specify for the Domain are also added to all Apps that the Domain launches.
|
|
7429
7442
|
app_network_access_type: Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly. PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access VpcOnly - All traffic is through the specified VPC and subnets
|
|
7430
7443
|
home_efs_file_system_kms_key_id: Use KmsKeyId.
|
|
@@ -12765,6 +12778,116 @@ class HubContent(Base):
|
|
|
12765
12778
|
)
|
|
12766
12779
|
|
|
12767
12780
|
|
|
12781
|
+
class HubContentPresignedUrls(Base):
|
|
12782
|
+
"""
|
|
12783
|
+
Class representing resource HubContentPresignedUrls
|
|
12784
|
+
|
|
12785
|
+
Attributes:
|
|
12786
|
+
hub_name: The name or Amazon Resource Name (ARN) of the hub that contains the content. For public content, use SageMakerPublicHub.
|
|
12787
|
+
hub_content_type: The type of hub content to access. Valid values include Model, Notebook, and ModelReference.
|
|
12788
|
+
hub_content_name: The name of the hub content for which to generate presigned URLs. This identifies the specific model or content within the hub.
|
|
12789
|
+
authorized_url_configs: An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
|
|
12790
|
+
hub_content_version: The version of the hub content. If not specified, the latest version is used.
|
|
12791
|
+
access_config: Configuration settings for accessing the hub content, including end-user license agreement acceptance for gated models and expected S3 URL validation.
|
|
12792
|
+
max_results: The maximum number of presigned URLs to return in the response. Default value is 100. Large models may contain hundreds of files, requiring pagination to retrieve all URLs.
|
|
12793
|
+
next_token: A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.
|
|
12794
|
+
|
|
12795
|
+
"""
|
|
12796
|
+
|
|
12797
|
+
hub_name: Union[str, object]
|
|
12798
|
+
hub_content_type: str
|
|
12799
|
+
hub_content_name: Union[str, object]
|
|
12800
|
+
authorized_url_configs: List[shapes.AuthorizedUrl]
|
|
12801
|
+
hub_content_version: Optional[str] = Unassigned()
|
|
12802
|
+
access_config: Optional[shapes.PresignedUrlAccessConfig] = Unassigned()
|
|
12803
|
+
max_results: Optional[int] = Unassigned()
|
|
12804
|
+
next_token: Optional[str] = Unassigned()
|
|
12805
|
+
|
|
12806
|
+
def get_name(self) -> str:
|
|
12807
|
+
attributes = vars(self)
|
|
12808
|
+
resource_name = "hub_content_presigned_urls_name"
|
|
12809
|
+
resource_name_split = resource_name.split("_")
|
|
12810
|
+
attribute_name_candidates = []
|
|
12811
|
+
|
|
12812
|
+
l = len(resource_name_split)
|
|
12813
|
+
for i in range(0, l):
|
|
12814
|
+
attribute_name_candidates.append("_".join(resource_name_split[i:l]))
|
|
12815
|
+
|
|
12816
|
+
for attribute, value in attributes.items():
|
|
12817
|
+
if attribute == "name" or attribute in attribute_name_candidates:
|
|
12818
|
+
return value
|
|
12819
|
+
logger.error("Name attribute not found for object hub_content_presigned_urls")
|
|
12820
|
+
return None
|
|
12821
|
+
|
|
12822
|
+
@classmethod
|
|
12823
|
+
@Base.add_validate_call
|
|
12824
|
+
def create(
|
|
12825
|
+
cls,
|
|
12826
|
+
hub_name: Union[str, object],
|
|
12827
|
+
hub_content_type: str,
|
|
12828
|
+
hub_content_name: Union[str, object],
|
|
12829
|
+
hub_content_version: Optional[str] = Unassigned(),
|
|
12830
|
+
access_config: Optional[shapes.PresignedUrlAccessConfig] = Unassigned(),
|
|
12831
|
+
max_results: Optional[int] = Unassigned(),
|
|
12832
|
+
next_token: Optional[str] = Unassigned(),
|
|
12833
|
+
) -> Optional["HubContentPresignedUrls"]:
|
|
12834
|
+
"""
|
|
12835
|
+
Create a HubContentPresignedUrls resource
|
|
12836
|
+
|
|
12837
|
+
Parameters:
|
|
12838
|
+
hub_name: The name or Amazon Resource Name (ARN) of the hub that contains the content. For public content, use SageMakerPublicHub.
|
|
12839
|
+
hub_content_type: The type of hub content to access. Valid values include Model, Notebook, and ModelReference.
|
|
12840
|
+
hub_content_name: The name of the hub content for which to generate presigned URLs. This identifies the specific model or content within the hub.
|
|
12841
|
+
hub_content_version: The version of the hub content. If not specified, the latest version is used.
|
|
12842
|
+
access_config: Configuration settings for accessing the hub content, including end-user license agreement acceptance for gated models and expected S3 URL validation.
|
|
12843
|
+
max_results: The maximum number of presigned URLs to return in the response. Default value is 100. Large models may contain hundreds of files, requiring pagination to retrieve all URLs.
|
|
12844
|
+
next_token: A token for pagination. Use this token to retrieve the next set of presigned URLs when the response is truncated.
|
|
12845
|
+
session: Boto3 session.
|
|
12846
|
+
region: Region name.
|
|
12847
|
+
|
|
12848
|
+
Returns:
|
|
12849
|
+
The HubContentPresignedUrls resource.
|
|
12850
|
+
|
|
12851
|
+
Raises:
|
|
12852
|
+
botocore.exceptions.ClientError: This exception is raised for AWS service related errors.
|
|
12853
|
+
The error message and error code can be parsed from the exception as follows:
|
|
12854
|
+
```
|
|
12855
|
+
try:
|
|
12856
|
+
# AWS service call here
|
|
12857
|
+
except botocore.exceptions.ClientError as e:
|
|
12858
|
+
error_message = e.response['Error']['Message']
|
|
12859
|
+
error_code = e.response['Error']['Code']
|
|
12860
|
+
```
|
|
12861
|
+
ConfigSchemaValidationError: Raised when a configuration file does not adhere to the schema
|
|
12862
|
+
LocalConfigNotFoundError: Raised when a configuration file is not found in local file system
|
|
12863
|
+
S3ConfigNotFoundError: Raised when a configuration file is not found in S3
|
|
12864
|
+
"""
|
|
12865
|
+
|
|
12866
|
+
operation_input_args = {
|
|
12867
|
+
"HubName": hub_name,
|
|
12868
|
+
"HubContentType": hub_content_type,
|
|
12869
|
+
"HubContentName": hub_content_name,
|
|
12870
|
+
"HubContentVersion": hub_content_version,
|
|
12871
|
+
"AccessConfig": access_config,
|
|
12872
|
+
"MaxResults": max_results,
|
|
12873
|
+
"NextToken": next_token,
|
|
12874
|
+
}
|
|
12875
|
+
# serialize the input request
|
|
12876
|
+
operation_input_args = serialize(operation_input_args)
|
|
12877
|
+
logger.debug(f"Serialized input request: {operation_input_args}")
|
|
12878
|
+
|
|
12879
|
+
client = Base.get_sagemaker_client(
|
|
12880
|
+
session=session, region_name=region, service_name="sagemaker"
|
|
12881
|
+
)
|
|
12882
|
+
|
|
12883
|
+
logger.debug(f"Calling create_hub_content_presigned_urls API")
|
|
12884
|
+
response = client.create_hub_content_presigned_urls(**operation_input_args)
|
|
12885
|
+
logger.debug(f"Response: {response}")
|
|
12886
|
+
|
|
12887
|
+
transformed_response = transform(response, "CreateHubContentPresignedUrlsResponse")
|
|
12888
|
+
return cls(**operation_input_args, **transformed_response)
|
|
12889
|
+
|
|
12890
|
+
|
|
12768
12891
|
class HubContentReference(Base):
|
|
12769
12892
|
"""
|
|
12770
12893
|
Class representing resource HubContentReference
|
|
@@ -24428,6 +24551,8 @@ class Pipeline(Base):
|
|
|
24428
24551
|
created_by:
|
|
24429
24552
|
last_modified_by:
|
|
24430
24553
|
parallelism_configuration: Lists the parallelism configuration applied to the pipeline.
|
|
24554
|
+
pipeline_version_display_name: The display name of the pipeline version.
|
|
24555
|
+
pipeline_version_description: The description of the pipeline version.
|
|
24431
24556
|
|
|
24432
24557
|
"""
|
|
24433
24558
|
|
|
@@ -24444,6 +24569,8 @@ class Pipeline(Base):
|
|
|
24444
24569
|
created_by: Optional[shapes.UserContext] = Unassigned()
|
|
24445
24570
|
last_modified_by: Optional[shapes.UserContext] = Unassigned()
|
|
24446
24571
|
parallelism_configuration: Optional[shapes.ParallelismConfiguration] = Unassigned()
|
|
24572
|
+
pipeline_version_display_name: Optional[str] = Unassigned()
|
|
24573
|
+
pipeline_version_description: Optional[str] = Unassigned()
|
|
24447
24574
|
|
|
24448
24575
|
def get_name(self) -> str:
|
|
24449
24576
|
attributes = vars(self)
|
|
@@ -24567,6 +24694,7 @@ class Pipeline(Base):
|
|
|
24567
24694
|
def get(
|
|
24568
24695
|
cls,
|
|
24569
24696
|
pipeline_name: str,
|
|
24697
|
+
pipeline_version_id: Optional[int] = Unassigned(),
|
|
24570
24698
|
session: Optional[Session] = None,
|
|
24571
24699
|
region: Optional[str] = None,
|
|
24572
24700
|
) -> Optional["Pipeline"]:
|
|
@@ -24575,6 +24703,7 @@ class Pipeline(Base):
|
|
|
24575
24703
|
|
|
24576
24704
|
Parameters:
|
|
24577
24705
|
pipeline_name: The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
|
24706
|
+
pipeline_version_id: The ID of the pipeline version to describe.
|
|
24578
24707
|
session: Boto3 session.
|
|
24579
24708
|
region: Region name.
|
|
24580
24709
|
|
|
@@ -24596,6 +24725,7 @@ class Pipeline(Base):
|
|
|
24596
24725
|
|
|
24597
24726
|
operation_input_args = {
|
|
24598
24727
|
"PipelineName": pipeline_name,
|
|
24728
|
+
"PipelineVersionId": pipeline_version_id,
|
|
24599
24729
|
}
|
|
24600
24730
|
# serialize the input request
|
|
24601
24731
|
operation_input_args = serialize(operation_input_args)
|
|
@@ -24616,6 +24746,7 @@ class Pipeline(Base):
|
|
|
24616
24746
|
@Base.add_validate_call
|
|
24617
24747
|
def refresh(
|
|
24618
24748
|
self,
|
|
24749
|
+
pipeline_version_id: Optional[int] = Unassigned(),
|
|
24619
24750
|
) -> Optional["Pipeline"]:
|
|
24620
24751
|
"""
|
|
24621
24752
|
Refresh a Pipeline resource
|
|
@@ -24638,6 +24769,7 @@ class Pipeline(Base):
|
|
|
24638
24769
|
|
|
24639
24770
|
operation_input_args = {
|
|
24640
24771
|
"PipelineName": self.pipeline_name,
|
|
24772
|
+
"PipelineVersionId": pipeline_version_id,
|
|
24641
24773
|
}
|
|
24642
24774
|
# serialize the input request
|
|
24643
24775
|
operation_input_args = serialize(operation_input_args)
|
|
@@ -24943,6 +25075,7 @@ class PipelineExecution(Base):
|
|
|
24943
25075
|
last_modified_by:
|
|
24944
25076
|
parallelism_configuration: The parallelism configuration applied to the pipeline.
|
|
24945
25077
|
selective_execution_config: The selective execution configuration applied to the pipeline run.
|
|
25078
|
+
pipeline_version_id: The ID of the pipeline version.
|
|
24946
25079
|
|
|
24947
25080
|
"""
|
|
24948
25081
|
|
|
@@ -24959,6 +25092,7 @@ class PipelineExecution(Base):
|
|
|
24959
25092
|
last_modified_by: Optional[shapes.UserContext] = Unassigned()
|
|
24960
25093
|
parallelism_configuration: Optional[shapes.ParallelismConfiguration] = Unassigned()
|
|
24961
25094
|
selective_execution_config: Optional[shapes.SelectiveExecutionConfig] = Unassigned()
|
|
25095
|
+
pipeline_version_id: Optional[int] = Unassigned()
|
|
24962
25096
|
|
|
24963
25097
|
def get_name(self) -> str:
|
|
24964
25098
|
attributes = vars(self)
|
|
@@ -26953,6 +27087,13 @@ class SagemakerServicecatalogPortfolio(Base):
|
|
|
26953
27087
|
return list(response.values())[0]
|
|
26954
27088
|
|
|
26955
27089
|
|
|
27090
|
+
class Session(Base):
|
|
27091
|
+
"""
|
|
27092
|
+
Class representing resource Session
|
|
27093
|
+
|
|
27094
|
+
"""
|
|
27095
|
+
|
|
27096
|
+
|
|
26956
27097
|
class Space(Base):
|
|
26957
27098
|
"""
|
|
26958
27099
|
Class representing resource Space
|
|
@@ -1516,7 +1516,7 @@ class IamIdentity(Base):
|
|
|
1516
1516
|
class UserContext(Base):
|
|
1517
1517
|
"""
|
|
1518
1518
|
UserContext
|
|
1519
|
-
Information about the user who created or modified
|
|
1519
|
+
Information about the user who created or modified a SageMaker resource.
|
|
1520
1520
|
|
|
1521
1521
|
Attributes
|
|
1522
1522
|
----------------------
|
|
@@ -1652,6 +1652,21 @@ class AthenaDatasetDefinition(Base):
|
|
|
1652
1652
|
output_compression: Optional[str] = Unassigned()
|
|
1653
1653
|
|
|
1654
1654
|
|
|
1655
|
+
class AuthorizedUrl(Base):
|
|
1656
|
+
"""
|
|
1657
|
+
AuthorizedUrl
|
|
1658
|
+
Contains a presigned URL and its associated local file path for downloading hub content artifacts.
|
|
1659
|
+
|
|
1660
|
+
Attributes
|
|
1661
|
+
----------------------
|
|
1662
|
+
url: The presigned S3 URL that provides temporary, secure access to download the file. URLs expire within 15 minutes for security purposes.
|
|
1663
|
+
local_path: The recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.
|
|
1664
|
+
"""
|
|
1665
|
+
|
|
1666
|
+
url: Optional[str] = Unassigned()
|
|
1667
|
+
local_path: Optional[str] = Unassigned()
|
|
1668
|
+
|
|
1669
|
+
|
|
1655
1670
|
class AutoMLAlgorithmConfig(Base):
|
|
1656
1671
|
"""
|
|
1657
1672
|
AutoMLAlgorithmConfig
|
|
@@ -3537,6 +3552,121 @@ class ClusterOrchestrator(Base):
|
|
|
3537
3552
|
eks: ClusterOrchestratorEksConfig
|
|
3538
3553
|
|
|
3539
3554
|
|
|
3555
|
+
class FSxLustreConfig(Base):
|
|
3556
|
+
"""
|
|
3557
|
+
FSxLustreConfig
|
|
3558
|
+
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
|
|
3559
|
+
|
|
3560
|
+
Attributes
|
|
3561
|
+
----------------------
|
|
3562
|
+
size_in_gi_b: The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).
|
|
3563
|
+
per_unit_storage_throughput: The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
|
|
3564
|
+
"""
|
|
3565
|
+
|
|
3566
|
+
size_in_gi_b: int
|
|
3567
|
+
per_unit_storage_throughput: int
|
|
3568
|
+
|
|
3569
|
+
|
|
3570
|
+
class EnvironmentConfigDetails(Base):
|
|
3571
|
+
"""
|
|
3572
|
+
EnvironmentConfigDetails
|
|
3573
|
+
The configuration details for the restricted instance groups (RIG) environment.
|
|
3574
|
+
|
|
3575
|
+
Attributes
|
|
3576
|
+
----------------------
|
|
3577
|
+
f_sx_lustre_config: Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
|
|
3578
|
+
s3_output_path: The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.
|
|
3579
|
+
"""
|
|
3580
|
+
|
|
3581
|
+
f_sx_lustre_config: Optional[FSxLustreConfig] = Unassigned()
|
|
3582
|
+
s3_output_path: Optional[str] = Unassigned()
|
|
3583
|
+
|
|
3584
|
+
|
|
3585
|
+
class ClusterRestrictedInstanceGroupDetails(Base):
|
|
3586
|
+
"""
|
|
3587
|
+
ClusterRestrictedInstanceGroupDetails
|
|
3588
|
+
The instance group details of the restricted instance group (RIG).
|
|
3589
|
+
|
|
3590
|
+
Attributes
|
|
3591
|
+
----------------------
|
|
3592
|
+
current_count: The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.
|
|
3593
|
+
target_count: The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.
|
|
3594
|
+
instance_group_name: The name of the restricted instance group of a SageMaker HyperPod cluster.
|
|
3595
|
+
instance_type: The instance type of the restricted instance group of a SageMaker HyperPod cluster.
|
|
3596
|
+
execution_role: The execution role for the restricted instance group to assume.
|
|
3597
|
+
threads_per_core: The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading. For more information, see the reference table of CPU cores and threads per CPU core per instance type in the Amazon Elastic Compute Cloud User Guide.
|
|
3598
|
+
instance_storage_configs: The additional storage configurations for the instances in the SageMaker HyperPod cluster restricted instance group.
|
|
3599
|
+
on_start_deep_health_checks: A flag indicating whether deep health checks should be performed when the cluster's restricted instance group is created or updated.
|
|
3600
|
+
status: The current status of the cluster's restricted instance group. InService: The restricted instance group is active and healthy. Creating: The restricted instance group is being provisioned. Updating: The restricted instance group is being updated. Failed: The restricted instance group has failed to provision or is no longer healthy. Degraded: The restricted instance group is degraded, meaning that some instances have failed to provision or are no longer healthy. Deleting: The restricted instance group is being deleted.
|
|
3601
|
+
training_plan_arn: The Amazon Resource Name (ARN) of the training plan to filter clusters by. For more information about reserving GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
|
|
3602
|
+
training_plan_status: The current status of the training plan associated with this cluster restricted instance group.
|
|
3603
|
+
override_vpc_config
|
|
3604
|
+
scheduled_update_config
|
|
3605
|
+
environment_config: The configuration for the restricted instance groups (RIG) environment.
|
|
3606
|
+
"""
|
|
3607
|
+
|
|
3608
|
+
current_count: Optional[int] = Unassigned()
|
|
3609
|
+
target_count: Optional[int] = Unassigned()
|
|
3610
|
+
instance_group_name: Optional[str] = Unassigned()
|
|
3611
|
+
instance_type: Optional[str] = Unassigned()
|
|
3612
|
+
execution_role: Optional[str] = Unassigned()
|
|
3613
|
+
threads_per_core: Optional[int] = Unassigned()
|
|
3614
|
+
instance_storage_configs: Optional[List[ClusterInstanceStorageConfig]] = Unassigned()
|
|
3615
|
+
on_start_deep_health_checks: Optional[List[str]] = Unassigned()
|
|
3616
|
+
status: Optional[str] = Unassigned()
|
|
3617
|
+
training_plan_arn: Optional[str] = Unassigned()
|
|
3618
|
+
training_plan_status: Optional[str] = Unassigned()
|
|
3619
|
+
override_vpc_config: Optional[VpcConfig] = Unassigned()
|
|
3620
|
+
scheduled_update_config: Optional[ScheduledUpdateConfig] = Unassigned()
|
|
3621
|
+
environment_config: Optional[EnvironmentConfigDetails] = Unassigned()
|
|
3622
|
+
|
|
3623
|
+
|
|
3624
|
+
class EnvironmentConfig(Base):
|
|
3625
|
+
"""
|
|
3626
|
+
EnvironmentConfig
|
|
3627
|
+
The configuration for the restricted instance groups (RIG) environment.
|
|
3628
|
+
|
|
3629
|
+
Attributes
|
|
3630
|
+
----------------------
|
|
3631
|
+
f_sx_lustre_config: Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
|
|
3632
|
+
"""
|
|
3633
|
+
|
|
3634
|
+
f_sx_lustre_config: Optional[FSxLustreConfig] = Unassigned()
|
|
3635
|
+
|
|
3636
|
+
|
|
3637
|
+
class ClusterRestrictedInstanceGroupSpecification(Base):
|
|
3638
|
+
"""
|
|
3639
|
+
ClusterRestrictedInstanceGroupSpecification
|
|
3640
|
+
The specifications of a restricted instance group that you need to define.
|
|
3641
|
+
|
|
3642
|
+
Attributes
|
|
3643
|
+
----------------------
|
|
3644
|
+
instance_count: Specifies the number of instances to add to the restricted instance group of a SageMaker HyperPod cluster.
|
|
3645
|
+
instance_group_name: Specifies the name of the restricted instance group.
|
|
3646
|
+
instance_type: Specifies the instance type of the restricted instance group.
|
|
3647
|
+
execution_role: Specifies an IAM execution role to be assumed by the restricted instance group.
|
|
3648
|
+
threads_per_core: The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading. For more information, see the reference table of CPU cores and threads per CPU core per instance type in the Amazon Elastic Compute Cloud User Guide.
|
|
3649
|
+
instance_storage_configs: Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster restricted instance group.
|
|
3650
|
+
on_start_deep_health_checks: A flag indicating whether deep health checks should be performed when the cluster restricted instance group is created or updated.
|
|
3651
|
+
training_plan_arn: The Amazon Resource Name (ARN) of the training plan to filter clusters by. For more information about reserving GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
|
|
3652
|
+
override_vpc_config
|
|
3653
|
+
scheduled_update_config
|
|
3654
|
+
environment_config: The configuration for the restricted instance groups (RIG) environment.
|
|
3655
|
+
"""
|
|
3656
|
+
|
|
3657
|
+
instance_count: int
|
|
3658
|
+
instance_group_name: str
|
|
3659
|
+
instance_type: str
|
|
3660
|
+
execution_role: str
|
|
3661
|
+
environment_config: EnvironmentConfig
|
|
3662
|
+
threads_per_core: Optional[int] = Unassigned()
|
|
3663
|
+
instance_storage_configs: Optional[List[ClusterInstanceStorageConfig]] = Unassigned()
|
|
3664
|
+
on_start_deep_health_checks: Optional[List[str]] = Unassigned()
|
|
3665
|
+
training_plan_arn: Optional[str] = Unassigned()
|
|
3666
|
+
override_vpc_config: Optional[VpcConfig] = Unassigned()
|
|
3667
|
+
scheduled_update_config: Optional[ScheduledUpdateConfig] = Unassigned()
|
|
3668
|
+
|
|
3669
|
+
|
|
3540
3670
|
class ClusterSchedulerConfigSummary(Base):
|
|
3541
3671
|
"""
|
|
3542
3672
|
ClusterSchedulerConfigSummary
|
|
@@ -5451,6 +5581,21 @@ class FlowDefinitionOutputConfig(Base):
|
|
|
5451
5581
|
kms_key_id: Optional[str] = Unassigned()
|
|
5452
5582
|
|
|
5453
5583
|
|
|
5584
|
+
class PresignedUrlAccessConfig(Base):
|
|
5585
|
+
"""
|
|
5586
|
+
PresignedUrlAccessConfig
|
|
5587
|
+
Configuration for accessing hub content through presigned URLs, including license agreement acceptance and URL validation settings.
|
|
5588
|
+
|
|
5589
|
+
Attributes
|
|
5590
|
+
----------------------
|
|
5591
|
+
accept_eula: Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.
|
|
5592
|
+
expected_s3_url: The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.
|
|
5593
|
+
"""
|
|
5594
|
+
|
|
5595
|
+
accept_eula: Optional[bool] = Unassigned()
|
|
5596
|
+
expected_s3_url: Optional[str] = Unassigned()
|
|
5597
|
+
|
|
5598
|
+
|
|
5454
5599
|
class HubS3StorageConfig(Base):
|
|
5455
5600
|
"""
|
|
5456
5601
|
HubS3StorageConfig
|
|
@@ -7626,6 +7771,7 @@ class SpaceSettings(Base):
|
|
|
7626
7771
|
space_storage_settings: The storage settings for a space.
|
|
7627
7772
|
space_managed_resources: If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space: The user profile that possesses the space. The app that the space contains.
|
|
7628
7773
|
custom_file_systems: A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
|
|
7774
|
+
remote_access: A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
|
|
7629
7775
|
"""
|
|
7630
7776
|
|
|
7631
7777
|
jupyter_server_app_settings: Optional[JupyterServerAppSettings] = Unassigned()
|
|
@@ -7636,6 +7782,7 @@ class SpaceSettings(Base):
|
|
|
7636
7782
|
space_storage_settings: Optional[SpaceStorageSettings] = Unassigned()
|
|
7637
7783
|
space_managed_resources: Optional[str] = Unassigned()
|
|
7638
7784
|
custom_file_systems: Optional[List[CustomFileSystem]] = Unassigned()
|
|
7785
|
+
remote_access: Optional[str] = Unassigned()
|
|
7639
7786
|
|
|
7640
7787
|
|
|
7641
7788
|
class OwnershipSettings(Base):
|
|
@@ -11468,6 +11615,29 @@ class Parameter(Base):
|
|
|
11468
11615
|
value: str
|
|
11469
11616
|
|
|
11470
11617
|
|
|
11618
|
+
class PipelineVersionSummary(Base):
|
|
11619
|
+
"""
|
|
11620
|
+
PipelineVersionSummary
|
|
11621
|
+
The summary of the pipeline version.
|
|
11622
|
+
|
|
11623
|
+
Attributes
|
|
11624
|
+
----------------------
|
|
11625
|
+
pipeline_arn: The Amazon Resource Name (ARN) of the pipeline.
|
|
11626
|
+
pipeline_version_id: The ID of the pipeline version.
|
|
11627
|
+
creation_time: The creation time of the pipeline version.
|
|
11628
|
+
pipeline_version_description: The description of the pipeline version.
|
|
11629
|
+
pipeline_version_display_name: The display name of the pipeline version.
|
|
11630
|
+
last_execution_pipeline_execution_arn: The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
|
|
11631
|
+
"""
|
|
11632
|
+
|
|
11633
|
+
pipeline_arn: Optional[str] = Unassigned()
|
|
11634
|
+
pipeline_version_id: Optional[int] = Unassigned()
|
|
11635
|
+
creation_time: Optional[datetime.datetime] = Unassigned()
|
|
11636
|
+
pipeline_version_description: Optional[str] = Unassigned()
|
|
11637
|
+
pipeline_version_display_name: Optional[str] = Unassigned()
|
|
11638
|
+
last_execution_pipeline_execution_arn: Optional[str] = Unassigned()
|
|
11639
|
+
|
|
11640
|
+
|
|
11471
11641
|
class PipelineSummary(Base):
|
|
11472
11642
|
"""
|
|
11473
11643
|
PipelineSummary
|
|
@@ -11572,10 +11742,12 @@ class SpaceSettingsSummary(Base):
|
|
|
11572
11742
|
Attributes
|
|
11573
11743
|
----------------------
|
|
11574
11744
|
app_type: The type of app created within the space.
|
|
11745
|
+
remote_access: A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
|
|
11575
11746
|
space_storage_settings: The storage settings for a space.
|
|
11576
11747
|
"""
|
|
11577
11748
|
|
|
11578
11749
|
app_type: Optional[str] = Unassigned()
|
|
11750
|
+
remote_access: Optional[str] = Unassigned()
|
|
11579
11751
|
space_storage_settings: Optional[SpaceStorageSettings] = Unassigned()
|
|
11580
11752
|
|
|
11581
11753
|
|
|
@@ -12282,6 +12454,8 @@ class PipelineExecution(Base):
|
|
|
12282
12454
|
parallelism_configuration: The parallelism configuration applied to the pipeline execution.
|
|
12283
12455
|
selective_execution_config: The selective execution configuration applied to the pipeline run.
|
|
12284
12456
|
pipeline_parameters: Contains a list of pipeline parameters. This list can be empty.
|
|
12457
|
+
pipeline_version_id: The ID of the pipeline version that started this execution.
|
|
12458
|
+
pipeline_version_display_name: The display name of the pipeline version that started this execution.
|
|
12285
12459
|
"""
|
|
12286
12460
|
|
|
12287
12461
|
pipeline_arn: Optional[str] = Unassigned()
|
|
@@ -12298,6 +12472,41 @@ class PipelineExecution(Base):
|
|
|
12298
12472
|
parallelism_configuration: Optional[ParallelismConfiguration] = Unassigned()
|
|
12299
12473
|
selective_execution_config: Optional[SelectiveExecutionConfig] = Unassigned()
|
|
12300
12474
|
pipeline_parameters: Optional[List[Parameter]] = Unassigned()
|
|
12475
|
+
pipeline_version_id: Optional[int] = Unassigned()
|
|
12476
|
+
pipeline_version_display_name: Optional[str] = Unassigned()
|
|
12477
|
+
|
|
12478
|
+
|
|
12479
|
+
class PipelineVersion(Base):
|
|
12480
|
+
"""
|
|
12481
|
+
PipelineVersion
|
|
12482
|
+
The version of the pipeline.
|
|
12483
|
+
|
|
12484
|
+
Attributes
|
|
12485
|
+
----------------------
|
|
12486
|
+
pipeline_arn: The Amazon Resource Name (ARN) of the pipeline.
|
|
12487
|
+
pipeline_version_id: The ID of the pipeline version.
|
|
12488
|
+
pipeline_version_display_name: The display name of the pipeline version.
|
|
12489
|
+
pipeline_version_description: The description of the pipeline version.
|
|
12490
|
+
creation_time: The creation time of the pipeline version.
|
|
12491
|
+
last_modified_time: The time when the pipeline version was last modified.
|
|
12492
|
+
created_by
|
|
12493
|
+
last_modified_by
|
|
12494
|
+
last_executed_pipeline_execution_arn: The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
|
|
12495
|
+
last_executed_pipeline_execution_display_name: The display name of the most recent pipeline execution created from this pipeline version.
|
|
12496
|
+
last_executed_pipeline_execution_status: The status of the most recent pipeline execution created from this pipeline version.
|
|
12497
|
+
"""
|
|
12498
|
+
|
|
12499
|
+
pipeline_arn: Optional[str] = Unassigned()
|
|
12500
|
+
pipeline_version_id: Optional[int] = Unassigned()
|
|
12501
|
+
pipeline_version_display_name: Optional[str] = Unassigned()
|
|
12502
|
+
pipeline_version_description: Optional[str] = Unassigned()
|
|
12503
|
+
creation_time: Optional[datetime.datetime] = Unassigned()
|
|
12504
|
+
last_modified_time: Optional[datetime.datetime] = Unassigned()
|
|
12505
|
+
created_by: Optional[UserContext] = Unassigned()
|
|
12506
|
+
last_modified_by: Optional[UserContext] = Unassigned()
|
|
12507
|
+
last_executed_pipeline_execution_arn: Optional[str] = Unassigned()
|
|
12508
|
+
last_executed_pipeline_execution_display_name: Optional[str] = Unassigned()
|
|
12509
|
+
last_executed_pipeline_execution_status: Optional[str] = Unassigned()
|
|
12301
12510
|
|
|
12302
12511
|
|
|
12303
12512
|
class ProcessingJob(Base):
|
|
@@ -12810,6 +13019,7 @@ class SearchRecord(Base):
|
|
|
12810
13019
|
model_package_group
|
|
12811
13020
|
pipeline
|
|
12812
13021
|
pipeline_execution
|
|
13022
|
+
pipeline_version: The version of the pipeline.
|
|
12813
13023
|
feature_group
|
|
12814
13024
|
feature_metadata: The feature metadata used to search through the features.
|
|
12815
13025
|
project: The properties of a project.
|
|
@@ -12827,6 +13037,7 @@ class SearchRecord(Base):
|
|
|
12827
13037
|
model_package_group: Optional[ModelPackageGroup] = Unassigned()
|
|
12828
13038
|
pipeline: Optional[Pipeline] = Unassigned()
|
|
12829
13039
|
pipeline_execution: Optional[PipelineExecution] = Unassigned()
|
|
13040
|
+
pipeline_version: Optional[PipelineVersion] = Unassigned()
|
|
12830
13041
|
feature_group: Optional[FeatureGroup] = Unassigned()
|
|
12831
13042
|
feature_metadata: Optional[FeatureMetadata] = Unassigned()
|
|
12832
13043
|
project: Optional[Project] = Unassigned()
|
sagemaker_core-1.0.41/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.41
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/main/default_configs_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.41 → sagemaker_core-1.0.43}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|