sagemaker-core 1.0.16__py3-none-any.whl → 1.0.18__py3-none-any.whl

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.

@@ -101,6 +101,7 @@ SHAPE_DAG = {
101
101
  {"name": "S3DataType", "shape": "AdditionalS3DataSourceDataType", "type": "string"},
102
102
  {"name": "S3Uri", "shape": "S3Uri", "type": "string"},
103
103
  {"name": "CompressionType", "shape": "CompressionType", "type": "string"},
104
+ {"name": "ETag", "shape": "String", "type": "string"},
104
105
  ],
105
106
  "type": "structure",
106
107
  },
@@ -1263,6 +1264,13 @@ SHAPE_DAG = {
1263
1264
  "type": "list",
1264
1265
  },
1265
1266
  {"name": "OnStartDeepHealthChecks", "shape": "OnStartDeepHealthChecks", "type": "list"},
1267
+ {"name": "Status", "shape": "InstanceGroupStatus", "type": "string"},
1268
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
1269
+ {
1270
+ "name": "TrainingPlanStatus",
1271
+ "shape": "InstanceGroupTrainingPlanStatus",
1272
+ "type": "string",
1273
+ },
1266
1274
  {"name": "OverrideVpcConfig", "shape": "VpcConfig", "type": "structure"},
1267
1275
  ],
1268
1276
  "type": "structure",
@@ -1286,6 +1294,7 @@ SHAPE_DAG = {
1286
1294
  "type": "list",
1287
1295
  },
1288
1296
  {"name": "OnStartDeepHealthChecks", "shape": "OnStartDeepHealthChecks", "type": "list"},
1297
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
1289
1298
  {"name": "OverrideVpcConfig", "shape": "VpcConfig", "type": "structure"},
1290
1299
  ],
1291
1300
  "type": "structure",
@@ -1347,6 +1356,7 @@ SHAPE_DAG = {
1347
1356
  "type": "list",
1348
1357
  },
1349
1358
  {"name": "PrivatePrimaryIp", "shape": "ClusterPrivatePrimaryIp", "type": "string"},
1359
+ {"name": "PrivatePrimaryIpv6", "shape": "ClusterPrivatePrimaryIpv6", "type": "string"},
1350
1360
  {"name": "PrivateDnsHostname", "shape": "ClusterPrivateDnsHostname", "type": "string"},
1351
1361
  {"name": "Placement", "shape": "ClusterInstancePlacement", "type": "structure"},
1352
1362
  ],
@@ -1380,6 +1390,32 @@ SHAPE_DAG = {
1380
1390
  "members": [{"name": "ClusterArn", "shape": "EksClusterArn", "type": "string"}],
1381
1391
  "type": "structure",
1382
1392
  },
1393
+ "ClusterSchedulerConfigSummary": {
1394
+ "members": [
1395
+ {
1396
+ "name": "ClusterSchedulerConfigArn",
1397
+ "shape": "ClusterSchedulerConfigArn",
1398
+ "type": "string",
1399
+ },
1400
+ {
1401
+ "name": "ClusterSchedulerConfigId",
1402
+ "shape": "ClusterSchedulerConfigId",
1403
+ "type": "string",
1404
+ },
1405
+ {"name": "ClusterSchedulerConfigVersion", "shape": "Integer", "type": "integer"},
1406
+ {"name": "Name", "shape": "EntityName", "type": "string"},
1407
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
1408
+ {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
1409
+ {"name": "Status", "shape": "SchedulerResourceStatus", "type": "string"},
1410
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
1411
+ ],
1412
+ "type": "structure",
1413
+ },
1414
+ "ClusterSchedulerConfigSummaryList": {
1415
+ "member_shape": "ClusterSchedulerConfigSummary",
1416
+ "member_type": "structure",
1417
+ "type": "list",
1418
+ },
1383
1419
  "ClusterSummaries": {
1384
1420
  "member_shape": "ClusterSummary",
1385
1421
  "member_type": "structure",
@@ -1391,6 +1427,7 @@ SHAPE_DAG = {
1391
1427
  {"name": "ClusterName", "shape": "ClusterName", "type": "string"},
1392
1428
  {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
1393
1429
  {"name": "ClusterStatus", "shape": "ClusterStatus", "type": "string"},
1430
+ {"name": "TrainingPlanArns", "shape": "TrainingPlanArns", "type": "list"},
1394
1431
  ],
1395
1432
  "type": "structure",
1396
1433
  },
@@ -1515,6 +1552,62 @@ SHAPE_DAG = {
1515
1552
  "member_type": "string",
1516
1553
  "type": "list",
1517
1554
  },
1555
+ "ComputeQuotaConfig": {
1556
+ "members": [
1557
+ {
1558
+ "name": "ComputeQuotaResources",
1559
+ "shape": "ComputeQuotaResourceConfigList",
1560
+ "type": "list",
1561
+ },
1562
+ {
1563
+ "name": "ResourceSharingConfig",
1564
+ "shape": "ResourceSharingConfig",
1565
+ "type": "structure",
1566
+ },
1567
+ {"name": "PreemptTeamTasks", "shape": "PreemptTeamTasks", "type": "string"},
1568
+ ],
1569
+ "type": "structure",
1570
+ },
1571
+ "ComputeQuotaResourceConfig": {
1572
+ "members": [
1573
+ {"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
1574
+ {"name": "Count", "shape": "InstanceCount", "type": "integer"},
1575
+ ],
1576
+ "type": "structure",
1577
+ },
1578
+ "ComputeQuotaResourceConfigList": {
1579
+ "member_shape": "ComputeQuotaResourceConfig",
1580
+ "member_type": "structure",
1581
+ "type": "list",
1582
+ },
1583
+ "ComputeQuotaSummary": {
1584
+ "members": [
1585
+ {"name": "ComputeQuotaArn", "shape": "ComputeQuotaArn", "type": "string"},
1586
+ {"name": "ComputeQuotaId", "shape": "ComputeQuotaId", "type": "string"},
1587
+ {"name": "Name", "shape": "EntityName", "type": "string"},
1588
+ {"name": "ComputeQuotaVersion", "shape": "Integer", "type": "integer"},
1589
+ {"name": "Status", "shape": "SchedulerResourceStatus", "type": "string"},
1590
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
1591
+ {"name": "ComputeQuotaConfig", "shape": "ComputeQuotaConfig", "type": "structure"},
1592
+ {"name": "ComputeQuotaTarget", "shape": "ComputeQuotaTarget", "type": "structure"},
1593
+ {"name": "ActivationState", "shape": "ActivationState", "type": "string"},
1594
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
1595
+ {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
1596
+ ],
1597
+ "type": "structure",
1598
+ },
1599
+ "ComputeQuotaSummaryList": {
1600
+ "member_shape": "ComputeQuotaSummary",
1601
+ "member_type": "structure",
1602
+ "type": "list",
1603
+ },
1604
+ "ComputeQuotaTarget": {
1605
+ "members": [
1606
+ {"name": "TeamName", "shape": "ComputeQuotaTargetTeamName", "type": "string"},
1607
+ {"name": "FairShareWeight", "shape": "FairShareWeight", "type": "integer"},
1608
+ ],
1609
+ "type": "structure",
1610
+ },
1518
1611
  "ConditionStepMetadata": {
1519
1612
  "members": [{"name": "Outcome", "shape": "ConditionOutcome", "type": "string"}],
1520
1613
  "type": "structure",
@@ -1811,6 +1904,31 @@ SHAPE_DAG = {
1811
1904
  "members": [{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"}],
1812
1905
  "type": "structure",
1813
1906
  },
1907
+ "CreateClusterSchedulerConfigRequest": {
1908
+ "members": [
1909
+ {"name": "Name", "shape": "EntityName", "type": "string"},
1910
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
1911
+ {"name": "SchedulerConfig", "shape": "SchedulerConfig", "type": "structure"},
1912
+ {"name": "Description", "shape": "EntityDescription", "type": "string"},
1913
+ {"name": "Tags", "shape": "TagList", "type": "list"},
1914
+ ],
1915
+ "type": "structure",
1916
+ },
1917
+ "CreateClusterSchedulerConfigResponse": {
1918
+ "members": [
1919
+ {
1920
+ "name": "ClusterSchedulerConfigArn",
1921
+ "shape": "ClusterSchedulerConfigArn",
1922
+ "type": "string",
1923
+ },
1924
+ {
1925
+ "name": "ClusterSchedulerConfigId",
1926
+ "shape": "ClusterSchedulerConfigId",
1927
+ "type": "string",
1928
+ },
1929
+ ],
1930
+ "type": "structure",
1931
+ },
1814
1932
  "CreateCodeRepositoryInput": {
1815
1933
  "members": [
1816
1934
  {"name": "CodeRepositoryName", "shape": "EntityName", "type": "string"},
@@ -1840,6 +1958,25 @@ SHAPE_DAG = {
1840
1958
  "members": [{"name": "CompilationJobArn", "shape": "CompilationJobArn", "type": "string"}],
1841
1959
  "type": "structure",
1842
1960
  },
1961
+ "CreateComputeQuotaRequest": {
1962
+ "members": [
1963
+ {"name": "Name", "shape": "EntityName", "type": "string"},
1964
+ {"name": "Description", "shape": "EntityDescription", "type": "string"},
1965
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
1966
+ {"name": "ComputeQuotaConfig", "shape": "ComputeQuotaConfig", "type": "structure"},
1967
+ {"name": "ComputeQuotaTarget", "shape": "ComputeQuotaTarget", "type": "structure"},
1968
+ {"name": "ActivationState", "shape": "ActivationState", "type": "string"},
1969
+ {"name": "Tags", "shape": "TagList", "type": "list"},
1970
+ ],
1971
+ "type": "structure",
1972
+ },
1973
+ "CreateComputeQuotaResponse": {
1974
+ "members": [
1975
+ {"name": "ComputeQuotaArn", "shape": "ComputeQuotaArn", "type": "string"},
1976
+ {"name": "ComputeQuotaId", "shape": "ComputeQuotaId", "type": "string"},
1977
+ ],
1978
+ "type": "structure",
1979
+ },
1843
1980
  "CreateContextRequest": {
1844
1981
  "members": [
1845
1982
  {"name": "ContextName", "shape": "ContextName", "type": "string"},
@@ -2648,6 +2785,45 @@ SHAPE_DAG = {
2648
2785
  ],
2649
2786
  "type": "structure",
2650
2787
  },
2788
+ "CreatePartnerAppPresignedUrlRequest": {
2789
+ "members": [
2790
+ {"name": "Arn", "shape": "PartnerAppArn", "type": "string"},
2791
+ {"name": "ExpiresInSeconds", "shape": "ExpiresInSeconds", "type": "integer"},
2792
+ {
2793
+ "name": "SessionExpirationDurationInSeconds",
2794
+ "shape": "SessionExpirationDurationInSeconds",
2795
+ "type": "integer",
2796
+ },
2797
+ ],
2798
+ "type": "structure",
2799
+ },
2800
+ "CreatePartnerAppPresignedUrlResponse": {
2801
+ "members": [{"name": "Url", "shape": "String2048", "type": "string"}],
2802
+ "type": "structure",
2803
+ },
2804
+ "CreatePartnerAppRequest": {
2805
+ "members": [
2806
+ {"name": "Name", "shape": "PartnerAppName", "type": "string"},
2807
+ {"name": "Type", "shape": "PartnerAppType", "type": "string"},
2808
+ {"name": "ExecutionRoleArn", "shape": "RoleArn", "type": "string"},
2809
+ {
2810
+ "name": "MaintenanceConfig",
2811
+ "shape": "PartnerAppMaintenanceConfig",
2812
+ "type": "structure",
2813
+ },
2814
+ {"name": "Tier", "shape": "NonEmptyString64", "type": "string"},
2815
+ {"name": "ApplicationConfig", "shape": "PartnerAppConfig", "type": "structure"},
2816
+ {"name": "AuthType", "shape": "PartnerAppAuthType", "type": "string"},
2817
+ {"name": "EnableIamSessionBasedIdentity", "shape": "Boolean", "type": "boolean"},
2818
+ {"name": "ClientToken", "shape": "ClientToken", "type": "string"},
2819
+ {"name": "Tags", "shape": "TagList", "type": "list"},
2820
+ ],
2821
+ "type": "structure",
2822
+ },
2823
+ "CreatePartnerAppResponse": {
2824
+ "members": [{"name": "Arn", "shape": "PartnerAppArn", "type": "string"}],
2825
+ "type": "structure",
2826
+ },
2651
2827
  "CreatePipelineRequest": {
2652
2828
  "members": [
2653
2829
  {"name": "PipelineName", "shape": "PipelineName", "type": "string"},
@@ -2873,6 +3049,18 @@ SHAPE_DAG = {
2873
3049
  "members": [{"name": "TrainingJobArn", "shape": "TrainingJobArn", "type": "string"}],
2874
3050
  "type": "structure",
2875
3051
  },
3052
+ "CreateTrainingPlanRequest": {
3053
+ "members": [
3054
+ {"name": "TrainingPlanName", "shape": "TrainingPlanName", "type": "string"},
3055
+ {"name": "TrainingPlanOfferingId", "shape": "TrainingPlanOfferingId", "type": "string"},
3056
+ {"name": "Tags", "shape": "TagList", "type": "list"},
3057
+ ],
3058
+ "type": "structure",
3059
+ },
3060
+ "CreateTrainingPlanResponse": {
3061
+ "members": [{"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"}],
3062
+ "type": "structure",
3063
+ },
2876
3064
  "CreateTransformJobRequest": {
2877
3065
  "members": [
2878
3066
  {"name": "TransformJobName", "shape": "TransformJobName", "type": "string"},
@@ -2997,12 +3185,20 @@ SHAPE_DAG = {
2997
3185
  },
2998
3186
  "CsvContentTypes": {"member_shape": "CsvContentType", "member_type": "string", "type": "list"},
2999
3187
  "CustomFileSystem": {
3000
- "members": [{"name": "EFSFileSystem", "shape": "EFSFileSystem", "type": "structure"}],
3188
+ "members": [
3189
+ {"name": "EFSFileSystem", "shape": "EFSFileSystem", "type": "structure"},
3190
+ {"name": "FSxLustreFileSystem", "shape": "FSxLustreFileSystem", "type": "structure"},
3191
+ ],
3001
3192
  "type": "structure",
3002
3193
  },
3003
3194
  "CustomFileSystemConfig": {
3004
3195
  "members": [
3005
- {"name": "EFSFileSystemConfig", "shape": "EFSFileSystemConfig", "type": "structure"}
3196
+ {"name": "EFSFileSystemConfig", "shape": "EFSFileSystemConfig", "type": "structure"},
3197
+ {
3198
+ "name": "FSxLustreFileSystemConfig",
3199
+ "shape": "FSxLustreFileSystemConfig",
3200
+ "type": "structure",
3201
+ },
3006
3202
  ],
3007
3203
  "type": "structure",
3008
3204
  },
@@ -3333,6 +3529,16 @@ SHAPE_DAG = {
3333
3529
  "members": [{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"}],
3334
3530
  "type": "structure",
3335
3531
  },
3532
+ "DeleteClusterSchedulerConfigRequest": {
3533
+ "members": [
3534
+ {
3535
+ "name": "ClusterSchedulerConfigId",
3536
+ "shape": "ClusterSchedulerConfigId",
3537
+ "type": "string",
3538
+ }
3539
+ ],
3540
+ "type": "structure",
3541
+ },
3336
3542
  "DeleteCodeRepositoryInput": {
3337
3543
  "members": [{"name": "CodeRepositoryName", "shape": "EntityName", "type": "string"}],
3338
3544
  "type": "structure",
@@ -3341,6 +3547,10 @@ SHAPE_DAG = {
3341
3547
  "members": [{"name": "CompilationJobName", "shape": "EntityName", "type": "string"}],
3342
3548
  "type": "structure",
3343
3549
  },
3550
+ "DeleteComputeQuotaRequest": {
3551
+ "members": [{"name": "ComputeQuotaId", "shape": "ComputeQuotaId", "type": "string"}],
3552
+ "type": "structure",
3553
+ },
3344
3554
  "DeleteContextRequest": {
3345
3555
  "members": [{"name": "ContextName", "shape": "ContextName", "type": "string"}],
3346
3556
  "type": "structure",
@@ -3546,6 +3756,17 @@ SHAPE_DAG = {
3546
3756
  "members": [{"name": "OptimizationJobName", "shape": "EntityName", "type": "string"}],
3547
3757
  "type": "structure",
3548
3758
  },
3759
+ "DeletePartnerAppRequest": {
3760
+ "members": [
3761
+ {"name": "Arn", "shape": "PartnerAppArn", "type": "string"},
3762
+ {"name": "ClientToken", "shape": "ClientToken", "type": "string"},
3763
+ ],
3764
+ "type": "structure",
3765
+ },
3766
+ "DeletePartnerAppResponse": {
3767
+ "members": [{"name": "Arn", "shape": "PartnerAppArn", "type": "string"}],
3768
+ "type": "structure",
3769
+ },
3549
3770
  "DeletePipelineRequest": {
3550
3771
  "members": [
3551
3772
  {"name": "PipelineName", "shape": "PipelineName", "type": "string"},
@@ -3985,6 +4206,43 @@ SHAPE_DAG = {
3985
4206
  ],
3986
4207
  "type": "structure",
3987
4208
  },
4209
+ "DescribeClusterSchedulerConfigRequest": {
4210
+ "members": [
4211
+ {
4212
+ "name": "ClusterSchedulerConfigId",
4213
+ "shape": "ClusterSchedulerConfigId",
4214
+ "type": "string",
4215
+ },
4216
+ {"name": "ClusterSchedulerConfigVersion", "shape": "Integer", "type": "integer"},
4217
+ ],
4218
+ "type": "structure",
4219
+ },
4220
+ "DescribeClusterSchedulerConfigResponse": {
4221
+ "members": [
4222
+ {
4223
+ "name": "ClusterSchedulerConfigArn",
4224
+ "shape": "ClusterSchedulerConfigArn",
4225
+ "type": "string",
4226
+ },
4227
+ {
4228
+ "name": "ClusterSchedulerConfigId",
4229
+ "shape": "ClusterSchedulerConfigId",
4230
+ "type": "string",
4231
+ },
4232
+ {"name": "Name", "shape": "EntityName", "type": "string"},
4233
+ {"name": "ClusterSchedulerConfigVersion", "shape": "Integer", "type": "integer"},
4234
+ {"name": "Status", "shape": "SchedulerResourceStatus", "type": "string"},
4235
+ {"name": "FailureReason", "shape": "FailureReason", "type": "string"},
4236
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
4237
+ {"name": "SchedulerConfig", "shape": "SchedulerConfig", "type": "structure"},
4238
+ {"name": "Description", "shape": "EntityDescription", "type": "string"},
4239
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
4240
+ {"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
4241
+ {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
4242
+ {"name": "LastModifiedBy", "shape": "UserContext", "type": "structure"},
4243
+ ],
4244
+ "type": "structure",
4245
+ },
3988
4246
  "DescribeCodeRepositoryInput": {
3989
4247
  "members": [{"name": "CodeRepositoryName", "shape": "EntityName", "type": "string"}],
3990
4248
  "type": "structure",
@@ -4026,6 +4284,33 @@ SHAPE_DAG = {
4026
4284
  ],
4027
4285
  "type": "structure",
4028
4286
  },
4287
+ "DescribeComputeQuotaRequest": {
4288
+ "members": [
4289
+ {"name": "ComputeQuotaId", "shape": "ComputeQuotaId", "type": "string"},
4290
+ {"name": "ComputeQuotaVersion", "shape": "Integer", "type": "integer"},
4291
+ ],
4292
+ "type": "structure",
4293
+ },
4294
+ "DescribeComputeQuotaResponse": {
4295
+ "members": [
4296
+ {"name": "ComputeQuotaArn", "shape": "ComputeQuotaArn", "type": "string"},
4297
+ {"name": "ComputeQuotaId", "shape": "ComputeQuotaId", "type": "string"},
4298
+ {"name": "Name", "shape": "EntityName", "type": "string"},
4299
+ {"name": "Description", "shape": "EntityDescription", "type": "string"},
4300
+ {"name": "ComputeQuotaVersion", "shape": "Integer", "type": "integer"},
4301
+ {"name": "Status", "shape": "SchedulerResourceStatus", "type": "string"},
4302
+ {"name": "FailureReason", "shape": "FailureReason", "type": "string"},
4303
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
4304
+ {"name": "ComputeQuotaConfig", "shape": "ComputeQuotaConfig", "type": "structure"},
4305
+ {"name": "ComputeQuotaTarget", "shape": "ComputeQuotaTarget", "type": "structure"},
4306
+ {"name": "ActivationState", "shape": "ActivationState", "type": "string"},
4307
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
4308
+ {"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
4309
+ {"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
4310
+ {"name": "LastModifiedBy", "shape": "UserContext", "type": "structure"},
4311
+ ],
4312
+ "type": "structure",
4313
+ },
4029
4314
  "DescribeContextRequest": {
4030
4315
  "members": [{"name": "ContextName", "shape": "ContextNameOrArn", "type": "string"}],
4031
4316
  "type": "structure",
@@ -5188,6 +5473,33 @@ SHAPE_DAG = {
5188
5473
  ],
5189
5474
  "type": "structure",
5190
5475
  },
5476
+ "DescribePartnerAppRequest": {
5477
+ "members": [{"name": "Arn", "shape": "PartnerAppArn", "type": "string"}],
5478
+ "type": "structure",
5479
+ },
5480
+ "DescribePartnerAppResponse": {
5481
+ "members": [
5482
+ {"name": "Arn", "shape": "PartnerAppArn", "type": "string"},
5483
+ {"name": "Name", "shape": "PartnerAppName", "type": "string"},
5484
+ {"name": "Type", "shape": "PartnerAppType", "type": "string"},
5485
+ {"name": "Status", "shape": "PartnerAppStatus", "type": "string"},
5486
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
5487
+ {"name": "ExecutionRoleArn", "shape": "RoleArn", "type": "string"},
5488
+ {"name": "BaseUrl", "shape": "String2048", "type": "string"},
5489
+ {
5490
+ "name": "MaintenanceConfig",
5491
+ "shape": "PartnerAppMaintenanceConfig",
5492
+ "type": "structure",
5493
+ },
5494
+ {"name": "Tier", "shape": "NonEmptyString64", "type": "string"},
5495
+ {"name": "Version", "shape": "NonEmptyString64", "type": "string"},
5496
+ {"name": "ApplicationConfig", "shape": "PartnerAppConfig", "type": "structure"},
5497
+ {"name": "AuthType", "shape": "PartnerAppAuthType", "type": "string"},
5498
+ {"name": "EnableIamSessionBasedIdentity", "shape": "Boolean", "type": "boolean"},
5499
+ {"name": "Error", "shape": "ErrorInfo", "type": "structure"},
5500
+ ],
5501
+ "type": "structure",
5502
+ },
5191
5503
  "DescribePipelineDefinitionForExecutionRequest": {
5192
5504
  "members": [
5193
5505
  {"name": "PipelineExecutionArn", "shape": "PipelineExecutionArn", "type": "string"}
@@ -5493,6 +5805,38 @@ SHAPE_DAG = {
5493
5805
  ],
5494
5806
  "type": "structure",
5495
5807
  },
5808
+ "DescribeTrainingPlanRequest": {
5809
+ "members": [{"name": "TrainingPlanName", "shape": "TrainingPlanName", "type": "string"}],
5810
+ "type": "structure",
5811
+ },
5812
+ "DescribeTrainingPlanResponse": {
5813
+ "members": [
5814
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
5815
+ {"name": "TrainingPlanName", "shape": "TrainingPlanName", "type": "string"},
5816
+ {"name": "Status", "shape": "TrainingPlanStatus", "type": "string"},
5817
+ {"name": "StatusMessage", "shape": "TrainingPlanStatusMessage", "type": "string"},
5818
+ {"name": "DurationHours", "shape": "TrainingPlanDurationHours", "type": "long"},
5819
+ {"name": "DurationMinutes", "shape": "TrainingPlanDurationMinutes", "type": "long"},
5820
+ {"name": "StartTime", "shape": "Timestamp", "type": "timestamp"},
5821
+ {"name": "EndTime", "shape": "Timestamp", "type": "timestamp"},
5822
+ {"name": "UpfrontFee", "shape": "String256", "type": "string"},
5823
+ {"name": "CurrencyCode", "shape": "CurrencyCode", "type": "string"},
5824
+ {"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
5825
+ {
5826
+ "name": "AvailableInstanceCount",
5827
+ "shape": "AvailableInstanceCount",
5828
+ "type": "integer",
5829
+ },
5830
+ {"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
5831
+ {"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
5832
+ {
5833
+ "name": "ReservedCapacitySummaries",
5834
+ "shape": "ReservedCapacitySummaries",
5835
+ "type": "list",
5836
+ },
5837
+ ],
5838
+ "type": "structure",
5839
+ },
5496
5840
  "DescribeTransformJobRequest": {
5497
5841
  "members": [{"name": "TransformJobName", "shape": "TransformJobName", "type": "string"}],
5498
5842
  "type": "structure",
@@ -6198,6 +6542,13 @@ SHAPE_DAG = {
6198
6542
  "member_type": "structure",
6199
6543
  "type": "list",
6200
6544
  },
6545
+ "ErrorInfo": {
6546
+ "members": [
6547
+ {"name": "Code", "shape": "NonEmptyString64", "type": "string"},
6548
+ {"name": "Reason", "shape": "NonEmptyString256", "type": "string"},
6549
+ ],
6550
+ "type": "structure",
6551
+ },
6201
6552
  "ExecutionRoleArns": {"member_shape": "RoleArn", "member_type": "string", "type": "list"},
6202
6553
  "Experiment": {
6203
6554
  "members": [
@@ -6264,6 +6615,17 @@ SHAPE_DAG = {
6264
6615
  ],
6265
6616
  "type": "structure",
6266
6617
  },
6618
+ "FSxLustreFileSystem": {
6619
+ "members": [{"name": "FileSystemId", "shape": "FileSystemId", "type": "string"}],
6620
+ "type": "structure",
6621
+ },
6622
+ "FSxLustreFileSystemConfig": {
6623
+ "members": [
6624
+ {"name": "FileSystemId", "shape": "FileSystemId", "type": "string"},
6625
+ {"name": "FileSystemPath", "shape": "FileSystemPath", "type": "string"},
6626
+ ],
6627
+ "type": "structure",
6628
+ },
6267
6629
  "FailStepMetadata": {
6268
6630
  "members": [{"name": "ErrorMessage", "shape": "String3072", "type": "string"}],
6269
6631
  "type": "structure",
@@ -8187,6 +8549,31 @@ SHAPE_DAG = {
8187
8549
  ],
8188
8550
  "type": "structure",
8189
8551
  },
8552
+ "ListClusterSchedulerConfigsRequest": {
8553
+ "members": [
8554
+ {"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"},
8555
+ {"name": "CreatedBefore", "shape": "Timestamp", "type": "timestamp"},
8556
+ {"name": "NameContains", "shape": "EntityName", "type": "string"},
8557
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
8558
+ {"name": "Status", "shape": "SchedulerResourceStatus", "type": "string"},
8559
+ {"name": "SortBy", "shape": "SortClusterSchedulerConfigBy", "type": "string"},
8560
+ {"name": "SortOrder", "shape": "SortOrder", "type": "string"},
8561
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
8562
+ {"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
8563
+ ],
8564
+ "type": "structure",
8565
+ },
8566
+ "ListClusterSchedulerConfigsResponse": {
8567
+ "members": [
8568
+ {
8569
+ "name": "ClusterSchedulerConfigSummaries",
8570
+ "shape": "ClusterSchedulerConfigSummaryList",
8571
+ "type": "list",
8572
+ },
8573
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
8574
+ ],
8575
+ "type": "structure",
8576
+ },
8190
8577
  "ListClustersRequest": {
8191
8578
  "members": [
8192
8579
  {"name": "CreationTimeAfter", "shape": "Timestamp", "type": "timestamp"},
@@ -8196,6 +8583,7 @@ SHAPE_DAG = {
8196
8583
  {"name": "NextToken", "shape": "NextToken", "type": "string"},
8197
8584
  {"name": "SortBy", "shape": "ClusterSortBy", "type": "string"},
8198
8585
  {"name": "SortOrder", "shape": "SortOrder", "type": "string"},
8586
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
8199
8587
  ],
8200
8588
  "type": "structure",
8201
8589
  },
@@ -8253,6 +8641,27 @@ SHAPE_DAG = {
8253
8641
  ],
8254
8642
  "type": "structure",
8255
8643
  },
8644
+ "ListComputeQuotasRequest": {
8645
+ "members": [
8646
+ {"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"},
8647
+ {"name": "CreatedBefore", "shape": "Timestamp", "type": "timestamp"},
8648
+ {"name": "NameContains", "shape": "EntityName", "type": "string"},
8649
+ {"name": "Status", "shape": "SchedulerResourceStatus", "type": "string"},
8650
+ {"name": "ClusterArn", "shape": "ClusterArn", "type": "string"},
8651
+ {"name": "SortBy", "shape": "SortQuotaBy", "type": "string"},
8652
+ {"name": "SortOrder", "shape": "SortOrder", "type": "string"},
8653
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
8654
+ {"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
8655
+ ],
8656
+ "type": "structure",
8657
+ },
8658
+ "ListComputeQuotasResponse": {
8659
+ "members": [
8660
+ {"name": "ComputeQuotaSummaries", "shape": "ComputeQuotaSummaryList", "type": "list"},
8661
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
8662
+ ],
8663
+ "type": "structure",
8664
+ },
8256
8665
  "ListContextsRequest": {
8257
8666
  "members": [
8258
8667
  {"name": "SourceUri", "shape": "SourceUri", "type": "string"},
@@ -9290,6 +9699,20 @@ SHAPE_DAG = {
9290
9699
  ],
9291
9700
  "type": "structure",
9292
9701
  },
9702
+ "ListPartnerAppsRequest": {
9703
+ "members": [
9704
+ {"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
9705
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
9706
+ ],
9707
+ "type": "structure",
9708
+ },
9709
+ "ListPartnerAppsResponse": {
9710
+ "members": [
9711
+ {"name": "Summaries", "shape": "PartnerAppSummaries", "type": "list"},
9712
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
9713
+ ],
9714
+ "type": "structure",
9715
+ },
9293
9716
  "ListPipelineExecutionStepsRequest": {
9294
9717
  "members": [
9295
9718
  {"name": "PipelineExecutionArn", "shape": "PipelineExecutionArn", "type": "string"},
@@ -9561,6 +9984,7 @@ SHAPE_DAG = {
9561
9984
  {"name": "SortBy", "shape": "SortBy", "type": "string"},
9562
9985
  {"name": "SortOrder", "shape": "SortOrder", "type": "string"},
9563
9986
  {"name": "WarmPoolStatusEquals", "shape": "WarmPoolResourceStatus", "type": "string"},
9987
+ {"name": "TrainingPlanArnEquals", "shape": "TrainingPlanArn", "type": "string"},
9564
9988
  ],
9565
9989
  "type": "structure",
9566
9990
  },
@@ -9571,6 +9995,25 @@ SHAPE_DAG = {
9571
9995
  ],
9572
9996
  "type": "structure",
9573
9997
  },
9998
+ "ListTrainingPlansRequest": {
9999
+ "members": [
10000
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
10001
+ {"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
10002
+ {"name": "StartTimeAfter", "shape": "Timestamp", "type": "timestamp"},
10003
+ {"name": "StartTimeBefore", "shape": "Timestamp", "type": "timestamp"},
10004
+ {"name": "SortBy", "shape": "TrainingPlanSortBy", "type": "string"},
10005
+ {"name": "SortOrder", "shape": "TrainingPlanSortOrder", "type": "string"},
10006
+ {"name": "Filters", "shape": "TrainingPlanFilters", "type": "list"},
10007
+ ],
10008
+ "type": "structure",
10009
+ },
10010
+ "ListTrainingPlansResponse": {
10011
+ "members": [
10012
+ {"name": "NextToken", "shape": "NextToken", "type": "string"},
10013
+ {"name": "TrainingPlanSummaries", "shape": "TrainingPlanSummaries", "type": "list"},
10014
+ ],
10015
+ "type": "structure",
10016
+ },
9574
10017
  "ListTransformJobsRequest": {
9575
10018
  "members": [
9576
10019
  {"name": "CreationTimeAfter", "shape": "Timestamp", "type": "timestamp"},
@@ -10276,6 +10719,7 @@ SHAPE_DAG = {
10276
10719
  "shape": "AdditionalS3DataSource",
10277
10720
  "type": "structure",
10278
10721
  },
10722
+ {"name": "ModelDataETag", "shape": "String", "type": "string"},
10279
10723
  ],
10280
10724
  "type": "structure",
10281
10725
  },
@@ -11304,6 +11748,50 @@ SHAPE_DAG = {
11304
11748
  "type": "list",
11305
11749
  },
11306
11750
  "Parents": {"member_shape": "Parent", "member_type": "structure", "type": "list"},
11751
+ "PartnerAppAdminUserList": {
11752
+ "member_shape": "NonEmptyString256",
11753
+ "member_type": "string",
11754
+ "type": "list",
11755
+ },
11756
+ "PartnerAppArguments": {
11757
+ "key_shape": "NonEmptyString256",
11758
+ "key_type": "string",
11759
+ "type": "map",
11760
+ "value_shape": "String1024",
11761
+ "value_type": "string",
11762
+ },
11763
+ "PartnerAppConfig": {
11764
+ "members": [
11765
+ {"name": "AdminUsers", "shape": "PartnerAppAdminUserList", "type": "list"},
11766
+ {"name": "Arguments", "shape": "PartnerAppArguments", "type": "map"},
11767
+ ],
11768
+ "type": "structure",
11769
+ },
11770
+ "PartnerAppMaintenanceConfig": {
11771
+ "members": [
11772
+ {
11773
+ "name": "MaintenanceWindowStart",
11774
+ "shape": "WeeklyScheduleTimeFormat",
11775
+ "type": "string",
11776
+ }
11777
+ ],
11778
+ "type": "structure",
11779
+ },
11780
+ "PartnerAppSummaries": {
11781
+ "member_shape": "PartnerAppSummary",
11782
+ "member_type": "structure",
11783
+ "type": "list",
11784
+ },
11785
+ "PartnerAppSummary": {
11786
+ "members": [
11787
+ {"name": "Arn", "shape": "PartnerAppArn", "type": "string"},
11788
+ {"name": "Name", "shape": "PartnerAppName", "type": "string"},
11789
+ {"name": "Type", "shape": "PartnerAppType", "type": "string"},
11790
+ {"name": "Status", "shape": "PartnerAppStatus", "type": "string"},
11791
+ {"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
11792
+ ],
11793
+ "type": "structure",
11794
+ },
11307
11795
  "PayloadPart": {
11308
11796
  "members": [{"name": "Bytes", "shape": "PartBlob", "type": "blob"}],
11309
11797
  "type": "structure",
@@ -11553,6 +12041,18 @@ SHAPE_DAG = {
11553
12041
  "members": [{"name": "PredefinedMetricType", "shape": "String", "type": "string"}],
11554
12042
  "type": "structure",
11555
12043
  },
12044
+ "PriorityClass": {
12045
+ "members": [
12046
+ {"name": "Name", "shape": "ClusterSchedulerPriorityClassName", "type": "string"},
12047
+ {"name": "Weight", "shape": "PriorityWeight", "type": "integer"},
12048
+ ],
12049
+ "type": "structure",
12050
+ },
12051
+ "PriorityClassList": {
12052
+ "member_shape": "PriorityClass",
12053
+ "member_type": "structure",
12054
+ "type": "list",
12055
+ },
11556
12056
  "ProcessingClusterConfig": {
11557
12057
  "members": [
11558
12058
  {"name": "InstanceCount", "shape": "ProcessingInstanceCount", "type": "integer"},
@@ -12420,6 +12920,42 @@ SHAPE_DAG = {
12420
12920
  ],
12421
12921
  "type": "structure",
12422
12922
  },
12923
+ "ReservedCapacityOffering": {
12924
+ "members": [
12925
+ {"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
12926
+ {"name": "InstanceCount", "shape": "ReservedCapacityInstanceCount", "type": "integer"},
12927
+ {"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
12928
+ {"name": "DurationHours", "shape": "ReservedCapacityDurationHours", "type": "long"},
12929
+ {"name": "DurationMinutes", "shape": "ReservedCapacityDurationMinutes", "type": "long"},
12930
+ {"name": "StartTime", "shape": "Timestamp", "type": "timestamp"},
12931
+ {"name": "EndTime", "shape": "Timestamp", "type": "timestamp"},
12932
+ ],
12933
+ "type": "structure",
12934
+ },
12935
+ "ReservedCapacityOfferings": {
12936
+ "member_shape": "ReservedCapacityOffering",
12937
+ "member_type": "structure",
12938
+ "type": "list",
12939
+ },
12940
+ "ReservedCapacitySummaries": {
12941
+ "member_shape": "ReservedCapacitySummary",
12942
+ "member_type": "structure",
12943
+ "type": "list",
12944
+ },
12945
+ "ReservedCapacitySummary": {
12946
+ "members": [
12947
+ {"name": "ReservedCapacityArn", "shape": "ReservedCapacityArn", "type": "string"},
12948
+ {"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
12949
+ {"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
12950
+ {"name": "Status", "shape": "ReservedCapacityStatus", "type": "string"},
12951
+ {"name": "AvailabilityZone", "shape": "AvailabilityZone", "type": "string"},
12952
+ {"name": "DurationHours", "shape": "ReservedCapacityDurationHours", "type": "long"},
12953
+ {"name": "DurationMinutes", "shape": "ReservedCapacityDurationMinutes", "type": "long"},
12954
+ {"name": "StartTime", "shape": "Timestamp", "type": "timestamp"},
12955
+ {"name": "EndTime", "shape": "Timestamp", "type": "timestamp"},
12956
+ ],
12957
+ "type": "structure",
12958
+ },
12423
12959
  "ResolvedAttributes": {
12424
12960
  "members": [
12425
12961
  {"name": "AutoMLJobObjective", "shape": "AutoMLJobObjective", "type": "structure"},
@@ -12458,6 +12994,7 @@ SHAPE_DAG = {
12458
12994
  "type": "integer",
12459
12995
  },
12460
12996
  {"name": "InstanceGroups", "shape": "InstanceGroups", "type": "list"},
12997
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
12461
12998
  ],
12462
12999
  "type": "structure",
12463
13000
  },
@@ -12503,6 +13040,13 @@ SHAPE_DAG = {
12503
13040
  "members": [{"name": "Message", "shape": "FailureReason", "type": "string"}],
12504
13041
  "type": "structure",
12505
13042
  },
13043
+ "ResourceSharingConfig": {
13044
+ "members": [
13045
+ {"name": "Strategy", "shape": "ResourceSharingStrategy", "type": "string"},
13046
+ {"name": "BorrowLimit", "shape": "BorrowLimit", "type": "integer"},
13047
+ ],
13048
+ "type": "structure",
13049
+ },
12506
13050
  "ResourceSpec": {
12507
13051
  "members": [
12508
13052
  {"name": "SageMakerImageArn", "shape": "ImageArn", "type": "string"},
@@ -12596,6 +13140,8 @@ SHAPE_DAG = {
12596
13140
  {"name": "ModelAccessConfig", "shape": "ModelAccessConfig", "type": "structure"},
12597
13141
  {"name": "HubAccessConfig", "shape": "InferenceHubAccessConfig", "type": "structure"},
12598
13142
  {"name": "ManifestS3Uri", "shape": "S3ModelUri", "type": "string"},
13143
+ {"name": "ETag", "shape": "String", "type": "string"},
13144
+ {"name": "ManifestEtag", "shape": "String", "type": "string"},
12599
13145
  ],
12600
13146
  "type": "structure",
12601
13147
  },
@@ -12618,6 +13164,11 @@ SHAPE_DAG = {
12618
13164
  "member_type": "string",
12619
13165
  "type": "list",
12620
13166
  },
13167
+ "SageMakerResourceNames": {
13168
+ "member_shape": "SageMakerResourceName",
13169
+ "member_type": "string",
13170
+ "type": "list",
13171
+ },
12621
13172
  "ScalingPolicies": {
12622
13173
  "member_shape": "ScalingPolicy",
12623
13174
  "member_type": "structure",
@@ -12655,6 +13206,13 @@ SHAPE_DAG = {
12655
13206
  ],
12656
13207
  "type": "structure",
12657
13208
  },
13209
+ "SchedulerConfig": {
13210
+ "members": [
13211
+ {"name": "PriorityClasses", "shape": "PriorityClassList", "type": "list"},
13212
+ {"name": "FairShare", "shape": "FairShare", "type": "string"},
13213
+ ],
13214
+ "type": "structure",
13215
+ },
12658
13216
  "SearchExpression": {
12659
13217
  "members": [
12660
13218
  {"name": "Filters", "shape": "FilterList", "type": "list"},
@@ -12722,6 +13280,23 @@ SHAPE_DAG = {
12722
13280
  "member_type": "structure",
12723
13281
  "type": "list",
12724
13282
  },
13283
+ "SearchTrainingPlanOfferingsRequest": {
13284
+ "members": [
13285
+ {"name": "InstanceType", "shape": "ReservedCapacityInstanceType", "type": "string"},
13286
+ {"name": "InstanceCount", "shape": "ReservedCapacityInstanceCount", "type": "integer"},
13287
+ {"name": "StartTimeAfter", "shape": "Timestamp", "type": "timestamp"},
13288
+ {"name": "EndTimeBefore", "shape": "Timestamp", "type": "timestamp"},
13289
+ {"name": "DurationHours", "shape": "TrainingPlanDurationHoursInput", "type": "long"},
13290
+ {"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
13291
+ ],
13292
+ "type": "structure",
13293
+ },
13294
+ "SearchTrainingPlanOfferingsResponse": {
13295
+ "members": [
13296
+ {"name": "TrainingPlanOfferings", "shape": "TrainingPlanOfferings", "type": "list"}
13297
+ ],
13298
+ "type": "structure",
13299
+ },
12725
13300
  "SecondaryStatusTransition": {
12726
13301
  "members": [
12727
13302
  {"name": "Status", "shape": "SecondaryStatus", "type": "string"},
@@ -12879,6 +13454,7 @@ SHAPE_DAG = {
12879
13454
  "members": [
12880
13455
  {"name": "ModelDataUrl", "shape": "Url", "type": "string"},
12881
13456
  {"name": "ModelDataSource", "shape": "ModelDataSource", "type": "structure"},
13457
+ {"name": "ModelDataETag", "shape": "String", "type": "string"},
12882
13458
  {"name": "AlgorithmName", "shape": "ArnOrName", "type": "string"},
12883
13459
  ],
12884
13460
  "type": "structure",
@@ -13621,6 +14197,80 @@ SHAPE_DAG = {
13621
14197
  {"name": "TrainingJobStatus", "shape": "TrainingJobStatus", "type": "string"},
13622
14198
  {"name": "SecondaryStatus", "shape": "SecondaryStatus", "type": "string"},
13623
14199
  {"name": "WarmPoolStatus", "shape": "WarmPoolStatus", "type": "structure"},
14200
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
14201
+ ],
14202
+ "type": "structure",
14203
+ },
14204
+ "TrainingPlanArns": {
14205
+ "member_shape": "TrainingPlanArn",
14206
+ "member_type": "string",
14207
+ "type": "list",
14208
+ },
14209
+ "TrainingPlanFilter": {
14210
+ "members": [
14211
+ {"name": "Name", "shape": "TrainingPlanFilterName", "type": "string"},
14212
+ {"name": "Value", "shape": "String64", "type": "string"},
14213
+ ],
14214
+ "type": "structure",
14215
+ },
14216
+ "TrainingPlanFilters": {
14217
+ "member_shape": "TrainingPlanFilter",
14218
+ "member_type": "structure",
14219
+ "type": "list",
14220
+ },
14221
+ "TrainingPlanOffering": {
14222
+ "members": [
14223
+ {"name": "TrainingPlanOfferingId", "shape": "TrainingPlanOfferingId", "type": "string"},
14224
+ {"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
14225
+ {"name": "RequestedStartTimeAfter", "shape": "Timestamp", "type": "timestamp"},
14226
+ {"name": "RequestedEndTimeBefore", "shape": "Timestamp", "type": "timestamp"},
14227
+ {"name": "DurationHours", "shape": "TrainingPlanDurationHours", "type": "long"},
14228
+ {"name": "DurationMinutes", "shape": "TrainingPlanDurationMinutes", "type": "long"},
14229
+ {"name": "UpfrontFee", "shape": "String256", "type": "string"},
14230
+ {"name": "CurrencyCode", "shape": "CurrencyCode", "type": "string"},
14231
+ {
14232
+ "name": "ReservedCapacityOfferings",
14233
+ "shape": "ReservedCapacityOfferings",
14234
+ "type": "list",
14235
+ },
14236
+ ],
14237
+ "type": "structure",
14238
+ },
14239
+ "TrainingPlanOfferings": {
14240
+ "member_shape": "TrainingPlanOffering",
14241
+ "member_type": "structure",
14242
+ "type": "list",
14243
+ },
14244
+ "TrainingPlanSummaries": {
14245
+ "member_shape": "TrainingPlanSummary",
14246
+ "member_type": "structure",
14247
+ "type": "list",
14248
+ },
14249
+ "TrainingPlanSummary": {
14250
+ "members": [
14251
+ {"name": "TrainingPlanArn", "shape": "TrainingPlanArn", "type": "string"},
14252
+ {"name": "TrainingPlanName", "shape": "TrainingPlanName", "type": "string"},
14253
+ {"name": "Status", "shape": "TrainingPlanStatus", "type": "string"},
14254
+ {"name": "StatusMessage", "shape": "TrainingPlanStatusMessage", "type": "string"},
14255
+ {"name": "DurationHours", "shape": "TrainingPlanDurationHours", "type": "long"},
14256
+ {"name": "DurationMinutes", "shape": "TrainingPlanDurationMinutes", "type": "long"},
14257
+ {"name": "StartTime", "shape": "Timestamp", "type": "timestamp"},
14258
+ {"name": "EndTime", "shape": "Timestamp", "type": "timestamp"},
14259
+ {"name": "UpfrontFee", "shape": "String256", "type": "string"},
14260
+ {"name": "CurrencyCode", "shape": "CurrencyCode", "type": "string"},
14261
+ {"name": "TotalInstanceCount", "shape": "TotalInstanceCount", "type": "integer"},
14262
+ {
14263
+ "name": "AvailableInstanceCount",
14264
+ "shape": "AvailableInstanceCount",
14265
+ "type": "integer",
14266
+ },
14267
+ {"name": "InUseInstanceCount", "shape": "InUseInstanceCount", "type": "integer"},
14268
+ {"name": "TargetResources", "shape": "SageMakerResourceNames", "type": "list"},
14269
+ {
14270
+ "name": "ReservedCapacitySummaries",
14271
+ "shape": "ReservedCapacitySummaries",
14272
+ "type": "list",
14273
+ },
13624
14274
  ],
13625
14275
  "type": "structure",
13626
14276
  },
@@ -14094,6 +14744,30 @@ SHAPE_DAG = {
14094
14744
  "members": [{"name": "ClusterArn", "shape": "ClusterArn", "type": "string"}],
14095
14745
  "type": "structure",
14096
14746
  },
14747
+ "UpdateClusterSchedulerConfigRequest": {
14748
+ "members": [
14749
+ {
14750
+ "name": "ClusterSchedulerConfigId",
14751
+ "shape": "ClusterSchedulerConfigId",
14752
+ "type": "string",
14753
+ },
14754
+ {"name": "TargetVersion", "shape": "Integer", "type": "integer"},
14755
+ {"name": "SchedulerConfig", "shape": "SchedulerConfig", "type": "structure"},
14756
+ {"name": "Description", "shape": "EntityDescription", "type": "string"},
14757
+ ],
14758
+ "type": "structure",
14759
+ },
14760
+ "UpdateClusterSchedulerConfigResponse": {
14761
+ "members": [
14762
+ {
14763
+ "name": "ClusterSchedulerConfigArn",
14764
+ "shape": "ClusterSchedulerConfigArn",
14765
+ "type": "string",
14766
+ },
14767
+ {"name": "ClusterSchedulerConfigVersion", "shape": "Integer", "type": "integer"},
14768
+ ],
14769
+ "type": "structure",
14770
+ },
14097
14771
  "UpdateClusterSoftwareRequest": {
14098
14772
  "members": [{"name": "ClusterName", "shape": "ClusterNameOrArn", "type": "string"}],
14099
14773
  "type": "structure",
@@ -14113,6 +14787,24 @@ SHAPE_DAG = {
14113
14787
  "members": [{"name": "CodeRepositoryArn", "shape": "CodeRepositoryArn", "type": "string"}],
14114
14788
  "type": "structure",
14115
14789
  },
14790
+ "UpdateComputeQuotaRequest": {
14791
+ "members": [
14792
+ {"name": "ComputeQuotaId", "shape": "ComputeQuotaId", "type": "string"},
14793
+ {"name": "TargetVersion", "shape": "Integer", "type": "integer"},
14794
+ {"name": "ComputeQuotaConfig", "shape": "ComputeQuotaConfig", "type": "structure"},
14795
+ {"name": "ComputeQuotaTarget", "shape": "ComputeQuotaTarget", "type": "structure"},
14796
+ {"name": "ActivationState", "shape": "ActivationState", "type": "string"},
14797
+ {"name": "Description", "shape": "EntityDescription", "type": "string"},
14798
+ ],
14799
+ "type": "structure",
14800
+ },
14801
+ "UpdateComputeQuotaResponse": {
14802
+ "members": [
14803
+ {"name": "ComputeQuotaArn", "shape": "ComputeQuotaArn", "type": "string"},
14804
+ {"name": "ComputeQuotaVersion", "shape": "Integer", "type": "integer"},
14805
+ ],
14806
+ "type": "structure",
14807
+ },
14116
14808
  "UpdateContextRequest": {
14117
14809
  "members": [
14118
14810
  {"name": "ContextName", "shape": "ContextName", "type": "string"},
@@ -14517,6 +15209,26 @@ SHAPE_DAG = {
14517
15209
  },
14518
15210
  "UpdateNotebookInstanceLifecycleConfigOutput": {"members": [], "type": "structure"},
14519
15211
  "UpdateNotebookInstanceOutput": {"members": [], "type": "structure"},
15212
+ "UpdatePartnerAppRequest": {
15213
+ "members": [
15214
+ {"name": "Arn", "shape": "PartnerAppArn", "type": "string"},
15215
+ {
15216
+ "name": "MaintenanceConfig",
15217
+ "shape": "PartnerAppMaintenanceConfig",
15218
+ "type": "structure",
15219
+ },
15220
+ {"name": "Tier", "shape": "NonEmptyString64", "type": "string"},
15221
+ {"name": "ApplicationConfig", "shape": "PartnerAppConfig", "type": "structure"},
15222
+ {"name": "EnableIamSessionBasedIdentity", "shape": "Boolean", "type": "boolean"},
15223
+ {"name": "ClientToken", "shape": "ClientToken", "type": "string"},
15224
+ {"name": "Tags", "shape": "TagList", "type": "list"},
15225
+ ],
15226
+ "type": "structure",
15227
+ },
15228
+ "UpdatePartnerAppResponse": {
15229
+ "members": [{"name": "Arn", "shape": "PartnerAppArn", "type": "string"}],
15230
+ "type": "structure",
15231
+ },
14520
15232
  "UpdatePipelineExecutionRequest": {
14521
15233
  "members": [
14522
15234
  {"name": "PipelineExecutionArn", "shape": "PipelineExecutionArn", "type": "string"},