aws-sdk-sagemaker 1.318.0 → 1.319.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +307 -3
- data/lib/aws-sdk-sagemaker/client_api.rb +228 -0
- data/lib/aws-sdk-sagemaker/types.rb +789 -10
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +66 -7
- data/sig/types.rbs +183 -1
- 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')
|
@@ -183,7 +187,16 @@ module Aws::SageMaker
|
|
183
187
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
184
188
|
BacktestResultsLocation = Shapes::StringShape.new(name: 'BacktestResultsLocation')
|
185
189
|
BaseModelName = Shapes::StringShape.new(name: 'BaseModelName')
|
190
|
+
BatchAddClusterNodesError = Shapes::StructureShape.new(name: 'BatchAddClusterNodesError')
|
191
|
+
BatchAddClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchAddClusterNodesErrorCode')
|
192
|
+
BatchAddClusterNodesErrorList = Shapes::ListShape.new(name: 'BatchAddClusterNodesErrorList')
|
193
|
+
BatchAddClusterNodesRequest = Shapes::StructureShape.new(name: 'BatchAddClusterNodesRequest')
|
194
|
+
BatchAddClusterNodesRequestClientTokenString = Shapes::StringShape.new(name: 'BatchAddClusterNodesRequestClientTokenString')
|
195
|
+
BatchAddClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchAddClusterNodesResponse')
|
196
|
+
BatchAddFailureCount = Shapes::IntegerShape.new(name: 'BatchAddFailureCount')
|
186
197
|
BatchDataCaptureConfig = Shapes::StructureShape.new(name: 'BatchDataCaptureConfig')
|
198
|
+
BatchDeleteClusterNodeLogicalIdsError = Shapes::StructureShape.new(name: 'BatchDeleteClusterNodeLogicalIdsError')
|
199
|
+
BatchDeleteClusterNodeLogicalIdsErrorList = Shapes::ListShape.new(name: 'BatchDeleteClusterNodeLogicalIdsErrorList')
|
187
200
|
BatchDeleteClusterNodesError = Shapes::StructureShape.new(name: 'BatchDeleteClusterNodesError')
|
188
201
|
BatchDeleteClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchDeleteClusterNodesErrorCode')
|
189
202
|
BatchDeleteClusterNodesErrorList = Shapes::ListShape.new(name: 'BatchDeleteClusterNodesErrorList')
|
@@ -221,7 +234,9 @@ module Aws::SageMaker
|
|
221
234
|
CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
|
222
235
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
223
236
|
CanvasAppSettings = Shapes::StructureShape.new(name: 'CanvasAppSettings')
|
237
|
+
CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
|
224
238
|
CapacityReservationPreference = Shapes::StringShape.new(name: 'CapacityReservationPreference')
|
239
|
+
CapacityReservationType = Shapes::StringShape.new(name: 'CapacityReservationType')
|
225
240
|
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
226
241
|
CapacitySizeConfig = Shapes::StructureShape.new(name: 'CapacitySizeConfig')
|
227
242
|
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
@@ -300,6 +315,11 @@ module Aws::SageMaker
|
|
300
315
|
ClusterAvailabilityZoneId = Shapes::StringShape.new(name: 'ClusterAvailabilityZoneId')
|
301
316
|
ClusterEbsVolumeConfig = Shapes::StructureShape.new(name: 'ClusterEbsVolumeConfig')
|
302
317
|
ClusterEbsVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ClusterEbsVolumeSizeInGB')
|
318
|
+
ClusterEventDetail = Shapes::StructureShape.new(name: 'ClusterEventDetail')
|
319
|
+
ClusterEventMaxResults = Shapes::IntegerShape.new(name: 'ClusterEventMaxResults')
|
320
|
+
ClusterEventResourceType = Shapes::StringShape.new(name: 'ClusterEventResourceType')
|
321
|
+
ClusterEventSummaries = Shapes::ListShape.new(name: 'ClusterEventSummaries')
|
322
|
+
ClusterEventSummary = Shapes::StructureShape.new(name: 'ClusterEventSummary')
|
303
323
|
ClusterInstanceCount = Shapes::IntegerShape.new(name: 'ClusterInstanceCount')
|
304
324
|
ClusterInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterInstanceGroupDetails')
|
305
325
|
ClusterInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterInstanceGroupDetailsList')
|
@@ -315,11 +335,15 @@ module Aws::SageMaker
|
|
315
335
|
ClusterInstanceType = Shapes::StringShape.new(name: 'ClusterInstanceType')
|
316
336
|
ClusterLifeCycleConfig = Shapes::StructureShape.new(name: 'ClusterLifeCycleConfig')
|
317
337
|
ClusterLifeCycleConfigFileName = Shapes::StringShape.new(name: 'ClusterLifeCycleConfigFileName')
|
338
|
+
ClusterMetadata = Shapes::StructureShape.new(name: 'ClusterMetadata')
|
318
339
|
ClusterName = Shapes::StringShape.new(name: 'ClusterName')
|
319
340
|
ClusterNameOrArn = Shapes::StringShape.new(name: 'ClusterNameOrArn')
|
320
341
|
ClusterNodeDetails = Shapes::StructureShape.new(name: 'ClusterNodeDetails')
|
321
342
|
ClusterNodeId = Shapes::StringShape.new(name: 'ClusterNodeId')
|
322
343
|
ClusterNodeIds = Shapes::ListShape.new(name: 'ClusterNodeIds')
|
344
|
+
ClusterNodeLogicalId = Shapes::StringShape.new(name: 'ClusterNodeLogicalId')
|
345
|
+
ClusterNodeLogicalIdList = Shapes::ListShape.new(name: 'ClusterNodeLogicalIdList')
|
346
|
+
ClusterNodeProvisioningMode = Shapes::StringShape.new(name: 'ClusterNodeProvisioningMode')
|
323
347
|
ClusterNodeRecovery = Shapes::StringShape.new(name: 'ClusterNodeRecovery')
|
324
348
|
ClusterNodeSummaries = Shapes::ListShape.new(name: 'ClusterNodeSummaries')
|
325
349
|
ClusterNodeSummary = Shapes::StructureShape.new(name: 'ClusterNodeSummary')
|
@@ -693,6 +717,8 @@ module Aws::SageMaker
|
|
693
717
|
DescribeAutoMLJobResponse = Shapes::StructureShape.new(name: 'DescribeAutoMLJobResponse')
|
694
718
|
DescribeAutoMLJobV2Request = Shapes::StructureShape.new(name: 'DescribeAutoMLJobV2Request')
|
695
719
|
DescribeAutoMLJobV2Response = Shapes::StructureShape.new(name: 'DescribeAutoMLJobV2Response')
|
720
|
+
DescribeClusterEventRequest = Shapes::StructureShape.new(name: 'DescribeClusterEventRequest')
|
721
|
+
DescribeClusterEventResponse = Shapes::StructureShape.new(name: 'DescribeClusterEventResponse')
|
696
722
|
DescribeClusterNodeRequest = Shapes::StructureShape.new(name: 'DescribeClusterNodeRequest')
|
697
723
|
DescribeClusterNodeResponse = Shapes::StructureShape.new(name: 'DescribeClusterNodeResponse')
|
698
724
|
DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
|
@@ -905,8 +931,10 @@ module Aws::SageMaker
|
|
905
931
|
EdgePresetDeploymentType = Shapes::StringShape.new(name: 'EdgePresetDeploymentType')
|
906
932
|
EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
|
907
933
|
Edges = Shapes::ListShape.new(name: 'Edges')
|
934
|
+
EfaEnis = Shapes::ListShape.new(name: 'EfaEnis')
|
908
935
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
909
936
|
EksClusterArn = Shapes::StringShape.new(name: 'EksClusterArn')
|
937
|
+
EksRoleAccessEntries = Shapes::ListShape.new(name: 'EksRoleAccessEntries')
|
910
938
|
EmrServerlessComputeConfig = Shapes::StructureShape.new(name: 'EmrServerlessComputeConfig')
|
911
939
|
EmrServerlessSettings = Shapes::StructureShape.new(name: 'EmrServerlessSettings')
|
912
940
|
EmrSettings = Shapes::StructureShape.new(name: 'EmrSettings')
|
@@ -954,6 +982,10 @@ module Aws::SageMaker
|
|
954
982
|
EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
|
955
983
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
956
984
|
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
985
|
+
EventDetails = Shapes::StructureShape.new(name: 'EventDetails')
|
986
|
+
EventId = Shapes::StringShape.new(name: 'EventId')
|
987
|
+
EventMetadata = Shapes::UnionShape.new(name: 'EventMetadata')
|
988
|
+
EventSortBy = Shapes::StringShape.new(name: 'EventSortBy')
|
957
989
|
ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
|
958
990
|
ExecutionRoleArns = Shapes::ListShape.new(name: 'ExecutionRoleArns')
|
959
991
|
ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
|
@@ -1175,6 +1207,7 @@ module Aws::SageMaker
|
|
1175
1207
|
ImageDescription = Shapes::StringShape.new(name: 'ImageDescription')
|
1176
1208
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
1177
1209
|
ImageDisplayName = Shapes::StringShape.new(name: 'ImageDisplayName')
|
1210
|
+
ImageId = Shapes::StringShape.new(name: 'ImageId')
|
1178
1211
|
ImageName = Shapes::StringShape.new(name: 'ImageName')
|
1179
1212
|
ImageNameContains = Shapes::StringShape.new(name: 'ImageNameContains')
|
1180
1213
|
ImageSortBy = Shapes::StringShape.new(name: 'ImageSortBy')
|
@@ -1194,6 +1227,7 @@ module Aws::SageMaker
|
|
1194
1227
|
ImportHubContentRequest = Shapes::StructureShape.new(name: 'ImportHubContentRequest')
|
1195
1228
|
ImportHubContentResponse = Shapes::StructureShape.new(name: 'ImportHubContentResponse')
|
1196
1229
|
InUseInstanceCount = Shapes::IntegerShape.new(name: 'InUseInstanceCount')
|
1230
|
+
IncludeNodeLogicalIdsBoolean = Shapes::BooleanShape.new(name: 'IncludeNodeLogicalIdsBoolean')
|
1197
1231
|
InferenceComponentArn = Shapes::StringShape.new(name: 'InferenceComponentArn')
|
1198
1232
|
InferenceComponentCapacitySize = Shapes::StructureShape.new(name: 'InferenceComponentCapacitySize')
|
1199
1233
|
InferenceComponentCapacitySizeType = Shapes::StringShape.new(name: 'InferenceComponentCapacitySizeType')
|
@@ -1248,11 +1282,14 @@ module Aws::SageMaker
|
|
1248
1282
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
1249
1283
|
InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
|
1250
1284
|
InstanceGroup = Shapes::StructureShape.new(name: 'InstanceGroup')
|
1285
|
+
InstanceGroupMetadata = Shapes::StructureShape.new(name: 'InstanceGroupMetadata')
|
1251
1286
|
InstanceGroupName = Shapes::StringShape.new(name: 'InstanceGroupName')
|
1252
1287
|
InstanceGroupNames = Shapes::ListShape.new(name: 'InstanceGroupNames')
|
1288
|
+
InstanceGroupScalingMetadata = Shapes::StructureShape.new(name: 'InstanceGroupScalingMetadata')
|
1253
1289
|
InstanceGroupStatus = Shapes::StringShape.new(name: 'InstanceGroupStatus')
|
1254
1290
|
InstanceGroupTrainingPlanStatus = Shapes::StringShape.new(name: 'InstanceGroupTrainingPlanStatus')
|
1255
1291
|
InstanceGroups = Shapes::ListShape.new(name: 'InstanceGroups')
|
1292
|
+
InstanceMetadata = Shapes::StructureShape.new(name: 'InstanceMetadata')
|
1256
1293
|
InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
|
1257
1294
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
1258
1295
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
@@ -1341,6 +1378,8 @@ module Aws::SageMaker
|
|
1341
1378
|
ListAutoMLJobsResponse = Shapes::StructureShape.new(name: 'ListAutoMLJobsResponse')
|
1342
1379
|
ListCandidatesForAutoMLJobRequest = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobRequest')
|
1343
1380
|
ListCandidatesForAutoMLJobResponse = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobResponse')
|
1381
|
+
ListClusterEventsRequest = Shapes::StructureShape.new(name: 'ListClusterEventsRequest')
|
1382
|
+
ListClusterEventsResponse = Shapes::StructureShape.new(name: 'ListClusterEventsResponse')
|
1344
1383
|
ListClusterNodesRequest = Shapes::StructureShape.new(name: 'ListClusterNodesRequest')
|
1345
1384
|
ListClusterNodesResponse = Shapes::StructureShape.new(name: 'ListClusterNodesResponse')
|
1346
1385
|
ListClusterSchedulerConfigsRequest = Shapes::StructureShape.new(name: 'ListClusterSchedulerConfigsRequest')
|
@@ -1729,6 +1768,8 @@ module Aws::SageMaker
|
|
1729
1768
|
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
1730
1769
|
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
1731
1770
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
1771
|
+
NodeAdditionResult = Shapes::StructureShape.new(name: 'NodeAdditionResult')
|
1772
|
+
NodeAdditionResultList = Shapes::ListShape.new(name: 'NodeAdditionResultList')
|
1732
1773
|
NodeUnavailabilityType = Shapes::StringShape.new(name: 'NodeUnavailabilityType')
|
1733
1774
|
NodeUnavailabilityValue = Shapes::IntegerShape.new(name: 'NodeUnavailabilityValue')
|
1734
1775
|
NonEmptyString256 = Shapes::StringShape.new(name: 'NonEmptyString256')
|
@@ -2292,6 +2333,7 @@ module Aws::SageMaker
|
|
2292
2333
|
TagPropagation = Shapes::StringShape.new(name: 'TagPropagation')
|
2293
2334
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
2294
2335
|
TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
|
2336
|
+
TargetCount = Shapes::IntegerShape.new(name: 'TargetCount')
|
2295
2337
|
TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
|
2296
2338
|
TargetLabelColumn = Shapes::StringShape.new(name: 'TargetLabelColumn')
|
2297
2339
|
TargetObjectiveMetricValue = Shapes::FloatShape.new(name: 'TargetObjectiveMetricValue')
|
@@ -2642,6 +2684,12 @@ module Aws::SageMaker
|
|
2642
2684
|
AddAssociationResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
2643
2685
|
AddAssociationResponse.struct_class = Types::AddAssociationResponse
|
2644
2686
|
|
2687
|
+
AddClusterNodeSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
2688
|
+
AddClusterNodeSpecification.add_member(:increment_target_count_by, Shapes::ShapeRef.new(shape: AddClusterNodeSpecificationIncrementTargetCountByInteger, required: true, location_name: "IncrementTargetCountBy"))
|
2689
|
+
AddClusterNodeSpecification.struct_class = Types::AddClusterNodeSpecification
|
2690
|
+
|
2691
|
+
AddClusterNodeSpecificationList.member = Shapes::ShapeRef.new(shape: AddClusterNodeSpecification)
|
2692
|
+
|
2645
2693
|
AddTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
2646
2694
|
AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
2647
2695
|
AddTagsInput.struct_class = Types::AddTagsInput
|
@@ -2651,6 +2699,9 @@ module Aws::SageMaker
|
|
2651
2699
|
|
2652
2700
|
AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
|
2653
2701
|
|
2702
|
+
AdditionalEnis.add_member(:efa_enis, Shapes::ShapeRef.new(shape: EfaEnis, location_name: "EfaEnis"))
|
2703
|
+
AdditionalEnis.struct_class = Types::AdditionalEnis
|
2704
|
+
|
2654
2705
|
AdditionalInferenceSpecificationDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
2655
2706
|
AdditionalInferenceSpecificationDefinition.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
2656
2707
|
AdditionalInferenceSpecificationDefinition.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
@@ -3033,11 +3084,35 @@ module Aws::SageMaker
|
|
3033
3084
|
Autotune.add_member(:mode, Shapes::ShapeRef.new(shape: AutotuneMode, required: true, location_name: "Mode"))
|
3034
3085
|
Autotune.struct_class = Types::Autotune
|
3035
3086
|
|
3087
|
+
BatchAddClusterNodesError.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
3088
|
+
BatchAddClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
3089
|
+
BatchAddClusterNodesError.add_member(:failed_count, Shapes::ShapeRef.new(shape: BatchAddFailureCount, required: true, location_name: "FailedCount"))
|
3090
|
+
BatchAddClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
3091
|
+
BatchAddClusterNodesError.struct_class = Types::BatchAddClusterNodesError
|
3092
|
+
|
3093
|
+
BatchAddClusterNodesErrorList.member = Shapes::ShapeRef.new(shape: BatchAddClusterNodesError)
|
3094
|
+
|
3095
|
+
BatchAddClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
3096
|
+
BatchAddClusterNodesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: BatchAddClusterNodesRequestClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3097
|
+
BatchAddClusterNodesRequest.add_member(:nodes_to_add, Shapes::ShapeRef.new(shape: AddClusterNodeSpecificationList, required: true, location_name: "NodesToAdd"))
|
3098
|
+
BatchAddClusterNodesRequest.struct_class = Types::BatchAddClusterNodesRequest
|
3099
|
+
|
3100
|
+
BatchAddClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: NodeAdditionResultList, required: true, location_name: "Successful"))
|
3101
|
+
BatchAddClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorList, required: true, location_name: "Failed"))
|
3102
|
+
BatchAddClusterNodesResponse.struct_class = Types::BatchAddClusterNodesResponse
|
3103
|
+
|
3036
3104
|
BatchDataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "DestinationS3Uri"))
|
3037
3105
|
BatchDataCaptureConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3038
3106
|
BatchDataCaptureConfig.add_member(:generate_inference_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "GenerateInferenceId", metadata: {"box" => true}))
|
3039
3107
|
BatchDataCaptureConfig.struct_class = Types::BatchDataCaptureConfig
|
3040
3108
|
|
3109
|
+
BatchDeleteClusterNodeLogicalIdsError.add_member(:code, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorCode, required: true, location_name: "Code"))
|
3110
|
+
BatchDeleteClusterNodeLogicalIdsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
3111
|
+
BatchDeleteClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
3112
|
+
BatchDeleteClusterNodeLogicalIdsError.struct_class = Types::BatchDeleteClusterNodeLogicalIdsError
|
3113
|
+
|
3114
|
+
BatchDeleteClusterNodeLogicalIdsErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteClusterNodeLogicalIdsError)
|
3115
|
+
|
3041
3116
|
BatchDeleteClusterNodesError.add_member(:code, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorCode, required: true, location_name: "Code"))
|
3042
3117
|
BatchDeleteClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
3043
3118
|
BatchDeleteClusterNodesError.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
|
@@ -3047,10 +3122,13 @@ module Aws::SageMaker
|
|
3047
3122
|
|
3048
3123
|
BatchDeleteClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
3049
3124
|
BatchDeleteClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "NodeIds"))
|
3125
|
+
BatchDeleteClusterNodesRequest.add_member(:node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "NodeLogicalIds"))
|
3050
3126
|
BatchDeleteClusterNodesRequest.struct_class = Types::BatchDeleteClusterNodesRequest
|
3051
3127
|
|
3052
3128
|
BatchDeleteClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorList, location_name: "Failed"))
|
3053
3129
|
BatchDeleteClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "Successful"))
|
3130
|
+
BatchDeleteClusterNodesResponse.add_member(:failed_node_logical_ids, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodeLogicalIdsErrorList, location_name: "FailedNodeLogicalIds"))
|
3131
|
+
BatchDeleteClusterNodesResponse.add_member(:successful_node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "SuccessfulNodeLogicalIds"))
|
3054
3132
|
BatchDeleteClusterNodesResponse.struct_class = Types::BatchDeleteClusterNodesResponse
|
3055
3133
|
|
3056
3134
|
BatchDescribeModelPackageError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorCode"))
|
@@ -3136,6 +3214,10 @@ module Aws::SageMaker
|
|
3136
3214
|
CanvasAppSettings.add_member(:emr_serverless_settings, Shapes::ShapeRef.new(shape: EmrServerlessSettings, location_name: "EmrServerlessSettings"))
|
3137
3215
|
CanvasAppSettings.struct_class = Types::CanvasAppSettings
|
3138
3216
|
|
3217
|
+
CapacityReservation.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
3218
|
+
CapacityReservation.add_member(:type, Shapes::ShapeRef.new(shape: CapacityReservationType, location_name: "Type"))
|
3219
|
+
CapacityReservation.struct_class = Types::CapacityReservation
|
3220
|
+
|
3139
3221
|
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
3140
3222
|
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
3141
3223
|
CapacitySize.struct_class = Types::CapacitySize
|
@@ -3289,6 +3371,29 @@ module Aws::SageMaker
|
|
3289
3371
|
ClusterEbsVolumeConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ClusterEbsVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
3290
3372
|
ClusterEbsVolumeConfig.struct_class = Types::ClusterEbsVolumeConfig
|
3291
3373
|
|
3374
|
+
ClusterEventDetail.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
3375
|
+
ClusterEventDetail.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3376
|
+
ClusterEventDetail.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
3377
|
+
ClusterEventDetail.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3378
|
+
ClusterEventDetail.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
3379
|
+
ClusterEventDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, required: true, location_name: "ResourceType"))
|
3380
|
+
ClusterEventDetail.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
|
3381
|
+
ClusterEventDetail.add_member(:event_details, Shapes::ShapeRef.new(shape: EventDetails, location_name: "EventDetails"))
|
3382
|
+
ClusterEventDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3383
|
+
ClusterEventDetail.struct_class = Types::ClusterEventDetail
|
3384
|
+
|
3385
|
+
ClusterEventSummaries.member = Shapes::ShapeRef.new(shape: ClusterEventSummary)
|
3386
|
+
|
3387
|
+
ClusterEventSummary.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
3388
|
+
ClusterEventSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3389
|
+
ClusterEventSummary.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
3390
|
+
ClusterEventSummary.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3391
|
+
ClusterEventSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
3392
|
+
ClusterEventSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, required: true, location_name: "ResourceType"))
|
3393
|
+
ClusterEventSummary.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
|
3394
|
+
ClusterEventSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3395
|
+
ClusterEventSummary.struct_class = Types::ClusterEventSummary
|
3396
|
+
|
3292
3397
|
ClusterInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
3293
3398
|
ClusterInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
3294
3399
|
ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
@@ -3303,6 +3408,8 @@ module Aws::SageMaker
|
|
3303
3408
|
ClusterInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
|
3304
3409
|
ClusterInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3305
3410
|
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3411
|
+
ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
3412
|
+
ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
3306
3413
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
3307
3414
|
|
3308
3415
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
@@ -3318,6 +3425,7 @@ module Aws::SageMaker
|
|
3318
3425
|
ClusterInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3319
3426
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3320
3427
|
ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3428
|
+
ClusterInstanceGroupSpecification.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
3321
3429
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
3322
3430
|
|
3323
3431
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
@@ -3344,8 +3452,14 @@ module Aws::SageMaker
|
|
3344
3452
|
ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
|
3345
3453
|
ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
|
3346
3454
|
|
3455
|
+
ClusterMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
3456
|
+
ClusterMetadata.add_member(:eks_role_access_entries, Shapes::ShapeRef.new(shape: EksRoleAccessEntries, location_name: "EksRoleAccessEntries"))
|
3457
|
+
ClusterMetadata.add_member(:slr_access_entry, Shapes::ShapeRef.new(shape: String, location_name: "SlrAccessEntry"))
|
3458
|
+
ClusterMetadata.struct_class = Types::ClusterMetadata
|
3459
|
+
|
3347
3460
|
ClusterNodeDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3348
3461
|
ClusterNodeDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
3462
|
+
ClusterNodeDetails.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, location_name: "NodeLogicalId"))
|
3349
3463
|
ClusterNodeDetails.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, location_name: "InstanceStatus"))
|
3350
3464
|
ClusterNodeDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
3351
3465
|
ClusterNodeDetails.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LaunchTime"))
|
@@ -3358,14 +3472,19 @@ module Aws::SageMaker
|
|
3358
3472
|
ClusterNodeDetails.add_member(:private_primary_ipv_6, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIpv6, location_name: "PrivatePrimaryIpv6"))
|
3359
3473
|
ClusterNodeDetails.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
3360
3474
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
3475
|
+
ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
3476
|
+
ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
3361
3477
|
ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
|
3362
3478
|
|
3363
3479
|
ClusterNodeIds.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
3364
3480
|
|
3481
|
+
ClusterNodeLogicalIdList.member = Shapes::ShapeRef.new(shape: ClusterNodeLogicalId)
|
3482
|
+
|
3365
3483
|
ClusterNodeSummaries.member = Shapes::ShapeRef.new(shape: ClusterNodeSummary)
|
3366
3484
|
|
3367
3485
|
ClusterNodeSummary.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
3368
3486
|
ClusterNodeSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
3487
|
+
ClusterNodeSummary.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeLogicalId"))
|
3369
3488
|
ClusterNodeSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
3370
3489
|
ClusterNodeSummary.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LaunchTime"))
|
3371
3490
|
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
@@ -3689,6 +3808,7 @@ module Aws::SageMaker
|
|
3689
3808
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3690
3809
|
CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
3691
3810
|
CreateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
3811
|
+
CreateClusterRequest.add_member(:node_provisioning_mode, Shapes::ShapeRef.new(shape: ClusterNodeProvisioningMode, location_name: "NodeProvisioningMode"))
|
3692
3812
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
3693
3813
|
|
3694
3814
|
CreateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
@@ -4996,8 +5116,16 @@ module Aws::SageMaker
|
|
4996
5116
|
DescribeAutoMLJobV2Response.add_member(:auto_ml_compute_config, Shapes::ShapeRef.new(shape: AutoMLComputeConfig, location_name: "AutoMLComputeConfig"))
|
4997
5117
|
DescribeAutoMLJobV2Response.struct_class = Types::DescribeAutoMLJobV2Response
|
4998
5118
|
|
5119
|
+
DescribeClusterEventRequest.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location_name: "EventId"))
|
5120
|
+
DescribeClusterEventRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
5121
|
+
DescribeClusterEventRequest.struct_class = Types::DescribeClusterEventRequest
|
5122
|
+
|
5123
|
+
DescribeClusterEventResponse.add_member(:event_details, Shapes::ShapeRef.new(shape: ClusterEventDetail, location_name: "EventDetails"))
|
5124
|
+
DescribeClusterEventResponse.struct_class = Types::DescribeClusterEventResponse
|
5125
|
+
|
4999
5126
|
DescribeClusterNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
5000
5127
|
DescribeClusterNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, location_name: "NodeId"))
|
5128
|
+
DescribeClusterNodeRequest.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, location_name: "NodeLogicalId"))
|
5001
5129
|
DescribeClusterNodeRequest.struct_class = Types::DescribeClusterNodeRequest
|
5002
5130
|
|
5003
5131
|
DescribeClusterNodeResponse.add_member(:node_details, Shapes::ShapeRef.new(shape: ClusterNodeDetails, required: true, location_name: "NodeDetails"))
|
@@ -5016,6 +5144,7 @@ module Aws::SageMaker
|
|
5016
5144
|
DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
5017
5145
|
DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
5018
5146
|
DescribeClusterResponse.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
5147
|
+
DescribeClusterResponse.add_member(:node_provisioning_mode, Shapes::ShapeRef.new(shape: ClusterNodeProvisioningMode, location_name: "NodeProvisioningMode"))
|
5019
5148
|
DescribeClusterResponse.struct_class = Types::DescribeClusterResponse
|
5020
5149
|
|
5021
5150
|
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
@@ -6336,6 +6465,10 @@ module Aws::SageMaker
|
|
6336
6465
|
|
6337
6466
|
Edges.member = Shapes::ShapeRef.new(shape: Edge)
|
6338
6467
|
|
6468
|
+
EfaEnis.member = Shapes::ShapeRef.new(shape: String)
|
6469
|
+
|
6470
|
+
EksRoleAccessEntries.member = Shapes::ShapeRef.new(shape: String)
|
6471
|
+
|
6339
6472
|
EmrServerlessComputeConfig.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleARN"))
|
6340
6473
|
EmrServerlessComputeConfig.struct_class = Types::EmrServerlessComputeConfig
|
6341
6474
|
|
@@ -6456,6 +6589,21 @@ module Aws::SageMaker
|
|
6456
6589
|
ErrorInfo.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString256, location_name: "Reason"))
|
6457
6590
|
ErrorInfo.struct_class = Types::ErrorInfo
|
6458
6591
|
|
6592
|
+
EventDetails.add_member(:event_metadata, Shapes::ShapeRef.new(shape: EventMetadata, location_name: "EventMetadata"))
|
6593
|
+
EventDetails.struct_class = Types::EventDetails
|
6594
|
+
|
6595
|
+
EventMetadata.add_member(:cluster, Shapes::ShapeRef.new(shape: ClusterMetadata, location_name: "Cluster"))
|
6596
|
+
EventMetadata.add_member(:instance_group, Shapes::ShapeRef.new(shape: InstanceGroupMetadata, location_name: "InstanceGroup"))
|
6597
|
+
EventMetadata.add_member(:instance_group_scaling, Shapes::ShapeRef.new(shape: InstanceGroupScalingMetadata, location_name: "InstanceGroupScaling"))
|
6598
|
+
EventMetadata.add_member(:instance, Shapes::ShapeRef.new(shape: InstanceMetadata, location_name: "Instance"))
|
6599
|
+
EventMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
6600
|
+
EventMetadata.add_member_subclass(:cluster, Types::EventMetadata::Cluster)
|
6601
|
+
EventMetadata.add_member_subclass(:instance_group, Types::EventMetadata::InstanceGroup)
|
6602
|
+
EventMetadata.add_member_subclass(:instance_group_scaling, Types::EventMetadata::InstanceGroupScaling)
|
6603
|
+
EventMetadata.add_member_subclass(:instance, Types::EventMetadata::Instance)
|
6604
|
+
EventMetadata.add_member_subclass(:unknown, Types::EventMetadata::Unknown)
|
6605
|
+
EventMetadata.struct_class = Types::EventMetadata
|
6606
|
+
|
6459
6607
|
ExecutionRoleArns.member = Shapes::ShapeRef.new(shape: RoleArn)
|
6460
6608
|
|
6461
6609
|
Experiment.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
|
@@ -7177,10 +7325,31 @@ module Aws::SageMaker
|
|
7177
7325
|
InstanceGroup.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
7178
7326
|
InstanceGroup.struct_class = Types::InstanceGroup
|
7179
7327
|
|
7328
|
+
InstanceGroupMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
7329
|
+
InstanceGroupMetadata.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
|
7330
|
+
InstanceGroupMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
|
7331
|
+
InstanceGroupMetadata.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
|
7332
|
+
InstanceGroupMetadata.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
7333
|
+
InstanceGroupMetadata.add_member(:ami_override, Shapes::ShapeRef.new(shape: String, location_name: "AmiOverride"))
|
7334
|
+
InstanceGroupMetadata.struct_class = Types::InstanceGroupMetadata
|
7335
|
+
|
7180
7336
|
InstanceGroupNames.member = Shapes::ShapeRef.new(shape: InstanceGroupName)
|
7181
7337
|
|
7338
|
+
InstanceGroupScalingMetadata.add_member(:instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "InstanceCount"))
|
7339
|
+
InstanceGroupScalingMetadata.add_member(:target_count, Shapes::ShapeRef.new(shape: TargetCount, location_name: "TargetCount"))
|
7340
|
+
InstanceGroupScalingMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
7341
|
+
InstanceGroupScalingMetadata.struct_class = Types::InstanceGroupScalingMetadata
|
7342
|
+
|
7182
7343
|
InstanceGroups.member = Shapes::ShapeRef.new(shape: InstanceGroup)
|
7183
7344
|
|
7345
|
+
InstanceMetadata.add_member(:customer_eni, Shapes::ShapeRef.new(shape: String, location_name: "CustomerEni"))
|
7346
|
+
InstanceMetadata.add_member(:additional_enis, Shapes::ShapeRef.new(shape: AdditionalEnis, location_name: "AdditionalEnis"))
|
7347
|
+
InstanceMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
|
7348
|
+
InstanceMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
7349
|
+
InstanceMetadata.add_member(:lcs_execution_state, Shapes::ShapeRef.new(shape: String, location_name: "LcsExecutionState"))
|
7350
|
+
InstanceMetadata.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, location_name: "NodeLogicalId"))
|
7351
|
+
InstanceMetadata.struct_class = Types::InstanceMetadata
|
7352
|
+
|
7184
7353
|
InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
|
7185
7354
|
InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
|
7186
7355
|
|
@@ -7459,6 +7628,22 @@ module Aws::SageMaker
|
|
7459
7628
|
ListCandidatesForAutoMLJobResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7460
7629
|
ListCandidatesForAutoMLJobResponse.struct_class = Types::ListCandidatesForAutoMLJobResponse
|
7461
7630
|
|
7631
|
+
ListClusterEventsRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
7632
|
+
ListClusterEventsRequest.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
7633
|
+
ListClusterEventsRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, location_name: "NodeId"))
|
7634
|
+
ListClusterEventsRequest.add_member(:event_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventTimeAfter"))
|
7635
|
+
ListClusterEventsRequest.add_member(:event_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EventTimeBefore"))
|
7636
|
+
ListClusterEventsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: EventSortBy, location_name: "SortBy"))
|
7637
|
+
ListClusterEventsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7638
|
+
ListClusterEventsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, location_name: "ResourceType"))
|
7639
|
+
ListClusterEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ClusterEventMaxResults, location_name: "MaxResults"))
|
7640
|
+
ListClusterEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7641
|
+
ListClusterEventsRequest.struct_class = Types::ListClusterEventsRequest
|
7642
|
+
|
7643
|
+
ListClusterEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7644
|
+
ListClusterEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: ClusterEventSummaries, location_name: "Events"))
|
7645
|
+
ListClusterEventsResponse.struct_class = Types::ListClusterEventsResponse
|
7646
|
+
|
7462
7647
|
ListClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
7463
7648
|
ListClusterNodesRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7464
7649
|
ListClusterNodesRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
@@ -7467,6 +7652,7 @@ module Aws::SageMaker
|
|
7467
7652
|
ListClusterNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7468
7653
|
ListClusterNodesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ClusterSortBy, location_name: "SortBy"))
|
7469
7654
|
ListClusterNodesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7655
|
+
ListClusterNodesRequest.add_member(:include_node_logical_ids, Shapes::ShapeRef.new(shape: IncludeNodeLogicalIdsBoolean, location_name: "IncludeNodeLogicalIds"))
|
7470
7656
|
ListClusterNodesRequest.struct_class = Types::ListClusterNodesRequest
|
7471
7657
|
|
7472
7658
|
ListClusterNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -9106,6 +9292,13 @@ module Aws::SageMaker
|
|
9106
9292
|
NetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
9107
9293
|
NetworkConfig.struct_class = Types::NetworkConfig
|
9108
9294
|
|
9295
|
+
NodeAdditionResult.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
9296
|
+
NodeAdditionResult.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
9297
|
+
NodeAdditionResult.add_member(:status, Shapes::ShapeRef.new(shape: ClusterInstanceStatus, required: true, location_name: "Status"))
|
9298
|
+
NodeAdditionResult.struct_class = Types::NodeAdditionResult
|
9299
|
+
|
9300
|
+
NodeAdditionResultList.member = Shapes::ShapeRef.new(shape: NodeAdditionResult)
|
9301
|
+
|
9109
9302
|
NotebookInstanceAcceleratorTypes.member = Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorType)
|
9110
9303
|
|
9111
9304
|
NotebookInstanceLifecycleConfigList.member = Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleHook)
|
@@ -11004,6 +11197,7 @@ module Aws::SageMaker
|
|
11004
11197
|
UpdateClusterSoftwareRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
11005
11198
|
UpdateClusterSoftwareRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroups, location_name: "InstanceGroups"))
|
11006
11199
|
UpdateClusterSoftwareRequest.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
|
11200
|
+
UpdateClusterSoftwareRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
11007
11201
|
UpdateClusterSoftwareRequest.struct_class = Types::UpdateClusterSoftwareRequest
|
11008
11202
|
|
11009
11203
|
UpdateClusterSoftwareResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
@@ -11579,6 +11773,16 @@ module Aws::SageMaker
|
|
11579
11773
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11580
11774
|
end)
|
11581
11775
|
|
11776
|
+
api.add_operation(:batch_add_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
11777
|
+
o.name = "BatchAddClusterNodes"
|
11778
|
+
o.http_method = "POST"
|
11779
|
+
o.http_request_uri = "/"
|
11780
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAddClusterNodesRequest)
|
11781
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAddClusterNodesResponse)
|
11782
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11783
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11784
|
+
end)
|
11785
|
+
|
11582
11786
|
api.add_operation(:batch_delete_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
11583
11787
|
o.name = "BatchDeleteClusterNodes"
|
11584
11788
|
o.http_method = "POST"
|
@@ -12816,6 +13020,15 @@ module Aws::SageMaker
|
|
12816
13020
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12817
13021
|
end)
|
12818
13022
|
|
13023
|
+
api.add_operation(:describe_cluster_event, Seahorse::Model::Operation.new.tap do |o|
|
13024
|
+
o.name = "DescribeClusterEvent"
|
13025
|
+
o.http_method = "POST"
|
13026
|
+
o.http_request_uri = "/"
|
13027
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeClusterEventRequest)
|
13028
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeClusterEventResponse)
|
13029
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13030
|
+
end)
|
13031
|
+
|
12819
13032
|
api.add_operation(:describe_cluster_node, Seahorse::Model::Operation.new.tap do |o|
|
12820
13033
|
o.name = "DescribeClusterNode"
|
12821
13034
|
o.http_method = "POST"
|
@@ -13561,6 +13774,21 @@ module Aws::SageMaker
|
|
13561
13774
|
)
|
13562
13775
|
end)
|
13563
13776
|
|
13777
|
+
api.add_operation(:list_cluster_events, Seahorse::Model::Operation.new.tap do |o|
|
13778
|
+
o.name = "ListClusterEvents"
|
13779
|
+
o.http_method = "POST"
|
13780
|
+
o.http_request_uri = "/"
|
13781
|
+
o.input = Shapes::ShapeRef.new(shape: ListClusterEventsRequest)
|
13782
|
+
o.output = Shapes::ShapeRef.new(shape: ListClusterEventsResponse)
|
13783
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13784
|
+
o[:pager] = Aws::Pager.new(
|
13785
|
+
limit_key: "max_results",
|
13786
|
+
tokens: {
|
13787
|
+
"next_token" => "next_token"
|
13788
|
+
}
|
13789
|
+
)
|
13790
|
+
end)
|
13791
|
+
|
13564
13792
|
api.add_operation(:list_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
13565
13793
|
o.name = "ListClusterNodes"
|
13566
13794
|
o.http_method = "POST"
|