Skip to content

Commit ca14b4f

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig.
1 parent 656fd0e commit ca14b4f

File tree

3 files changed

+14
-47
lines changed

3 files changed

+14
-47
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig."
6+
}

services/sagemaker/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,6 @@
507507
"UseDualStack": false
508508
}
509509
},
510-
{
511-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
512-
"expect": {
513-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
514-
},
515-
"params": {
516-
"Region": "us-iso-east-1",
517-
"UseFIPS": true,
518-
"UseDualStack": true
519-
}
520-
},
521510
{
522511
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
523512
"expect": {
@@ -531,28 +520,6 @@
531520
"UseDualStack": false
532521
}
533522
},
534-
{
535-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
536-
"expect": {
537-
"error": "DualStack is enabled but this partition does not support DualStack"
538-
},
539-
"params": {
540-
"Region": "us-iso-east-1",
541-
"UseFIPS": false,
542-
"UseDualStack": true
543-
}
544-
},
545-
{
546-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
547-
"expect": {
548-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
549-
},
550-
"params": {
551-
"Region": "us-isob-east-1",
552-
"UseFIPS": true,
553-
"UseDualStack": true
554-
}
555-
},
556523
{
557524
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
558525
"expect": {
@@ -566,17 +533,6 @@
566533
"UseDualStack": false
567534
}
568535
},
569-
{
570-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
571-
"expect": {
572-
"error": "DualStack is enabled but this partition does not support DualStack"
573-
},
574-
"params": {
575-
"Region": "us-isob-east-1",
576-
"UseFIPS": false,
577-
"UseDualStack": true
578-
}
579-
},
580536
{
581537
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
582538
"expect": {

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35721,7 +35721,8 @@
3572135721
"ml.r7i.12xlarge",
3572235722
"ml.r7i.16xlarge",
3572335723
"ml.r7i.24xlarge",
35724-
"ml.r7i.48xlarge"
35724+
"ml.r7i.48xlarge",
35725+
"ml.p5.4xlarge"
3572535726
]
3572635727
},
3572735728
"ProcessingJob":{
@@ -38028,7 +38029,8 @@
3802838029
"ml.trn2.48xlarge",
3802938030
"ml.p6-b200.48xlarge",
3803038031
"ml.p4de.24xlarge",
38031-
"ml.p6e-gb200.36xlarge"
38032+
"ml.p6e-gb200.36xlarge",
38033+
"ml.p5.4xlarge"
3803238034
]
3803338035
},
3803438036
"ReservedCapacityOffering":{
@@ -38653,6 +38655,7 @@
3865338655
},
3865438656
"S3FileSystem":{
3865538657
"type":"structure",
38658+
"required":["S3Uri"],
3865638659
"members":{
3865738660
"S3Uri":{
3865838661
"shape":"S3SchemaUri",
@@ -38663,6 +38666,7 @@
3866338666
},
3866438667
"S3FileSystemConfig":{
3866538668
"type":"structure",
38669+
"required":["S3Uri"],
3866638670
"members":{
3866738671
"MountPath":{
3866838672
"shape":"String1024",
@@ -41603,7 +41607,8 @@
4160341607
"ml.r7i.16xlarge",
4160441608
"ml.r7i.24xlarge",
4160541609
"ml.r7i.48xlarge",
41606-
"ml.p6e-gb200.36xlarge"
41610+
"ml.p6e-gb200.36xlarge",
41611+
"ml.p5.4xlarge"
4160741612
]
4160841613
},
4160941614
"TrainingInstanceTypes":{

0 commit comments

Comments
 (0)