aws-sdk-sagemaker 1.73.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,8 @@ module Aws::SageMaker
25
25
  AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
26
26
  AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
27
27
  AdditionalCodeRepositoryNamesOrUrls = Shapes::ListShape.new(name: 'AdditionalCodeRepositoryNamesOrUrls')
28
+ AgentVersion = Shapes::StructureShape.new(name: 'AgentVersion')
29
+ AgentVersions = Shapes::ListShape.new(name: 'AgentVersions')
28
30
  Alarm = Shapes::StructureShape.new(name: 'Alarm')
29
31
  AlarmList = Shapes::ListShape.new(name: 'AlarmList')
30
32
  AlarmName = Shapes::StringShape.new(name: 'AlarmName')
@@ -224,8 +226,12 @@ module Aws::SageMaker
224
226
  CreateCompilationJobResponse = Shapes::StructureShape.new(name: 'CreateCompilationJobResponse')
225
227
  CreateContextRequest = Shapes::StructureShape.new(name: 'CreateContextRequest')
226
228
  CreateContextResponse = Shapes::StructureShape.new(name: 'CreateContextResponse')
229
+ CreateDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateDataQualityJobDefinitionRequest')
230
+ CreateDataQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateDataQualityJobDefinitionResponse')
231
+ CreateDeviceFleetRequest = Shapes::StructureShape.new(name: 'CreateDeviceFleetRequest')
227
232
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
228
233
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
234
+ CreateEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'CreateEdgePackagingJobRequest')
229
235
  CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
230
236
  CreateEndpointConfigOutput = Shapes::StructureShape.new(name: 'CreateEndpointConfigOutput')
231
237
  CreateEndpointInput = Shapes::StructureShape.new(name: 'CreateEndpointInput')
@@ -246,12 +252,18 @@ module Aws::SageMaker
246
252
  CreateImageVersionResponse = Shapes::StructureShape.new(name: 'CreateImageVersionResponse')
247
253
  CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
248
254
  CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
255
+ CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
256
+ CreateModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionResponse')
257
+ CreateModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelExplainabilityJobDefinitionRequest')
258
+ CreateModelExplainabilityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelExplainabilityJobDefinitionResponse')
249
259
  CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
250
260
  CreateModelOutput = Shapes::StructureShape.new(name: 'CreateModelOutput')
251
261
  CreateModelPackageGroupInput = Shapes::StructureShape.new(name: 'CreateModelPackageGroupInput')
252
262
  CreateModelPackageGroupOutput = Shapes::StructureShape.new(name: 'CreateModelPackageGroupOutput')
253
263
  CreateModelPackageInput = Shapes::StructureShape.new(name: 'CreateModelPackageInput')
254
264
  CreateModelPackageOutput = Shapes::StructureShape.new(name: 'CreateModelPackageOutput')
265
+ CreateModelQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelQualityJobDefinitionRequest')
266
+ CreateModelQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelQualityJobDefinitionResponse')
255
267
  CreateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleRequest')
256
268
  CreateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleResponse')
257
269
  CreateNotebookInstanceInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceInput')
@@ -294,6 +306,9 @@ module Aws::SageMaker
294
306
  DataExplorationNotebookLocation = Shapes::StringShape.new(name: 'DataExplorationNotebookLocation')
295
307
  DataInputConfig = Shapes::StringShape.new(name: 'DataInputConfig')
296
308
  DataProcessing = Shapes::StructureShape.new(name: 'DataProcessing')
309
+ DataQualityAppSpecification = Shapes::StructureShape.new(name: 'DataQualityAppSpecification')
310
+ DataQualityBaselineConfig = Shapes::StructureShape.new(name: 'DataQualityBaselineConfig')
311
+ DataQualityJobInput = Shapes::StructureShape.new(name: 'DataQualityJobInput')
297
312
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
298
313
  Database = Shapes::StringShape.new(name: 'Database')
299
314
  DatasetDefinition = Shapes::StructureShape.new(name: 'DatasetDefinition')
@@ -316,6 +331,8 @@ module Aws::SageMaker
316
331
  DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
317
332
  DeleteContextRequest = Shapes::StructureShape.new(name: 'DeleteContextRequest')
318
333
  DeleteContextResponse = Shapes::StructureShape.new(name: 'DeleteContextResponse')
334
+ DeleteDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityJobDefinitionRequest')
335
+ DeleteDeviceFleetRequest = Shapes::StructureShape.new(name: 'DeleteDeviceFleetRequest')
319
336
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
320
337
  DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
321
338
  DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
@@ -330,10 +347,13 @@ module Aws::SageMaker
330
347
  DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
331
348
  DeleteImageVersionRequest = Shapes::StructureShape.new(name: 'DeleteImageVersionRequest')
332
349
  DeleteImageVersionResponse = Shapes::StructureShape.new(name: 'DeleteImageVersionResponse')
350
+ DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
351
+ DeleteModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelExplainabilityJobDefinitionRequest')
333
352
  DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
334
353
  DeleteModelPackageGroupInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupInput')
335
354
  DeleteModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupPolicyInput')
336
355
  DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
356
+ DeleteModelQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelQualityJobDefinitionRequest')
337
357
  DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
338
358
  DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
339
359
  DeleteNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceLifecycleConfigInput')
@@ -354,6 +374,7 @@ module Aws::SageMaker
354
374
  DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
355
375
  DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
356
376
  DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
377
+ DeregisterDevicesRequest = Shapes::StructureShape.new(name: 'DeregisterDevicesRequest')
357
378
  DescribeActionRequest = Shapes::StructureShape.new(name: 'DescribeActionRequest')
358
379
  DescribeActionResponse = Shapes::StructureShape.new(name: 'DescribeActionResponse')
359
380
  DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
@@ -372,8 +393,16 @@ module Aws::SageMaker
372
393
  DescribeCompilationJobResponse = Shapes::StructureShape.new(name: 'DescribeCompilationJobResponse')
373
394
  DescribeContextRequest = Shapes::StructureShape.new(name: 'DescribeContextRequest')
374
395
  DescribeContextResponse = Shapes::StructureShape.new(name: 'DescribeContextResponse')
396
+ DescribeDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeDataQualityJobDefinitionRequest')
397
+ DescribeDataQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeDataQualityJobDefinitionResponse')
398
+ DescribeDeviceFleetRequest = Shapes::StructureShape.new(name: 'DescribeDeviceFleetRequest')
399
+ DescribeDeviceFleetResponse = Shapes::StructureShape.new(name: 'DescribeDeviceFleetResponse')
400
+ DescribeDeviceRequest = Shapes::StructureShape.new(name: 'DescribeDeviceRequest')
401
+ DescribeDeviceResponse = Shapes::StructureShape.new(name: 'DescribeDeviceResponse')
375
402
  DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
376
403
  DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
404
+ DescribeEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'DescribeEdgePackagingJobRequest')
405
+ DescribeEdgePackagingJobResponse = Shapes::StructureShape.new(name: 'DescribeEdgePackagingJobResponse')
377
406
  DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
378
407
  DescribeEndpointConfigOutput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigOutput')
379
408
  DescribeEndpointInput = Shapes::StructureShape.new(name: 'DescribeEndpointInput')
@@ -394,12 +423,18 @@ module Aws::SageMaker
394
423
  DescribeImageVersionResponse = Shapes::StructureShape.new(name: 'DescribeImageVersionResponse')
395
424
  DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
396
425
  DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
426
+ DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
427
+ DescribeModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionResponse')
428
+ DescribeModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelExplainabilityJobDefinitionRequest')
429
+ DescribeModelExplainabilityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelExplainabilityJobDefinitionResponse')
397
430
  DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
398
431
  DescribeModelOutput = Shapes::StructureShape.new(name: 'DescribeModelOutput')
399
432
  DescribeModelPackageGroupInput = Shapes::StructureShape.new(name: 'DescribeModelPackageGroupInput')
400
433
  DescribeModelPackageGroupOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageGroupOutput')
401
434
  DescribeModelPackageInput = Shapes::StructureShape.new(name: 'DescribeModelPackageInput')
402
435
  DescribeModelPackageOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageOutput')
436
+ DescribeModelQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelQualityJobDefinitionRequest')
437
+ DescribeModelQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelQualityJobDefinitionResponse')
403
438
  DescribeMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleRequest')
404
439
  DescribeMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleResponse')
405
440
  DescribeNotebookInstanceInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceInput')
@@ -438,8 +473,22 @@ module Aws::SageMaker
438
473
  DestinationS3Uri = Shapes::StringShape.new(name: 'DestinationS3Uri')
439
474
  DetailedAlgorithmStatus = Shapes::StringShape.new(name: 'DetailedAlgorithmStatus')
440
475
  DetailedModelPackageStatus = Shapes::StringShape.new(name: 'DetailedModelPackageStatus')
476
+ Device = Shapes::StructureShape.new(name: 'Device')
477
+ DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
478
+ DeviceDescription = Shapes::StringShape.new(name: 'DeviceDescription')
479
+ DeviceFleetArn = Shapes::StringShape.new(name: 'DeviceFleetArn')
480
+ DeviceFleetDescription = Shapes::StringShape.new(name: 'DeviceFleetDescription')
481
+ DeviceFleetSummaries = Shapes::ListShape.new(name: 'DeviceFleetSummaries')
482
+ DeviceFleetSummary = Shapes::StructureShape.new(name: 'DeviceFleetSummary')
483
+ DeviceName = Shapes::StringShape.new(name: 'DeviceName')
484
+ DeviceNames = Shapes::ListShape.new(name: 'DeviceNames')
485
+ DeviceStats = Shapes::StructureShape.new(name: 'DeviceStats')
486
+ DeviceSummaries = Shapes::ListShape.new(name: 'DeviceSummaries')
487
+ DeviceSummary = Shapes::StructureShape.new(name: 'DeviceSummary')
488
+ Devices = Shapes::ListShape.new(name: 'Devices')
441
489
  DirectInternetAccess = Shapes::StringShape.new(name: 'DirectInternetAccess')
442
490
  DirectoryPath = Shapes::StringShape.new(name: 'DirectoryPath')
491
+ DisableProfiler = Shapes::BooleanShape.new(name: 'DisableProfiler')
443
492
  DisableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'DisableSagemakerServicecatalogPortfolioInput')
444
493
  DisableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'DisableSagemakerServicecatalogPortfolioOutput')
445
494
  DisassociateAdditionalCodeRepositories = Shapes::BooleanShape.new(name: 'DisassociateAdditionalCodeRepositories')
@@ -456,6 +505,18 @@ module Aws::SageMaker
456
505
  DomainName = Shapes::StringShape.new(name: 'DomainName')
457
506
  DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
458
507
  DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
508
+ EdgeModel = Shapes::StructureShape.new(name: 'EdgeModel')
509
+ EdgeModelStat = Shapes::StructureShape.new(name: 'EdgeModelStat')
510
+ EdgeModelStats = Shapes::ListShape.new(name: 'EdgeModelStats')
511
+ EdgeModelSummaries = Shapes::ListShape.new(name: 'EdgeModelSummaries')
512
+ EdgeModelSummary = Shapes::StructureShape.new(name: 'EdgeModelSummary')
513
+ EdgeModels = Shapes::ListShape.new(name: 'EdgeModels')
514
+ EdgeOutputConfig = Shapes::StructureShape.new(name: 'EdgeOutputConfig')
515
+ EdgePackagingJobArn = Shapes::StringShape.new(name: 'EdgePackagingJobArn')
516
+ EdgePackagingJobStatus = Shapes::StringShape.new(name: 'EdgePackagingJobStatus')
517
+ EdgePackagingJobSummaries = Shapes::ListShape.new(name: 'EdgePackagingJobSummaries')
518
+ EdgePackagingJobSummary = Shapes::StructureShape.new(name: 'EdgePackagingJobSummary')
519
+ EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
459
520
  EfsUid = Shapes::StringShape.new(name: 'EfsUid')
460
521
  EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
461
522
  EnableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioInput')
@@ -534,6 +595,8 @@ module Aws::SageMaker
534
595
  FlowDefinitionTaskTitle = Shapes::StringShape.new(name: 'FlowDefinitionTaskTitle')
535
596
  Framework = Shapes::StringShape.new(name: 'Framework')
536
597
  GenerateCandidateDefinitionsOnly = Shapes::BooleanShape.new(name: 'GenerateCandidateDefinitionsOnly')
598
+ GetDeviceFleetReportRequest = Shapes::StructureShape.new(name: 'GetDeviceFleetReportRequest')
599
+ GetDeviceFleetReportResponse = Shapes::StructureShape.new(name: 'GetDeviceFleetReportResponse')
537
600
  GetModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyInput')
538
601
  GetModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyOutput')
539
602
  GetSagemakerServicecatalogPortfolioStatusInput = Shapes::StructureShape.new(name: 'GetSagemakerServicecatalogPortfolioStatusInput')
@@ -613,11 +676,13 @@ module Aws::SageMaker
613
676
  InputMode = Shapes::StringShape.new(name: 'InputMode')
614
677
  InputModes = Shapes::ListShape.new(name: 'InputModes')
615
678
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
679
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
616
680
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
617
681
  IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
618
682
  IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
619
683
  InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
620
684
  InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
685
+ IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
621
686
  JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
622
687
  JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
623
688
  JoinSource = Shapes::StringShape.new(name: 'JoinSource')
@@ -680,8 +745,18 @@ module Aws::SageMaker
680
745
  ListCompilationJobsSortBy = Shapes::StringShape.new(name: 'ListCompilationJobsSortBy')
681
746
  ListContextsRequest = Shapes::StructureShape.new(name: 'ListContextsRequest')
682
747
  ListContextsResponse = Shapes::StructureShape.new(name: 'ListContextsResponse')
748
+ ListDataQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsRequest')
749
+ ListDataQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsResponse')
750
+ ListDeviceFleetsRequest = Shapes::StructureShape.new(name: 'ListDeviceFleetsRequest')
751
+ ListDeviceFleetsResponse = Shapes::StructureShape.new(name: 'ListDeviceFleetsResponse')
752
+ ListDeviceFleetsSortBy = Shapes::StringShape.new(name: 'ListDeviceFleetsSortBy')
753
+ ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
754
+ ListDevicesResponse = Shapes::StructureShape.new(name: 'ListDevicesResponse')
683
755
  ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
684
756
  ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
757
+ ListEdgePackagingJobsRequest = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsRequest')
758
+ ListEdgePackagingJobsResponse = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsResponse')
759
+ ListEdgePackagingJobsSortBy = Shapes::StringShape.new(name: 'ListEdgePackagingJobsSortBy')
685
760
  ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
686
761
  ListEndpointConfigsOutput = Shapes::StructureShape.new(name: 'ListEndpointConfigsOutput')
687
762
  ListEndpointsInput = Shapes::StructureShape.new(name: 'ListEndpointsInput')
@@ -706,10 +781,17 @@ module Aws::SageMaker
706
781
  ListLabelingJobsRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsRequest')
707
782
  ListLabelingJobsResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsResponse')
708
783
  ListLineageEntityParameterKey = Shapes::ListShape.new(name: 'ListLineageEntityParameterKey')
784
+ ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
785
+ ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
786
+ ListModelBiasJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsResponse')
787
+ ListModelExplainabilityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsRequest')
788
+ ListModelExplainabilityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsResponse')
709
789
  ListModelPackageGroupsInput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsInput')
710
790
  ListModelPackageGroupsOutput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsOutput')
711
791
  ListModelPackagesInput = Shapes::StructureShape.new(name: 'ListModelPackagesInput')
712
792
  ListModelPackagesOutput = Shapes::StructureShape.new(name: 'ListModelPackagesOutput')
793
+ ListModelQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsRequest')
794
+ ListModelQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsResponse')
713
795
  ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
714
796
  ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
715
797
  ListMonitoringExecutionsRequest = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsRequest')
@@ -756,6 +838,7 @@ module Aws::SageMaker
756
838
  ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
757
839
  ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
758
840
  ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
841
+ Long = Shapes::IntegerShape.new(name: 'Long')
759
842
  MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
760
843
  MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
761
844
  MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
@@ -785,9 +868,15 @@ module Aws::SageMaker
785
868
  ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
786
869
  ModelArn = Shapes::StringShape.new(name: 'ModelArn')
787
870
  ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
871
+ ModelBiasAppSpecification = Shapes::StructureShape.new(name: 'ModelBiasAppSpecification')
872
+ ModelBiasBaselineConfig = Shapes::StructureShape.new(name: 'ModelBiasBaselineConfig')
873
+ ModelBiasJobInput = Shapes::StructureShape.new(name: 'ModelBiasJobInput')
788
874
  ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
789
875
  ModelDataQuality = Shapes::StructureShape.new(name: 'ModelDataQuality')
790
876
  ModelDigests = Shapes::StructureShape.new(name: 'ModelDigests')
877
+ ModelExplainabilityAppSpecification = Shapes::StructureShape.new(name: 'ModelExplainabilityAppSpecification')
878
+ ModelExplainabilityBaselineConfig = Shapes::StructureShape.new(name: 'ModelExplainabilityBaselineConfig')
879
+ ModelExplainabilityJobInput = Shapes::StructureShape.new(name: 'ModelExplainabilityJobInput')
791
880
  ModelMetrics = Shapes::StructureShape.new(name: 'ModelMetrics')
792
881
  ModelName = Shapes::StringShape.new(name: 'ModelName')
793
882
  ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
@@ -814,6 +903,9 @@ module Aws::SageMaker
814
903
  ModelPackageValidationSpecification = Shapes::StructureShape.new(name: 'ModelPackageValidationSpecification')
815
904
  ModelPackageVersion = Shapes::IntegerShape.new(name: 'ModelPackageVersion')
816
905
  ModelQuality = Shapes::StructureShape.new(name: 'ModelQuality')
906
+ ModelQualityAppSpecification = Shapes::StructureShape.new(name: 'ModelQualityAppSpecification')
907
+ ModelQualityBaselineConfig = Shapes::StructureShape.new(name: 'ModelQualityBaselineConfig')
908
+ ModelQualityJobInput = Shapes::StructureShape.new(name: 'ModelQualityJobInput')
817
909
  ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
818
910
  ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
819
911
  ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
@@ -827,13 +919,21 @@ module Aws::SageMaker
827
919
  MonitoringExecutionSortKey = Shapes::StringShape.new(name: 'MonitoringExecutionSortKey')
828
920
  MonitoringExecutionSummary = Shapes::StructureShape.new(name: 'MonitoringExecutionSummary')
829
921
  MonitoringExecutionSummaryList = Shapes::ListShape.new(name: 'MonitoringExecutionSummaryList')
922
+ MonitoringGroundTruthS3Input = Shapes::StructureShape.new(name: 'MonitoringGroundTruthS3Input')
830
923
  MonitoringInput = Shapes::StructureShape.new(name: 'MonitoringInput')
831
924
  MonitoringInputs = Shapes::ListShape.new(name: 'MonitoringInputs')
832
925
  MonitoringJobDefinition = Shapes::StructureShape.new(name: 'MonitoringJobDefinition')
926
+ MonitoringJobDefinitionArn = Shapes::StringShape.new(name: 'MonitoringJobDefinitionArn')
927
+ MonitoringJobDefinitionName = Shapes::StringShape.new(name: 'MonitoringJobDefinitionName')
928
+ MonitoringJobDefinitionSortKey = Shapes::StringShape.new(name: 'MonitoringJobDefinitionSortKey')
929
+ MonitoringJobDefinitionSummary = Shapes::StructureShape.new(name: 'MonitoringJobDefinitionSummary')
930
+ MonitoringJobDefinitionSummaryList = Shapes::ListShape.new(name: 'MonitoringJobDefinitionSummaryList')
833
931
  MonitoringMaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MonitoringMaxRuntimeInSeconds')
932
+ MonitoringNetworkConfig = Shapes::StructureShape.new(name: 'MonitoringNetworkConfig')
834
933
  MonitoringOutput = Shapes::StructureShape.new(name: 'MonitoringOutput')
835
934
  MonitoringOutputConfig = Shapes::StructureShape.new(name: 'MonitoringOutputConfig')
836
935
  MonitoringOutputs = Shapes::ListShape.new(name: 'MonitoringOutputs')
936
+ MonitoringProblemType = Shapes::StringShape.new(name: 'MonitoringProblemType')
837
937
  MonitoringResources = Shapes::StructureShape.new(name: 'MonitoringResources')
838
938
  MonitoringS3Output = Shapes::StructureShape.new(name: 'MonitoringS3Output')
839
939
  MonitoringS3Uri = Shapes::StringShape.new(name: 'MonitoringS3Uri')
@@ -847,6 +947,8 @@ module Aws::SageMaker
847
947
  MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
848
948
  MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
849
949
  MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
950
+ MonitoringTimeOffsetString = Shapes::StringShape.new(name: 'MonitoringTimeOffsetString')
951
+ MonitoringType = Shapes::StringShape.new(name: 'MonitoringType')
850
952
  MountPath = Shapes::StringShape.new(name: 'MountPath')
851
953
  NameContains = Shapes::StringShape.new(name: 'NameContains')
852
954
  NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
@@ -934,6 +1036,7 @@ module Aws::SageMaker
934
1036
  PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
935
1037
  PolicyString = Shapes::StringShape.new(name: 'PolicyString')
936
1038
  PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
1039
+ ProbabilityThresholdAttribute = Shapes::FloatShape.new(name: 'ProbabilityThresholdAttribute')
937
1040
  ProblemType = Shapes::StringShape.new(name: 'ProblemType')
938
1041
  ProcessingClusterConfig = Shapes::StructureShape.new(name: 'ProcessingClusterConfig')
939
1042
  ProcessingEnvironmentKey = Shapes::StringShape.new(name: 'ProcessingEnvironmentKey')
@@ -974,6 +1077,15 @@ module Aws::SageMaker
974
1077
  ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
975
1078
  ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
976
1079
  ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
1080
+ ProfilerConfig = Shapes::StructureShape.new(name: 'ProfilerConfig')
1081
+ ProfilerConfigForUpdate = Shapes::StructureShape.new(name: 'ProfilerConfigForUpdate')
1082
+ ProfilerRuleConfiguration = Shapes::StructureShape.new(name: 'ProfilerRuleConfiguration')
1083
+ ProfilerRuleConfigurations = Shapes::ListShape.new(name: 'ProfilerRuleConfigurations')
1084
+ ProfilerRuleEvaluationStatus = Shapes::StructureShape.new(name: 'ProfilerRuleEvaluationStatus')
1085
+ ProfilerRuleEvaluationStatuses = Shapes::ListShape.new(name: 'ProfilerRuleEvaluationStatuses')
1086
+ ProfilingIntervalInMilliseconds = Shapes::IntegerShape.new(name: 'ProfilingIntervalInMilliseconds')
1087
+ ProfilingParameters = Shapes::MapShape.new(name: 'ProfilingParameters')
1088
+ ProfilingStatus = Shapes::StringShape.new(name: 'ProfilingStatus')
977
1089
  ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
978
1090
  ProjectEntityName = Shapes::StringShape.new(name: 'ProjectEntityName')
979
1091
  ProjectId = Shapes::StringShape.new(name: 'ProjectId')
@@ -1003,6 +1115,7 @@ module Aws::SageMaker
1003
1115
  RedshiftResultCompressionType = Shapes::StringShape.new(name: 'RedshiftResultCompressionType')
1004
1116
  RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
1005
1117
  RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
1118
+ RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
1006
1119
  RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
1007
1120
  RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
1008
1121
  RenderUiTemplateResponse = Shapes::StructureShape.new(name: 'RenderUiTemplateResponse')
@@ -1090,6 +1203,7 @@ module Aws::SageMaker
1090
1203
  StepStatus = Shapes::StringShape.new(name: 'StepStatus')
1091
1204
  StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
1092
1205
  StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
1206
+ StopEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'StopEdgePackagingJobRequest')
1093
1207
  StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
1094
1208
  StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
1095
1209
  StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
@@ -1141,6 +1255,7 @@ module Aws::SageMaker
1141
1255
  TensorBoardOutputConfig = Shapes::StructureShape.new(name: 'TensorBoardOutputConfig')
1142
1256
  TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
1143
1257
  TerminationWaitInSeconds = Shapes::IntegerShape.new(name: 'TerminationWaitInSeconds')
1258
+ ThingName = Shapes::StringShape.new(name: 'ThingName')
1144
1259
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1145
1260
  TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
1146
1261
  TrafficRoutingConfigType = Shapes::StringShape.new(name: 'TrafficRoutingConfigType')
@@ -1223,6 +1338,8 @@ module Aws::SageMaker
1223
1338
  UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
1224
1339
  UpdateContextRequest = Shapes::StructureShape.new(name: 'UpdateContextRequest')
1225
1340
  UpdateContextResponse = Shapes::StructureShape.new(name: 'UpdateContextResponse')
1341
+ UpdateDeviceFleetRequest = Shapes::StructureShape.new(name: 'UpdateDeviceFleetRequest')
1342
+ UpdateDevicesRequest = Shapes::StructureShape.new(name: 'UpdateDevicesRequest')
1226
1343
  UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
1227
1344
  UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
1228
1345
  UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
@@ -1245,6 +1362,8 @@ module Aws::SageMaker
1245
1362
  UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
1246
1363
  UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
1247
1364
  UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
1365
+ UpdateTrainingJobRequest = Shapes::StructureShape.new(name: 'UpdateTrainingJobRequest')
1366
+ UpdateTrainingJobResponse = Shapes::StructureShape.new(name: 'UpdateTrainingJobResponse')
1248
1367
  UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
1249
1368
  UpdateTrialComponentResponse = Shapes::StructureShape.new(name: 'UpdateTrialComponentResponse')
1250
1369
  UpdateTrialRequest = Shapes::StructureShape.new(name: 'UpdateTrialRequest')
@@ -1318,6 +1437,12 @@ module Aws::SageMaker
1318
1437
 
1319
1438
  AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
1320
1439
 
1440
+ AgentVersion.add_member(:version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "Version"))
1441
+ AgentVersion.add_member(:agent_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AgentCount"))
1442
+ AgentVersion.struct_class = Types::AgentVersion
1443
+
1444
+ AgentVersions.member = Shapes::ShapeRef.new(shape: AgentVersion)
1445
+
1321
1446
  Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, location_name: "AlarmName"))
1322
1447
  Alarm.struct_class = Types::Alarm
1323
1448
 
@@ -1776,6 +1901,28 @@ module Aws::SageMaker
1776
1901
  CreateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
1777
1902
  CreateContextResponse.struct_class = Types::CreateContextResponse
1778
1903
 
1904
+ CreateDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
1905
+ CreateDataQualityJobDefinitionRequest.add_member(:data_quality_baseline_config, Shapes::ShapeRef.new(shape: DataQualityBaselineConfig, location_name: "DataQualityBaselineConfig"))
1906
+ CreateDataQualityJobDefinitionRequest.add_member(:data_quality_app_specification, Shapes::ShapeRef.new(shape: DataQualityAppSpecification, required: true, location_name: "DataQualityAppSpecification"))
1907
+ CreateDataQualityJobDefinitionRequest.add_member(:data_quality_job_input, Shapes::ShapeRef.new(shape: DataQualityJobInput, required: true, location_name: "DataQualityJobInput"))
1908
+ CreateDataQualityJobDefinitionRequest.add_member(:data_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "DataQualityJobOutputConfig"))
1909
+ CreateDataQualityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
1910
+ CreateDataQualityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
1911
+ CreateDataQualityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1912
+ CreateDataQualityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
1913
+ CreateDataQualityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1914
+ CreateDataQualityJobDefinitionRequest.struct_class = Types::CreateDataQualityJobDefinitionRequest
1915
+
1916
+ CreateDataQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
1917
+ CreateDataQualityJobDefinitionResponse.struct_class = Types::CreateDataQualityJobDefinitionResponse
1918
+
1919
+ CreateDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
1920
+ CreateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1921
+ CreateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
1922
+ CreateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
1923
+ CreateDeviceFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1924
+ CreateDeviceFleetRequest.struct_class = Types::CreateDeviceFleetRequest
1925
+
1779
1926
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
1780
1927
  CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
1781
1928
  CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
@@ -1791,6 +1938,16 @@ module Aws::SageMaker
1791
1938
  CreateDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
1792
1939
  CreateDomainResponse.struct_class = Types::CreateDomainResponse
1793
1940
 
1941
+ CreateEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
1942
+ CreateEdgePackagingJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
1943
+ CreateEdgePackagingJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
1944
+ CreateEdgePackagingJobRequest.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
1945
+ CreateEdgePackagingJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1946
+ CreateEdgePackagingJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
1947
+ CreateEdgePackagingJobRequest.add_member(:resource_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "ResourceKey"))
1948
+ CreateEdgePackagingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1949
+ CreateEdgePackagingJobRequest.struct_class = Types::CreateEdgePackagingJobRequest
1950
+
1794
1951
  CreateEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
1795
1952
  CreateEndpointConfigInput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
1796
1953
  CreateEndpointConfigInput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
@@ -1896,6 +2053,36 @@ module Aws::SageMaker
1896
2053
  CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
1897
2054
  CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
1898
2055
 
2056
+ CreateModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2057
+ CreateModelBiasJobDefinitionRequest.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
2058
+ CreateModelBiasJobDefinitionRequest.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
2059
+ CreateModelBiasJobDefinitionRequest.add_member(:model_bias_job_input, Shapes::ShapeRef.new(shape: ModelBiasJobInput, required: true, location_name: "ModelBiasJobInput"))
2060
+ CreateModelBiasJobDefinitionRequest.add_member(:model_bias_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelBiasJobOutputConfig"))
2061
+ CreateModelBiasJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
2062
+ CreateModelBiasJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
2063
+ CreateModelBiasJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
2064
+ CreateModelBiasJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
2065
+ CreateModelBiasJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2066
+ CreateModelBiasJobDefinitionRequest.struct_class = Types::CreateModelBiasJobDefinitionRequest
2067
+
2068
+ CreateModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
2069
+ CreateModelBiasJobDefinitionResponse.struct_class = Types::CreateModelBiasJobDefinitionResponse
2070
+
2071
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2072
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
2073
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
2074
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_job_input, Shapes::ShapeRef.new(shape: ModelExplainabilityJobInput, required: true, location_name: "ModelExplainabilityJobInput"))
2075
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelExplainabilityJobOutputConfig"))
2076
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
2077
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
2078
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
2079
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
2080
+ CreateModelExplainabilityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2081
+ CreateModelExplainabilityJobDefinitionRequest.struct_class = Types::CreateModelExplainabilityJobDefinitionRequest
2082
+
2083
+ CreateModelExplainabilityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
2084
+ CreateModelExplainabilityJobDefinitionResponse.struct_class = Types::CreateModelExplainabilityJobDefinitionResponse
2085
+
1899
2086
  CreateModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
1900
2087
  CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
1901
2088
  CreateModelInput.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
@@ -1933,6 +2120,21 @@ module Aws::SageMaker
1933
2120
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
1934
2121
  CreateModelPackageOutput.struct_class = Types::CreateModelPackageOutput
1935
2122
 
2123
+ CreateModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2124
+ CreateModelQualityJobDefinitionRequest.add_member(:model_quality_baseline_config, Shapes::ShapeRef.new(shape: ModelQualityBaselineConfig, location_name: "ModelQualityBaselineConfig"))
2125
+ CreateModelQualityJobDefinitionRequest.add_member(:model_quality_app_specification, Shapes::ShapeRef.new(shape: ModelQualityAppSpecification, required: true, location_name: "ModelQualityAppSpecification"))
2126
+ CreateModelQualityJobDefinitionRequest.add_member(:model_quality_job_input, Shapes::ShapeRef.new(shape: ModelQualityJobInput, required: true, location_name: "ModelQualityJobInput"))
2127
+ CreateModelQualityJobDefinitionRequest.add_member(:model_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelQualityJobOutputConfig"))
2128
+ CreateModelQualityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
2129
+ CreateModelQualityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
2130
+ CreateModelQualityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
2131
+ CreateModelQualityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
2132
+ CreateModelQualityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2133
+ CreateModelQualityJobDefinitionRequest.struct_class = Types::CreateModelQualityJobDefinitionRequest
2134
+
2135
+ CreateModelQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
2136
+ CreateModelQualityJobDefinitionResponse.struct_class = Types::CreateModelQualityJobDefinitionResponse
2137
+
1936
2138
  CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
1937
2139
  CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
1938
2140
  CreateMonitoringScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -2039,6 +2241,8 @@ module Aws::SageMaker
2039
2241
  CreateTrainingJobRequest.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
2040
2242
  CreateTrainingJobRequest.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
2041
2243
  CreateTrainingJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
2244
+ CreateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
2245
+ CreateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
2042
2246
  CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
2043
2247
 
2044
2248
  CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
@@ -2153,6 +2357,22 @@ module Aws::SageMaker
2153
2357
  DataProcessing.add_member(:join_source, Shapes::ShapeRef.new(shape: JoinSource, location_name: "JoinSource"))
2154
2358
  DataProcessing.struct_class = Types::DataProcessing
2155
2359
 
2360
+ DataQualityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
2361
+ DataQualityAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
2362
+ DataQualityAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
2363
+ DataQualityAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
2364
+ DataQualityAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
2365
+ DataQualityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
2366
+ DataQualityAppSpecification.struct_class = Types::DataQualityAppSpecification
2367
+
2368
+ DataQualityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
2369
+ DataQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
2370
+ DataQualityBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
2371
+ DataQualityBaselineConfig.struct_class = Types::DataQualityBaselineConfig
2372
+
2373
+ DataQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
2374
+ DataQualityJobInput.struct_class = Types::DataQualityJobInput
2375
+
2156
2376
  DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
2157
2377
  DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
2158
2378
  DataSource.struct_class = Types::DataSource
@@ -2232,6 +2452,12 @@ module Aws::SageMaker
2232
2452
  DeleteContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
2233
2453
  DeleteContextResponse.struct_class = Types::DeleteContextResponse
2234
2454
 
2455
+ DeleteDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2456
+ DeleteDataQualityJobDefinitionRequest.struct_class = Types::DeleteDataQualityJobDefinitionRequest
2457
+
2458
+ DeleteDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2459
+ DeleteDeviceFleetRequest.struct_class = Types::DeleteDeviceFleetRequest
2460
+
2235
2461
  DeleteDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
2236
2462
  DeleteDomainRequest.add_member(:retention_policy, Shapes::ShapeRef.new(shape: RetentionPolicy, location_name: "RetentionPolicy"))
2237
2463
  DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
@@ -2272,6 +2498,12 @@ module Aws::SageMaker
2272
2498
 
2273
2499
  DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
2274
2500
 
2501
+ DeleteModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2502
+ DeleteModelBiasJobDefinitionRequest.struct_class = Types::DeleteModelBiasJobDefinitionRequest
2503
+
2504
+ DeleteModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2505
+ DeleteModelExplainabilityJobDefinitionRequest.struct_class = Types::DeleteModelExplainabilityJobDefinitionRequest
2506
+
2275
2507
  DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
2276
2508
  DeleteModelInput.struct_class = Types::DeleteModelInput
2277
2509
 
@@ -2284,6 +2516,9 @@ module Aws::SageMaker
2284
2516
  DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
2285
2517
  DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
2286
2518
 
2519
+ DeleteModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2520
+ DeleteModelQualityJobDefinitionRequest.struct_class = Types::DeleteModelQualityJobDefinitionRequest
2521
+
2287
2522
  DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
2288
2523
  DeleteMonitoringScheduleRequest.struct_class = Types::DeleteMonitoringScheduleRequest
2289
2524
 
@@ -2347,6 +2582,10 @@ module Aws::SageMaker
2347
2582
  DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
2348
2583
  DeploymentConfig.struct_class = Types::DeploymentConfig
2349
2584
 
2585
+ DeregisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2586
+ DeregisterDevicesRequest.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, required: true, location_name: "DeviceNames"))
2587
+ DeregisterDevicesRequest.struct_class = Types::DeregisterDevicesRequest
2588
+
2350
2589
  DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
2351
2590
  DescribeActionRequest.struct_class = Types::DescribeActionRequest
2352
2591
 
@@ -2491,6 +2730,52 @@ module Aws::SageMaker
2491
2730
  DescribeContextResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
2492
2731
  DescribeContextResponse.struct_class = Types::DescribeContextResponse
2493
2732
 
2733
+ DescribeDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2734
+ DescribeDataQualityJobDefinitionRequest.struct_class = Types::DescribeDataQualityJobDefinitionRequest
2735
+
2736
+ DescribeDataQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
2737
+ DescribeDataQualityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2738
+ DescribeDataQualityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2739
+ DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_baseline_config, Shapes::ShapeRef.new(shape: DataQualityBaselineConfig, location_name: "DataQualityBaselineConfig"))
2740
+ DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_app_specification, Shapes::ShapeRef.new(shape: DataQualityAppSpecification, required: true, location_name: "DataQualityAppSpecification"))
2741
+ DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_job_input, Shapes::ShapeRef.new(shape: DataQualityJobInput, required: true, location_name: "DataQualityJobInput"))
2742
+ DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "DataQualityJobOutputConfig"))
2743
+ DescribeDataQualityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
2744
+ DescribeDataQualityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
2745
+ DescribeDataQualityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
2746
+ DescribeDataQualityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
2747
+ DescribeDataQualityJobDefinitionResponse.struct_class = Types::DescribeDataQualityJobDefinitionResponse
2748
+
2749
+ DescribeDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2750
+ DescribeDeviceFleetRequest.struct_class = Types::DescribeDeviceFleetRequest
2751
+
2752
+ DescribeDeviceFleetResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2753
+ DescribeDeviceFleetResponse.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
2754
+ DescribeDeviceFleetResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
2755
+ DescribeDeviceFleetResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
2756
+ DescribeDeviceFleetResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2757
+ DescribeDeviceFleetResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
2758
+ DescribeDeviceFleetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
2759
+ DescribeDeviceFleetResponse.add_member(:iot_role_alias, Shapes::ShapeRef.new(shape: IotRoleAlias, location_name: "IotRoleAlias"))
2760
+ DescribeDeviceFleetResponse.struct_class = Types::DescribeDeviceFleetResponse
2761
+
2762
+ DescribeDeviceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2763
+ DescribeDeviceRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
2764
+ DescribeDeviceRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2765
+ DescribeDeviceRequest.struct_class = Types::DescribeDeviceRequest
2766
+
2767
+ DescribeDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "DeviceArn"))
2768
+ DescribeDeviceResponse.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
2769
+ DescribeDeviceResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
2770
+ DescribeDeviceResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
2771
+ DescribeDeviceResponse.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
2772
+ DescribeDeviceResponse.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "RegistrationTime"))
2773
+ DescribeDeviceResponse.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
2774
+ DescribeDeviceResponse.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModels, location_name: "Models"))
2775
+ DescribeDeviceResponse.add_member(:max_models, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxModels"))
2776
+ DescribeDeviceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2777
+ DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
2778
+
2494
2779
  DescribeDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
2495
2780
  DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
2496
2781
 
@@ -2513,6 +2798,25 @@ module Aws::SageMaker
2513
2798
  DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2514
2799
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
2515
2800
 
2801
+ DescribeEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
2802
+ DescribeEdgePackagingJobRequest.struct_class = Types::DescribeEdgePackagingJobRequest
2803
+
2804
+ DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_arn, Shapes::ShapeRef.new(shape: EdgePackagingJobArn, required: true, location_name: "EdgePackagingJobArn"))
2805
+ DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
2806
+ DescribeEdgePackagingJobResponse.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "CompilationJobName"))
2807
+ DescribeEdgePackagingJobResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
2808
+ DescribeEdgePackagingJobResponse.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "ModelVersion"))
2809
+ DescribeEdgePackagingJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
2810
+ DescribeEdgePackagingJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, location_name: "OutputConfig"))
2811
+ DescribeEdgePackagingJobResponse.add_member(:resource_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "ResourceKey"))
2812
+ DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_status, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, required: true, location_name: "EdgePackagingJobStatus"))
2813
+ DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_status_message, Shapes::ShapeRef.new(shape: String, location_name: "EdgePackagingJobStatusMessage"))
2814
+ DescribeEdgePackagingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2815
+ DescribeEdgePackagingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2816
+ DescribeEdgePackagingJobResponse.add_member(:model_artifact, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ModelArtifact"))
2817
+ DescribeEdgePackagingJobResponse.add_member(:model_signature, Shapes::ShapeRef.new(shape: String, location_name: "ModelSignature"))
2818
+ DescribeEdgePackagingJobResponse.struct_class = Types::DescribeEdgePackagingJobResponse
2819
+
2516
2820
  DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
2517
2821
  DescribeEndpointConfigInput.struct_class = Types::DescribeEndpointConfigInput
2518
2822
 
@@ -2670,6 +2974,38 @@ module Aws::SageMaker
2670
2974
  DescribeLabelingJobResponse.add_member(:labeling_job_output, Shapes::ShapeRef.new(shape: LabelingJobOutput, location_name: "LabelingJobOutput"))
2671
2975
  DescribeLabelingJobResponse.struct_class = Types::DescribeLabelingJobResponse
2672
2976
 
2977
+ DescribeModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2978
+ DescribeModelBiasJobDefinitionRequest.struct_class = Types::DescribeModelBiasJobDefinitionRequest
2979
+
2980
+ DescribeModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
2981
+ DescribeModelBiasJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2982
+ DescribeModelBiasJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2983
+ DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
2984
+ DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
2985
+ DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_job_input, Shapes::ShapeRef.new(shape: ModelBiasJobInput, required: true, location_name: "ModelBiasJobInput"))
2986
+ DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelBiasJobOutputConfig"))
2987
+ DescribeModelBiasJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
2988
+ DescribeModelBiasJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
2989
+ DescribeModelBiasJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
2990
+ DescribeModelBiasJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
2991
+ DescribeModelBiasJobDefinitionResponse.struct_class = Types::DescribeModelBiasJobDefinitionResponse
2992
+
2993
+ DescribeModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2994
+ DescribeModelExplainabilityJobDefinitionRequest.struct_class = Types::DescribeModelExplainabilityJobDefinitionRequest
2995
+
2996
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
2997
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
2998
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2999
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
3000
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
3001
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_job_input, Shapes::ShapeRef.new(shape: ModelExplainabilityJobInput, required: true, location_name: "ModelExplainabilityJobInput"))
3002
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelExplainabilityJobOutputConfig"))
3003
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
3004
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
3005
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
3006
+ DescribeModelExplainabilityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
3007
+ DescribeModelExplainabilityJobDefinitionResponse.struct_class = Types::DescribeModelExplainabilityJobDefinitionResponse
3008
+
2673
3009
  DescribeModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
2674
3010
  DescribeModelInput.struct_class = Types::DescribeModelInput
2675
3011
 
@@ -2718,12 +3054,29 @@ module Aws::SageMaker
2718
3054
  DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
2719
3055
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
2720
3056
 
3057
+ DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
3058
+ DescribeModelQualityJobDefinitionRequest.struct_class = Types::DescribeModelQualityJobDefinitionRequest
3059
+
3060
+ DescribeModelQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
3061
+ DescribeModelQualityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
3062
+ DescribeModelQualityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
3063
+ DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_baseline_config, Shapes::ShapeRef.new(shape: ModelQualityBaselineConfig, location_name: "ModelQualityBaselineConfig"))
3064
+ DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_app_specification, Shapes::ShapeRef.new(shape: ModelQualityAppSpecification, required: true, location_name: "ModelQualityAppSpecification"))
3065
+ DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_job_input, Shapes::ShapeRef.new(shape: ModelQualityJobInput, required: true, location_name: "ModelQualityJobInput"))
3066
+ DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelQualityJobOutputConfig"))
3067
+ DescribeModelQualityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
3068
+ DescribeModelQualityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
3069
+ DescribeModelQualityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
3070
+ DescribeModelQualityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
3071
+ DescribeModelQualityJobDefinitionResponse.struct_class = Types::DescribeModelQualityJobDefinitionResponse
3072
+
2721
3073
  DescribeMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
2722
3074
  DescribeMonitoringScheduleRequest.struct_class = Types::DescribeMonitoringScheduleRequest
2723
3075
 
2724
3076
  DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
2725
3077
  DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
2726
3078
  DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
3079
+ DescribeMonitoringScheduleResponse.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
2727
3080
  DescribeMonitoringScheduleResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2728
3081
  DescribeMonitoringScheduleResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2729
3082
  DescribeMonitoringScheduleResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
@@ -2889,6 +3242,10 @@ module Aws::SageMaker
2889
3242
  DescribeTrainingJobResponse.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
2890
3243
  DescribeTrainingJobResponse.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
2891
3244
  DescribeTrainingJobResponse.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
3245
+ DescribeTrainingJobResponse.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
3246
+ DescribeTrainingJobResponse.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
3247
+ DescribeTrainingJobResponse.add_member(:profiler_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatuses, location_name: "ProfilerRuleEvaluationStatuses"))
3248
+ DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
2892
3249
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
2893
3250
 
2894
3251
  DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
@@ -2988,6 +3345,39 @@ module Aws::SageMaker
2988
3345
 
2989
3346
  DesiredWeightAndCapacityList.member = Shapes::ShapeRef.new(shape: DesiredWeightAndCapacity)
2990
3347
 
3348
+ Device.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "DeviceName"))
3349
+ Device.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
3350
+ Device.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
3351
+ Device.struct_class = Types::Device
3352
+
3353
+ DeviceFleetSummaries.member = Shapes::ShapeRef.new(shape: DeviceFleetSummary)
3354
+
3355
+ DeviceFleetSummary.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
3356
+ DeviceFleetSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
3357
+ DeviceFleetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3358
+ DeviceFleetSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3359
+ DeviceFleetSummary.struct_class = Types::DeviceFleetSummary
3360
+
3361
+ DeviceNames.member = Shapes::ShapeRef.new(shape: DeviceName)
3362
+
3363
+ DeviceStats.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
3364
+ DeviceStats.add_member(:registered_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "RegisteredDeviceCount"))
3365
+ DeviceStats.struct_class = Types::DeviceStats
3366
+
3367
+ DeviceSummaries.member = Shapes::ShapeRef.new(shape: DeviceSummary)
3368
+
3369
+ DeviceSummary.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
3370
+ DeviceSummary.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, required: true, location_name: "DeviceArn"))
3371
+ DeviceSummary.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
3372
+ DeviceSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
3373
+ DeviceSummary.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
3374
+ DeviceSummary.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RegistrationTime"))
3375
+ DeviceSummary.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
3376
+ DeviceSummary.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModelSummaries, location_name: "Models"))
3377
+ DeviceSummary.struct_class = Types::DeviceSummary
3378
+
3379
+ Devices.member = Shapes::ShapeRef.new(shape: Device)
3380
+
2991
3381
  DisableSagemakerServicecatalogPortfolioInput.struct_class = Types::DisableSagemakerServicecatalogPortfolioInput
2992
3382
 
2993
3383
  DisableSagemakerServicecatalogPortfolioOutput.struct_class = Types::DisableSagemakerServicecatalogPortfolioOutput
@@ -3011,6 +3401,46 @@ module Aws::SageMaker
3011
3401
 
3012
3402
  DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
3013
3403
 
3404
+ EdgeModel.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
3405
+ EdgeModel.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
3406
+ EdgeModel.add_member(:latest_sample_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestSampleTime"))
3407
+ EdgeModel.add_member(:latest_inference, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestInference"))
3408
+ EdgeModel.struct_class = Types::EdgeModel
3409
+
3410
+ EdgeModelStat.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
3411
+ EdgeModelStat.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
3412
+ EdgeModelStat.add_member(:offline_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "OfflineDeviceCount"))
3413
+ EdgeModelStat.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
3414
+ EdgeModelStat.add_member(:active_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ActiveDeviceCount"))
3415
+ EdgeModelStat.add_member(:sampling_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "SamplingDeviceCount"))
3416
+ EdgeModelStat.struct_class = Types::EdgeModelStat
3417
+
3418
+ EdgeModelStats.member = Shapes::ShapeRef.new(shape: EdgeModelStat)
3419
+
3420
+ EdgeModelSummaries.member = Shapes::ShapeRef.new(shape: EdgeModelSummary)
3421
+
3422
+ EdgeModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
3423
+ EdgeModelSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
3424
+ EdgeModelSummary.struct_class = Types::EdgeModelSummary
3425
+
3426
+ EdgeModels.member = Shapes::ShapeRef.new(shape: EdgeModel)
3427
+
3428
+ EdgeOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
3429
+ EdgeOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3430
+ EdgeOutputConfig.struct_class = Types::EdgeOutputConfig
3431
+
3432
+ EdgePackagingJobSummaries.member = Shapes::ShapeRef.new(shape: EdgePackagingJobSummary)
3433
+
3434
+ EdgePackagingJobSummary.add_member(:edge_packaging_job_arn, Shapes::ShapeRef.new(shape: EdgePackagingJobArn, required: true, location_name: "EdgePackagingJobArn"))
3435
+ EdgePackagingJobSummary.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
3436
+ EdgePackagingJobSummary.add_member(:edge_packaging_job_status, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, required: true, location_name: "EdgePackagingJobStatus"))
3437
+ EdgePackagingJobSummary.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "CompilationJobName"))
3438
+ EdgePackagingJobSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
3439
+ EdgePackagingJobSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "ModelVersion"))
3440
+ EdgePackagingJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3441
+ EdgePackagingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3442
+ EdgePackagingJobSummary.struct_class = Types::EdgePackagingJobSummary
3443
+
3014
3444
  EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
3015
3445
 
3016
3446
  EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
@@ -3039,6 +3469,12 @@ module Aws::SageMaker
3039
3469
  EndpointInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
3040
3470
  EndpointInput.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
3041
3471
  EndpointInput.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
3472
+ EndpointInput.add_member(:features_attribute, Shapes::ShapeRef.new(shape: String, location_name: "FeaturesAttribute"))
3473
+ EndpointInput.add_member(:inference_attribute, Shapes::ShapeRef.new(shape: String, location_name: "InferenceAttribute"))
3474
+ EndpointInput.add_member(:probability_attribute, Shapes::ShapeRef.new(shape: String, location_name: "ProbabilityAttribute"))
3475
+ EndpointInput.add_member(:probability_threshold_attribute, Shapes::ShapeRef.new(shape: ProbabilityThresholdAttribute, location_name: "ProbabilityThresholdAttribute"))
3476
+ EndpointInput.add_member(:start_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "StartTimeOffset"))
3477
+ EndpointInput.add_member(:end_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "EndTimeOffset"))
3042
3478
  EndpointInput.struct_class = Types::EndpointInput
3043
3479
 
3044
3480
  EndpointSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
@@ -3163,6 +3599,19 @@ module Aws::SageMaker
3163
3599
 
3164
3600
  FlowDefinitionTaskKeywords.member = Shapes::ShapeRef.new(shape: FlowDefinitionTaskKeyword)
3165
3601
 
3602
+ GetDeviceFleetReportRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
3603
+ GetDeviceFleetReportRequest.struct_class = Types::GetDeviceFleetReportRequest
3604
+
3605
+ GetDeviceFleetReportResponse.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
3606
+ GetDeviceFleetReportResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
3607
+ GetDeviceFleetReportResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, location_name: "OutputConfig"))
3608
+ GetDeviceFleetReportResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
3609
+ GetDeviceFleetReportResponse.add_member(:report_generated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReportGenerated"))
3610
+ GetDeviceFleetReportResponse.add_member(:device_stats, Shapes::ShapeRef.new(shape: DeviceStats, location_name: "DeviceStats"))
3611
+ GetDeviceFleetReportResponse.add_member(:agent_versions, Shapes::ShapeRef.new(shape: AgentVersions, location_name: "AgentVersions"))
3612
+ GetDeviceFleetReportResponse.add_member(:model_stats, Shapes::ShapeRef.new(shape: EdgeModelStats, location_name: "ModelStats"))
3613
+ GetDeviceFleetReportResponse.struct_class = Types::GetDeviceFleetReportResponse
3614
+
3166
3615
  GetModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
3167
3616
  GetModelPackageGroupPolicyInput.struct_class = Types::GetModelPackageGroupPolicyInput
3168
3617
 
@@ -3635,6 +4084,46 @@ module Aws::SageMaker
3635
4084
  ListContextsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3636
4085
  ListContextsResponse.struct_class = Types::ListContextsResponse
3637
4086
 
4087
+ ListDataQualityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
4088
+ ListDataQualityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
4089
+ ListDataQualityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4090
+ ListDataQualityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4091
+ ListDataQualityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
4092
+ ListDataQualityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4093
+ ListDataQualityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4094
+ ListDataQualityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4095
+ ListDataQualityJobDefinitionsRequest.struct_class = Types::ListDataQualityJobDefinitionsRequest
4096
+
4097
+ ListDataQualityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
4098
+ ListDataQualityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4099
+ ListDataQualityJobDefinitionsResponse.struct_class = Types::ListDataQualityJobDefinitionsResponse
4100
+
4101
+ ListDeviceFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4102
+ ListDeviceFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
4103
+ ListDeviceFleetsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4104
+ ListDeviceFleetsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4105
+ ListDeviceFleetsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
4106
+ ListDeviceFleetsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
4107
+ ListDeviceFleetsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4108
+ ListDeviceFleetsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListDeviceFleetsSortBy, location_name: "SortBy"))
4109
+ ListDeviceFleetsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4110
+ ListDeviceFleetsRequest.struct_class = Types::ListDeviceFleetsRequest
4111
+
4112
+ ListDeviceFleetsResponse.add_member(:device_fleet_summaries, Shapes::ShapeRef.new(shape: DeviceFleetSummaries, required: true, location_name: "DeviceFleetSummaries"))
4113
+ ListDeviceFleetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4114
+ ListDeviceFleetsResponse.struct_class = Types::ListDeviceFleetsResponse
4115
+
4116
+ ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4117
+ ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
4118
+ ListDevicesRequest.add_member(:latest_heartbeat_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeatAfter"))
4119
+ ListDevicesRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
4120
+ ListDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
4121
+ ListDevicesRequest.struct_class = Types::ListDevicesRequest
4122
+
4123
+ ListDevicesResponse.add_member(:device_summaries, Shapes::ShapeRef.new(shape: DeviceSummaries, required: true, location_name: "DeviceSummaries"))
4124
+ ListDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4125
+ ListDevicesResponse.struct_class = Types::ListDevicesResponse
4126
+
3638
4127
  ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3639
4128
  ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
3640
4129
  ListDomainsRequest.struct_class = Types::ListDomainsRequest
@@ -3643,6 +4132,23 @@ module Aws::SageMaker
3643
4132
  ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3644
4133
  ListDomainsResponse.struct_class = Types::ListDomainsResponse
3645
4134
 
4135
+ ListEdgePackagingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4136
+ ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
4137
+ ListEdgePackagingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4138
+ ListEdgePackagingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4139
+ ListEdgePackagingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
4140
+ ListEdgePackagingJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
4141
+ ListEdgePackagingJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4142
+ ListEdgePackagingJobsRequest.add_member(:model_name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "ModelNameContains"))
4143
+ ListEdgePackagingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, location_name: "StatusEquals"))
4144
+ ListEdgePackagingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListEdgePackagingJobsSortBy, location_name: "SortBy"))
4145
+ ListEdgePackagingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4146
+ ListEdgePackagingJobsRequest.struct_class = Types::ListEdgePackagingJobsRequest
4147
+
4148
+ ListEdgePackagingJobsResponse.add_member(:edge_packaging_job_summaries, Shapes::ShapeRef.new(shape: EdgePackagingJobSummaries, required: true, location_name: "EdgePackagingJobSummaries"))
4149
+ ListEdgePackagingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4150
+ ListEdgePackagingJobsResponse.struct_class = Types::ListEdgePackagingJobsResponse
4151
+
3646
4152
  ListEndpointConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointConfigSortKey, location_name: "SortBy"))
3647
4153
  ListEndpointConfigsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
3648
4154
  ListEndpointConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
@@ -3799,6 +4305,34 @@ module Aws::SageMaker
3799
4305
 
3800
4306
  ListLineageEntityParameterKey.member = Shapes::ShapeRef.new(shape: StringParameterValue)
3801
4307
 
4308
+ ListModelBiasJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
4309
+ ListModelBiasJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
4310
+ ListModelBiasJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4311
+ ListModelBiasJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4312
+ ListModelBiasJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
4313
+ ListModelBiasJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4314
+ ListModelBiasJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4315
+ ListModelBiasJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4316
+ ListModelBiasJobDefinitionsRequest.struct_class = Types::ListModelBiasJobDefinitionsRequest
4317
+
4318
+ ListModelBiasJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
4319
+ ListModelBiasJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4320
+ ListModelBiasJobDefinitionsResponse.struct_class = Types::ListModelBiasJobDefinitionsResponse
4321
+
4322
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
4323
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
4324
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4325
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4326
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
4327
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4328
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4329
+ ListModelExplainabilityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4330
+ ListModelExplainabilityJobDefinitionsRequest.struct_class = Types::ListModelExplainabilityJobDefinitionsRequest
4331
+
4332
+ ListModelExplainabilityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
4333
+ ListModelExplainabilityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4334
+ ListModelExplainabilityJobDefinitionsResponse.struct_class = Types::ListModelExplainabilityJobDefinitionsResponse
4335
+
3802
4336
  ListModelPackageGroupsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
3803
4337
  ListModelPackageGroupsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
3804
4338
  ListModelPackageGroupsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
@@ -3828,6 +4362,20 @@ module Aws::SageMaker
3828
4362
  ListModelPackagesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3829
4363
  ListModelPackagesOutput.struct_class = Types::ListModelPackagesOutput
3830
4364
 
4365
+ ListModelQualityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
4366
+ ListModelQualityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
4367
+ ListModelQualityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
4368
+ ListModelQualityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4369
+ ListModelQualityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
4370
+ ListModelQualityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
4371
+ ListModelQualityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
4372
+ ListModelQualityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
4373
+ ListModelQualityJobDefinitionsRequest.struct_class = Types::ListModelQualityJobDefinitionsRequest
4374
+
4375
+ ListModelQualityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
4376
+ ListModelQualityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4377
+ ListModelQualityJobDefinitionsResponse.struct_class = Types::ListModelQualityJobDefinitionsResponse
4378
+
3831
4379
  ListModelsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelSortKey, location_name: "SortBy"))
3832
4380
  ListModelsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
3833
4381
  ListModelsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
@@ -3854,6 +4402,8 @@ module Aws::SageMaker
3854
4402
  ListMonitoringExecutionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
3855
4403
  ListMonitoringExecutionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
3856
4404
  ListMonitoringExecutionsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "StatusEquals"))
4405
+ ListMonitoringExecutionsRequest.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
4406
+ ListMonitoringExecutionsRequest.add_member(:monitoring_type_equals, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringTypeEquals"))
3857
4407
  ListMonitoringExecutionsRequest.struct_class = Types::ListMonitoringExecutionsRequest
3858
4408
 
3859
4409
  ListMonitoringExecutionsResponse.add_member(:monitoring_execution_summaries, Shapes::ShapeRef.new(shape: MonitoringExecutionSummaryList, required: true, location_name: "MonitoringExecutionSummaries"))
@@ -3871,6 +4421,8 @@ module Aws::SageMaker
3871
4421
  ListMonitoringSchedulesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
3872
4422
  ListMonitoringSchedulesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
3873
4423
  ListMonitoringSchedulesRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "StatusEquals"))
4424
+ ListMonitoringSchedulesRequest.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
4425
+ ListMonitoringSchedulesRequest.add_member(:monitoring_type_equals, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringTypeEquals"))
3874
4426
  ListMonitoringSchedulesRequest.struct_class = Types::ListMonitoringSchedulesRequest
3875
4427
 
3876
4428
  ListMonitoringSchedulesResponse.add_member(:monitoring_schedule_summaries, Shapes::ShapeRef.new(shape: MonitoringScheduleSummaryList, required: true, location_name: "MonitoringScheduleSummaries"))
@@ -4143,6 +4695,19 @@ module Aws::SageMaker
4143
4695
  ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
4144
4696
  ModelArtifacts.struct_class = Types::ModelArtifacts
4145
4697
 
4698
+ ModelBiasAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
4699
+ ModelBiasAppSpecification.add_member(:config_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ConfigUri"))
4700
+ ModelBiasAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
4701
+ ModelBiasAppSpecification.struct_class = Types::ModelBiasAppSpecification
4702
+
4703
+ ModelBiasBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
4704
+ ModelBiasBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
4705
+ ModelBiasBaselineConfig.struct_class = Types::ModelBiasBaselineConfig
4706
+
4707
+ ModelBiasJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
4708
+ ModelBiasJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
4709
+ ModelBiasJobInput.struct_class = Types::ModelBiasJobInput
4710
+
4146
4711
  ModelClientConfig.add_member(:invocations_timeout_in_seconds, Shapes::ShapeRef.new(shape: InvocationsTimeoutInSeconds, location_name: "InvocationsTimeoutInSeconds"))
4147
4712
  ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
4148
4713
  ModelClientConfig.struct_class = Types::ModelClientConfig
@@ -4154,6 +4719,18 @@ module Aws::SageMaker
4154
4719
  ModelDigests.add_member(:artifact_digest, Shapes::ShapeRef.new(shape: ArtifactDigest, location_name: "ArtifactDigest"))
4155
4720
  ModelDigests.struct_class = Types::ModelDigests
4156
4721
 
4722
+ ModelExplainabilityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
4723
+ ModelExplainabilityAppSpecification.add_member(:config_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ConfigUri"))
4724
+ ModelExplainabilityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
4725
+ ModelExplainabilityAppSpecification.struct_class = Types::ModelExplainabilityAppSpecification
4726
+
4727
+ ModelExplainabilityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
4728
+ ModelExplainabilityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
4729
+ ModelExplainabilityBaselineConfig.struct_class = Types::ModelExplainabilityBaselineConfig
4730
+
4731
+ ModelExplainabilityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
4732
+ ModelExplainabilityJobInput.struct_class = Types::ModelExplainabilityJobInput
4733
+
4157
4734
  ModelMetrics.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
4158
4735
  ModelMetrics.add_member(:model_data_quality, Shapes::ShapeRef.new(shape: ModelDataQuality, location_name: "ModelDataQuality"))
4159
4736
  ModelMetrics.add_member(:bias, Shapes::ShapeRef.new(shape: Bias, location_name: "Bias"))
@@ -4246,6 +4823,23 @@ module Aws::SageMaker
4246
4823
  ModelQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
4247
4824
  ModelQuality.struct_class = Types::ModelQuality
4248
4825
 
4826
+ ModelQualityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
4827
+ ModelQualityAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
4828
+ ModelQualityAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
4829
+ ModelQualityAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
4830
+ ModelQualityAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
4831
+ ModelQualityAppSpecification.add_member(:problem_type, Shapes::ShapeRef.new(shape: MonitoringProblemType, location_name: "ProblemType"))
4832
+ ModelQualityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
4833
+ ModelQualityAppSpecification.struct_class = Types::ModelQualityAppSpecification
4834
+
4835
+ ModelQualityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
4836
+ ModelQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
4837
+ ModelQualityBaselineConfig.struct_class = Types::ModelQualityBaselineConfig
4838
+
4839
+ ModelQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
4840
+ ModelQualityJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
4841
+ ModelQualityJobInput.struct_class = Types::ModelQualityJobInput
4842
+
4249
4843
  ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
4250
4844
  ModelStepMetadata.struct_class = Types::ModelStepMetadata
4251
4845
 
@@ -4263,6 +4857,7 @@ module Aws::SageMaker
4263
4857
  MonitoringAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
4264
4858
  MonitoringAppSpecification.struct_class = Types::MonitoringAppSpecification
4265
4859
 
4860
+ MonitoringBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
4266
4861
  MonitoringBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
4267
4862
  MonitoringBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
4268
4863
  MonitoringBaselineConfig.struct_class = Types::MonitoringBaselineConfig
@@ -4289,10 +4884,15 @@ module Aws::SageMaker
4289
4884
  MonitoringExecutionSummary.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "ProcessingJobArn"))
4290
4885
  MonitoringExecutionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
4291
4886
  MonitoringExecutionSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4887
+ MonitoringExecutionSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
4888
+ MonitoringExecutionSummary.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
4292
4889
  MonitoringExecutionSummary.struct_class = Types::MonitoringExecutionSummary
4293
4890
 
4294
4891
  MonitoringExecutionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringExecutionSummary)
4295
4892
 
4893
+ MonitoringGroundTruthS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: MonitoringS3Uri, location_name: "S3Uri"))
4894
+ MonitoringGroundTruthS3Input.struct_class = Types::MonitoringGroundTruthS3Input
4895
+
4296
4896
  MonitoringInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
4297
4897
  MonitoringInput.struct_class = Types::MonitoringInput
4298
4898
 
@@ -4309,6 +4909,19 @@ module Aws::SageMaker
4309
4909
  MonitoringJobDefinition.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
4310
4910
  MonitoringJobDefinition.struct_class = Types::MonitoringJobDefinition
4311
4911
 
4912
+ MonitoringJobDefinitionSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "MonitoringJobDefinitionName"))
4913
+ MonitoringJobDefinitionSummary.add_member(:monitoring_job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "MonitoringJobDefinitionArn"))
4914
+ MonitoringJobDefinitionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
4915
+ MonitoringJobDefinitionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
4916
+ MonitoringJobDefinitionSummary.struct_class = Types::MonitoringJobDefinitionSummary
4917
+
4918
+ MonitoringJobDefinitionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummary)
4919
+
4920
+ MonitoringNetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
4921
+ MonitoringNetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
4922
+ MonitoringNetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4923
+ MonitoringNetworkConfig.struct_class = Types::MonitoringNetworkConfig
4924
+
4312
4925
  MonitoringOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: MonitoringS3Output, required: true, location_name: "S3Output"))
4313
4926
  MonitoringOutput.struct_class = Types::MonitoringOutput
4314
4927
 
@@ -4329,6 +4942,7 @@ module Aws::SageMaker
4329
4942
  MonitoringSchedule.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
4330
4943
  MonitoringSchedule.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
4331
4944
  MonitoringSchedule.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "MonitoringScheduleStatus"))
4945
+ MonitoringSchedule.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
4332
4946
  MonitoringSchedule.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4333
4947
  MonitoringSchedule.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4334
4948
  MonitoringSchedule.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
@@ -4340,6 +4954,8 @@ module Aws::SageMaker
4340
4954
 
4341
4955
  MonitoringScheduleConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, location_name: "ScheduleConfig"))
4342
4956
  MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition, location_name: "MonitoringJobDefinition"))
4957
+ MonitoringScheduleConfig.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
4958
+ MonitoringScheduleConfig.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
4343
4959
  MonitoringScheduleConfig.struct_class = Types::MonitoringScheduleConfig
4344
4960
 
4345
4961
  MonitoringScheduleList.member = Shapes::ShapeRef.new(shape: MonitoringSchedule)
@@ -4350,6 +4966,8 @@ module Aws::SageMaker
4350
4966
  MonitoringScheduleSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
4351
4967
  MonitoringScheduleSummary.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
4352
4968
  MonitoringScheduleSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
4969
+ MonitoringScheduleSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
4970
+ MonitoringScheduleSummary.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
4353
4971
  MonitoringScheduleSummary.struct_class = Types::MonitoringScheduleSummary
4354
4972
 
4355
4973
  MonitoringScheduleSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringScheduleSummary)
@@ -4664,6 +5282,40 @@ module Aws::SageMaker
4664
5282
 
4665
5283
  ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
4666
5284
 
5285
+ ProfilerConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
5286
+ ProfilerConfig.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
5287
+ ProfilerConfig.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
5288
+ ProfilerConfig.struct_class = Types::ProfilerConfig
5289
+
5290
+ ProfilerConfigForUpdate.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
5291
+ ProfilerConfigForUpdate.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
5292
+ ProfilerConfigForUpdate.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
5293
+ ProfilerConfigForUpdate.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler"))
5294
+ ProfilerConfigForUpdate.struct_class = Types::ProfilerConfigForUpdate
5295
+
5296
+ ProfilerRuleConfiguration.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, required: true, location_name: "RuleConfigurationName"))
5297
+ ProfilerRuleConfiguration.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
5298
+ ProfilerRuleConfiguration.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
5299
+ ProfilerRuleConfiguration.add_member(:rule_evaluator_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "RuleEvaluatorImage"))
5300
+ ProfilerRuleConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, location_name: "InstanceType"))
5301
+ ProfilerRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
5302
+ ProfilerRuleConfiguration.add_member(:rule_parameters, Shapes::ShapeRef.new(shape: RuleParameters, location_name: "RuleParameters"))
5303
+ ProfilerRuleConfiguration.struct_class = Types::ProfilerRuleConfiguration
5304
+
5305
+ ProfilerRuleConfigurations.member = Shapes::ShapeRef.new(shape: ProfilerRuleConfiguration)
5306
+
5307
+ ProfilerRuleEvaluationStatus.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, location_name: "RuleConfigurationName"))
5308
+ ProfilerRuleEvaluationStatus.add_member(:rule_evaluation_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "RuleEvaluationJobArn"))
5309
+ ProfilerRuleEvaluationStatus.add_member(:rule_evaluation_status, Shapes::ShapeRef.new(shape: RuleEvaluationStatus, location_name: "RuleEvaluationStatus"))
5310
+ ProfilerRuleEvaluationStatus.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
5311
+ ProfilerRuleEvaluationStatus.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
5312
+ ProfilerRuleEvaluationStatus.struct_class = Types::ProfilerRuleEvaluationStatus
5313
+
5314
+ ProfilerRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatus)
5315
+
5316
+ ProfilingParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
5317
+ ProfilingParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
5318
+
4667
5319
  ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
4668
5320
  ProjectSummary.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
4669
5321
  ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
@@ -4711,6 +5363,11 @@ module Aws::SageMaker
4711
5363
  RedshiftDatasetDefinition.add_member(:output_compression, Shapes::ShapeRef.new(shape: RedshiftResultCompressionType, location_name: "OutputCompression"))
4712
5364
  RedshiftDatasetDefinition.struct_class = Types::RedshiftDatasetDefinition
4713
5365
 
5366
+ RegisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
5367
+ RegisterDevicesRequest.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "Devices"))
5368
+ RegisterDevicesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
5369
+ RegisterDevicesRequest.struct_class = Types::RegisterDevicesRequest
5370
+
4714
5371
  RegisterModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
4715
5372
  RegisterModelStepMetadata.struct_class = Types::RegisterModelStepMetadata
4716
5373
 
@@ -4879,6 +5536,9 @@ module Aws::SageMaker
4879
5536
  StopCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
4880
5537
  StopCompilationJobRequest.struct_class = Types::StopCompilationJobRequest
4881
5538
 
5539
+ StopEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
5540
+ StopEdgePackagingJobRequest.struct_class = Types::StopEdgePackagingJobRequest
5541
+
4882
5542
  StopHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
4883
5543
  StopHyperParameterTuningJobRequest.struct_class = Types::StopHyperParameterTuningJobRequest
4884
5544
 
@@ -5279,6 +5939,16 @@ module Aws::SageMaker
5279
5939
  UpdateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
5280
5940
  UpdateContextResponse.struct_class = Types::UpdateContextResponse
5281
5941
 
5942
+ UpdateDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
5943
+ UpdateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
5944
+ UpdateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
5945
+ UpdateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
5946
+ UpdateDeviceFleetRequest.struct_class = Types::UpdateDeviceFleetRequest
5947
+
5948
+ UpdateDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
5949
+ UpdateDevicesRequest.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "Devices"))
5950
+ UpdateDevicesRequest.struct_class = Types::UpdateDevicesRequest
5951
+
5282
5952
  UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
5283
5953
  UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
5284
5954
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
@@ -5378,6 +6048,14 @@ module Aws::SageMaker
5378
6048
  UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
5379
6049
  UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
5380
6050
 
6051
+ UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
6052
+ UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
6053
+ UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
6054
+ UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
6055
+
6056
+ UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
6057
+ UpdateTrainingJobResponse.struct_class = Types::UpdateTrainingJobResponse
6058
+
5381
6059
  UpdateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
5382
6060
  UpdateTrialComponentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
5383
6061
  UpdateTrialComponentRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
@@ -5615,6 +6293,26 @@ module Aws::SageMaker
5615
6293
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
5616
6294
  end)
5617
6295
 
6296
+ api.add_operation(:create_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
6297
+ o.name = "CreateDataQualityJobDefinition"
6298
+ o.http_method = "POST"
6299
+ o.http_request_uri = "/"
6300
+ o.input = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionRequest)
6301
+ o.output = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionResponse)
6302
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6303
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
6304
+ end)
6305
+
6306
+ api.add_operation(:create_device_fleet, Seahorse::Model::Operation.new.tap do |o|
6307
+ o.name = "CreateDeviceFleet"
6308
+ o.http_method = "POST"
6309
+ o.http_request_uri = "/"
6310
+ o.input = Shapes::ShapeRef.new(shape: CreateDeviceFleetRequest)
6311
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6312
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
6313
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6314
+ end)
6315
+
5618
6316
  api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
5619
6317
  o.name = "CreateDomain"
5620
6318
  o.http_method = "POST"
@@ -5625,6 +6323,15 @@ module Aws::SageMaker
5625
6323
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
5626
6324
  end)
5627
6325
 
6326
+ api.add_operation(:create_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
6327
+ o.name = "CreateEdgePackagingJob"
6328
+ o.http_method = "POST"
6329
+ o.http_request_uri = "/"
6330
+ o.input = Shapes::ShapeRef.new(shape: CreateEdgePackagingJobRequest)
6331
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6332
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6333
+ end)
6334
+
5628
6335
  api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
5629
6336
  o.name = "CreateEndpoint"
5630
6337
  o.http_method = "POST"
@@ -5732,6 +6439,26 @@ module Aws::SageMaker
5732
6439
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
5733
6440
  end)
5734
6441
 
6442
+ api.add_operation(:create_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
6443
+ o.name = "CreateModelBiasJobDefinition"
6444
+ o.http_method = "POST"
6445
+ o.http_request_uri = "/"
6446
+ o.input = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionRequest)
6447
+ o.output = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionResponse)
6448
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6449
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
6450
+ end)
6451
+
6452
+ api.add_operation(:create_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
6453
+ o.name = "CreateModelExplainabilityJobDefinition"
6454
+ o.http_method = "POST"
6455
+ o.http_request_uri = "/"
6456
+ o.input = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionRequest)
6457
+ o.output = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionResponse)
6458
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6459
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
6460
+ end)
6461
+
5735
6462
  api.add_operation(:create_model_package, Seahorse::Model::Operation.new.tap do |o|
5736
6463
  o.name = "CreateModelPackage"
5737
6464
  o.http_method = "POST"
@@ -5751,6 +6478,16 @@ module Aws::SageMaker
5751
6478
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
5752
6479
  end)
5753
6480
 
6481
+ api.add_operation(:create_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
6482
+ o.name = "CreateModelQualityJobDefinition"
6483
+ o.http_method = "POST"
6484
+ o.http_request_uri = "/"
6485
+ o.input = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionRequest)
6486
+ o.output = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionResponse)
6487
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6488
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
6489
+ end)
6490
+
5754
6491
  api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
5755
6492
  o.name = "CreateMonitoringSchedule"
5756
6493
  o.http_method = "POST"
@@ -5966,6 +6703,24 @@ module Aws::SageMaker
5966
6703
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5967
6704
  end)
5968
6705
 
6706
+ api.add_operation(:delete_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
6707
+ o.name = "DeleteDataQualityJobDefinition"
6708
+ o.http_method = "POST"
6709
+ o.http_request_uri = "/"
6710
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataQualityJobDefinitionRequest)
6711
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6712
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
6713
+ end)
6714
+
6715
+ api.add_operation(:delete_device_fleet, Seahorse::Model::Operation.new.tap do |o|
6716
+ o.name = "DeleteDeviceFleet"
6717
+ o.http_method = "POST"
6718
+ o.http_request_uri = "/"
6719
+ o.input = Shapes::ShapeRef.new(shape: DeleteDeviceFleetRequest)
6720
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6721
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
6722
+ end)
6723
+
5969
6724
  api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
5970
6725
  o.name = "DeleteDomain"
5971
6726
  o.http_method = "POST"
@@ -6057,6 +6812,24 @@ module Aws::SageMaker
6057
6812
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6058
6813
  end)
6059
6814
 
6815
+ api.add_operation(:delete_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
6816
+ o.name = "DeleteModelBiasJobDefinition"
6817
+ o.http_method = "POST"
6818
+ o.http_request_uri = "/"
6819
+ o.input = Shapes::ShapeRef.new(shape: DeleteModelBiasJobDefinitionRequest)
6820
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6821
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
6822
+ end)
6823
+
6824
+ api.add_operation(:delete_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
6825
+ o.name = "DeleteModelExplainabilityJobDefinition"
6826
+ o.http_method = "POST"
6827
+ o.http_request_uri = "/"
6828
+ o.input = Shapes::ShapeRef.new(shape: DeleteModelExplainabilityJobDefinitionRequest)
6829
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6830
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
6831
+ end)
6832
+
6060
6833
  api.add_operation(:delete_model_package, Seahorse::Model::Operation.new.tap do |o|
6061
6834
  o.name = "DeleteModelPackage"
6062
6835
  o.http_method = "POST"
@@ -6082,6 +6855,15 @@ module Aws::SageMaker
6082
6855
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6083
6856
  end)
6084
6857
 
6858
+ api.add_operation(:delete_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
6859
+ o.name = "DeleteModelQualityJobDefinition"
6860
+ o.http_method = "POST"
6861
+ o.http_request_uri = "/"
6862
+ o.input = Shapes::ShapeRef.new(shape: DeleteModelQualityJobDefinitionRequest)
6863
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6864
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
6865
+ end)
6866
+
6085
6867
  api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
6086
6868
  o.name = "DeleteMonitoringSchedule"
6087
6869
  o.http_method = "POST"
@@ -6177,6 +6959,14 @@ module Aws::SageMaker
6177
6959
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
6178
6960
  end)
6179
6961
 
6962
+ api.add_operation(:deregister_devices, Seahorse::Model::Operation.new.tap do |o|
6963
+ o.name = "DeregisterDevices"
6964
+ o.http_method = "POST"
6965
+ o.http_request_uri = "/"
6966
+ o.input = Shapes::ShapeRef.new(shape: DeregisterDevicesRequest)
6967
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
6968
+ end)
6969
+
6180
6970
  api.add_operation(:describe_action, Seahorse::Model::Operation.new.tap do |o|
6181
6971
  o.name = "DescribeAction"
6182
6972
  o.http_method = "POST"
@@ -6256,6 +7046,33 @@ module Aws::SageMaker
6256
7046
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
6257
7047
  end)
6258
7048
 
7049
+ api.add_operation(:describe_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
7050
+ o.name = "DescribeDataQualityJobDefinition"
7051
+ o.http_method = "POST"
7052
+ o.http_request_uri = "/"
7053
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataQualityJobDefinitionRequest)
7054
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataQualityJobDefinitionResponse)
7055
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7056
+ end)
7057
+
7058
+ api.add_operation(:describe_device, Seahorse::Model::Operation.new.tap do |o|
7059
+ o.name = "DescribeDevice"
7060
+ o.http_method = "POST"
7061
+ o.http_request_uri = "/"
7062
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeviceRequest)
7063
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeviceResponse)
7064
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7065
+ end)
7066
+
7067
+ api.add_operation(:describe_device_fleet, Seahorse::Model::Operation.new.tap do |o|
7068
+ o.name = "DescribeDeviceFleet"
7069
+ o.http_method = "POST"
7070
+ o.http_request_uri = "/"
7071
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeviceFleetRequest)
7072
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeviceFleetResponse)
7073
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7074
+ end)
7075
+
6259
7076
  api.add_operation(:describe_domain, Seahorse::Model::Operation.new.tap do |o|
6260
7077
  o.name = "DescribeDomain"
6261
7078
  o.http_method = "POST"
@@ -6265,6 +7082,15 @@ module Aws::SageMaker
6265
7082
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
6266
7083
  end)
6267
7084
 
7085
+ api.add_operation(:describe_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
7086
+ o.name = "DescribeEdgePackagingJob"
7087
+ o.http_method = "POST"
7088
+ o.http_request_uri = "/"
7089
+ o.input = Shapes::ShapeRef.new(shape: DescribeEdgePackagingJobRequest)
7090
+ o.output = Shapes::ShapeRef.new(shape: DescribeEdgePackagingJobResponse)
7091
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7092
+ end)
7093
+
6268
7094
  api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
6269
7095
  o.name = "DescribeEndpoint"
6270
7096
  o.http_method = "POST"
@@ -6361,6 +7187,24 @@ module Aws::SageMaker
6361
7187
  o.output = Shapes::ShapeRef.new(shape: DescribeModelOutput)
6362
7188
  end)
6363
7189
 
7190
+ api.add_operation(:describe_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
7191
+ o.name = "DescribeModelBiasJobDefinition"
7192
+ o.http_method = "POST"
7193
+ o.http_request_uri = "/"
7194
+ o.input = Shapes::ShapeRef.new(shape: DescribeModelBiasJobDefinitionRequest)
7195
+ o.output = Shapes::ShapeRef.new(shape: DescribeModelBiasJobDefinitionResponse)
7196
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7197
+ end)
7198
+
7199
+ api.add_operation(:describe_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
7200
+ o.name = "DescribeModelExplainabilityJobDefinition"
7201
+ o.http_method = "POST"
7202
+ o.http_request_uri = "/"
7203
+ o.input = Shapes::ShapeRef.new(shape: DescribeModelExplainabilityJobDefinitionRequest)
7204
+ o.output = Shapes::ShapeRef.new(shape: DescribeModelExplainabilityJobDefinitionResponse)
7205
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7206
+ end)
7207
+
6364
7208
  api.add_operation(:describe_model_package, Seahorse::Model::Operation.new.tap do |o|
6365
7209
  o.name = "DescribeModelPackage"
6366
7210
  o.http_method = "POST"
@@ -6377,6 +7221,15 @@ module Aws::SageMaker
6377
7221
  o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageGroupOutput)
6378
7222
  end)
6379
7223
 
7224
+ api.add_operation(:describe_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
7225
+ o.name = "DescribeModelQualityJobDefinition"
7226
+ o.http_method = "POST"
7227
+ o.http_request_uri = "/"
7228
+ o.input = Shapes::ShapeRef.new(shape: DescribeModelQualityJobDefinitionRequest)
7229
+ o.output = Shapes::ShapeRef.new(shape: DescribeModelQualityJobDefinitionResponse)
7230
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7231
+ end)
7232
+
6380
7233
  api.add_operation(:describe_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
6381
7234
  o.name = "DescribeMonitoringSchedule"
6382
7235
  o.http_method = "POST"
@@ -6540,6 +7393,14 @@ module Aws::SageMaker
6540
7393
  o.output = Shapes::ShapeRef.new(shape: EnableSagemakerServicecatalogPortfolioOutput)
6541
7394
  end)
6542
7395
 
7396
+ api.add_operation(:get_device_fleet_report, Seahorse::Model::Operation.new.tap do |o|
7397
+ o.name = "GetDeviceFleetReport"
7398
+ o.http_method = "POST"
7399
+ o.http_request_uri = "/"
7400
+ o.input = Shapes::ShapeRef.new(shape: GetDeviceFleetReportRequest)
7401
+ o.output = Shapes::ShapeRef.new(shape: GetDeviceFleetReportResponse)
7402
+ end)
7403
+
6543
7404
  api.add_operation(:get_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
6544
7405
  o.name = "GetModelPackageGroupPolicy"
6545
7406
  o.http_method = "POST"
@@ -6723,6 +7584,48 @@ module Aws::SageMaker
6723
7584
  )
6724
7585
  end)
6725
7586
 
7587
+ api.add_operation(:list_data_quality_job_definitions, Seahorse::Model::Operation.new.tap do |o|
7588
+ o.name = "ListDataQualityJobDefinitions"
7589
+ o.http_method = "POST"
7590
+ o.http_request_uri = "/"
7591
+ o.input = Shapes::ShapeRef.new(shape: ListDataQualityJobDefinitionsRequest)
7592
+ o.output = Shapes::ShapeRef.new(shape: ListDataQualityJobDefinitionsResponse)
7593
+ o[:pager] = Aws::Pager.new(
7594
+ limit_key: "max_results",
7595
+ tokens: {
7596
+ "next_token" => "next_token"
7597
+ }
7598
+ )
7599
+ end)
7600
+
7601
+ api.add_operation(:list_device_fleets, Seahorse::Model::Operation.new.tap do |o|
7602
+ o.name = "ListDeviceFleets"
7603
+ o.http_method = "POST"
7604
+ o.http_request_uri = "/"
7605
+ o.input = Shapes::ShapeRef.new(shape: ListDeviceFleetsRequest)
7606
+ o.output = Shapes::ShapeRef.new(shape: ListDeviceFleetsResponse)
7607
+ o[:pager] = Aws::Pager.new(
7608
+ limit_key: "max_results",
7609
+ tokens: {
7610
+ "next_token" => "next_token"
7611
+ }
7612
+ )
7613
+ end)
7614
+
7615
+ api.add_operation(:list_devices, Seahorse::Model::Operation.new.tap do |o|
7616
+ o.name = "ListDevices"
7617
+ o.http_method = "POST"
7618
+ o.http_request_uri = "/"
7619
+ o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
7620
+ o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
7621
+ o[:pager] = Aws::Pager.new(
7622
+ limit_key: "max_results",
7623
+ tokens: {
7624
+ "next_token" => "next_token"
7625
+ }
7626
+ )
7627
+ end)
7628
+
6726
7629
  api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
6727
7630
  o.name = "ListDomains"
6728
7631
  o.http_method = "POST"
@@ -6737,6 +7640,20 @@ module Aws::SageMaker
6737
7640
  )
6738
7641
  end)
6739
7642
 
7643
+ api.add_operation(:list_edge_packaging_jobs, Seahorse::Model::Operation.new.tap do |o|
7644
+ o.name = "ListEdgePackagingJobs"
7645
+ o.http_method = "POST"
7646
+ o.http_request_uri = "/"
7647
+ o.input = Shapes::ShapeRef.new(shape: ListEdgePackagingJobsRequest)
7648
+ o.output = Shapes::ShapeRef.new(shape: ListEdgePackagingJobsResponse)
7649
+ o[:pager] = Aws::Pager.new(
7650
+ limit_key: "max_results",
7651
+ tokens: {
7652
+ "next_token" => "next_token"
7653
+ }
7654
+ )
7655
+ end)
7656
+
6740
7657
  api.add_operation(:list_endpoint_configs, Seahorse::Model::Operation.new.tap do |o|
6741
7658
  o.name = "ListEndpointConfigs"
6742
7659
  o.http_method = "POST"
@@ -6893,6 +7810,34 @@ module Aws::SageMaker
6893
7810
  )
6894
7811
  end)
6895
7812
 
7813
+ api.add_operation(:list_model_bias_job_definitions, Seahorse::Model::Operation.new.tap do |o|
7814
+ o.name = "ListModelBiasJobDefinitions"
7815
+ o.http_method = "POST"
7816
+ o.http_request_uri = "/"
7817
+ o.input = Shapes::ShapeRef.new(shape: ListModelBiasJobDefinitionsRequest)
7818
+ o.output = Shapes::ShapeRef.new(shape: ListModelBiasJobDefinitionsResponse)
7819
+ o[:pager] = Aws::Pager.new(
7820
+ limit_key: "max_results",
7821
+ tokens: {
7822
+ "next_token" => "next_token"
7823
+ }
7824
+ )
7825
+ end)
7826
+
7827
+ api.add_operation(:list_model_explainability_job_definitions, Seahorse::Model::Operation.new.tap do |o|
7828
+ o.name = "ListModelExplainabilityJobDefinitions"
7829
+ o.http_method = "POST"
7830
+ o.http_request_uri = "/"
7831
+ o.input = Shapes::ShapeRef.new(shape: ListModelExplainabilityJobDefinitionsRequest)
7832
+ o.output = Shapes::ShapeRef.new(shape: ListModelExplainabilityJobDefinitionsResponse)
7833
+ o[:pager] = Aws::Pager.new(
7834
+ limit_key: "max_results",
7835
+ tokens: {
7836
+ "next_token" => "next_token"
7837
+ }
7838
+ )
7839
+ end)
7840
+
6896
7841
  api.add_operation(:list_model_package_groups, Seahorse::Model::Operation.new.tap do |o|
6897
7842
  o.name = "ListModelPackageGroups"
6898
7843
  o.http_method = "POST"
@@ -6921,6 +7866,20 @@ module Aws::SageMaker
6921
7866
  )
6922
7867
  end)
6923
7868
 
7869
+ api.add_operation(:list_model_quality_job_definitions, Seahorse::Model::Operation.new.tap do |o|
7870
+ o.name = "ListModelQualityJobDefinitions"
7871
+ o.http_method = "POST"
7872
+ o.http_request_uri = "/"
7873
+ o.input = Shapes::ShapeRef.new(shape: ListModelQualityJobDefinitionsRequest)
7874
+ o.output = Shapes::ShapeRef.new(shape: ListModelQualityJobDefinitionsResponse)
7875
+ o[:pager] = Aws::Pager.new(
7876
+ limit_key: "max_results",
7877
+ tokens: {
7878
+ "next_token" => "next_token"
7879
+ }
7880
+ )
7881
+ end)
7882
+
6924
7883
  api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
6925
7884
  o.name = "ListModels"
6926
7885
  o.http_method = "POST"
@@ -7229,6 +8188,15 @@ module Aws::SageMaker
7229
8188
  o.output = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyOutput)
7230
8189
  end)
7231
8190
 
8191
+ api.add_operation(:register_devices, Seahorse::Model::Operation.new.tap do |o|
8192
+ o.name = "RegisterDevices"
8193
+ o.http_method = "POST"
8194
+ o.http_request_uri = "/"
8195
+ o.input = Shapes::ShapeRef.new(shape: RegisterDevicesRequest)
8196
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8197
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
8198
+ end)
8199
+
7232
8200
  api.add_operation(:render_ui_template, Seahorse::Model::Operation.new.tap do |o|
7233
8201
  o.name = "RenderUiTemplate"
7234
8202
  o.http_method = "POST"
@@ -7298,6 +8266,14 @@ module Aws::SageMaker
7298
8266
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7299
8267
  end)
7300
8268
 
8269
+ api.add_operation(:stop_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
8270
+ o.name = "StopEdgePackagingJob"
8271
+ o.http_method = "POST"
8272
+ o.http_request_uri = "/"
8273
+ o.input = Shapes::ShapeRef.new(shape: StopEdgePackagingJobRequest)
8274
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8275
+ end)
8276
+
7301
8277
  api.add_operation(:stop_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
7302
8278
  o.name = "StopHyperParameterTuningJob"
7303
8279
  o.http_method = "POST"
@@ -7416,6 +8392,23 @@ module Aws::SageMaker
7416
8392
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7417
8393
  end)
7418
8394
 
8395
+ api.add_operation(:update_device_fleet, Seahorse::Model::Operation.new.tap do |o|
8396
+ o.name = "UpdateDeviceFleet"
8397
+ o.http_method = "POST"
8398
+ o.http_request_uri = "/"
8399
+ o.input = Shapes::ShapeRef.new(shape: UpdateDeviceFleetRequest)
8400
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8401
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
8402
+ end)
8403
+
8404
+ api.add_operation(:update_devices, Seahorse::Model::Operation.new.tap do |o|
8405
+ o.name = "UpdateDevices"
8406
+ o.http_method = "POST"
8407
+ o.http_request_uri = "/"
8408
+ o.input = Shapes::ShapeRef.new(shape: UpdateDevicesRequest)
8409
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8410
+ end)
8411
+
7419
8412
  api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
7420
8413
  o.name = "UpdateDomain"
7421
8414
  o.http_method = "POST"
@@ -7519,6 +8512,15 @@ module Aws::SageMaker
7519
8512
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
7520
8513
  end)
7521
8514
 
8515
+ api.add_operation(:update_training_job, Seahorse::Model::Operation.new.tap do |o|
8516
+ o.name = "UpdateTrainingJob"
8517
+ o.http_method = "POST"
8518
+ o.http_request_uri = "/"
8519
+ o.input = Shapes::ShapeRef.new(shape: UpdateTrainingJobRequest)
8520
+ o.output = Shapes::ShapeRef.new(shape: UpdateTrainingJobResponse)
8521
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
8522
+ end)
8523
+
7522
8524
  api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|
7523
8525
  o.name = "UpdateTrial"
7524
8526
  o.http_method = "POST"