aws-sdk-sagemaker 1.318.0 → 1.320.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +532 -36
- data/lib/aws-sdk-sagemaker/client_api.rb +349 -0
- data/lib/aws-sdk-sagemaker/types.rb +1172 -13
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +161 -25
- data/sig/types.rbs +283 -9
- metadata +1 -1
@@ -25,9 +25,13 @@ module Aws::SageMaker
|
|
25
25
|
ActivationState = Shapes::StringShape.new(name: 'ActivationState')
|
26
26
|
AddAssociationRequest = Shapes::StructureShape.new(name: 'AddAssociationRequest')
|
27
27
|
AddAssociationResponse = Shapes::StructureShape.new(name: 'AddAssociationResponse')
|
28
|
+
AddClusterNodeSpecification = Shapes::StructureShape.new(name: 'AddClusterNodeSpecification')
|
29
|
+
AddClusterNodeSpecificationIncrementTargetCountByInteger = Shapes::IntegerShape.new(name: 'AddClusterNodeSpecificationIncrementTargetCountByInteger')
|
30
|
+
AddClusterNodeSpecificationList = Shapes::ListShape.new(name: 'AddClusterNodeSpecificationList')
|
28
31
|
AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
|
29
32
|
AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
|
30
33
|
AdditionalCodeRepositoryNamesOrUrls = Shapes::ListShape.new(name: 'AdditionalCodeRepositoryNamesOrUrls')
|
34
|
+
AdditionalEnis = Shapes::StructureShape.new(name: 'AdditionalEnis')
|
31
35
|
AdditionalInferenceSpecificationDefinition = Shapes::StructureShape.new(name: 'AdditionalInferenceSpecificationDefinition')
|
32
36
|
AdditionalInferenceSpecifications = Shapes::ListShape.new(name: 'AdditionalInferenceSpecifications')
|
33
37
|
AdditionalModelChannelName = Shapes::StringShape.new(name: 'AdditionalModelChannelName')
|
@@ -180,10 +184,20 @@ module Aws::SageMaker
|
|
180
184
|
AutotuneMode = Shapes::StringShape.new(name: 'AutotuneMode')
|
181
185
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
182
186
|
AvailableInstanceCount = Shapes::IntegerShape.new(name: 'AvailableInstanceCount')
|
187
|
+
AvailableSpareInstanceCount = Shapes::IntegerShape.new(name: 'AvailableSpareInstanceCount')
|
183
188
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
184
189
|
BacktestResultsLocation = Shapes::StringShape.new(name: 'BacktestResultsLocation')
|
185
190
|
BaseModelName = Shapes::StringShape.new(name: 'BaseModelName')
|
191
|
+
BatchAddClusterNodesError = Shapes::StructureShape.new(name: 'BatchAddClusterNodesError')
|
192
|
+
BatchAddClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchAddClusterNodesErrorCode')
|
193
|
+
BatchAddClusterNodesErrorList = Shapes::ListShape.new(name: 'BatchAddClusterNodesErrorList')
|
194
|
+
BatchAddClusterNodesRequest = Shapes::StructureShape.new(name: 'BatchAddClusterNodesRequest')
|
195
|
+
BatchAddClusterNodesRequestClientTokenString = Shapes::StringShape.new(name: 'BatchAddClusterNodesRequestClientTokenString')
|
196
|
+
BatchAddClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchAddClusterNodesResponse')
|
197
|
+
BatchAddFailureCount = Shapes::IntegerShape.new(name: 'BatchAddFailureCount')
|
186
198
|
BatchDataCaptureConfig = Shapes::StructureShape.new(name: 'BatchDataCaptureConfig')
|
199
|
+
BatchDeleteClusterNodeLogicalIdsError = Shapes::StructureShape.new(name: 'BatchDeleteClusterNodeLogicalIdsError')
|
200
|
+
BatchDeleteClusterNodeLogicalIdsErrorList = Shapes::ListShape.new(name: 'BatchDeleteClusterNodeLogicalIdsErrorList')
|
187
201
|
BatchDeleteClusterNodesError = Shapes::StructureShape.new(name: 'BatchDeleteClusterNodesError')
|
188
202
|
BatchDeleteClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchDeleteClusterNodesErrorCode')
|
189
203
|
BatchDeleteClusterNodesErrorList = Shapes::ListShape.new(name: 'BatchDeleteClusterNodesErrorList')
|
@@ -221,7 +235,9 @@ module Aws::SageMaker
|
|
221
235
|
CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
|
222
236
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
223
237
|
CanvasAppSettings = Shapes::StructureShape.new(name: 'CanvasAppSettings')
|
238
|
+
CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
|
224
239
|
CapacityReservationPreference = Shapes::StringShape.new(name: 'CapacityReservationPreference')
|
240
|
+
CapacityReservationType = Shapes::StringShape.new(name: 'CapacityReservationType')
|
225
241
|
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
226
242
|
CapacitySizeConfig = Shapes::StructureShape.new(name: 'CapacitySizeConfig')
|
227
243
|
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
@@ -300,6 +316,11 @@ module Aws::SageMaker
|
|
300
316
|
ClusterAvailabilityZoneId = Shapes::StringShape.new(name: 'ClusterAvailabilityZoneId')
|
301
317
|
ClusterEbsVolumeConfig = Shapes::StructureShape.new(name: 'ClusterEbsVolumeConfig')
|
302
318
|
ClusterEbsVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ClusterEbsVolumeSizeInGB')
|
319
|
+
ClusterEventDetail = Shapes::StructureShape.new(name: 'ClusterEventDetail')
|
320
|
+
ClusterEventMaxResults = Shapes::IntegerShape.new(name: 'ClusterEventMaxResults')
|
321
|
+
ClusterEventResourceType = Shapes::StringShape.new(name: 'ClusterEventResourceType')
|
322
|
+
ClusterEventSummaries = Shapes::ListShape.new(name: 'ClusterEventSummaries')
|
323
|
+
ClusterEventSummary = Shapes::StructureShape.new(name: 'ClusterEventSummary')
|
303
324
|
ClusterInstanceCount = Shapes::IntegerShape.new(name: 'ClusterInstanceCount')
|
304
325
|
ClusterInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterInstanceGroupDetails')
|
305
326
|
ClusterInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterInstanceGroupDetailsList')
|
@@ -315,11 +336,15 @@ module Aws::SageMaker
|
|
315
336
|
ClusterInstanceType = Shapes::StringShape.new(name: 'ClusterInstanceType')
|
316
337
|
ClusterLifeCycleConfig = Shapes::StructureShape.new(name: 'ClusterLifeCycleConfig')
|
317
338
|
ClusterLifeCycleConfigFileName = Shapes::StringShape.new(name: 'ClusterLifeCycleConfigFileName')
|
339
|
+
ClusterMetadata = Shapes::StructureShape.new(name: 'ClusterMetadata')
|
318
340
|
ClusterName = Shapes::StringShape.new(name: 'ClusterName')
|
319
341
|
ClusterNameOrArn = Shapes::StringShape.new(name: 'ClusterNameOrArn')
|
320
342
|
ClusterNodeDetails = Shapes::StructureShape.new(name: 'ClusterNodeDetails')
|
321
343
|
ClusterNodeId = Shapes::StringShape.new(name: 'ClusterNodeId')
|
322
344
|
ClusterNodeIds = Shapes::ListShape.new(name: 'ClusterNodeIds')
|
345
|
+
ClusterNodeLogicalId = Shapes::StringShape.new(name: 'ClusterNodeLogicalId')
|
346
|
+
ClusterNodeLogicalIdList = Shapes::ListShape.new(name: 'ClusterNodeLogicalIdList')
|
347
|
+
ClusterNodeProvisioningMode = Shapes::StringShape.new(name: 'ClusterNodeProvisioningMode')
|
323
348
|
ClusterNodeRecovery = Shapes::StringShape.new(name: 'ClusterNodeRecovery')
|
324
349
|
ClusterNodeSummaries = Shapes::ListShape.new(name: 'ClusterNodeSummaries')
|
325
350
|
ClusterNodeSummary = Shapes::StructureShape.new(name: 'ClusterNodeSummary')
|
@@ -386,6 +411,7 @@ module Aws::SageMaker
|
|
386
411
|
ConditionStepMetadata = Shapes::StructureShape.new(name: 'ConditionStepMetadata')
|
387
412
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
388
413
|
ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
|
414
|
+
ConfiguredSpareInstanceCount = Shapes::IntegerShape.new(name: 'ConfiguredSpareInstanceCount')
|
389
415
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
390
416
|
ContainerArgument = Shapes::StringShape.new(name: 'ContainerArgument')
|
391
417
|
ContainerArguments = Shapes::ListShape.new(name: 'ContainerArguments')
|
@@ -693,6 +719,8 @@ module Aws::SageMaker
|
|
693
719
|
DescribeAutoMLJobResponse = Shapes::StructureShape.new(name: 'DescribeAutoMLJobResponse')
|
694
720
|
DescribeAutoMLJobV2Request = Shapes::StructureShape.new(name: 'DescribeAutoMLJobV2Request')
|
695
721
|
DescribeAutoMLJobV2Response = Shapes::StructureShape.new(name: 'DescribeAutoMLJobV2Response')
|
722
|
+
DescribeClusterEventRequest = Shapes::StructureShape.new(name: 'DescribeClusterEventRequest')
|
723
|
+
DescribeClusterEventResponse = Shapes::StructureShape.new(name: 'DescribeClusterEventResponse')
|
696
724
|
DescribeClusterNodeRequest = Shapes::StructureShape.new(name: 'DescribeClusterNodeRequest')
|
697
725
|
DescribeClusterNodeResponse = Shapes::StructureShape.new(name: 'DescribeClusterNodeResponse')
|
698
726
|
DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
|
@@ -791,6 +819,8 @@ module Aws::SageMaker
|
|
791
819
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
792
820
|
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
793
821
|
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
822
|
+
DescribeReservedCapacityRequest = Shapes::StructureShape.new(name: 'DescribeReservedCapacityRequest')
|
823
|
+
DescribeReservedCapacityResponse = Shapes::StructureShape.new(name: 'DescribeReservedCapacityResponse')
|
794
824
|
DescribeSpaceRequest = Shapes::StructureShape.new(name: 'DescribeSpaceRequest')
|
795
825
|
DescribeSpaceResponse = Shapes::StructureShape.new(name: 'DescribeSpaceResponse')
|
796
826
|
DescribeStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigRequest')
|
@@ -905,8 +935,10 @@ module Aws::SageMaker
|
|
905
935
|
EdgePresetDeploymentType = Shapes::StringShape.new(name: 'EdgePresetDeploymentType')
|
906
936
|
EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
|
907
937
|
Edges = Shapes::ListShape.new(name: 'Edges')
|
938
|
+
EfaEnis = Shapes::ListShape.new(name: 'EfaEnis')
|
908
939
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
909
940
|
EksClusterArn = Shapes::StringShape.new(name: 'EksClusterArn')
|
941
|
+
EksRoleAccessEntries = Shapes::ListShape.new(name: 'EksRoleAccessEntries')
|
910
942
|
EmrServerlessComputeConfig = Shapes::StructureShape.new(name: 'EmrServerlessComputeConfig')
|
911
943
|
EmrServerlessSettings = Shapes::StructureShape.new(name: 'EmrServerlessSettings')
|
912
944
|
EmrSettings = Shapes::StructureShape.new(name: 'EmrSettings')
|
@@ -954,6 +986,10 @@ module Aws::SageMaker
|
|
954
986
|
EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
|
955
987
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
956
988
|
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
989
|
+
EventDetails = Shapes::StructureShape.new(name: 'EventDetails')
|
990
|
+
EventId = Shapes::StringShape.new(name: 'EventId')
|
991
|
+
EventMetadata = Shapes::UnionShape.new(name: 'EventMetadata')
|
992
|
+
EventSortBy = Shapes::StringShape.new(name: 'EventSortBy')
|
957
993
|
ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
|
958
994
|
ExecutionRoleArns = Shapes::ListShape.new(name: 'ExecutionRoleArns')
|
959
995
|
ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
|
@@ -1175,6 +1211,7 @@ module Aws::SageMaker
|
|
1175
1211
|
ImageDescription = Shapes::StringShape.new(name: 'ImageDescription')
|
1176
1212
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
1177
1213
|
ImageDisplayName = Shapes::StringShape.new(name: 'ImageDisplayName')
|
1214
|
+
ImageId = Shapes::StringShape.new(name: 'ImageId')
|
1178
1215
|
ImageName = Shapes::StringShape.new(name: 'ImageName')
|
1179
1216
|
ImageNameContains = Shapes::StringShape.new(name: 'ImageNameContains')
|
1180
1217
|
ImageSortBy = Shapes::StringShape.new(name: 'ImageSortBy')
|
@@ -1194,6 +1231,7 @@ module Aws::SageMaker
|
|
1194
1231
|
ImportHubContentRequest = Shapes::StructureShape.new(name: 'ImportHubContentRequest')
|
1195
1232
|
ImportHubContentResponse = Shapes::StructureShape.new(name: 'ImportHubContentResponse')
|
1196
1233
|
InUseInstanceCount = Shapes::IntegerShape.new(name: 'InUseInstanceCount')
|
1234
|
+
IncludeNodeLogicalIdsBoolean = Shapes::BooleanShape.new(name: 'IncludeNodeLogicalIdsBoolean')
|
1197
1235
|
InferenceComponentArn = Shapes::StringShape.new(name: 'InferenceComponentArn')
|
1198
1236
|
InferenceComponentCapacitySize = Shapes::StructureShape.new(name: 'InferenceComponentCapacitySize')
|
1199
1237
|
InferenceComponentCapacitySizeType = Shapes::StringShape.new(name: 'InferenceComponentCapacitySizeType')
|
@@ -1248,12 +1286,16 @@ module Aws::SageMaker
|
|
1248
1286
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
1249
1287
|
InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
|
1250
1288
|
InstanceGroup = Shapes::StructureShape.new(name: 'InstanceGroup')
|
1289
|
+
InstanceGroupMetadata = Shapes::StructureShape.new(name: 'InstanceGroupMetadata')
|
1251
1290
|
InstanceGroupName = Shapes::StringShape.new(name: 'InstanceGroupName')
|
1252
1291
|
InstanceGroupNames = Shapes::ListShape.new(name: 'InstanceGroupNames')
|
1292
|
+
InstanceGroupScalingMetadata = Shapes::StructureShape.new(name: 'InstanceGroupScalingMetadata')
|
1253
1293
|
InstanceGroupStatus = Shapes::StringShape.new(name: 'InstanceGroupStatus')
|
1254
1294
|
InstanceGroupTrainingPlanStatus = Shapes::StringShape.new(name: 'InstanceGroupTrainingPlanStatus')
|
1255
1295
|
InstanceGroups = Shapes::ListShape.new(name: 'InstanceGroups')
|
1296
|
+
InstanceMetadata = Shapes::StructureShape.new(name: 'InstanceMetadata')
|
1256
1297
|
InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
|
1298
|
+
InstancePlacementConfig = Shapes::StructureShape.new(name: 'InstancePlacementConfig')
|
1257
1299
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
1258
1300
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
1259
1301
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
@@ -1341,6 +1383,8 @@ module Aws::SageMaker
|
|
1341
1383
|
ListAutoMLJobsResponse = Shapes::StructureShape.new(name: 'ListAutoMLJobsResponse')
|
1342
1384
|
ListCandidatesForAutoMLJobRequest = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobRequest')
|
1343
1385
|
ListCandidatesForAutoMLJobResponse = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobResponse')
|
1386
|
+
ListClusterEventsRequest = Shapes::StructureShape.new(name: 'ListClusterEventsRequest')
|
1387
|
+
ListClusterEventsResponse = Shapes::StructureShape.new(name: 'ListClusterEventsResponse')
|
1344
1388
|
ListClusterNodesRequest = Shapes::StructureShape.new(name: 'ListClusterNodesRequest')
|
1345
1389
|
ListClusterNodesResponse = Shapes::StructureShape.new(name: 'ListClusterNodesResponse')
|
1346
1390
|
ListClusterSchedulerConfigsRequest = Shapes::StructureShape.new(name: 'ListClusterSchedulerConfigsRequest')
|
@@ -1492,6 +1536,8 @@ module Aws::SageMaker
|
|
1492
1536
|
ListTrialComponentsResponse = Shapes::StructureShape.new(name: 'ListTrialComponentsResponse')
|
1493
1537
|
ListTrialsRequest = Shapes::StructureShape.new(name: 'ListTrialsRequest')
|
1494
1538
|
ListTrialsResponse = Shapes::StructureShape.new(name: 'ListTrialsResponse')
|
1539
|
+
ListUltraServersByReservedCapacityRequest = Shapes::StructureShape.new(name: 'ListUltraServersByReservedCapacityRequest')
|
1540
|
+
ListUltraServersByReservedCapacityResponse = Shapes::StructureShape.new(name: 'ListUltraServersByReservedCapacityResponse')
|
1495
1541
|
ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
|
1496
1542
|
ListUserProfilesResponse = Shapes::StructureShape.new(name: 'ListUserProfilesResponse')
|
1497
1543
|
ListWorkforcesRequest = Shapes::StructureShape.new(name: 'ListWorkforcesRequest')
|
@@ -1729,6 +1775,8 @@ module Aws::SageMaker
|
|
1729
1775
|
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
1730
1776
|
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
1731
1777
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
1778
|
+
NodeAdditionResult = Shapes::StructureShape.new(name: 'NodeAdditionResult')
|
1779
|
+
NodeAdditionResultList = Shapes::ListShape.new(name: 'NodeAdditionResultList')
|
1732
1780
|
NodeUnavailabilityType = Shapes::StringShape.new(name: 'NodeUnavailabilityType')
|
1733
1781
|
NodeUnavailabilityValue = Shapes::IntegerShape.new(name: 'NodeUnavailabilityValue')
|
1734
1782
|
NonEmptyString256 = Shapes::StringShape.new(name: 'NonEmptyString256')
|
@@ -1872,6 +1920,8 @@ module Aws::SageMaker
|
|
1872
1920
|
PipelineVersionName = Shapes::StringShape.new(name: 'PipelineVersionName')
|
1873
1921
|
PipelineVersionSummary = Shapes::StructureShape.new(name: 'PipelineVersionSummary')
|
1874
1922
|
PipelineVersionSummaryList = Shapes::ListShape.new(name: 'PipelineVersionSummaryList')
|
1923
|
+
PlacementSpecification = Shapes::StructureShape.new(name: 'PlacementSpecification')
|
1924
|
+
PlacementSpecifications = Shapes::ListShape.new(name: 'PlacementSpecifications')
|
1875
1925
|
PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
|
1876
1926
|
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
1877
1927
|
PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
|
@@ -2056,6 +2106,7 @@ module Aws::SageMaker
|
|
2056
2106
|
ReservedCapacityStatus = Shapes::StringShape.new(name: 'ReservedCapacityStatus')
|
2057
2107
|
ReservedCapacitySummaries = Shapes::ListShape.new(name: 'ReservedCapacitySummaries')
|
2058
2108
|
ReservedCapacitySummary = Shapes::StructureShape.new(name: 'ReservedCapacitySummary')
|
2109
|
+
ReservedCapacityType = Shapes::StringShape.new(name: 'ReservedCapacityType')
|
2059
2110
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
2060
2111
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
2061
2112
|
ResourceCatalog = Shapes::StructureShape.new(name: 'ResourceCatalog')
|
@@ -2210,6 +2261,7 @@ module Aws::SageMaker
|
|
2210
2261
|
SpaceSortKey = Shapes::StringShape.new(name: 'SpaceSortKey')
|
2211
2262
|
SpaceStatus = Shapes::StringShape.new(name: 'SpaceStatus')
|
2212
2263
|
SpaceStorageSettings = Shapes::StructureShape.new(name: 'SpaceStorageSettings')
|
2264
|
+
SpareInstanceCountPerUltraServer = Shapes::IntegerShape.new(name: 'SpareInstanceCountPerUltraServer')
|
2213
2265
|
SpawnRate = Shapes::IntegerShape.new(name: 'SpawnRate')
|
2214
2266
|
SplitType = Shapes::StringShape.new(name: 'SplitType')
|
2215
2267
|
StageDescription = Shapes::StringShape.new(name: 'StageDescription')
|
@@ -2292,6 +2344,7 @@ module Aws::SageMaker
|
|
2292
2344
|
TagPropagation = Shapes::StringShape.new(name: 'TagPropagation')
|
2293
2345
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
2294
2346
|
TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
|
2347
|
+
TargetCount = Shapes::IntegerShape.new(name: 'TargetCount')
|
2295
2348
|
TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
|
2296
2349
|
TargetLabelColumn = Shapes::StringShape.new(name: 'TargetLabelColumn')
|
2297
2350
|
TargetObjectiveMetricValue = Shapes::FloatShape.new(name: 'TargetObjectiveMetricValue')
|
@@ -2457,6 +2510,14 @@ module Aws::SageMaker
|
|
2457
2510
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
2458
2511
|
UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
|
2459
2512
|
Uid = Shapes::IntegerShape.new(name: 'Uid')
|
2513
|
+
UltraServer = Shapes::StructureShape.new(name: 'UltraServer')
|
2514
|
+
UltraServerCount = Shapes::IntegerShape.new(name: 'UltraServerCount')
|
2515
|
+
UltraServerHealthStatus = Shapes::StringShape.new(name: 'UltraServerHealthStatus')
|
2516
|
+
UltraServerInfo = Shapes::StructureShape.new(name: 'UltraServerInfo')
|
2517
|
+
UltraServerSummary = Shapes::StructureShape.new(name: 'UltraServerSummary')
|
2518
|
+
UltraServerType = Shapes::StringShape.new(name: 'UltraServerType')
|
2519
|
+
UltraServers = Shapes::ListShape.new(name: 'UltraServers')
|
2520
|
+
UnhealthyInstanceCount = Shapes::IntegerShape.new(name: 'UnhealthyInstanceCount')
|
2460
2521
|
UnifiedStudioDomainId = Shapes::StringShape.new(name: 'UnifiedStudioDomainId')
|
2461
2522
|
UnifiedStudioEnvironmentId = Shapes::StringShape.new(name: 'UnifiedStudioEnvironmentId')
|
2462
2523
|
UnifiedStudioProjectId = Shapes::StringShape.new(name: 'UnifiedStudioProjectId')
|
@@ -2642,6 +2703,12 @@ module Aws::SageMaker
|
|
2642
2703
|
AddAssociationResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
2643
2704
|
AddAssociationResponse.struct_class = Types::AddAssociationResponse
|
2644
2705
|
|
2706
|
+
AddClusterNodeSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
2707
|
+
AddClusterNodeSpecification.add_member(:increment_target_count_by, Shapes::ShapeRef.new(shape: AddClusterNodeSpecificationIncrementTargetCountByInteger, required: true, location_name: "IncrementTargetCountBy"))
|
2708
|
+
AddClusterNodeSpecification.struct_class = Types::AddClusterNodeSpecification
|
2709
|
+
|
2710
|
+
AddClusterNodeSpecificationList.member = Shapes::ShapeRef.new(shape: AddClusterNodeSpecification)
|
2711
|
+
|
2645
2712
|
AddTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
2646
2713
|
AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
2647
2714
|
AddTagsInput.struct_class = Types::AddTagsInput
|
@@ -2651,6 +2718,9 @@ module Aws::SageMaker
|
|
2651
2718
|
|
2652
2719
|
AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
|
2653
2720
|
|
2721
|
+
AdditionalEnis.add_member(:efa_enis, Shapes::ShapeRef.new(shape: EfaEnis, location_name: "EfaEnis"))
|
2722
|
+
AdditionalEnis.struct_class = Types::AdditionalEnis
|
2723
|
+
|
2654
2724
|
AdditionalInferenceSpecificationDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
2655
2725
|
AdditionalInferenceSpecificationDefinition.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
2656
2726
|
AdditionalInferenceSpecificationDefinition.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
@@ -3033,11 +3103,35 @@ module Aws::SageMaker
|
|
3033
3103
|
Autotune.add_member(:mode, Shapes::ShapeRef.new(shape: AutotuneMode, required: true, location_name: "Mode"))
|
3034
3104
|
Autotune.struct_class = Types::Autotune
|
3035
3105
|
|
3106
|
+
BatchAddClusterNodesError.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
3107
|
+
BatchAddClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
3108
|
+
BatchAddClusterNodesError.add_member(:failed_count, Shapes::ShapeRef.new(shape: BatchAddFailureCount, required: true, location_name: "FailedCount"))
|
3109
|
+
BatchAddClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3110
|
+
BatchAddClusterNodesError.struct_class = Types::BatchAddClusterNodesError
|
3111
|
+
|
3112
|
+
BatchAddClusterNodesErrorList.member = Shapes::ShapeRef.new(shape: BatchAddClusterNodesError)
|
3113
|
+
|
3114
|
+
BatchAddClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
3115
|
+
BatchAddClusterNodesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: BatchAddClusterNodesRequestClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3116
|
+
BatchAddClusterNodesRequest.add_member(:nodes_to_add, Shapes::ShapeRef.new(shape: AddClusterNodeSpecificationList, required: true, location_name: "NodesToAdd"))
|
3117
|
+
BatchAddClusterNodesRequest.struct_class = Types::BatchAddClusterNodesRequest
|
3118
|
+
|
3119
|
+
BatchAddClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: NodeAdditionResultList, required: true, location_name: "Successful"))
|
3120
|
+
BatchAddClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorList, required: true, location_name: "Failed"))
|
3121
|
+
BatchAddClusterNodesResponse.struct_class = Types::BatchAddClusterNodesResponse
|
3122
|
+
|
3036
3123
|
BatchDataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "DestinationS3Uri"))
|
3037
3124
|
BatchDataCaptureConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3038
3125
|
BatchDataCaptureConfig.add_member(:generate_inference_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "GenerateInferenceId", metadata: {"box" => true}))
|
3039
3126
|
BatchDataCaptureConfig.struct_class = Types::BatchDataCaptureConfig
|
3040
3127
|
|
3128
|
+
BatchDeleteClusterNodeLogicalIdsError.add_member(:code, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorCode, required: true, location_name: "Code"))
|
3129
|
+
BatchDeleteClusterNodeLogicalIdsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
3130
|
+
BatchDeleteClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
3131
|
+
BatchDeleteClusterNodeLogicalIdsError.struct_class = Types::BatchDeleteClusterNodeLogicalIdsError
|
3132
|
+
|
3133
|
+
BatchDeleteClusterNodeLogicalIdsErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteClusterNodeLogicalIdsError)
|
3134
|
+
|
3041
3135
|
BatchDeleteClusterNodesError.add_member(:code, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorCode, required: true, location_name: "Code"))
|
3042
3136
|
BatchDeleteClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
3043
3137
|
BatchDeleteClusterNodesError.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
|
@@ -3047,10 +3141,13 @@ module Aws::SageMaker
|
|
3047
3141
|
|
3048
3142
|
BatchDeleteClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
3049
3143
|
BatchDeleteClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "NodeIds"))
|
3144
|
+
BatchDeleteClusterNodesRequest.add_member(:node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "NodeLogicalIds"))
|
3050
3145
|
BatchDeleteClusterNodesRequest.struct_class = Types::BatchDeleteClusterNodesRequest
|
3051
3146
|
|
3052
3147
|
BatchDeleteClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorList, location_name: "Failed"))
|
3053
3148
|
BatchDeleteClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "Successful"))
|
3149
|
+
BatchDeleteClusterNodesResponse.add_member(:failed_node_logical_ids, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodeLogicalIdsErrorList, location_name: "FailedNodeLogicalIds"))
|
3150
|
+
BatchDeleteClusterNodesResponse.add_member(:successful_node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "SuccessfulNodeLogicalIds"))
|
3054
3151
|
BatchDeleteClusterNodesResponse.struct_class = Types::BatchDeleteClusterNodesResponse
|
3055
3152
|
|
3056
3153
|
BatchDescribeModelPackageError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorCode"))
|
@@ -3136,6 +3233,10 @@ module Aws::SageMaker
|
|
3136
3233
|
CanvasAppSettings.add_member(:emr_serverless_settings, Shapes::ShapeRef.new(shape: EmrServerlessSettings, location_name: "EmrServerlessSettings"))
|
3137
3234
|
CanvasAppSettings.struct_class = Types::CanvasAppSettings
|
3138
3235
|
|
3236
|
+
CapacityReservation.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
3237
|
+
CapacityReservation.add_member(:type, Shapes::ShapeRef.new(shape: CapacityReservationType, location_name: "Type"))
|
3238
|
+
CapacityReservation.struct_class = Types::CapacityReservation
|
3239
|
+
|
3139
3240
|
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
3140
3241
|
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
3141
3242
|
CapacitySize.struct_class = Types::CapacitySize
|
@@ -3289,6 +3390,29 @@ module Aws::SageMaker
|
|
3289
3390
|
ClusterEbsVolumeConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ClusterEbsVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
3290
3391
|
ClusterEbsVolumeConfig.struct_class = Types::ClusterEbsVolumeConfig
|
3291
3392
|
|
3393
|
+
ClusterEventDetail.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
3394
|
+
ClusterEventDetail.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3395
|
+
ClusterEventDetail.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
3396
|
+
ClusterEventDetail.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3397
|
+
ClusterEventDetail.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
3398
|
+
ClusterEventDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, required: true, location_name: "ResourceType"))
|
3399
|
+
ClusterEventDetail.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
|
3400
|
+
ClusterEventDetail.add_member(:event_details, Shapes::ShapeRef.new(shape: EventDetails, location_name: "EventDetails"))
|
3401
|
+
ClusterEventDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3402
|
+
ClusterEventDetail.struct_class = Types::ClusterEventDetail
|
3403
|
+
|
3404
|
+
ClusterEventSummaries.member = Shapes::ShapeRef.new(shape: ClusterEventSummary)
|
3405
|
+
|
3406
|
+
ClusterEventSummary.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
3407
|
+
ClusterEventSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3408
|
+
ClusterEventSummary.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
3409
|
+
ClusterEventSummary.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3410
|
+
ClusterEventSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
3411
|
+
ClusterEventSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, required: true, location_name: "ResourceType"))
|
3412
|
+
ClusterEventSummary.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
|
3413
|
+
ClusterEventSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3414
|
+
ClusterEventSummary.struct_class = Types::ClusterEventSummary
|
3415
|
+
|
3292
3416
|
ClusterInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
3293
3417
|
ClusterInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
3294
3418
|
ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
@@ -3303,6 +3427,8 @@ module Aws::SageMaker
|
|
3303
3427
|
ClusterInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
|
3304
3428
|
ClusterInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3305
3429
|
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3430
|
+
ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
3431
|
+
ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
3306
3432
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
3307
3433
|
|
3308
3434
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
@@ -3318,6 +3444,7 @@ module Aws::SageMaker
|
|
3318
3444
|
ClusterInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3319
3445
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3320
3446
|
ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3447
|
+
ClusterInstanceGroupSpecification.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
3321
3448
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
3322
3449
|
|
3323
3450
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
@@ -3344,8 +3471,14 @@ module Aws::SageMaker
|
|
3344
3471
|
ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
|
3345
3472
|
ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
|
3346
3473
|
|
3474
|
+
ClusterMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
3475
|
+
ClusterMetadata.add_member(:eks_role_access_entries, Shapes::ShapeRef.new(shape: EksRoleAccessEntries, location_name: "EksRoleAccessEntries"))
|
3476
|
+
ClusterMetadata.add_member(:slr_access_entry, Shapes::ShapeRef.new(shape: String, location_name: "SlrAccessEntry"))
|
3477
|
+
ClusterMetadata.struct_class = Types::ClusterMetadata
|
3478
|
+
|
3347
3479
|
ClusterNodeDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3348
3480
|
ClusterNodeDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
3481
|
+
ClusterNodeDetails.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, location_name: "NodeLogicalId"))
|
3349
3482
|
ClusterNodeDetails.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, location_name: "InstanceStatus"))
|
3350
3483
|
ClusterNodeDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
3351
3484
|
ClusterNodeDetails.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LaunchTime"))
|
@@ -3358,18 +3491,25 @@ module Aws::SageMaker
|
|
3358
3491
|
ClusterNodeDetails.add_member(:private_primary_ipv_6, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIpv6, location_name: "PrivatePrimaryIpv6"))
|
3359
3492
|
ClusterNodeDetails.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
3360
3493
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
3494
|
+
ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
3495
|
+
ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
3496
|
+
ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
3361
3497
|
ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
|
3362
3498
|
|
3363
3499
|
ClusterNodeIds.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
3364
3500
|
|
3501
|
+
ClusterNodeLogicalIdList.member = Shapes::ShapeRef.new(shape: ClusterNodeLogicalId)
|
3502
|
+
|
3365
3503
|
ClusterNodeSummaries.member = Shapes::ShapeRef.new(shape: ClusterNodeSummary)
|
3366
3504
|
|
3367
3505
|
ClusterNodeSummary.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
3368
3506
|
ClusterNodeSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
3507
|
+
ClusterNodeSummary.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeLogicalId"))
|
3369
3508
|
ClusterNodeSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
3370
3509
|
ClusterNodeSummary.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LaunchTime"))
|
3371
3510
|
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
3372
3511
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
3512
|
+
ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
3373
3513
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
3374
3514
|
|
3375
3515
|
ClusterOrchestrator.add_member(:eks, Shapes::ShapeRef.new(shape: ClusterOrchestratorEksConfig, required: true, location_name: "Eks"))
|
@@ -3689,6 +3829,7 @@ module Aws::SageMaker
|
|
3689
3829
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3690
3830
|
CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
3691
3831
|
CreateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
3832
|
+
CreateClusterRequest.add_member(:node_provisioning_mode, Shapes::ShapeRef.new(shape: ClusterNodeProvisioningMode, location_name: "NodeProvisioningMode"))
|
3692
3833
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
3693
3834
|
|
3694
3835
|
CreateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
@@ -4342,6 +4483,7 @@ module Aws::SageMaker
|
|
4342
4483
|
|
4343
4484
|
CreateTrainingPlanRequest.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
4344
4485
|
CreateTrainingPlanRequest.add_member(:training_plan_offering_id, Shapes::ShapeRef.new(shape: TrainingPlanOfferingId, required: true, location_name: "TrainingPlanOfferingId"))
|
4486
|
+
CreateTrainingPlanRequest.add_member(:spare_instance_count_per_ultra_server, Shapes::ShapeRef.new(shape: SpareInstanceCountPerUltraServer, location_name: "SpareInstanceCountPerUltraServer"))
|
4345
4487
|
CreateTrainingPlanRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4346
4488
|
CreateTrainingPlanRequest.struct_class = Types::CreateTrainingPlanRequest
|
4347
4489
|
|
@@ -4996,8 +5138,16 @@ module Aws::SageMaker
|
|
4996
5138
|
DescribeAutoMLJobV2Response.add_member(:auto_ml_compute_config, Shapes::ShapeRef.new(shape: AutoMLComputeConfig, location_name: "AutoMLComputeConfig"))
|
4997
5139
|
DescribeAutoMLJobV2Response.struct_class = Types::DescribeAutoMLJobV2Response
|
4998
5140
|
|
5141
|
+
DescribeClusterEventRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
5142
|
+
DescribeClusterEventRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
5143
|
+
DescribeClusterEventRequest.struct_class = Types::DescribeClusterEventRequest
|
5144
|
+
|
5145
|
+
DescribeClusterEventResponse.add_member(:event_details, Shapes::ShapeRef.new(shape: ClusterEventDetail, location_name: "EventDetails"))
|
5146
|
+
DescribeClusterEventResponse.struct_class = Types::DescribeClusterEventResponse
|
5147
|
+
|
4999
5148
|
DescribeClusterNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
5000
5149
|
DescribeClusterNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, location_name: "NodeId"))
|
5150
|
+
DescribeClusterNodeRequest.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, location_name: "NodeLogicalId"))
|
5001
5151
|
DescribeClusterNodeRequest.struct_class = Types::DescribeClusterNodeRequest
|
5002
5152
|
|
5003
5153
|
DescribeClusterNodeResponse.add_member(:node_details, Shapes::ShapeRef.new(shape: ClusterNodeDetails, required: true, location_name: "NodeDetails"))
|
@@ -5016,6 +5166,7 @@ module Aws::SageMaker
|
|
5016
5166
|
DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
5017
5167
|
DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
5018
5168
|
DescribeClusterResponse.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
5169
|
+
DescribeClusterResponse.add_member(:node_provisioning_mode, Shapes::ShapeRef.new(shape: ClusterNodeProvisioningMode, location_name: "NodeProvisioningMode"))
|
5019
5170
|
DescribeClusterResponse.struct_class = Types::DescribeClusterResponse
|
5020
5171
|
|
5021
5172
|
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
@@ -5877,6 +6028,24 @@ module Aws::SageMaker
|
|
5877
6028
|
DescribeProjectOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5878
6029
|
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
5879
6030
|
|
6031
|
+
DescribeReservedCapacityRequest.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
6032
|
+
DescribeReservedCapacityRequest.struct_class = Types::DescribeReservedCapacityRequest
|
6033
|
+
|
6034
|
+
DescribeReservedCapacityResponse.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
6035
|
+
DescribeReservedCapacityResponse.add_member(:reserved_capacity_type, Shapes::ShapeRef.new(shape: ReservedCapacityType, location_name: "ReservedCapacityType"))
|
6036
|
+
DescribeReservedCapacityResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, location_name: "Status"))
|
6037
|
+
DescribeReservedCapacityResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
6038
|
+
DescribeReservedCapacityResponse.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
6039
|
+
DescribeReservedCapacityResponse.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
6040
|
+
DescribeReservedCapacityResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
6041
|
+
DescribeReservedCapacityResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
6042
|
+
DescribeReservedCapacityResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
6043
|
+
DescribeReservedCapacityResponse.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
6044
|
+
DescribeReservedCapacityResponse.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
6045
|
+
DescribeReservedCapacityResponse.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
6046
|
+
DescribeReservedCapacityResponse.add_member(:ultra_server_summary, Shapes::ShapeRef.new(shape: UltraServerSummary, location_name: "UltraServerSummary"))
|
6047
|
+
DescribeReservedCapacityResponse.struct_class = Types::DescribeReservedCapacityResponse
|
6048
|
+
|
5880
6049
|
DescribeSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
5881
6050
|
DescribeSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
|
5882
6051
|
DescribeSpaceRequest.struct_class = Types::DescribeSpaceRequest
|
@@ -5977,6 +6146,9 @@ module Aws::SageMaker
|
|
5977
6146
|
DescribeTrainingPlanResponse.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, location_name: "TotalInstanceCount"))
|
5978
6147
|
DescribeTrainingPlanResponse.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
5979
6148
|
DescribeTrainingPlanResponse.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
6149
|
+
DescribeTrainingPlanResponse.add_member(:unhealthy_instance_count, Shapes::ShapeRef.new(shape: UnhealthyInstanceCount, location_name: "UnhealthyInstanceCount"))
|
6150
|
+
DescribeTrainingPlanResponse.add_member(:available_spare_instance_count, Shapes::ShapeRef.new(shape: AvailableSpareInstanceCount, location_name: "AvailableSpareInstanceCount"))
|
6151
|
+
DescribeTrainingPlanResponse.add_member(:total_ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "TotalUltraServerCount"))
|
5980
6152
|
DescribeTrainingPlanResponse.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, location_name: "TargetResources"))
|
5981
6153
|
DescribeTrainingPlanResponse.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
5982
6154
|
DescribeTrainingPlanResponse.struct_class = Types::DescribeTrainingPlanResponse
|
@@ -6336,6 +6508,10 @@ module Aws::SageMaker
|
|
6336
6508
|
|
6337
6509
|
Edges.member = Shapes::ShapeRef.new(shape: Edge)
|
6338
6510
|
|
6511
|
+
EfaEnis.member = Shapes::ShapeRef.new(shape: String)
|
6512
|
+
|
6513
|
+
EksRoleAccessEntries.member = Shapes::ShapeRef.new(shape: String)
|
6514
|
+
|
6339
6515
|
EmrServerlessComputeConfig.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleARN"))
|
6340
6516
|
EmrServerlessComputeConfig.struct_class = Types::EmrServerlessComputeConfig
|
6341
6517
|
|
@@ -6456,6 +6632,21 @@ module Aws::SageMaker
|
|
6456
6632
|
ErrorInfo.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString256, location_name: "Reason"))
|
6457
6633
|
ErrorInfo.struct_class = Types::ErrorInfo
|
6458
6634
|
|
6635
|
+
EventDetails.add_member(:event_metadata, Shapes::ShapeRef.new(shape: EventMetadata, location_name: "EventMetadata"))
|
6636
|
+
EventDetails.struct_class = Types::EventDetails
|
6637
|
+
|
6638
|
+
EventMetadata.add_member(:cluster, Shapes::ShapeRef.new(shape: ClusterMetadata, location_name: "Cluster"))
|
6639
|
+
EventMetadata.add_member(:instance_group, Shapes::ShapeRef.new(shape: InstanceGroupMetadata, location_name: "InstanceGroup"))
|
6640
|
+
EventMetadata.add_member(:instance_group_scaling, Shapes::ShapeRef.new(shape: InstanceGroupScalingMetadata, location_name: "InstanceGroupScaling"))
|
6641
|
+
EventMetadata.add_member(:instance, Shapes::ShapeRef.new(shape: InstanceMetadata, location_name: "Instance"))
|
6642
|
+
EventMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
6643
|
+
EventMetadata.add_member_subclass(:cluster, Types::EventMetadata::Cluster)
|
6644
|
+
EventMetadata.add_member_subclass(:instance_group, Types::EventMetadata::InstanceGroup)
|
6645
|
+
EventMetadata.add_member_subclass(:instance_group_scaling, Types::EventMetadata::InstanceGroupScaling)
|
6646
|
+
EventMetadata.add_member_subclass(:instance, Types::EventMetadata::Instance)
|
6647
|
+
EventMetadata.add_member_subclass(:unknown, Types::EventMetadata::Unknown)
|
6648
|
+
EventMetadata.struct_class = Types::EventMetadata
|
6649
|
+
|
6459
6650
|
ExecutionRoleArns.member = Shapes::ShapeRef.new(shape: RoleArn)
|
6460
6651
|
|
6461
6652
|
Experiment.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
|
@@ -7177,13 +7368,38 @@ module Aws::SageMaker
|
|
7177
7368
|
InstanceGroup.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
7178
7369
|
InstanceGroup.struct_class = Types::InstanceGroup
|
7179
7370
|
|
7371
|
+
InstanceGroupMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
7372
|
+
InstanceGroupMetadata.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
|
7373
|
+
InstanceGroupMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
|
7374
|
+
InstanceGroupMetadata.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
|
7375
|
+
InstanceGroupMetadata.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
7376
|
+
InstanceGroupMetadata.add_member(:ami_override, Shapes::ShapeRef.new(shape: String, location_name: "AmiOverride"))
|
7377
|
+
InstanceGroupMetadata.struct_class = Types::InstanceGroupMetadata
|
7378
|
+
|
7180
7379
|
InstanceGroupNames.member = Shapes::ShapeRef.new(shape: InstanceGroupName)
|
7181
7380
|
|
7381
|
+
InstanceGroupScalingMetadata.add_member(:instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "InstanceCount"))
|
7382
|
+
InstanceGroupScalingMetadata.add_member(:target_count, Shapes::ShapeRef.new(shape: TargetCount, location_name: "TargetCount"))
|
7383
|
+
InstanceGroupScalingMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
7384
|
+
InstanceGroupScalingMetadata.struct_class = Types::InstanceGroupScalingMetadata
|
7385
|
+
|
7182
7386
|
InstanceGroups.member = Shapes::ShapeRef.new(shape: InstanceGroup)
|
7183
7387
|
|
7388
|
+
InstanceMetadata.add_member(:customer_eni, Shapes::ShapeRef.new(shape: String, location_name: "CustomerEni"))
|
7389
|
+
InstanceMetadata.add_member(:additional_enis, Shapes::ShapeRef.new(shape: AdditionalEnis, location_name: "AdditionalEnis"))
|
7390
|
+
InstanceMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
|
7391
|
+
InstanceMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
7392
|
+
InstanceMetadata.add_member(:lcs_execution_state, Shapes::ShapeRef.new(shape: String, location_name: "LcsExecutionState"))
|
7393
|
+
InstanceMetadata.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, location_name: "NodeLogicalId"))
|
7394
|
+
InstanceMetadata.struct_class = Types::InstanceMetadata
|
7395
|
+
|
7184
7396
|
InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
|
7185
7397
|
InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
|
7186
7398
|
|
7399
|
+
InstancePlacementConfig.add_member(:enable_multiple_jobs, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableMultipleJobs", metadata: {"box" => true}))
|
7400
|
+
InstancePlacementConfig.add_member(:placement_specifications, Shapes::ShapeRef.new(shape: PlacementSpecifications, location_name: "PlacementSpecifications"))
|
7401
|
+
InstancePlacementConfig.struct_class = Types::InstancePlacementConfig
|
7402
|
+
|
7187
7403
|
IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
|
7188
7404
|
IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
|
7189
7405
|
IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
|
@@ -7459,6 +7675,22 @@ module Aws::SageMaker
|
|
7459
7675
|
ListCandidatesForAutoMLJobResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7460
7676
|
ListCandidatesForAutoMLJobResponse.struct_class = Types::ListCandidatesForAutoMLJobResponse
|
7461
7677
|
|
7678
|
+
ListClusterEventsRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
7679
|
+
ListClusterEventsRequest.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
7680
|
+
ListClusterEventsRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, location_name: "NodeId"))
|
7681
|
+
ListClusterEventsRequest.add_member(:event_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventTimeAfter"))
|
7682
|
+
ListClusterEventsRequest.add_member(:event_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventTimeBefore"))
|
7683
|
+
ListClusterEventsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: EventSortBy, location_name: "SortBy"))
|
7684
|
+
ListClusterEventsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7685
|
+
ListClusterEventsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, location_name: "ResourceType"))
|
7686
|
+
ListClusterEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ClusterEventMaxResults, location_name: "MaxResults"))
|
7687
|
+
ListClusterEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7688
|
+
ListClusterEventsRequest.struct_class = Types::ListClusterEventsRequest
|
7689
|
+
|
7690
|
+
ListClusterEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7691
|
+
ListClusterEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: ClusterEventSummaries, location_name: "Events"))
|
7692
|
+
ListClusterEventsResponse.struct_class = Types::ListClusterEventsResponse
|
7693
|
+
|
7462
7694
|
ListClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
7463
7695
|
ListClusterNodesRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7464
7696
|
ListClusterNodesRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
@@ -7467,6 +7699,7 @@ module Aws::SageMaker
|
|
7467
7699
|
ListClusterNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7468
7700
|
ListClusterNodesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ClusterSortBy, location_name: "SortBy"))
|
7469
7701
|
ListClusterNodesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7702
|
+
ListClusterNodesRequest.add_member(:include_node_logical_ids, Shapes::ShapeRef.new(shape: IncludeNodeLogicalIdsBoolean, location_name: "IncludeNodeLogicalIds"))
|
7470
7703
|
ListClusterNodesRequest.struct_class = Types::ListClusterNodesRequest
|
7471
7704
|
|
7472
7705
|
ListClusterNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -8444,6 +8677,15 @@ module Aws::SageMaker
|
|
8444
8677
|
ListTrialsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8445
8678
|
ListTrialsResponse.struct_class = Types::ListTrialsResponse
|
8446
8679
|
|
8680
|
+
ListUltraServersByReservedCapacityRequest.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
8681
|
+
ListUltraServersByReservedCapacityRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8682
|
+
ListUltraServersByReservedCapacityRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8683
|
+
ListUltraServersByReservedCapacityRequest.struct_class = Types::ListUltraServersByReservedCapacityRequest
|
8684
|
+
|
8685
|
+
ListUltraServersByReservedCapacityResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8686
|
+
ListUltraServersByReservedCapacityResponse.add_member(:ultra_servers, Shapes::ShapeRef.new(shape: UltraServers, required: true, location_name: "UltraServers"))
|
8687
|
+
ListUltraServersByReservedCapacityResponse.struct_class = Types::ListUltraServersByReservedCapacityResponse
|
8688
|
+
|
8447
8689
|
ListUserProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8448
8690
|
ListUserProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8449
8691
|
ListUserProfilesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -9106,6 +9348,13 @@ module Aws::SageMaker
|
|
9106
9348
|
NetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
9107
9349
|
NetworkConfig.struct_class = Types::NetworkConfig
|
9108
9350
|
|
9351
|
+
NodeAdditionResult.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
9352
|
+
NodeAdditionResult.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
9353
|
+
NodeAdditionResult.add_member(:status, Shapes::ShapeRef.new(shape: ClusterInstanceStatus, required: true, location_name: "Status"))
|
9354
|
+
NodeAdditionResult.struct_class = Types::NodeAdditionResult
|
9355
|
+
|
9356
|
+
NodeAdditionResultList.member = Shapes::ShapeRef.new(shape: NodeAdditionResult)
|
9357
|
+
|
9109
9358
|
NotebookInstanceAcceleratorTypes.member = Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorType)
|
9110
9359
|
|
9111
9360
|
NotebookInstanceLifecycleConfigList.member = Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleHook)
|
@@ -9476,6 +9725,12 @@ module Aws::SageMaker
|
|
9476
9725
|
|
9477
9726
|
PipelineVersionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineVersionSummary)
|
9478
9727
|
|
9728
|
+
PlacementSpecification.add_member(:ultra_server_id, Shapes::ShapeRef.new(shape: String256, location_name: "UltraServerId"))
|
9729
|
+
PlacementSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
9730
|
+
PlacementSpecification.struct_class = Types::PlacementSpecification
|
9731
|
+
|
9732
|
+
PlacementSpecifications.member = Shapes::ShapeRef.new(shape: PlacementSpecification)
|
9733
|
+
|
9479
9734
|
PredefinedMetricSpecification.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: String, location_name: "PredefinedMetricType"))
|
9480
9735
|
PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
|
9481
9736
|
|
@@ -9941,6 +10196,9 @@ module Aws::SageMaker
|
|
9941
10196
|
RepositoryAuthConfig.add_member(:repository_credentials_provider_arn, Shapes::ShapeRef.new(shape: RepositoryCredentialsProviderArn, required: true, location_name: "RepositoryCredentialsProviderArn"))
|
9942
10197
|
RepositoryAuthConfig.struct_class = Types::RepositoryAuthConfig
|
9943
10198
|
|
10199
|
+
ReservedCapacityOffering.add_member(:reserved_capacity_type, Shapes::ShapeRef.new(shape: ReservedCapacityType, location_name: "ReservedCapacityType"))
|
10200
|
+
ReservedCapacityOffering.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, location_name: "UltraServerType"))
|
10201
|
+
ReservedCapacityOffering.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
9944
10202
|
ReservedCapacityOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
9945
10203
|
ReservedCapacityOffering.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
9946
10204
|
ReservedCapacityOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
@@ -9955,6 +10213,9 @@ module Aws::SageMaker
|
|
9955
10213
|
ReservedCapacitySummaries.member = Shapes::ShapeRef.new(shape: ReservedCapacitySummary)
|
9956
10214
|
|
9957
10215
|
ReservedCapacitySummary.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
10216
|
+
ReservedCapacitySummary.add_member(:reserved_capacity_type, Shapes::ShapeRef.new(shape: ReservedCapacityType, location_name: "ReservedCapacityType"))
|
10217
|
+
ReservedCapacitySummary.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, location_name: "UltraServerType"))
|
10218
|
+
ReservedCapacitySummary.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
9958
10219
|
ReservedCapacitySummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
9959
10220
|
ReservedCapacitySummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
9960
10221
|
ReservedCapacitySummary.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, required: true, location_name: "Status"))
|
@@ -9985,6 +10246,7 @@ module Aws::SageMaker
|
|
9985
10246
|
ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
|
9986
10247
|
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
9987
10248
|
ResourceConfig.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
10249
|
+
ResourceConfig.add_member(:instance_placement_config, Shapes::ShapeRef.new(shape: InstancePlacementConfig, location_name: "InstancePlacementConfig"))
|
9988
10250
|
ResourceConfig.struct_class = Types::ResourceConfig
|
9989
10251
|
|
9990
10252
|
ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
|
@@ -10156,6 +10418,8 @@ module Aws::SageMaker
|
|
10156
10418
|
|
10157
10419
|
SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, location_name: "InstanceType"))
|
10158
10420
|
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, location_name: "InstanceCount", metadata: {"box" => true}))
|
10421
|
+
SearchTrainingPlanOfferingsRequest.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, location_name: "UltraServerType"))
|
10422
|
+
SearchTrainingPlanOfferingsRequest.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
10159
10423
|
SearchTrainingPlanOfferingsRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
10160
10424
|
SearchTrainingPlanOfferingsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeBefore"))
|
10161
10425
|
SearchTrainingPlanOfferingsRequest.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHoursInput, required: true, location_name: "DurationHours"))
|
@@ -10697,6 +10961,7 @@ module Aws::SageMaker
|
|
10697
10961
|
TrainingPlanSummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, location_name: "TotalInstanceCount"))
|
10698
10962
|
TrainingPlanSummary.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
10699
10963
|
TrainingPlanSummary.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
10964
|
+
TrainingPlanSummary.add_member(:total_ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "TotalUltraServerCount"))
|
10700
10965
|
TrainingPlanSummary.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, location_name: "TargetResources"))
|
10701
10966
|
TrainingPlanSummary.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
10702
10967
|
TrainingPlanSummary.struct_class = Types::TrainingPlanSummary
|
@@ -10938,6 +11203,31 @@ module Aws::SageMaker
|
|
10938
11203
|
UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
|
10939
11204
|
UiTemplateInfo.struct_class = Types::UiTemplateInfo
|
10940
11205
|
|
11206
|
+
UltraServer.add_member(:ultra_server_id, Shapes::ShapeRef.new(shape: NonEmptyString256, required: true, location_name: "UltraServerId"))
|
11207
|
+
UltraServer.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, required: true, location_name: "UltraServerType"))
|
11208
|
+
UltraServer.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, required: true, location_name: "AvailabilityZone"))
|
11209
|
+
UltraServer.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
11210
|
+
UltraServer.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
11211
|
+
UltraServer.add_member(:configured_spare_instance_count, Shapes::ShapeRef.new(shape: ConfiguredSpareInstanceCount, location_name: "ConfiguredSpareInstanceCount"))
|
11212
|
+
UltraServer.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
11213
|
+
UltraServer.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
11214
|
+
UltraServer.add_member(:available_spare_instance_count, Shapes::ShapeRef.new(shape: AvailableSpareInstanceCount, location_name: "AvailableSpareInstanceCount"))
|
11215
|
+
UltraServer.add_member(:unhealthy_instance_count, Shapes::ShapeRef.new(shape: UnhealthyInstanceCount, location_name: "UnhealthyInstanceCount"))
|
11216
|
+
UltraServer.add_member(:health_status, Shapes::ShapeRef.new(shape: UltraServerHealthStatus, location_name: "HealthStatus"))
|
11217
|
+
UltraServer.struct_class = Types::UltraServer
|
11218
|
+
|
11219
|
+
UltraServerInfo.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
|
11220
|
+
UltraServerInfo.struct_class = Types::UltraServerInfo
|
11221
|
+
|
11222
|
+
UltraServerSummary.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, required: true, location_name: "UltraServerType"))
|
11223
|
+
UltraServerSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
11224
|
+
UltraServerSummary.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
11225
|
+
UltraServerSummary.add_member(:available_spare_instance_count, Shapes::ShapeRef.new(shape: AvailableSpareInstanceCount, location_name: "AvailableSpareInstanceCount"))
|
11226
|
+
UltraServerSummary.add_member(:unhealthy_instance_count, Shapes::ShapeRef.new(shape: UnhealthyInstanceCount, location_name: "UnhealthyInstanceCount"))
|
11227
|
+
UltraServerSummary.struct_class = Types::UltraServerSummary
|
11228
|
+
|
11229
|
+
UltraServers.member = Shapes::ShapeRef.new(shape: UltraServer)
|
11230
|
+
|
10941
11231
|
UnifiedStudioSettings.add_member(:studio_web_portal_access, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "StudioWebPortalAccess"))
|
10942
11232
|
UnifiedStudioSettings.add_member(:domain_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "DomainAccountId"))
|
10943
11233
|
UnifiedStudioSettings.add_member(:domain_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "DomainRegion"))
|
@@ -11004,6 +11294,7 @@ module Aws::SageMaker
|
|
11004
11294
|
UpdateClusterSoftwareRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
11005
11295
|
UpdateClusterSoftwareRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroups, location_name: "InstanceGroups"))
|
11006
11296
|
UpdateClusterSoftwareRequest.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
|
11297
|
+
UpdateClusterSoftwareRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
11007
11298
|
UpdateClusterSoftwareRequest.struct_class = Types::UpdateClusterSoftwareRequest
|
11008
11299
|
|
11009
11300
|
UpdateClusterSoftwareResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
@@ -11579,6 +11870,16 @@ module Aws::SageMaker
|
|
11579
11870
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11580
11871
|
end)
|
11581
11872
|
|
11873
|
+
api.add_operation(:batch_add_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
11874
|
+
o.name = "BatchAddClusterNodes"
|
11875
|
+
o.http_method = "POST"
|
11876
|
+
o.http_request_uri = "/"
|
11877
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAddClusterNodesRequest)
|
11878
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAddClusterNodesResponse)
|
11879
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11880
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11881
|
+
end)
|
11882
|
+
|
11582
11883
|
api.add_operation(:batch_delete_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
11583
11884
|
o.name = "BatchDeleteClusterNodes"
|
11584
11885
|
o.http_method = "POST"
|
@@ -12816,6 +13117,15 @@ module Aws::SageMaker
|
|
12816
13117
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12817
13118
|
end)
|
12818
13119
|
|
13120
|
+
api.add_operation(:describe_cluster_event, Seahorse::Model::Operation.new.tap do |o|
|
13121
|
+
o.name = "DescribeClusterEvent"
|
13122
|
+
o.http_method = "POST"
|
13123
|
+
o.http_request_uri = "/"
|
13124
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeClusterEventRequest)
|
13125
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeClusterEventResponse)
|
13126
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13127
|
+
end)
|
13128
|
+
|
12819
13129
|
api.add_operation(:describe_cluster_node, Seahorse::Model::Operation.new.tap do |o|
|
12820
13130
|
o.name = "DescribeClusterNode"
|
12821
13131
|
o.http_method = "POST"
|
@@ -13238,6 +13548,15 @@ module Aws::SageMaker
|
|
13238
13548
|
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
13239
13549
|
end)
|
13240
13550
|
|
13551
|
+
api.add_operation(:describe_reserved_capacity, Seahorse::Model::Operation.new.tap do |o|
|
13552
|
+
o.name = "DescribeReservedCapacity"
|
13553
|
+
o.http_method = "POST"
|
13554
|
+
o.http_request_uri = "/"
|
13555
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReservedCapacityRequest)
|
13556
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeReservedCapacityResponse)
|
13557
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13558
|
+
end)
|
13559
|
+
|
13241
13560
|
api.add_operation(:describe_space, Seahorse::Model::Operation.new.tap do |o|
|
13242
13561
|
o.name = "DescribeSpace"
|
13243
13562
|
o.http_method = "POST"
|
@@ -13561,6 +13880,21 @@ module Aws::SageMaker
|
|
13561
13880
|
)
|
13562
13881
|
end)
|
13563
13882
|
|
13883
|
+
api.add_operation(:list_cluster_events, Seahorse::Model::Operation.new.tap do |o|
|
13884
|
+
o.name = "ListClusterEvents"
|
13885
|
+
o.http_method = "POST"
|
13886
|
+
o.http_request_uri = "/"
|
13887
|
+
o.input = Shapes::ShapeRef.new(shape: ListClusterEventsRequest)
|
13888
|
+
o.output = Shapes::ShapeRef.new(shape: ListClusterEventsResponse)
|
13889
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13890
|
+
o[:pager] = Aws::Pager.new(
|
13891
|
+
limit_key: "max_results",
|
13892
|
+
tokens: {
|
13893
|
+
"next_token" => "next_token"
|
13894
|
+
}
|
13895
|
+
)
|
13896
|
+
end)
|
13897
|
+
|
13564
13898
|
api.add_operation(:list_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
13565
13899
|
o.name = "ListClusterNodes"
|
13566
13900
|
o.http_method = "POST"
|
@@ -14541,6 +14875,21 @@ module Aws::SageMaker
|
|
14541
14875
|
)
|
14542
14876
|
end)
|
14543
14877
|
|
14878
|
+
api.add_operation(:list_ultra_servers_by_reserved_capacity, Seahorse::Model::Operation.new.tap do |o|
|
14879
|
+
o.name = "ListUltraServersByReservedCapacity"
|
14880
|
+
o.http_method = "POST"
|
14881
|
+
o.http_request_uri = "/"
|
14882
|
+
o.input = Shapes::ShapeRef.new(shape: ListUltraServersByReservedCapacityRequest)
|
14883
|
+
o.output = Shapes::ShapeRef.new(shape: ListUltraServersByReservedCapacityResponse)
|
14884
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14885
|
+
o[:pager] = Aws::Pager.new(
|
14886
|
+
limit_key: "max_results",
|
14887
|
+
tokens: {
|
14888
|
+
"next_token" => "next_token"
|
14889
|
+
}
|
14890
|
+
)
|
14891
|
+
end)
|
14892
|
+
|
14544
14893
|
api.add_operation(:list_user_profiles, Seahorse::Model::Operation.new.tap do |o|
|
14545
14894
|
o.name = "ListUserProfiles"
|
14546
14895
|
o.http_method = "POST"
|