File tree Expand file tree Collapse file tree 3 files changed +14
-47
lines changed
services/sagemaker/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +14
-47
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" : {
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" : {
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" : {
Original file line number Diff line number Diff line change 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":{
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":{
3865338655 },
3865438656 "S3FileSystem":{
3865538657 "type":"structure",
38658+ "required":["S3Uri"],
3865638659 "members":{
3865738660 "S3Uri":{
3865838661 "shape":"S3SchemaUri",
3866338666 },
3866438667 "S3FileSystemConfig":{
3866538668 "type":"structure",
38669+ "required":["S3Uri"],
3866638670 "members":{
3866738671 "MountPath":{
3866838672 "shape":"String1024",
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":{
You can’t perform that action at this time.
0 commit comments