|
2183 | 2183 | "input":{"shape":"DescribeProjectInput"},
|
2184 | 2184 | "output":{"shape":"DescribeProjectOutput"}
|
2185 | 2185 | },
|
| 2186 | + "DescribeReservedCapacity":{ |
| 2187 | + "name":"DescribeReservedCapacity", |
| 2188 | + "http":{ |
| 2189 | + "method":"POST", |
| 2190 | + "requestUri":"/" |
| 2191 | + }, |
| 2192 | + "input":{"shape":"DescribeReservedCapacityRequest"}, |
| 2193 | + "output":{"shape":"DescribeReservedCapacityResponse"}, |
| 2194 | + "errors":[ |
| 2195 | + {"shape":"ResourceNotFound"} |
| 2196 | + ] |
| 2197 | + }, |
2186 | 2198 | "DescribeSpace":{
|
2187 | 2199 | "name":"DescribeSpace",
|
2188 | 2200 | "http":{
|
|
3215 | 3227 | {"shape":"ResourceNotFound"}
|
3216 | 3228 | ]
|
3217 | 3229 | },
|
| 3230 | + "ListUltraServersByReservedCapacity":{ |
| 3231 | + "name":"ListUltraServersByReservedCapacity", |
| 3232 | + "http":{ |
| 3233 | + "method":"POST", |
| 3234 | + "requestUri":"/" |
| 3235 | + }, |
| 3236 | + "input":{"shape":"ListUltraServersByReservedCapacityRequest"}, |
| 3237 | + "output":{"shape":"ListUltraServersByReservedCapacityResponse"}, |
| 3238 | + "errors":[ |
| 3239 | + {"shape":"ResourceNotFound"} |
| 3240 | + ] |
| 3241 | + }, |
3218 | 3242 | "ListUserProfiles":{
|
3219 | 3243 | "name":"ListUserProfiles",
|
3220 | 3244 | "http":{
|
|
5722 | 5746 | "box":true,
|
5723 | 5747 | "min":0
|
5724 | 5748 | },
|
| 5749 | + "AvailableSpareInstanceCount":{ |
| 5750 | + "type":"integer", |
| 5751 | + "box":true, |
| 5752 | + "min":0 |
| 5753 | + }, |
5725 | 5754 | "AwsManagedHumanLoopRequestSource":{
|
5726 | 5755 | "type":"string",
|
5727 | 5756 | "enum":[
|
|
7116 | 7145 | "PrivateDnsHostname":{"shape":"ClusterPrivateDnsHostname"},
|
7117 | 7146 | "Placement":{"shape":"ClusterInstancePlacement"},
|
7118 | 7147 | "CurrentImageId":{"shape":"ImageId"},
|
7119 |
| - "DesiredImageId":{"shape":"ImageId"} |
| 7148 | + "DesiredImageId":{"shape":"ImageId"}, |
| 7149 | + "UltraServerInfo":{"shape":"UltraServerInfo"} |
7120 | 7150 | }
|
7121 | 7151 | },
|
7122 | 7152 | "ClusterNodeId":{
|
|
7174 | 7204 | "InstanceType":{"shape":"ClusterInstanceType"},
|
7175 | 7205 | "LaunchTime":{"shape":"Timestamp"},
|
7176 | 7206 | "LastSoftwareUpdateTime":{"shape":"Timestamp"},
|
7177 |
| - "InstanceStatus":{"shape":"ClusterInstanceStatusDetails"} |
| 7207 | + "InstanceStatus":{"shape":"ClusterInstanceStatusDetails"}, |
| 7208 | + "UltraServerInfo":{"shape":"UltraServerInfo"} |
7178 | 7209 | }
|
7179 | 7210 | },
|
7180 | 7211 | "ClusterNonNegativeInstanceCount":{
|
|
7682 | 7713 | "min":0,
|
7683 | 7714 | "pattern":".*"
|
7684 | 7715 | },
|
| 7716 | + "ConfiguredSpareInstanceCount":{ |
| 7717 | + "type":"integer", |
| 7718 | + "box":true, |
| 7719 | + "min":0 |
| 7720 | + }, |
7685 | 7721 | "ConflictException":{
|
7686 | 7722 | "type":"structure",
|
7687 | 7723 | "members":{
|
|
9367 | 9403 | "members":{
|
9368 | 9404 | "TrainingPlanName":{"shape":"TrainingPlanName"},
|
9369 | 9405 | "TrainingPlanOfferingId":{"shape":"TrainingPlanOfferingId"},
|
| 9406 | + "SpareInstanceCountPerUltraServer":{"shape":"SpareInstanceCountPerUltraServer"}, |
9370 | 9407 | "Tags":{"shape":"TagList"}
|
9371 | 9408 | }
|
9372 | 9409 | },
|
|
12370 | 12407 | "LastModifiedBy":{"shape":"UserContext"}
|
12371 | 12408 | }
|
12372 | 12409 | },
|
| 12410 | + "DescribeReservedCapacityRequest":{ |
| 12411 | + "type":"structure", |
| 12412 | + "required":["ReservedCapacityArn"], |
| 12413 | + "members":{ |
| 12414 | + "ReservedCapacityArn":{"shape":"ReservedCapacityArn"} |
| 12415 | + } |
| 12416 | + }, |
| 12417 | + "DescribeReservedCapacityResponse":{ |
| 12418 | + "type":"structure", |
| 12419 | + "required":[ |
| 12420 | + "ReservedCapacityArn", |
| 12421 | + "InstanceType", |
| 12422 | + "TotalInstanceCount" |
| 12423 | + ], |
| 12424 | + "members":{ |
| 12425 | + "ReservedCapacityArn":{"shape":"ReservedCapacityArn"}, |
| 12426 | + "ReservedCapacityType":{"shape":"ReservedCapacityType"}, |
| 12427 | + "Status":{"shape":"ReservedCapacityStatus"}, |
| 12428 | + "AvailabilityZone":{"shape":"AvailabilityZone"}, |
| 12429 | + "DurationHours":{"shape":"ReservedCapacityDurationHours"}, |
| 12430 | + "DurationMinutes":{"shape":"ReservedCapacityDurationMinutes"}, |
| 12431 | + "StartTime":{"shape":"Timestamp"}, |
| 12432 | + "EndTime":{"shape":"Timestamp"}, |
| 12433 | + "InstanceType":{"shape":"ReservedCapacityInstanceType"}, |
| 12434 | + "TotalInstanceCount":{"shape":"TotalInstanceCount"}, |
| 12435 | + "AvailableInstanceCount":{"shape":"AvailableInstanceCount"}, |
| 12436 | + "InUseInstanceCount":{"shape":"InUseInstanceCount"}, |
| 12437 | + "UltraServerSummary":{"shape":"UltraServerSummary"} |
| 12438 | + } |
| 12439 | + }, |
12373 | 12440 | "DescribeSpaceRequest":{
|
12374 | 12441 | "type":"structure",
|
12375 | 12442 | "required":[
|
|
12534 | 12601 | "TotalInstanceCount":{"shape":"TotalInstanceCount"},
|
12535 | 12602 | "AvailableInstanceCount":{"shape":"AvailableInstanceCount"},
|
12536 | 12603 | "InUseInstanceCount":{"shape":"InUseInstanceCount"},
|
| 12604 | + "UnhealthyInstanceCount":{"shape":"UnhealthyInstanceCount"}, |
| 12605 | + "AvailableSpareInstanceCount":{"shape":"AvailableSpareInstanceCount"}, |
| 12606 | + "TotalUltraServerCount":{"shape":"UltraServerCount"}, |
12537 | 12607 | "TargetResources":{"shape":"SageMakerResourceNames"},
|
12538 | 12608 | "ReservedCapacitySummaries":{"shape":"ReservedCapacitySummaries"}
|
12539 | 12609 | }
|
|
16315 | 16385 | "MinimumInstanceMetadataServiceVersion":{"shape":"MinimumInstanceMetadataServiceVersion"}
|
16316 | 16386 | }
|
16317 | 16387 | },
|
| 16388 | + "InstancePlacementConfig":{ |
| 16389 | + "type":"structure", |
| 16390 | + "members":{ |
| 16391 | + "EnableMultipleJobs":{ |
| 16392 | + "shape":"Boolean", |
| 16393 | + "box":true |
| 16394 | + }, |
| 16395 | + "PlacementSpecifications":{"shape":"PlacementSpecifications"} |
| 16396 | + } |
| 16397 | + }, |
16318 | 16398 | "InstanceType":{
|
16319 | 16399 | "type":"string",
|
16320 | 16400 | "enum":[
|
|
18763 | 18843 | "NextToken":{"shape":"NextToken"}
|
18764 | 18844 | }
|
18765 | 18845 | },
|
| 18846 | + "ListUltraServersByReservedCapacityRequest":{ |
| 18847 | + "type":"structure", |
| 18848 | + "required":["ReservedCapacityArn"], |
| 18849 | + "members":{ |
| 18850 | + "ReservedCapacityArn":{"shape":"ReservedCapacityArn"}, |
| 18851 | + "MaxResults":{"shape":"MaxResults"}, |
| 18852 | + "NextToken":{"shape":"NextToken"} |
| 18853 | + } |
| 18854 | + }, |
| 18855 | + "ListUltraServersByReservedCapacityResponse":{ |
| 18856 | + "type":"structure", |
| 18857 | + "required":["UltraServers"], |
| 18858 | + "members":{ |
| 18859 | + "NextToken":{"shape":"NextToken"}, |
| 18860 | + "UltraServers":{"shape":"UltraServers"} |
| 18861 | + } |
| 18862 | + }, |
18766 | 18863 | "ListUserProfilesRequest":{
|
18767 | 18864 | "type":"structure",
|
18768 | 18865 | "members":{
|
|
21863 | 21960 | "max":100,
|
21864 | 21961 | "min":0
|
21865 | 21962 | },
|
| 21963 | + "PlacementSpecification":{ |
| 21964 | + "type":"structure", |
| 21965 | + "required":["InstanceCount"], |
| 21966 | + "members":{ |
| 21967 | + "UltraServerId":{"shape":"String256"}, |
| 21968 | + "InstanceCount":{ |
| 21969 | + "shape":"TrainingInstanceCount", |
| 21970 | + "box":true |
| 21971 | + } |
| 21972 | + } |
| 21973 | + }, |
| 21974 | + "PlacementSpecifications":{ |
| 21975 | + "type":"list", |
| 21976 | + "member":{"shape":"PlacementSpecification"}, |
| 21977 | + "max":10, |
| 21978 | + "min":0 |
| 21979 | + }, |
21866 | 21980 | "PlatformIdentifier":{
|
21867 | 21981 | "type":"string",
|
21868 | 21982 | "max":15,
|
|
23679 | 23793 | "ml.trn1.32xlarge",
|
23680 | 23794 | "ml.trn2.48xlarge",
|
23681 | 23795 | "ml.p6-b200.48xlarge",
|
23682 |
| - "ml.p4de.24xlarge" |
| 23796 | + "ml.p4de.24xlarge", |
| 23797 | + "ml.p6e-gb200.36xlarge" |
23683 | 23798 | ]
|
23684 | 23799 | },
|
23685 | 23800 | "ReservedCapacityOffering":{
|
|
23689 | 23804 | "InstanceCount"
|
23690 | 23805 | ],
|
23691 | 23806 | "members":{
|
| 23807 | + "ReservedCapacityType":{"shape":"ReservedCapacityType"}, |
| 23808 | + "UltraServerType":{"shape":"UltraServerType"}, |
| 23809 | + "UltraServerCount":{"shape":"UltraServerCount"}, |
23692 | 23810 | "InstanceType":{"shape":"ReservedCapacityInstanceType"},
|
23693 | 23811 | "InstanceCount":{
|
23694 | 23812 | "shape":"ReservedCapacityInstanceCount",
|
|
23733 | 23851 | ],
|
23734 | 23852 | "members":{
|
23735 | 23853 | "ReservedCapacityArn":{"shape":"ReservedCapacityArn"},
|
| 23854 | + "ReservedCapacityType":{"shape":"ReservedCapacityType"}, |
| 23855 | + "UltraServerType":{"shape":"UltraServerType"}, |
| 23856 | + "UltraServerCount":{"shape":"UltraServerCount"}, |
23736 | 23857 | "InstanceType":{"shape":"ReservedCapacityInstanceType"},
|
23737 | 23858 | "TotalInstanceCount":{"shape":"TotalInstanceCount"},
|
23738 | 23859 | "Status":{"shape":"ReservedCapacityStatus"},
|
|
23743 | 23864 | "EndTime":{"shape":"Timestamp"}
|
23744 | 23865 | }
|
23745 | 23866 | },
|
| 23867 | + "ReservedCapacityType":{ |
| 23868 | + "type":"string", |
| 23869 | + "enum":[ |
| 23870 | + "UltraServer", |
| 23871 | + "Instance" |
| 23872 | + ] |
| 23873 | + }, |
23746 | 23874 | "ResolvedAttributes":{
|
23747 | 23875 | "type":"structure",
|
23748 | 23876 | "members":{
|
|
23819 | 23947 | "VolumeKmsKeyId":{"shape":"KmsKeyId"},
|
23820 | 23948 | "KeepAlivePeriodInSeconds":{"shape":"KeepAlivePeriodInSeconds"},
|
23821 | 23949 | "InstanceGroups":{"shape":"InstanceGroups"},
|
23822 |
| - "TrainingPlanArn":{"shape":"TrainingPlanArn"} |
| 23950 | + "TrainingPlanArn":{"shape":"TrainingPlanArn"}, |
| 23951 | + "InstancePlacementConfig":{"shape":"InstancePlacementConfig"} |
23823 | 23952 | }
|
23824 | 23953 | },
|
23825 | 23954 | "ResourceConfigForUpdate":{
|
|
24397 | 24526 | "shape":"ReservedCapacityInstanceCount",
|
24398 | 24527 | "box":true
|
24399 | 24528 | },
|
| 24529 | + "UltraServerType":{"shape":"UltraServerType"}, |
| 24530 | + "UltraServerCount":{"shape":"UltraServerCount"}, |
24400 | 24531 | "StartTimeAfter":{"shape":"Timestamp"},
|
24401 | 24532 | "EndTimeBefore":{"shape":"Timestamp"},
|
24402 | 24533 | "DurationHours":{"shape":"TrainingPlanDurationHoursInput"},
|
|
24955 | 25086 | "EbsStorageSettings":{"shape":"EbsStorageSettings"}
|
24956 | 25087 | }
|
24957 | 25088 | },
|
| 25089 | + "SpareInstanceCountPerUltraServer":{ |
| 25090 | + "type":"integer", |
| 25091 | + "box":true, |
| 25092 | + "min":0 |
| 25093 | + }, |
24958 | 25094 | "SpawnRate":{
|
24959 | 25095 | "type":"integer",
|
24960 | 25096 | "box":true,
|
|
26213 | 26349 | "ml.r7i.12xlarge",
|
26214 | 26350 | "ml.r7i.16xlarge",
|
26215 | 26351 | "ml.r7i.24xlarge",
|
26216 |
| - "ml.r7i.48xlarge" |
| 26352 | + "ml.r7i.48xlarge", |
| 26353 | + "ml.p6e-gb200.36xlarge" |
26217 | 26354 | ]
|
26218 | 26355 | },
|
26219 | 26356 | "TrainingInstanceTypes":{
|
|
26526 | 26663 | "TotalInstanceCount":{"shape":"TotalInstanceCount"},
|
26527 | 26664 | "AvailableInstanceCount":{"shape":"AvailableInstanceCount"},
|
26528 | 26665 | "InUseInstanceCount":{"shape":"InUseInstanceCount"},
|
| 26666 | + "TotalUltraServerCount":{"shape":"UltraServerCount"}, |
26529 | 26667 | "TargetResources":{"shape":"SageMakerResourceNames"},
|
26530 | 26668 | "ReservedCapacitySummaries":{"shape":"ReservedCapacitySummaries"}
|
26531 | 26669 | }
|
|
27186 | 27324 | "max":4000000,
|
27187 | 27325 | "min":10000
|
27188 | 27326 | },
|
| 27327 | + "UltraServer":{ |
| 27328 | + "type":"structure", |
| 27329 | + "required":[ |
| 27330 | + "UltraServerId", |
| 27331 | + "UltraServerType", |
| 27332 | + "AvailabilityZone", |
| 27333 | + "InstanceType", |
| 27334 | + "TotalInstanceCount" |
| 27335 | + ], |
| 27336 | + "members":{ |
| 27337 | + "UltraServerId":{"shape":"NonEmptyString256"}, |
| 27338 | + "UltraServerType":{"shape":"UltraServerType"}, |
| 27339 | + "AvailabilityZone":{"shape":"AvailabilityZone"}, |
| 27340 | + "InstanceType":{"shape":"ReservedCapacityInstanceType"}, |
| 27341 | + "TotalInstanceCount":{"shape":"TotalInstanceCount"}, |
| 27342 | + "ConfiguredSpareInstanceCount":{"shape":"ConfiguredSpareInstanceCount"}, |
| 27343 | + "AvailableInstanceCount":{"shape":"AvailableInstanceCount"}, |
| 27344 | + "InUseInstanceCount":{"shape":"InUseInstanceCount"}, |
| 27345 | + "AvailableSpareInstanceCount":{"shape":"AvailableSpareInstanceCount"}, |
| 27346 | + "UnhealthyInstanceCount":{"shape":"UnhealthyInstanceCount"}, |
| 27347 | + "HealthStatus":{"shape":"UltraServerHealthStatus"} |
| 27348 | + } |
| 27349 | + }, |
| 27350 | + "UltraServerCount":{ |
| 27351 | + "type":"integer", |
| 27352 | + "box":true, |
| 27353 | + "min":1 |
| 27354 | + }, |
| 27355 | + "UltraServerHealthStatus":{ |
| 27356 | + "type":"string", |
| 27357 | + "enum":[ |
| 27358 | + "OK", |
| 27359 | + "Impaired", |
| 27360 | + "Insufficient-Data" |
| 27361 | + ] |
| 27362 | + }, |
| 27363 | + "UltraServerInfo":{ |
| 27364 | + "type":"structure", |
| 27365 | + "members":{ |
| 27366 | + "Id":{"shape":"String"} |
| 27367 | + } |
| 27368 | + }, |
| 27369 | + "UltraServerSummary":{ |
| 27370 | + "type":"structure", |
| 27371 | + "required":[ |
| 27372 | + "UltraServerType", |
| 27373 | + "InstanceType" |
| 27374 | + ], |
| 27375 | + "members":{ |
| 27376 | + "UltraServerType":{"shape":"UltraServerType"}, |
| 27377 | + "InstanceType":{"shape":"ReservedCapacityInstanceType"}, |
| 27378 | + "UltraServerCount":{"shape":"UltraServerCount"}, |
| 27379 | + "AvailableSpareInstanceCount":{"shape":"AvailableSpareInstanceCount"}, |
| 27380 | + "UnhealthyInstanceCount":{"shape":"UnhealthyInstanceCount"} |
| 27381 | + } |
| 27382 | + }, |
| 27383 | + "UltraServerType":{ |
| 27384 | + "type":"string", |
| 27385 | + "max":64, |
| 27386 | + "min":1, |
| 27387 | + "pattern":"ml.[a-z0-9\\-.]+" |
| 27388 | + }, |
| 27389 | + "UltraServers":{ |
| 27390 | + "type":"list", |
| 27391 | + "member":{"shape":"UltraServer"}, |
| 27392 | + "max":100, |
| 27393 | + "min":0 |
| 27394 | + }, |
| 27395 | + "UnhealthyInstanceCount":{ |
| 27396 | + "type":"integer", |
| 27397 | + "box":true, |
| 27398 | + "min":0 |
| 27399 | + }, |
27189 | 27400 | "UnifiedStudioDomainId":{
|
27190 | 27401 | "type":"string",
|
27191 | 27402 | "pattern":"dzd[-_][a-zA-Z0-9_-]{1,36}"
|
|
0 commit comments