aws-sdk-sagemaker 1.73.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +2510 -260
- data/lib/aws-sdk-sagemaker/client_api.rb +1012 -0
- data/lib/aws-sdk-sagemaker/types.rb +4576 -640
- metadata +4 -4
@@ -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')
|
@@ -491,6 +552,7 @@ module Aws::SageMaker
|
|
491
552
|
ExperimentSourceArn = Shapes::StringShape.new(name: 'ExperimentSourceArn')
|
492
553
|
ExperimentSummaries = Shapes::ListShape.new(name: 'ExperimentSummaries')
|
493
554
|
ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
|
555
|
+
ExpiresInSeconds = Shapes::IntegerShape.new(name: 'ExpiresInSeconds')
|
494
556
|
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
495
557
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
496
558
|
FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
|
@@ -533,7 +595,10 @@ module Aws::SageMaker
|
|
533
595
|
FlowDefinitionTaskTimeLimitInSeconds = Shapes::IntegerShape.new(name: 'FlowDefinitionTaskTimeLimitInSeconds')
|
534
596
|
FlowDefinitionTaskTitle = Shapes::StringShape.new(name: 'FlowDefinitionTaskTitle')
|
535
597
|
Framework = Shapes::StringShape.new(name: 'Framework')
|
598
|
+
FrameworkVersion = Shapes::StringShape.new(name: 'FrameworkVersion')
|
536
599
|
GenerateCandidateDefinitionsOnly = Shapes::BooleanShape.new(name: 'GenerateCandidateDefinitionsOnly')
|
600
|
+
GetDeviceFleetReportRequest = Shapes::StructureShape.new(name: 'GetDeviceFleetReportRequest')
|
601
|
+
GetDeviceFleetReportResponse = Shapes::StructureShape.new(name: 'GetDeviceFleetReportResponse')
|
537
602
|
GetModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyInput')
|
538
603
|
GetModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyOutput')
|
539
604
|
GetSagemakerServicecatalogPortfolioStatusInput = Shapes::StructureShape.new(name: 'GetSagemakerServicecatalogPortfolioStatusInput')
|
@@ -613,11 +678,13 @@ module Aws::SageMaker
|
|
613
678
|
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
614
679
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
615
680
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
681
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
616
682
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
617
683
|
IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
|
618
684
|
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
619
685
|
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
620
686
|
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
687
|
+
IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
|
621
688
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
622
689
|
JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
|
623
690
|
JoinSource = Shapes::StringShape.new(name: 'JoinSource')
|
@@ -680,8 +747,18 @@ module Aws::SageMaker
|
|
680
747
|
ListCompilationJobsSortBy = Shapes::StringShape.new(name: 'ListCompilationJobsSortBy')
|
681
748
|
ListContextsRequest = Shapes::StructureShape.new(name: 'ListContextsRequest')
|
682
749
|
ListContextsResponse = Shapes::StructureShape.new(name: 'ListContextsResponse')
|
750
|
+
ListDataQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsRequest')
|
751
|
+
ListDataQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsResponse')
|
752
|
+
ListDeviceFleetsRequest = Shapes::StructureShape.new(name: 'ListDeviceFleetsRequest')
|
753
|
+
ListDeviceFleetsResponse = Shapes::StructureShape.new(name: 'ListDeviceFleetsResponse')
|
754
|
+
ListDeviceFleetsSortBy = Shapes::StringShape.new(name: 'ListDeviceFleetsSortBy')
|
755
|
+
ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
|
756
|
+
ListDevicesResponse = Shapes::StructureShape.new(name: 'ListDevicesResponse')
|
683
757
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
684
758
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
759
|
+
ListEdgePackagingJobsRequest = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsRequest')
|
760
|
+
ListEdgePackagingJobsResponse = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsResponse')
|
761
|
+
ListEdgePackagingJobsSortBy = Shapes::StringShape.new(name: 'ListEdgePackagingJobsSortBy')
|
685
762
|
ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
|
686
763
|
ListEndpointConfigsOutput = Shapes::StructureShape.new(name: 'ListEndpointConfigsOutput')
|
687
764
|
ListEndpointsInput = Shapes::StructureShape.new(name: 'ListEndpointsInput')
|
@@ -706,10 +783,17 @@ module Aws::SageMaker
|
|
706
783
|
ListLabelingJobsRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsRequest')
|
707
784
|
ListLabelingJobsResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsResponse')
|
708
785
|
ListLineageEntityParameterKey = Shapes::ListShape.new(name: 'ListLineageEntityParameterKey')
|
786
|
+
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
787
|
+
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
788
|
+
ListModelBiasJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsResponse')
|
789
|
+
ListModelExplainabilityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsRequest')
|
790
|
+
ListModelExplainabilityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsResponse')
|
709
791
|
ListModelPackageGroupsInput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsInput')
|
710
792
|
ListModelPackageGroupsOutput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsOutput')
|
711
793
|
ListModelPackagesInput = Shapes::StructureShape.new(name: 'ListModelPackagesInput')
|
712
794
|
ListModelPackagesOutput = Shapes::StructureShape.new(name: 'ListModelPackagesOutput')
|
795
|
+
ListModelQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsRequest')
|
796
|
+
ListModelQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsResponse')
|
713
797
|
ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
|
714
798
|
ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
|
715
799
|
ListMonitoringExecutionsRequest = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsRequest')
|
@@ -756,6 +840,7 @@ module Aws::SageMaker
|
|
756
840
|
ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
|
757
841
|
ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
|
758
842
|
ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
|
843
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
759
844
|
MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
|
760
845
|
MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
|
761
846
|
MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
|
@@ -785,9 +870,16 @@ module Aws::SageMaker
|
|
785
870
|
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
786
871
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
787
872
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
873
|
+
ModelBiasAppSpecification = Shapes::StructureShape.new(name: 'ModelBiasAppSpecification')
|
874
|
+
ModelBiasBaselineConfig = Shapes::StructureShape.new(name: 'ModelBiasBaselineConfig')
|
875
|
+
ModelBiasJobInput = Shapes::StructureShape.new(name: 'ModelBiasJobInput')
|
876
|
+
ModelCacheSetting = Shapes::StringShape.new(name: 'ModelCacheSetting')
|
788
877
|
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
789
878
|
ModelDataQuality = Shapes::StructureShape.new(name: 'ModelDataQuality')
|
790
879
|
ModelDigests = Shapes::StructureShape.new(name: 'ModelDigests')
|
880
|
+
ModelExplainabilityAppSpecification = Shapes::StructureShape.new(name: 'ModelExplainabilityAppSpecification')
|
881
|
+
ModelExplainabilityBaselineConfig = Shapes::StructureShape.new(name: 'ModelExplainabilityBaselineConfig')
|
882
|
+
ModelExplainabilityJobInput = Shapes::StructureShape.new(name: 'ModelExplainabilityJobInput')
|
791
883
|
ModelMetrics = Shapes::StructureShape.new(name: 'ModelMetrics')
|
792
884
|
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
793
885
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
@@ -814,6 +906,9 @@ module Aws::SageMaker
|
|
814
906
|
ModelPackageValidationSpecification = Shapes::StructureShape.new(name: 'ModelPackageValidationSpecification')
|
815
907
|
ModelPackageVersion = Shapes::IntegerShape.new(name: 'ModelPackageVersion')
|
816
908
|
ModelQuality = Shapes::StructureShape.new(name: 'ModelQuality')
|
909
|
+
ModelQualityAppSpecification = Shapes::StructureShape.new(name: 'ModelQualityAppSpecification')
|
910
|
+
ModelQualityBaselineConfig = Shapes::StructureShape.new(name: 'ModelQualityBaselineConfig')
|
911
|
+
ModelQualityJobInput = Shapes::StructureShape.new(name: 'ModelQualityJobInput')
|
817
912
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
818
913
|
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
819
914
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
@@ -827,13 +922,21 @@ module Aws::SageMaker
|
|
827
922
|
MonitoringExecutionSortKey = Shapes::StringShape.new(name: 'MonitoringExecutionSortKey')
|
828
923
|
MonitoringExecutionSummary = Shapes::StructureShape.new(name: 'MonitoringExecutionSummary')
|
829
924
|
MonitoringExecutionSummaryList = Shapes::ListShape.new(name: 'MonitoringExecutionSummaryList')
|
925
|
+
MonitoringGroundTruthS3Input = Shapes::StructureShape.new(name: 'MonitoringGroundTruthS3Input')
|
830
926
|
MonitoringInput = Shapes::StructureShape.new(name: 'MonitoringInput')
|
831
927
|
MonitoringInputs = Shapes::ListShape.new(name: 'MonitoringInputs')
|
832
928
|
MonitoringJobDefinition = Shapes::StructureShape.new(name: 'MonitoringJobDefinition')
|
929
|
+
MonitoringJobDefinitionArn = Shapes::StringShape.new(name: 'MonitoringJobDefinitionArn')
|
930
|
+
MonitoringJobDefinitionName = Shapes::StringShape.new(name: 'MonitoringJobDefinitionName')
|
931
|
+
MonitoringJobDefinitionSortKey = Shapes::StringShape.new(name: 'MonitoringJobDefinitionSortKey')
|
932
|
+
MonitoringJobDefinitionSummary = Shapes::StructureShape.new(name: 'MonitoringJobDefinitionSummary')
|
933
|
+
MonitoringJobDefinitionSummaryList = Shapes::ListShape.new(name: 'MonitoringJobDefinitionSummaryList')
|
833
934
|
MonitoringMaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MonitoringMaxRuntimeInSeconds')
|
935
|
+
MonitoringNetworkConfig = Shapes::StructureShape.new(name: 'MonitoringNetworkConfig')
|
834
936
|
MonitoringOutput = Shapes::StructureShape.new(name: 'MonitoringOutput')
|
835
937
|
MonitoringOutputConfig = Shapes::StructureShape.new(name: 'MonitoringOutputConfig')
|
836
938
|
MonitoringOutputs = Shapes::ListShape.new(name: 'MonitoringOutputs')
|
939
|
+
MonitoringProblemType = Shapes::StringShape.new(name: 'MonitoringProblemType')
|
837
940
|
MonitoringResources = Shapes::StructureShape.new(name: 'MonitoringResources')
|
838
941
|
MonitoringS3Output = Shapes::StructureShape.new(name: 'MonitoringS3Output')
|
839
942
|
MonitoringS3Uri = Shapes::StringShape.new(name: 'MonitoringS3Uri')
|
@@ -847,7 +950,10 @@ module Aws::SageMaker
|
|
847
950
|
MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
|
848
951
|
MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
|
849
952
|
MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
|
953
|
+
MonitoringTimeOffsetString = Shapes::StringShape.new(name: 'MonitoringTimeOffsetString')
|
954
|
+
MonitoringType = Shapes::StringShape.new(name: 'MonitoringType')
|
850
955
|
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
956
|
+
MultiModelConfig = Shapes::StructureShape.new(name: 'MultiModelConfig')
|
851
957
|
NameContains = Shapes::StringShape.new(name: 'NameContains')
|
852
958
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
853
959
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
@@ -934,6 +1040,7 @@ module Aws::SageMaker
|
|
934
1040
|
PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
|
935
1041
|
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
936
1042
|
PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
|
1043
|
+
ProbabilityThresholdAttribute = Shapes::FloatShape.new(name: 'ProbabilityThresholdAttribute')
|
937
1044
|
ProblemType = Shapes::StringShape.new(name: 'ProblemType')
|
938
1045
|
ProcessingClusterConfig = Shapes::StructureShape.new(name: 'ProcessingClusterConfig')
|
939
1046
|
ProcessingEnvironmentKey = Shapes::StringShape.new(name: 'ProcessingEnvironmentKey')
|
@@ -974,6 +1081,15 @@ module Aws::SageMaker
|
|
974
1081
|
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
975
1082
|
ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
|
976
1083
|
ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
|
1084
|
+
ProfilerConfig = Shapes::StructureShape.new(name: 'ProfilerConfig')
|
1085
|
+
ProfilerConfigForUpdate = Shapes::StructureShape.new(name: 'ProfilerConfigForUpdate')
|
1086
|
+
ProfilerRuleConfiguration = Shapes::StructureShape.new(name: 'ProfilerRuleConfiguration')
|
1087
|
+
ProfilerRuleConfigurations = Shapes::ListShape.new(name: 'ProfilerRuleConfigurations')
|
1088
|
+
ProfilerRuleEvaluationStatus = Shapes::StructureShape.new(name: 'ProfilerRuleEvaluationStatus')
|
1089
|
+
ProfilerRuleEvaluationStatuses = Shapes::ListShape.new(name: 'ProfilerRuleEvaluationStatuses')
|
1090
|
+
ProfilingIntervalInMilliseconds = Shapes::IntegerShape.new(name: 'ProfilingIntervalInMilliseconds')
|
1091
|
+
ProfilingParameters = Shapes::MapShape.new(name: 'ProfilingParameters')
|
1092
|
+
ProfilingStatus = Shapes::StringShape.new(name: 'ProfilingStatus')
|
977
1093
|
ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
|
978
1094
|
ProjectEntityName = Shapes::StringShape.new(name: 'ProjectEntityName')
|
979
1095
|
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
@@ -1003,6 +1119,7 @@ module Aws::SageMaker
|
|
1003
1119
|
RedshiftResultCompressionType = Shapes::StringShape.new(name: 'RedshiftResultCompressionType')
|
1004
1120
|
RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
|
1005
1121
|
RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
|
1122
|
+
RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
|
1006
1123
|
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
1007
1124
|
RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
|
1008
1125
|
RenderUiTemplateResponse = Shapes::StructureShape.new(name: 'RenderUiTemplateResponse')
|
@@ -1090,6 +1207,7 @@ module Aws::SageMaker
|
|
1090
1207
|
StepStatus = Shapes::StringShape.new(name: 'StepStatus')
|
1091
1208
|
StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
|
1092
1209
|
StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
|
1210
|
+
StopEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'StopEdgePackagingJobRequest')
|
1093
1211
|
StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
|
1094
1212
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
1095
1213
|
StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
|
@@ -1141,6 +1259,7 @@ module Aws::SageMaker
|
|
1141
1259
|
TensorBoardOutputConfig = Shapes::StructureShape.new(name: 'TensorBoardOutputConfig')
|
1142
1260
|
TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
|
1143
1261
|
TerminationWaitInSeconds = Shapes::IntegerShape.new(name: 'TerminationWaitInSeconds')
|
1262
|
+
ThingName = Shapes::StringShape.new(name: 'ThingName')
|
1144
1263
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
1145
1264
|
TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
|
1146
1265
|
TrafficRoutingConfigType = Shapes::StringShape.new(name: 'TrafficRoutingConfigType')
|
@@ -1223,6 +1342,8 @@ module Aws::SageMaker
|
|
1223
1342
|
UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
|
1224
1343
|
UpdateContextRequest = Shapes::StructureShape.new(name: 'UpdateContextRequest')
|
1225
1344
|
UpdateContextResponse = Shapes::StructureShape.new(name: 'UpdateContextResponse')
|
1345
|
+
UpdateDeviceFleetRequest = Shapes::StructureShape.new(name: 'UpdateDeviceFleetRequest')
|
1346
|
+
UpdateDevicesRequest = Shapes::StructureShape.new(name: 'UpdateDevicesRequest')
|
1226
1347
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
1227
1348
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
1228
1349
|
UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
|
@@ -1245,6 +1366,8 @@ module Aws::SageMaker
|
|
1245
1366
|
UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
|
1246
1367
|
UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
|
1247
1368
|
UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
|
1369
|
+
UpdateTrainingJobRequest = Shapes::StructureShape.new(name: 'UpdateTrainingJobRequest')
|
1370
|
+
UpdateTrainingJobResponse = Shapes::StructureShape.new(name: 'UpdateTrainingJobResponse')
|
1248
1371
|
UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
|
1249
1372
|
UpdateTrialComponentResponse = Shapes::StructureShape.new(name: 'UpdateTrialComponentResponse')
|
1250
1373
|
UpdateTrialRequest = Shapes::StructureShape.new(name: 'UpdateTrialRequest')
|
@@ -1318,6 +1441,12 @@ module Aws::SageMaker
|
|
1318
1441
|
|
1319
1442
|
AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
|
1320
1443
|
|
1444
|
+
AgentVersion.add_member(:version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "Version"))
|
1445
|
+
AgentVersion.add_member(:agent_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AgentCount"))
|
1446
|
+
AgentVersion.struct_class = Types::AgentVersion
|
1447
|
+
|
1448
|
+
AgentVersions.member = Shapes::ShapeRef.new(shape: AgentVersion)
|
1449
|
+
|
1321
1450
|
Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, location_name: "AlarmName"))
|
1322
1451
|
Alarm.struct_class = Types::Alarm
|
1323
1452
|
|
@@ -1640,6 +1769,7 @@ module Aws::SageMaker
|
|
1640
1769
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1641
1770
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1642
1771
|
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
|
1772
|
+
ContainerDefinition.add_member(:multi_model_config, Shapes::ShapeRef.new(shape: MultiModelConfig, location_name: "MultiModelConfig"))
|
1643
1773
|
ContainerDefinition.struct_class = Types::ContainerDefinition
|
1644
1774
|
|
1645
1775
|
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
@@ -1776,6 +1906,28 @@ module Aws::SageMaker
|
|
1776
1906
|
CreateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
1777
1907
|
CreateContextResponse.struct_class = Types::CreateContextResponse
|
1778
1908
|
|
1909
|
+
CreateDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
1910
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_baseline_config, Shapes::ShapeRef.new(shape: DataQualityBaselineConfig, location_name: "DataQualityBaselineConfig"))
|
1911
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_app_specification, Shapes::ShapeRef.new(shape: DataQualityAppSpecification, required: true, location_name: "DataQualityAppSpecification"))
|
1912
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_job_input, Shapes::ShapeRef.new(shape: DataQualityJobInput, required: true, location_name: "DataQualityJobInput"))
|
1913
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "DataQualityJobOutputConfig"))
|
1914
|
+
CreateDataQualityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
1915
|
+
CreateDataQualityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
1916
|
+
CreateDataQualityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1917
|
+
CreateDataQualityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
1918
|
+
CreateDataQualityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1919
|
+
CreateDataQualityJobDefinitionRequest.struct_class = Types::CreateDataQualityJobDefinitionRequest
|
1920
|
+
|
1921
|
+
CreateDataQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
1922
|
+
CreateDataQualityJobDefinitionResponse.struct_class = Types::CreateDataQualityJobDefinitionResponse
|
1923
|
+
|
1924
|
+
CreateDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
1925
|
+
CreateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1926
|
+
CreateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
1927
|
+
CreateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
1928
|
+
CreateDeviceFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1929
|
+
CreateDeviceFleetRequest.struct_class = Types::CreateDeviceFleetRequest
|
1930
|
+
|
1779
1931
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
1780
1932
|
CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
|
1781
1933
|
CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
|
@@ -1791,6 +1943,16 @@ module Aws::SageMaker
|
|
1791
1943
|
CreateDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
|
1792
1944
|
CreateDomainResponse.struct_class = Types::CreateDomainResponse
|
1793
1945
|
|
1946
|
+
CreateEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
1947
|
+
CreateEdgePackagingJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
|
1948
|
+
CreateEdgePackagingJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
1949
|
+
CreateEdgePackagingJobRequest.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
1950
|
+
CreateEdgePackagingJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1951
|
+
CreateEdgePackagingJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
1952
|
+
CreateEdgePackagingJobRequest.add_member(:resource_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "ResourceKey"))
|
1953
|
+
CreateEdgePackagingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1954
|
+
CreateEdgePackagingJobRequest.struct_class = Types::CreateEdgePackagingJobRequest
|
1955
|
+
|
1794
1956
|
CreateEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
1795
1957
|
CreateEndpointConfigInput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
|
1796
1958
|
CreateEndpointConfigInput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
|
@@ -1896,6 +2058,36 @@ module Aws::SageMaker
|
|
1896
2058
|
CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
|
1897
2059
|
CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
|
1898
2060
|
|
2061
|
+
CreateModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2062
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
|
2063
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
|
2064
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_job_input, Shapes::ShapeRef.new(shape: ModelBiasJobInput, required: true, location_name: "ModelBiasJobInput"))
|
2065
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelBiasJobOutputConfig"))
|
2066
|
+
CreateModelBiasJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2067
|
+
CreateModelBiasJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2068
|
+
CreateModelBiasJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2069
|
+
CreateModelBiasJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2070
|
+
CreateModelBiasJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2071
|
+
CreateModelBiasJobDefinitionRequest.struct_class = Types::CreateModelBiasJobDefinitionRequest
|
2072
|
+
|
2073
|
+
CreateModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2074
|
+
CreateModelBiasJobDefinitionResponse.struct_class = Types::CreateModelBiasJobDefinitionResponse
|
2075
|
+
|
2076
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2077
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
|
2078
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
|
2079
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_job_input, Shapes::ShapeRef.new(shape: ModelExplainabilityJobInput, required: true, location_name: "ModelExplainabilityJobInput"))
|
2080
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelExplainabilityJobOutputConfig"))
|
2081
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2082
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2083
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2084
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2085
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2086
|
+
CreateModelExplainabilityJobDefinitionRequest.struct_class = Types::CreateModelExplainabilityJobDefinitionRequest
|
2087
|
+
|
2088
|
+
CreateModelExplainabilityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2089
|
+
CreateModelExplainabilityJobDefinitionResponse.struct_class = Types::CreateModelExplainabilityJobDefinitionResponse
|
2090
|
+
|
1899
2091
|
CreateModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1900
2092
|
CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
|
1901
2093
|
CreateModelInput.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
|
@@ -1933,6 +2125,21 @@ module Aws::SageMaker
|
|
1933
2125
|
CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
1934
2126
|
CreateModelPackageOutput.struct_class = Types::CreateModelPackageOutput
|
1935
2127
|
|
2128
|
+
CreateModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2129
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_baseline_config, Shapes::ShapeRef.new(shape: ModelQualityBaselineConfig, location_name: "ModelQualityBaselineConfig"))
|
2130
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_app_specification, Shapes::ShapeRef.new(shape: ModelQualityAppSpecification, required: true, location_name: "ModelQualityAppSpecification"))
|
2131
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_job_input, Shapes::ShapeRef.new(shape: ModelQualityJobInput, required: true, location_name: "ModelQualityJobInput"))
|
2132
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelQualityJobOutputConfig"))
|
2133
|
+
CreateModelQualityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2134
|
+
CreateModelQualityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2135
|
+
CreateModelQualityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2136
|
+
CreateModelQualityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2137
|
+
CreateModelQualityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2138
|
+
CreateModelQualityJobDefinitionRequest.struct_class = Types::CreateModelQualityJobDefinitionRequest
|
2139
|
+
|
2140
|
+
CreateModelQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2141
|
+
CreateModelQualityJobDefinitionResponse.struct_class = Types::CreateModelQualityJobDefinitionResponse
|
2142
|
+
|
1936
2143
|
CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
1937
2144
|
CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
|
1938
2145
|
CreateMonitoringScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -1983,6 +2190,7 @@ module Aws::SageMaker
|
|
1983
2190
|
CreatePresignedDomainUrlRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1984
2191
|
CreatePresignedDomainUrlRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1985
2192
|
CreatePresignedDomainUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
2193
|
+
CreatePresignedDomainUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
1986
2194
|
CreatePresignedDomainUrlRequest.struct_class = Types::CreatePresignedDomainUrlRequest
|
1987
2195
|
|
1988
2196
|
CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
|
@@ -2039,6 +2247,8 @@ module Aws::SageMaker
|
|
2039
2247
|
CreateTrainingJobRequest.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
2040
2248
|
CreateTrainingJobRequest.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
|
2041
2249
|
CreateTrainingJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
|
2250
|
+
CreateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
|
2251
|
+
CreateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
2042
2252
|
CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
|
2043
2253
|
|
2044
2254
|
CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
@@ -2153,6 +2363,22 @@ module Aws::SageMaker
|
|
2153
2363
|
DataProcessing.add_member(:join_source, Shapes::ShapeRef.new(shape: JoinSource, location_name: "JoinSource"))
|
2154
2364
|
DataProcessing.struct_class = Types::DataProcessing
|
2155
2365
|
|
2366
|
+
DataQualityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
2367
|
+
DataQualityAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
|
2368
|
+
DataQualityAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
|
2369
|
+
DataQualityAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
|
2370
|
+
DataQualityAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
|
2371
|
+
DataQualityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
2372
|
+
DataQualityAppSpecification.struct_class = Types::DataQualityAppSpecification
|
2373
|
+
|
2374
|
+
DataQualityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
2375
|
+
DataQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
2376
|
+
DataQualityBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
|
2377
|
+
DataQualityBaselineConfig.struct_class = Types::DataQualityBaselineConfig
|
2378
|
+
|
2379
|
+
DataQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
2380
|
+
DataQualityJobInput.struct_class = Types::DataQualityJobInput
|
2381
|
+
|
2156
2382
|
DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
|
2157
2383
|
DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
|
2158
2384
|
DataSource.struct_class = Types::DataSource
|
@@ -2232,6 +2458,12 @@ module Aws::SageMaker
|
|
2232
2458
|
DeleteContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
2233
2459
|
DeleteContextResponse.struct_class = Types::DeleteContextResponse
|
2234
2460
|
|
2461
|
+
DeleteDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2462
|
+
DeleteDataQualityJobDefinitionRequest.struct_class = Types::DeleteDataQualityJobDefinitionRequest
|
2463
|
+
|
2464
|
+
DeleteDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2465
|
+
DeleteDeviceFleetRequest.struct_class = Types::DeleteDeviceFleetRequest
|
2466
|
+
|
2235
2467
|
DeleteDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
2236
2468
|
DeleteDomainRequest.add_member(:retention_policy, Shapes::ShapeRef.new(shape: RetentionPolicy, location_name: "RetentionPolicy"))
|
2237
2469
|
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
@@ -2272,6 +2504,12 @@ module Aws::SageMaker
|
|
2272
2504
|
|
2273
2505
|
DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
|
2274
2506
|
|
2507
|
+
DeleteModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2508
|
+
DeleteModelBiasJobDefinitionRequest.struct_class = Types::DeleteModelBiasJobDefinitionRequest
|
2509
|
+
|
2510
|
+
DeleteModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2511
|
+
DeleteModelExplainabilityJobDefinitionRequest.struct_class = Types::DeleteModelExplainabilityJobDefinitionRequest
|
2512
|
+
|
2275
2513
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
2276
2514
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
2277
2515
|
|
@@ -2284,6 +2522,9 @@ module Aws::SageMaker
|
|
2284
2522
|
DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
2285
2523
|
DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
|
2286
2524
|
|
2525
|
+
DeleteModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2526
|
+
DeleteModelQualityJobDefinitionRequest.struct_class = Types::DeleteModelQualityJobDefinitionRequest
|
2527
|
+
|
2287
2528
|
DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
2288
2529
|
DeleteMonitoringScheduleRequest.struct_class = Types::DeleteMonitoringScheduleRequest
|
2289
2530
|
|
@@ -2347,6 +2588,10 @@ module Aws::SageMaker
|
|
2347
2588
|
DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
|
2348
2589
|
DeploymentConfig.struct_class = Types::DeploymentConfig
|
2349
2590
|
|
2591
|
+
DeregisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2592
|
+
DeregisterDevicesRequest.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, required: true, location_name: "DeviceNames"))
|
2593
|
+
DeregisterDevicesRequest.struct_class = Types::DeregisterDevicesRequest
|
2594
|
+
|
2350
2595
|
DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
2351
2596
|
DescribeActionRequest.struct_class = Types::DescribeActionRequest
|
2352
2597
|
|
@@ -2491,6 +2736,52 @@ module Aws::SageMaker
|
|
2491
2736
|
DescribeContextResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2492
2737
|
DescribeContextResponse.struct_class = Types::DescribeContextResponse
|
2493
2738
|
|
2739
|
+
DescribeDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2740
|
+
DescribeDataQualityJobDefinitionRequest.struct_class = Types::DescribeDataQualityJobDefinitionRequest
|
2741
|
+
|
2742
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2743
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2744
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2745
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_baseline_config, Shapes::ShapeRef.new(shape: DataQualityBaselineConfig, location_name: "DataQualityBaselineConfig"))
|
2746
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_app_specification, Shapes::ShapeRef.new(shape: DataQualityAppSpecification, required: true, location_name: "DataQualityAppSpecification"))
|
2747
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_job_input, Shapes::ShapeRef.new(shape: DataQualityJobInput, required: true, location_name: "DataQualityJobInput"))
|
2748
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "DataQualityJobOutputConfig"))
|
2749
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2750
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2751
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2752
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2753
|
+
DescribeDataQualityJobDefinitionResponse.struct_class = Types::DescribeDataQualityJobDefinitionResponse
|
2754
|
+
|
2755
|
+
DescribeDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2756
|
+
DescribeDeviceFleetRequest.struct_class = Types::DescribeDeviceFleetRequest
|
2757
|
+
|
2758
|
+
DescribeDeviceFleetResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2759
|
+
DescribeDeviceFleetResponse.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
|
2760
|
+
DescribeDeviceFleetResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
2761
|
+
DescribeDeviceFleetResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
2762
|
+
DescribeDeviceFleetResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2763
|
+
DescribeDeviceFleetResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2764
|
+
DescribeDeviceFleetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2765
|
+
DescribeDeviceFleetResponse.add_member(:iot_role_alias, Shapes::ShapeRef.new(shape: IotRoleAlias, location_name: "IotRoleAlias"))
|
2766
|
+
DescribeDeviceFleetResponse.struct_class = Types::DescribeDeviceFleetResponse
|
2767
|
+
|
2768
|
+
DescribeDeviceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2769
|
+
DescribeDeviceRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
|
2770
|
+
DescribeDeviceRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2771
|
+
DescribeDeviceRequest.struct_class = Types::DescribeDeviceRequest
|
2772
|
+
|
2773
|
+
DescribeDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "DeviceArn"))
|
2774
|
+
DescribeDeviceResponse.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
|
2775
|
+
DescribeDeviceResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
|
2776
|
+
DescribeDeviceResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2777
|
+
DescribeDeviceResponse.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
|
2778
|
+
DescribeDeviceResponse.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "RegistrationTime"))
|
2779
|
+
DescribeDeviceResponse.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
|
2780
|
+
DescribeDeviceResponse.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModels, location_name: "Models"))
|
2781
|
+
DescribeDeviceResponse.add_member(:max_models, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxModels"))
|
2782
|
+
DescribeDeviceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2783
|
+
DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
|
2784
|
+
|
2494
2785
|
DescribeDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
2495
2786
|
DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
|
2496
2787
|
|
@@ -2513,6 +2804,25 @@ module Aws::SageMaker
|
|
2513
2804
|
DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2514
2805
|
DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
|
2515
2806
|
|
2807
|
+
DescribeEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
2808
|
+
DescribeEdgePackagingJobRequest.struct_class = Types::DescribeEdgePackagingJobRequest
|
2809
|
+
|
2810
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_arn, Shapes::ShapeRef.new(shape: EdgePackagingJobArn, required: true, location_name: "EdgePackagingJobArn"))
|
2811
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
2812
|
+
DescribeEdgePackagingJobResponse.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "CompilationJobName"))
|
2813
|
+
DescribeEdgePackagingJobResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
2814
|
+
DescribeEdgePackagingJobResponse.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "ModelVersion"))
|
2815
|
+
DescribeEdgePackagingJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2816
|
+
DescribeEdgePackagingJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, location_name: "OutputConfig"))
|
2817
|
+
DescribeEdgePackagingJobResponse.add_member(:resource_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "ResourceKey"))
|
2818
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_status, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, required: true, location_name: "EdgePackagingJobStatus"))
|
2819
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_status_message, Shapes::ShapeRef.new(shape: String, location_name: "EdgePackagingJobStatusMessage"))
|
2820
|
+
DescribeEdgePackagingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2821
|
+
DescribeEdgePackagingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2822
|
+
DescribeEdgePackagingJobResponse.add_member(:model_artifact, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ModelArtifact"))
|
2823
|
+
DescribeEdgePackagingJobResponse.add_member(:model_signature, Shapes::ShapeRef.new(shape: String, location_name: "ModelSignature"))
|
2824
|
+
DescribeEdgePackagingJobResponse.struct_class = Types::DescribeEdgePackagingJobResponse
|
2825
|
+
|
2516
2826
|
DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
2517
2827
|
DescribeEndpointConfigInput.struct_class = Types::DescribeEndpointConfigInput
|
2518
2828
|
|
@@ -2670,6 +2980,38 @@ module Aws::SageMaker
|
|
2670
2980
|
DescribeLabelingJobResponse.add_member(:labeling_job_output, Shapes::ShapeRef.new(shape: LabelingJobOutput, location_name: "LabelingJobOutput"))
|
2671
2981
|
DescribeLabelingJobResponse.struct_class = Types::DescribeLabelingJobResponse
|
2672
2982
|
|
2983
|
+
DescribeModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2984
|
+
DescribeModelBiasJobDefinitionRequest.struct_class = Types::DescribeModelBiasJobDefinitionRequest
|
2985
|
+
|
2986
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2987
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2988
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2989
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
|
2990
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
|
2991
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_job_input, Shapes::ShapeRef.new(shape: ModelBiasJobInput, required: true, location_name: "ModelBiasJobInput"))
|
2992
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelBiasJobOutputConfig"))
|
2993
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2994
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2995
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2996
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2997
|
+
DescribeModelBiasJobDefinitionResponse.struct_class = Types::DescribeModelBiasJobDefinitionResponse
|
2998
|
+
|
2999
|
+
DescribeModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3000
|
+
DescribeModelExplainabilityJobDefinitionRequest.struct_class = Types::DescribeModelExplainabilityJobDefinitionRequest
|
3001
|
+
|
3002
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
3003
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3004
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3005
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
|
3006
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
|
3007
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_job_input, Shapes::ShapeRef.new(shape: ModelExplainabilityJobInput, required: true, location_name: "ModelExplainabilityJobInput"))
|
3008
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelExplainabilityJobOutputConfig"))
|
3009
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
3010
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
3011
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3012
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
3013
|
+
DescribeModelExplainabilityJobDefinitionResponse.struct_class = Types::DescribeModelExplainabilityJobDefinitionResponse
|
3014
|
+
|
2673
3015
|
DescribeModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
2674
3016
|
DescribeModelInput.struct_class = Types::DescribeModelInput
|
2675
3017
|
|
@@ -2718,12 +3060,29 @@ module Aws::SageMaker
|
|
2718
3060
|
DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
2719
3061
|
DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
|
2720
3062
|
|
3063
|
+
DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3064
|
+
DescribeModelQualityJobDefinitionRequest.struct_class = Types::DescribeModelQualityJobDefinitionRequest
|
3065
|
+
|
3066
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
3067
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3068
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3069
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_baseline_config, Shapes::ShapeRef.new(shape: ModelQualityBaselineConfig, location_name: "ModelQualityBaselineConfig"))
|
3070
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_app_specification, Shapes::ShapeRef.new(shape: ModelQualityAppSpecification, required: true, location_name: "ModelQualityAppSpecification"))
|
3071
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_job_input, Shapes::ShapeRef.new(shape: ModelQualityJobInput, required: true, location_name: "ModelQualityJobInput"))
|
3072
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelQualityJobOutputConfig"))
|
3073
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
3074
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
3075
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3076
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
3077
|
+
DescribeModelQualityJobDefinitionResponse.struct_class = Types::DescribeModelQualityJobDefinitionResponse
|
3078
|
+
|
2721
3079
|
DescribeMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
2722
3080
|
DescribeMonitoringScheduleRequest.struct_class = Types::DescribeMonitoringScheduleRequest
|
2723
3081
|
|
2724
3082
|
DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
|
2725
3083
|
DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
2726
3084
|
DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
|
3085
|
+
DescribeMonitoringScheduleResponse.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
2727
3086
|
DescribeMonitoringScheduleResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2728
3087
|
DescribeMonitoringScheduleResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2729
3088
|
DescribeMonitoringScheduleResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
@@ -2889,6 +3248,10 @@ module Aws::SageMaker
|
|
2889
3248
|
DescribeTrainingJobResponse.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
2890
3249
|
DescribeTrainingJobResponse.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
|
2891
3250
|
DescribeTrainingJobResponse.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
|
3251
|
+
DescribeTrainingJobResponse.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
|
3252
|
+
DescribeTrainingJobResponse.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
3253
|
+
DescribeTrainingJobResponse.add_member(:profiler_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatuses, location_name: "ProfilerRuleEvaluationStatuses"))
|
3254
|
+
DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
|
2892
3255
|
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
2893
3256
|
|
2894
3257
|
DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
@@ -2988,6 +3351,39 @@ module Aws::SageMaker
|
|
2988
3351
|
|
2989
3352
|
DesiredWeightAndCapacityList.member = Shapes::ShapeRef.new(shape: DesiredWeightAndCapacity)
|
2990
3353
|
|
3354
|
+
Device.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "DeviceName"))
|
3355
|
+
Device.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
|
3356
|
+
Device.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
|
3357
|
+
Device.struct_class = Types::Device
|
3358
|
+
|
3359
|
+
DeviceFleetSummaries.member = Shapes::ShapeRef.new(shape: DeviceFleetSummary)
|
3360
|
+
|
3361
|
+
DeviceFleetSummary.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
|
3362
|
+
DeviceFleetSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
3363
|
+
DeviceFleetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3364
|
+
DeviceFleetSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3365
|
+
DeviceFleetSummary.struct_class = Types::DeviceFleetSummary
|
3366
|
+
|
3367
|
+
DeviceNames.member = Shapes::ShapeRef.new(shape: DeviceName)
|
3368
|
+
|
3369
|
+
DeviceStats.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
|
3370
|
+
DeviceStats.add_member(:registered_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "RegisteredDeviceCount"))
|
3371
|
+
DeviceStats.struct_class = Types::DeviceStats
|
3372
|
+
|
3373
|
+
DeviceSummaries.member = Shapes::ShapeRef.new(shape: DeviceSummary)
|
3374
|
+
|
3375
|
+
DeviceSummary.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
|
3376
|
+
DeviceSummary.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, required: true, location_name: "DeviceArn"))
|
3377
|
+
DeviceSummary.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
|
3378
|
+
DeviceSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
|
3379
|
+
DeviceSummary.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
|
3380
|
+
DeviceSummary.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RegistrationTime"))
|
3381
|
+
DeviceSummary.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
|
3382
|
+
DeviceSummary.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModelSummaries, location_name: "Models"))
|
3383
|
+
DeviceSummary.struct_class = Types::DeviceSummary
|
3384
|
+
|
3385
|
+
Devices.member = Shapes::ShapeRef.new(shape: Device)
|
3386
|
+
|
2991
3387
|
DisableSagemakerServicecatalogPortfolioInput.struct_class = Types::DisableSagemakerServicecatalogPortfolioInput
|
2992
3388
|
|
2993
3389
|
DisableSagemakerServicecatalogPortfolioOutput.struct_class = Types::DisableSagemakerServicecatalogPortfolioOutput
|
@@ -3011,6 +3407,46 @@ module Aws::SageMaker
|
|
3011
3407
|
|
3012
3408
|
DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
|
3013
3409
|
|
3410
|
+
EdgeModel.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
3411
|
+
EdgeModel.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
3412
|
+
EdgeModel.add_member(:latest_sample_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestSampleTime"))
|
3413
|
+
EdgeModel.add_member(:latest_inference, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestInference"))
|
3414
|
+
EdgeModel.struct_class = Types::EdgeModel
|
3415
|
+
|
3416
|
+
EdgeModelStat.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
3417
|
+
EdgeModelStat.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
3418
|
+
EdgeModelStat.add_member(:offline_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "OfflineDeviceCount"))
|
3419
|
+
EdgeModelStat.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
|
3420
|
+
EdgeModelStat.add_member(:active_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ActiveDeviceCount"))
|
3421
|
+
EdgeModelStat.add_member(:sampling_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "SamplingDeviceCount"))
|
3422
|
+
EdgeModelStat.struct_class = Types::EdgeModelStat
|
3423
|
+
|
3424
|
+
EdgeModelStats.member = Shapes::ShapeRef.new(shape: EdgeModelStat)
|
3425
|
+
|
3426
|
+
EdgeModelSummaries.member = Shapes::ShapeRef.new(shape: EdgeModelSummary)
|
3427
|
+
|
3428
|
+
EdgeModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
3429
|
+
EdgeModelSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
3430
|
+
EdgeModelSummary.struct_class = Types::EdgeModelSummary
|
3431
|
+
|
3432
|
+
EdgeModels.member = Shapes::ShapeRef.new(shape: EdgeModel)
|
3433
|
+
|
3434
|
+
EdgeOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3435
|
+
EdgeOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3436
|
+
EdgeOutputConfig.struct_class = Types::EdgeOutputConfig
|
3437
|
+
|
3438
|
+
EdgePackagingJobSummaries.member = Shapes::ShapeRef.new(shape: EdgePackagingJobSummary)
|
3439
|
+
|
3440
|
+
EdgePackagingJobSummary.add_member(:edge_packaging_job_arn, Shapes::ShapeRef.new(shape: EdgePackagingJobArn, required: true, location_name: "EdgePackagingJobArn"))
|
3441
|
+
EdgePackagingJobSummary.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
3442
|
+
EdgePackagingJobSummary.add_member(:edge_packaging_job_status, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, required: true, location_name: "EdgePackagingJobStatus"))
|
3443
|
+
EdgePackagingJobSummary.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "CompilationJobName"))
|
3444
|
+
EdgePackagingJobSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
3445
|
+
EdgePackagingJobSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "ModelVersion"))
|
3446
|
+
EdgePackagingJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3447
|
+
EdgePackagingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3448
|
+
EdgePackagingJobSummary.struct_class = Types::EdgePackagingJobSummary
|
3449
|
+
|
3014
3450
|
EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
|
3015
3451
|
|
3016
3452
|
EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
|
@@ -3039,6 +3475,12 @@ module Aws::SageMaker
|
|
3039
3475
|
EndpointInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
|
3040
3476
|
EndpointInput.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
|
3041
3477
|
EndpointInput.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
|
3478
|
+
EndpointInput.add_member(:features_attribute, Shapes::ShapeRef.new(shape: String, location_name: "FeaturesAttribute"))
|
3479
|
+
EndpointInput.add_member(:inference_attribute, Shapes::ShapeRef.new(shape: String, location_name: "InferenceAttribute"))
|
3480
|
+
EndpointInput.add_member(:probability_attribute, Shapes::ShapeRef.new(shape: String, location_name: "ProbabilityAttribute"))
|
3481
|
+
EndpointInput.add_member(:probability_threshold_attribute, Shapes::ShapeRef.new(shape: ProbabilityThresholdAttribute, location_name: "ProbabilityThresholdAttribute"))
|
3482
|
+
EndpointInput.add_member(:start_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "StartTimeOffset"))
|
3483
|
+
EndpointInput.add_member(:end_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "EndTimeOffset"))
|
3042
3484
|
EndpointInput.struct_class = Types::EndpointInput
|
3043
3485
|
|
3044
3486
|
EndpointSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -3163,6 +3605,19 @@ module Aws::SageMaker
|
|
3163
3605
|
|
3164
3606
|
FlowDefinitionTaskKeywords.member = Shapes::ShapeRef.new(shape: FlowDefinitionTaskKeyword)
|
3165
3607
|
|
3608
|
+
GetDeviceFleetReportRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
3609
|
+
GetDeviceFleetReportRequest.struct_class = Types::GetDeviceFleetReportRequest
|
3610
|
+
|
3611
|
+
GetDeviceFleetReportResponse.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
|
3612
|
+
GetDeviceFleetReportResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
3613
|
+
GetDeviceFleetReportResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, location_name: "OutputConfig"))
|
3614
|
+
GetDeviceFleetReportResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
3615
|
+
GetDeviceFleetReportResponse.add_member(:report_generated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReportGenerated"))
|
3616
|
+
GetDeviceFleetReportResponse.add_member(:device_stats, Shapes::ShapeRef.new(shape: DeviceStats, location_name: "DeviceStats"))
|
3617
|
+
GetDeviceFleetReportResponse.add_member(:agent_versions, Shapes::ShapeRef.new(shape: AgentVersions, location_name: "AgentVersions"))
|
3618
|
+
GetDeviceFleetReportResponse.add_member(:model_stats, Shapes::ShapeRef.new(shape: EdgeModelStats, location_name: "ModelStats"))
|
3619
|
+
GetDeviceFleetReportResponse.struct_class = Types::GetDeviceFleetReportResponse
|
3620
|
+
|
3166
3621
|
GetModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
3167
3622
|
GetModelPackageGroupPolicyInput.struct_class = Types::GetModelPackageGroupPolicyInput
|
3168
3623
|
|
@@ -3360,6 +3815,7 @@ module Aws::SageMaker
|
|
3360
3815
|
InputConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
3361
3816
|
InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
|
3362
3817
|
InputConfig.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, required: true, location_name: "Framework"))
|
3818
|
+
InputConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: FrameworkVersion, location_name: "FrameworkVersion"))
|
3363
3819
|
InputConfig.struct_class = Types::InputConfig
|
3364
3820
|
|
3365
3821
|
InputDataConfig.member = Shapes::ShapeRef.new(shape: Channel)
|
@@ -3635,6 +4091,46 @@ module Aws::SageMaker
|
|
3635
4091
|
ListContextsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3636
4092
|
ListContextsResponse.struct_class = Types::ListContextsResponse
|
3637
4093
|
|
4094
|
+
ListDataQualityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4095
|
+
ListDataQualityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4096
|
+
ListDataQualityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4097
|
+
ListDataQualityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4098
|
+
ListDataQualityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4099
|
+
ListDataQualityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4100
|
+
ListDataQualityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4101
|
+
ListDataQualityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4102
|
+
ListDataQualityJobDefinitionsRequest.struct_class = Types::ListDataQualityJobDefinitionsRequest
|
4103
|
+
|
4104
|
+
ListDataQualityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4105
|
+
ListDataQualityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4106
|
+
ListDataQualityJobDefinitionsResponse.struct_class = Types::ListDataQualityJobDefinitionsResponse
|
4107
|
+
|
4108
|
+
ListDeviceFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4109
|
+
ListDeviceFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
4110
|
+
ListDeviceFleetsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4111
|
+
ListDeviceFleetsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4112
|
+
ListDeviceFleetsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
4113
|
+
ListDeviceFleetsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
4114
|
+
ListDeviceFleetsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4115
|
+
ListDeviceFleetsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListDeviceFleetsSortBy, location_name: "SortBy"))
|
4116
|
+
ListDeviceFleetsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4117
|
+
ListDeviceFleetsRequest.struct_class = Types::ListDeviceFleetsRequest
|
4118
|
+
|
4119
|
+
ListDeviceFleetsResponse.add_member(:device_fleet_summaries, Shapes::ShapeRef.new(shape: DeviceFleetSummaries, required: true, location_name: "DeviceFleetSummaries"))
|
4120
|
+
ListDeviceFleetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4121
|
+
ListDeviceFleetsResponse.struct_class = Types::ListDeviceFleetsResponse
|
4122
|
+
|
4123
|
+
ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4124
|
+
ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
4125
|
+
ListDevicesRequest.add_member(:latest_heartbeat_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeatAfter"))
|
4126
|
+
ListDevicesRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
4127
|
+
ListDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
|
4128
|
+
ListDevicesRequest.struct_class = Types::ListDevicesRequest
|
4129
|
+
|
4130
|
+
ListDevicesResponse.add_member(:device_summaries, Shapes::ShapeRef.new(shape: DeviceSummaries, required: true, location_name: "DeviceSummaries"))
|
4131
|
+
ListDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4132
|
+
ListDevicesResponse.struct_class = Types::ListDevicesResponse
|
4133
|
+
|
3638
4134
|
ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3639
4135
|
ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3640
4136
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -3643,6 +4139,23 @@ module Aws::SageMaker
|
|
3643
4139
|
ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3644
4140
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
3645
4141
|
|
4142
|
+
ListEdgePackagingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4143
|
+
ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
4144
|
+
ListEdgePackagingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4145
|
+
ListEdgePackagingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4146
|
+
ListEdgePackagingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
4147
|
+
ListEdgePackagingJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
4148
|
+
ListEdgePackagingJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4149
|
+
ListEdgePackagingJobsRequest.add_member(:model_name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "ModelNameContains"))
|
4150
|
+
ListEdgePackagingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, location_name: "StatusEquals"))
|
4151
|
+
ListEdgePackagingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListEdgePackagingJobsSortBy, location_name: "SortBy"))
|
4152
|
+
ListEdgePackagingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4153
|
+
ListEdgePackagingJobsRequest.struct_class = Types::ListEdgePackagingJobsRequest
|
4154
|
+
|
4155
|
+
ListEdgePackagingJobsResponse.add_member(:edge_packaging_job_summaries, Shapes::ShapeRef.new(shape: EdgePackagingJobSummaries, required: true, location_name: "EdgePackagingJobSummaries"))
|
4156
|
+
ListEdgePackagingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4157
|
+
ListEdgePackagingJobsResponse.struct_class = Types::ListEdgePackagingJobsResponse
|
4158
|
+
|
3646
4159
|
ListEndpointConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointConfigSortKey, location_name: "SortBy"))
|
3647
4160
|
ListEndpointConfigsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
3648
4161
|
ListEndpointConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -3799,6 +4312,34 @@ module Aws::SageMaker
|
|
3799
4312
|
|
3800
4313
|
ListLineageEntityParameterKey.member = Shapes::ShapeRef.new(shape: StringParameterValue)
|
3801
4314
|
|
4315
|
+
ListModelBiasJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4316
|
+
ListModelBiasJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4317
|
+
ListModelBiasJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4318
|
+
ListModelBiasJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4319
|
+
ListModelBiasJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4320
|
+
ListModelBiasJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4321
|
+
ListModelBiasJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4322
|
+
ListModelBiasJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4323
|
+
ListModelBiasJobDefinitionsRequest.struct_class = Types::ListModelBiasJobDefinitionsRequest
|
4324
|
+
|
4325
|
+
ListModelBiasJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4326
|
+
ListModelBiasJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4327
|
+
ListModelBiasJobDefinitionsResponse.struct_class = Types::ListModelBiasJobDefinitionsResponse
|
4328
|
+
|
4329
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4330
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4331
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4332
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4333
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4334
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4335
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4336
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4337
|
+
ListModelExplainabilityJobDefinitionsRequest.struct_class = Types::ListModelExplainabilityJobDefinitionsRequest
|
4338
|
+
|
4339
|
+
ListModelExplainabilityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4340
|
+
ListModelExplainabilityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4341
|
+
ListModelExplainabilityJobDefinitionsResponse.struct_class = Types::ListModelExplainabilityJobDefinitionsResponse
|
4342
|
+
|
3802
4343
|
ListModelPackageGroupsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
3803
4344
|
ListModelPackageGroupsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
3804
4345
|
ListModelPackageGroupsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -3828,6 +4369,20 @@ module Aws::SageMaker
|
|
3828
4369
|
ListModelPackagesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3829
4370
|
ListModelPackagesOutput.struct_class = Types::ListModelPackagesOutput
|
3830
4371
|
|
4372
|
+
ListModelQualityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4373
|
+
ListModelQualityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4374
|
+
ListModelQualityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4375
|
+
ListModelQualityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4376
|
+
ListModelQualityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4377
|
+
ListModelQualityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4378
|
+
ListModelQualityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4379
|
+
ListModelQualityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4380
|
+
ListModelQualityJobDefinitionsRequest.struct_class = Types::ListModelQualityJobDefinitionsRequest
|
4381
|
+
|
4382
|
+
ListModelQualityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4383
|
+
ListModelQualityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4384
|
+
ListModelQualityJobDefinitionsResponse.struct_class = Types::ListModelQualityJobDefinitionsResponse
|
4385
|
+
|
3831
4386
|
ListModelsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelSortKey, location_name: "SortBy"))
|
3832
4387
|
ListModelsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
3833
4388
|
ListModelsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -3854,6 +4409,8 @@ module Aws::SageMaker
|
|
3854
4409
|
ListMonitoringExecutionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
3855
4410
|
ListMonitoringExecutionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
3856
4411
|
ListMonitoringExecutionsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "StatusEquals"))
|
4412
|
+
ListMonitoringExecutionsRequest.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4413
|
+
ListMonitoringExecutionsRequest.add_member(:monitoring_type_equals, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringTypeEquals"))
|
3857
4414
|
ListMonitoringExecutionsRequest.struct_class = Types::ListMonitoringExecutionsRequest
|
3858
4415
|
|
3859
4416
|
ListMonitoringExecutionsResponse.add_member(:monitoring_execution_summaries, Shapes::ShapeRef.new(shape: MonitoringExecutionSummaryList, required: true, location_name: "MonitoringExecutionSummaries"))
|
@@ -3871,6 +4428,8 @@ module Aws::SageMaker
|
|
3871
4428
|
ListMonitoringSchedulesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
3872
4429
|
ListMonitoringSchedulesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
3873
4430
|
ListMonitoringSchedulesRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "StatusEquals"))
|
4431
|
+
ListMonitoringSchedulesRequest.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4432
|
+
ListMonitoringSchedulesRequest.add_member(:monitoring_type_equals, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringTypeEquals"))
|
3874
4433
|
ListMonitoringSchedulesRequest.struct_class = Types::ListMonitoringSchedulesRequest
|
3875
4434
|
|
3876
4435
|
ListMonitoringSchedulesResponse.add_member(:monitoring_schedule_summaries, Shapes::ShapeRef.new(shape: MonitoringScheduleSummaryList, required: true, location_name: "MonitoringScheduleSummaries"))
|
@@ -4143,6 +4702,19 @@ module Aws::SageMaker
|
|
4143
4702
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
4144
4703
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
4145
4704
|
|
4705
|
+
ModelBiasAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
4706
|
+
ModelBiasAppSpecification.add_member(:config_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ConfigUri"))
|
4707
|
+
ModelBiasAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
4708
|
+
ModelBiasAppSpecification.struct_class = Types::ModelBiasAppSpecification
|
4709
|
+
|
4710
|
+
ModelBiasBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4711
|
+
ModelBiasBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4712
|
+
ModelBiasBaselineConfig.struct_class = Types::ModelBiasBaselineConfig
|
4713
|
+
|
4714
|
+
ModelBiasJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4715
|
+
ModelBiasJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
|
4716
|
+
ModelBiasJobInput.struct_class = Types::ModelBiasJobInput
|
4717
|
+
|
4146
4718
|
ModelClientConfig.add_member(:invocations_timeout_in_seconds, Shapes::ShapeRef.new(shape: InvocationsTimeoutInSeconds, location_name: "InvocationsTimeoutInSeconds"))
|
4147
4719
|
ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
|
4148
4720
|
ModelClientConfig.struct_class = Types::ModelClientConfig
|
@@ -4154,6 +4726,18 @@ module Aws::SageMaker
|
|
4154
4726
|
ModelDigests.add_member(:artifact_digest, Shapes::ShapeRef.new(shape: ArtifactDigest, location_name: "ArtifactDigest"))
|
4155
4727
|
ModelDigests.struct_class = Types::ModelDigests
|
4156
4728
|
|
4729
|
+
ModelExplainabilityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
4730
|
+
ModelExplainabilityAppSpecification.add_member(:config_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ConfigUri"))
|
4731
|
+
ModelExplainabilityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
4732
|
+
ModelExplainabilityAppSpecification.struct_class = Types::ModelExplainabilityAppSpecification
|
4733
|
+
|
4734
|
+
ModelExplainabilityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4735
|
+
ModelExplainabilityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4736
|
+
ModelExplainabilityBaselineConfig.struct_class = Types::ModelExplainabilityBaselineConfig
|
4737
|
+
|
4738
|
+
ModelExplainabilityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4739
|
+
ModelExplainabilityJobInput.struct_class = Types::ModelExplainabilityJobInput
|
4740
|
+
|
4157
4741
|
ModelMetrics.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
|
4158
4742
|
ModelMetrics.add_member(:model_data_quality, Shapes::ShapeRef.new(shape: ModelDataQuality, location_name: "ModelDataQuality"))
|
4159
4743
|
ModelMetrics.add_member(:bias, Shapes::ShapeRef.new(shape: Bias, location_name: "Bias"))
|
@@ -4246,6 +4830,23 @@ module Aws::SageMaker
|
|
4246
4830
|
ModelQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
4247
4831
|
ModelQuality.struct_class = Types::ModelQuality
|
4248
4832
|
|
4833
|
+
ModelQualityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
4834
|
+
ModelQualityAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
|
4835
|
+
ModelQualityAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
|
4836
|
+
ModelQualityAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
|
4837
|
+
ModelQualityAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
|
4838
|
+
ModelQualityAppSpecification.add_member(:problem_type, Shapes::ShapeRef.new(shape: MonitoringProblemType, location_name: "ProblemType"))
|
4839
|
+
ModelQualityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
4840
|
+
ModelQualityAppSpecification.struct_class = Types::ModelQualityAppSpecification
|
4841
|
+
|
4842
|
+
ModelQualityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4843
|
+
ModelQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4844
|
+
ModelQualityBaselineConfig.struct_class = Types::ModelQualityBaselineConfig
|
4845
|
+
|
4846
|
+
ModelQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4847
|
+
ModelQualityJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
|
4848
|
+
ModelQualityJobInput.struct_class = Types::ModelQualityJobInput
|
4849
|
+
|
4249
4850
|
ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
4250
4851
|
ModelStepMetadata.struct_class = Types::ModelStepMetadata
|
4251
4852
|
|
@@ -4263,6 +4864,7 @@ module Aws::SageMaker
|
|
4263
4864
|
MonitoringAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
|
4264
4865
|
MonitoringAppSpecification.struct_class = Types::MonitoringAppSpecification
|
4265
4866
|
|
4867
|
+
MonitoringBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4266
4868
|
MonitoringBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4267
4869
|
MonitoringBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
|
4268
4870
|
MonitoringBaselineConfig.struct_class = Types::MonitoringBaselineConfig
|
@@ -4289,10 +4891,15 @@ module Aws::SageMaker
|
|
4289
4891
|
MonitoringExecutionSummary.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "ProcessingJobArn"))
|
4290
4892
|
MonitoringExecutionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4291
4893
|
MonitoringExecutionSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4894
|
+
MonitoringExecutionSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4895
|
+
MonitoringExecutionSummary.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
4292
4896
|
MonitoringExecutionSummary.struct_class = Types::MonitoringExecutionSummary
|
4293
4897
|
|
4294
4898
|
MonitoringExecutionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringExecutionSummary)
|
4295
4899
|
|
4900
|
+
MonitoringGroundTruthS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: MonitoringS3Uri, location_name: "S3Uri"))
|
4901
|
+
MonitoringGroundTruthS3Input.struct_class = Types::MonitoringGroundTruthS3Input
|
4902
|
+
|
4296
4903
|
MonitoringInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4297
4904
|
MonitoringInput.struct_class = Types::MonitoringInput
|
4298
4905
|
|
@@ -4309,6 +4916,19 @@ module Aws::SageMaker
|
|
4309
4916
|
MonitoringJobDefinition.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
4310
4917
|
MonitoringJobDefinition.struct_class = Types::MonitoringJobDefinition
|
4311
4918
|
|
4919
|
+
MonitoringJobDefinitionSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "MonitoringJobDefinitionName"))
|
4920
|
+
MonitoringJobDefinitionSummary.add_member(:monitoring_job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "MonitoringJobDefinitionArn"))
|
4921
|
+
MonitoringJobDefinitionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4922
|
+
MonitoringJobDefinitionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
4923
|
+
MonitoringJobDefinitionSummary.struct_class = Types::MonitoringJobDefinitionSummary
|
4924
|
+
|
4925
|
+
MonitoringJobDefinitionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummary)
|
4926
|
+
|
4927
|
+
MonitoringNetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
4928
|
+
MonitoringNetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
4929
|
+
MonitoringNetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4930
|
+
MonitoringNetworkConfig.struct_class = Types::MonitoringNetworkConfig
|
4931
|
+
|
4312
4932
|
MonitoringOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: MonitoringS3Output, required: true, location_name: "S3Output"))
|
4313
4933
|
MonitoringOutput.struct_class = Types::MonitoringOutput
|
4314
4934
|
|
@@ -4329,6 +4949,7 @@ module Aws::SageMaker
|
|
4329
4949
|
MonitoringSchedule.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
|
4330
4950
|
MonitoringSchedule.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
|
4331
4951
|
MonitoringSchedule.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "MonitoringScheduleStatus"))
|
4952
|
+
MonitoringSchedule.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
4332
4953
|
MonitoringSchedule.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4333
4954
|
MonitoringSchedule.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4334
4955
|
MonitoringSchedule.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
@@ -4340,6 +4961,8 @@ module Aws::SageMaker
|
|
4340
4961
|
|
4341
4962
|
MonitoringScheduleConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, location_name: "ScheduleConfig"))
|
4342
4963
|
MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition, location_name: "MonitoringJobDefinition"))
|
4964
|
+
MonitoringScheduleConfig.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4965
|
+
MonitoringScheduleConfig.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
4343
4966
|
MonitoringScheduleConfig.struct_class = Types::MonitoringScheduleConfig
|
4344
4967
|
|
4345
4968
|
MonitoringScheduleList.member = Shapes::ShapeRef.new(shape: MonitoringSchedule)
|
@@ -4350,6 +4973,8 @@ module Aws::SageMaker
|
|
4350
4973
|
MonitoringScheduleSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
4351
4974
|
MonitoringScheduleSummary.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
|
4352
4975
|
MonitoringScheduleSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4976
|
+
MonitoringScheduleSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4977
|
+
MonitoringScheduleSummary.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
4353
4978
|
MonitoringScheduleSummary.struct_class = Types::MonitoringScheduleSummary
|
4354
4979
|
|
4355
4980
|
MonitoringScheduleSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringScheduleSummary)
|
@@ -4360,6 +4985,9 @@ module Aws::SageMaker
|
|
4360
4985
|
MonitoringStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MonitoringMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds"))
|
4361
4986
|
MonitoringStoppingCondition.struct_class = Types::MonitoringStoppingCondition
|
4362
4987
|
|
4988
|
+
MultiModelConfig.add_member(:model_cache_setting, Shapes::ShapeRef.new(shape: ModelCacheSetting, location_name: "ModelCacheSetting"))
|
4989
|
+
MultiModelConfig.struct_class = Types::MultiModelConfig
|
4990
|
+
|
4363
4991
|
NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
|
4364
4992
|
NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
|
4365
4993
|
NestedFilters.struct_class = Types::NestedFilters
|
@@ -4664,6 +5292,40 @@ module Aws::SageMaker
|
|
4664
5292
|
|
4665
5293
|
ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
|
4666
5294
|
|
5295
|
+
ProfilerConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
5296
|
+
ProfilerConfig.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
5297
|
+
ProfilerConfig.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
5298
|
+
ProfilerConfig.struct_class = Types::ProfilerConfig
|
5299
|
+
|
5300
|
+
ProfilerConfigForUpdate.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
5301
|
+
ProfilerConfigForUpdate.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
5302
|
+
ProfilerConfigForUpdate.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
5303
|
+
ProfilerConfigForUpdate.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler"))
|
5304
|
+
ProfilerConfigForUpdate.struct_class = Types::ProfilerConfigForUpdate
|
5305
|
+
|
5306
|
+
ProfilerRuleConfiguration.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, required: true, location_name: "RuleConfigurationName"))
|
5307
|
+
ProfilerRuleConfiguration.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
|
5308
|
+
ProfilerRuleConfiguration.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
5309
|
+
ProfilerRuleConfiguration.add_member(:rule_evaluator_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "RuleEvaluatorImage"))
|
5310
|
+
ProfilerRuleConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, location_name: "InstanceType"))
|
5311
|
+
ProfilerRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
5312
|
+
ProfilerRuleConfiguration.add_member(:rule_parameters, Shapes::ShapeRef.new(shape: RuleParameters, location_name: "RuleParameters"))
|
5313
|
+
ProfilerRuleConfiguration.struct_class = Types::ProfilerRuleConfiguration
|
5314
|
+
|
5315
|
+
ProfilerRuleConfigurations.member = Shapes::ShapeRef.new(shape: ProfilerRuleConfiguration)
|
5316
|
+
|
5317
|
+
ProfilerRuleEvaluationStatus.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, location_name: "RuleConfigurationName"))
|
5318
|
+
ProfilerRuleEvaluationStatus.add_member(:rule_evaluation_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "RuleEvaluationJobArn"))
|
5319
|
+
ProfilerRuleEvaluationStatus.add_member(:rule_evaluation_status, Shapes::ShapeRef.new(shape: RuleEvaluationStatus, location_name: "RuleEvaluationStatus"))
|
5320
|
+
ProfilerRuleEvaluationStatus.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
|
5321
|
+
ProfilerRuleEvaluationStatus.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5322
|
+
ProfilerRuleEvaluationStatus.struct_class = Types::ProfilerRuleEvaluationStatus
|
5323
|
+
|
5324
|
+
ProfilerRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatus)
|
5325
|
+
|
5326
|
+
ProfilingParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
5327
|
+
ProfilingParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
5328
|
+
|
4667
5329
|
ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
4668
5330
|
ProjectSummary.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
4669
5331
|
ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
@@ -4711,6 +5373,11 @@ module Aws::SageMaker
|
|
4711
5373
|
RedshiftDatasetDefinition.add_member(:output_compression, Shapes::ShapeRef.new(shape: RedshiftResultCompressionType, location_name: "OutputCompression"))
|
4712
5374
|
RedshiftDatasetDefinition.struct_class = Types::RedshiftDatasetDefinition
|
4713
5375
|
|
5376
|
+
RegisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5377
|
+
RegisterDevicesRequest.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "Devices"))
|
5378
|
+
RegisterDevicesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5379
|
+
RegisterDevicesRequest.struct_class = Types::RegisterDevicesRequest
|
5380
|
+
|
4714
5381
|
RegisterModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
4715
5382
|
RegisterModelStepMetadata.struct_class = Types::RegisterModelStepMetadata
|
4716
5383
|
|
@@ -4879,6 +5546,9 @@ module Aws::SageMaker
|
|
4879
5546
|
StopCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
|
4880
5547
|
StopCompilationJobRequest.struct_class = Types::StopCompilationJobRequest
|
4881
5548
|
|
5549
|
+
StopEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
5550
|
+
StopEdgePackagingJobRequest.struct_class = Types::StopEdgePackagingJobRequest
|
5551
|
+
|
4882
5552
|
StopHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
|
4883
5553
|
StopHyperParameterTuningJobRequest.struct_class = Types::StopHyperParameterTuningJobRequest
|
4884
5554
|
|
@@ -5279,6 +5949,16 @@ module Aws::SageMaker
|
|
5279
5949
|
UpdateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
5280
5950
|
UpdateContextResponse.struct_class = Types::UpdateContextResponse
|
5281
5951
|
|
5952
|
+
UpdateDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5953
|
+
UpdateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5954
|
+
UpdateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
5955
|
+
UpdateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
5956
|
+
UpdateDeviceFleetRequest.struct_class = Types::UpdateDeviceFleetRequest
|
5957
|
+
|
5958
|
+
UpdateDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5959
|
+
UpdateDevicesRequest.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "Devices"))
|
5960
|
+
UpdateDevicesRequest.struct_class = Types::UpdateDevicesRequest
|
5961
|
+
|
5282
5962
|
UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
5283
5963
|
UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
5284
5964
|
UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
|
@@ -5378,6 +6058,14 @@ module Aws::SageMaker
|
|
5378
6058
|
UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5379
6059
|
UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
|
5380
6060
|
|
6061
|
+
UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
6062
|
+
UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
|
6063
|
+
UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
6064
|
+
UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
|
6065
|
+
|
6066
|
+
UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
6067
|
+
UpdateTrainingJobResponse.struct_class = Types::UpdateTrainingJobResponse
|
6068
|
+
|
5381
6069
|
UpdateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
5382
6070
|
UpdateTrialComponentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
|
5383
6071
|
UpdateTrialComponentRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
|
@@ -5615,6 +6303,26 @@ module Aws::SageMaker
|
|
5615
6303
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5616
6304
|
end)
|
5617
6305
|
|
6306
|
+
api.add_operation(:create_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6307
|
+
o.name = "CreateDataQualityJobDefinition"
|
6308
|
+
o.http_method = "POST"
|
6309
|
+
o.http_request_uri = "/"
|
6310
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionRequest)
|
6311
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionResponse)
|
6312
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6313
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6314
|
+
end)
|
6315
|
+
|
6316
|
+
api.add_operation(:create_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
6317
|
+
o.name = "CreateDeviceFleet"
|
6318
|
+
o.http_method = "POST"
|
6319
|
+
o.http_request_uri = "/"
|
6320
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeviceFleetRequest)
|
6321
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6322
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6323
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6324
|
+
end)
|
6325
|
+
|
5618
6326
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
5619
6327
|
o.name = "CreateDomain"
|
5620
6328
|
o.http_method = "POST"
|
@@ -5625,6 +6333,15 @@ module Aws::SageMaker
|
|
5625
6333
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5626
6334
|
end)
|
5627
6335
|
|
6336
|
+
api.add_operation(:create_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
|
6337
|
+
o.name = "CreateEdgePackagingJob"
|
6338
|
+
o.http_method = "POST"
|
6339
|
+
o.http_request_uri = "/"
|
6340
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEdgePackagingJobRequest)
|
6341
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6342
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6343
|
+
end)
|
6344
|
+
|
5628
6345
|
api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
5629
6346
|
o.name = "CreateEndpoint"
|
5630
6347
|
o.http_method = "POST"
|
@@ -5732,6 +6449,26 @@ module Aws::SageMaker
|
|
5732
6449
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5733
6450
|
end)
|
5734
6451
|
|
6452
|
+
api.add_operation(:create_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6453
|
+
o.name = "CreateModelBiasJobDefinition"
|
6454
|
+
o.http_method = "POST"
|
6455
|
+
o.http_request_uri = "/"
|
6456
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionRequest)
|
6457
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionResponse)
|
6458
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6459
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6460
|
+
end)
|
6461
|
+
|
6462
|
+
api.add_operation(:create_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6463
|
+
o.name = "CreateModelExplainabilityJobDefinition"
|
6464
|
+
o.http_method = "POST"
|
6465
|
+
o.http_request_uri = "/"
|
6466
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionRequest)
|
6467
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionResponse)
|
6468
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6469
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6470
|
+
end)
|
6471
|
+
|
5735
6472
|
api.add_operation(:create_model_package, Seahorse::Model::Operation.new.tap do |o|
|
5736
6473
|
o.name = "CreateModelPackage"
|
5737
6474
|
o.http_method = "POST"
|
@@ -5751,6 +6488,16 @@ module Aws::SageMaker
|
|
5751
6488
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5752
6489
|
end)
|
5753
6490
|
|
6491
|
+
api.add_operation(:create_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6492
|
+
o.name = "CreateModelQualityJobDefinition"
|
6493
|
+
o.http_method = "POST"
|
6494
|
+
o.http_request_uri = "/"
|
6495
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionRequest)
|
6496
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionResponse)
|
6497
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6498
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6499
|
+
end)
|
6500
|
+
|
5754
6501
|
api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
5755
6502
|
o.name = "CreateMonitoringSchedule"
|
5756
6503
|
o.http_method = "POST"
|
@@ -5966,6 +6713,24 @@ module Aws::SageMaker
|
|
5966
6713
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5967
6714
|
end)
|
5968
6715
|
|
6716
|
+
api.add_operation(:delete_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6717
|
+
o.name = "DeleteDataQualityJobDefinition"
|
6718
|
+
o.http_method = "POST"
|
6719
|
+
o.http_request_uri = "/"
|
6720
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataQualityJobDefinitionRequest)
|
6721
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6722
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6723
|
+
end)
|
6724
|
+
|
6725
|
+
api.add_operation(:delete_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
6726
|
+
o.name = "DeleteDeviceFleet"
|
6727
|
+
o.http_method = "POST"
|
6728
|
+
o.http_request_uri = "/"
|
6729
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDeviceFleetRequest)
|
6730
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6731
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6732
|
+
end)
|
6733
|
+
|
5969
6734
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
5970
6735
|
o.name = "DeleteDomain"
|
5971
6736
|
o.http_method = "POST"
|
@@ -6057,6 +6822,24 @@ module Aws::SageMaker
|
|
6057
6822
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6058
6823
|
end)
|
6059
6824
|
|
6825
|
+
api.add_operation(:delete_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6826
|
+
o.name = "DeleteModelBiasJobDefinition"
|
6827
|
+
o.http_method = "POST"
|
6828
|
+
o.http_request_uri = "/"
|
6829
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelBiasJobDefinitionRequest)
|
6830
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6832
|
+
end)
|
6833
|
+
|
6834
|
+
api.add_operation(:delete_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6835
|
+
o.name = "DeleteModelExplainabilityJobDefinition"
|
6836
|
+
o.http_method = "POST"
|
6837
|
+
o.http_request_uri = "/"
|
6838
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelExplainabilityJobDefinitionRequest)
|
6839
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6840
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6841
|
+
end)
|
6842
|
+
|
6060
6843
|
api.add_operation(:delete_model_package, Seahorse::Model::Operation.new.tap do |o|
|
6061
6844
|
o.name = "DeleteModelPackage"
|
6062
6845
|
o.http_method = "POST"
|
@@ -6082,6 +6865,15 @@ module Aws::SageMaker
|
|
6082
6865
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6083
6866
|
end)
|
6084
6867
|
|
6868
|
+
api.add_operation(:delete_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6869
|
+
o.name = "DeleteModelQualityJobDefinition"
|
6870
|
+
o.http_method = "POST"
|
6871
|
+
o.http_request_uri = "/"
|
6872
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelQualityJobDefinitionRequest)
|
6873
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6874
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6875
|
+
end)
|
6876
|
+
|
6085
6877
|
api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
6086
6878
|
o.name = "DeleteMonitoringSchedule"
|
6087
6879
|
o.http_method = "POST"
|
@@ -6177,6 +6969,14 @@ module Aws::SageMaker
|
|
6177
6969
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6178
6970
|
end)
|
6179
6971
|
|
6972
|
+
api.add_operation(:deregister_devices, Seahorse::Model::Operation.new.tap do |o|
|
6973
|
+
o.name = "DeregisterDevices"
|
6974
|
+
o.http_method = "POST"
|
6975
|
+
o.http_request_uri = "/"
|
6976
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterDevicesRequest)
|
6977
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6978
|
+
end)
|
6979
|
+
|
6180
6980
|
api.add_operation(:describe_action, Seahorse::Model::Operation.new.tap do |o|
|
6181
6981
|
o.name = "DescribeAction"
|
6182
6982
|
o.http_method = "POST"
|
@@ -6256,6 +7056,33 @@ module Aws::SageMaker
|
|
6256
7056
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6257
7057
|
end)
|
6258
7058
|
|
7059
|
+
api.add_operation(:describe_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7060
|
+
o.name = "DescribeDataQualityJobDefinition"
|
7061
|
+
o.http_method = "POST"
|
7062
|
+
o.http_request_uri = "/"
|
7063
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataQualityJobDefinitionRequest)
|
7064
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataQualityJobDefinitionResponse)
|
7065
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7066
|
+
end)
|
7067
|
+
|
7068
|
+
api.add_operation(:describe_device, Seahorse::Model::Operation.new.tap do |o|
|
7069
|
+
o.name = "DescribeDevice"
|
7070
|
+
o.http_method = "POST"
|
7071
|
+
o.http_request_uri = "/"
|
7072
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeviceRequest)
|
7073
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeviceResponse)
|
7074
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7075
|
+
end)
|
7076
|
+
|
7077
|
+
api.add_operation(:describe_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
7078
|
+
o.name = "DescribeDeviceFleet"
|
7079
|
+
o.http_method = "POST"
|
7080
|
+
o.http_request_uri = "/"
|
7081
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeviceFleetRequest)
|
7082
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeviceFleetResponse)
|
7083
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7084
|
+
end)
|
7085
|
+
|
6259
7086
|
api.add_operation(:describe_domain, Seahorse::Model::Operation.new.tap do |o|
|
6260
7087
|
o.name = "DescribeDomain"
|
6261
7088
|
o.http_method = "POST"
|
@@ -6265,6 +7092,15 @@ module Aws::SageMaker
|
|
6265
7092
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6266
7093
|
end)
|
6267
7094
|
|
7095
|
+
api.add_operation(:describe_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
|
7096
|
+
o.name = "DescribeEdgePackagingJob"
|
7097
|
+
o.http_method = "POST"
|
7098
|
+
o.http_request_uri = "/"
|
7099
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEdgePackagingJobRequest)
|
7100
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEdgePackagingJobResponse)
|
7101
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7102
|
+
end)
|
7103
|
+
|
6268
7104
|
api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
6269
7105
|
o.name = "DescribeEndpoint"
|
6270
7106
|
o.http_method = "POST"
|
@@ -6361,6 +7197,24 @@ module Aws::SageMaker
|
|
6361
7197
|
o.output = Shapes::ShapeRef.new(shape: DescribeModelOutput)
|
6362
7198
|
end)
|
6363
7199
|
|
7200
|
+
api.add_operation(:describe_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7201
|
+
o.name = "DescribeModelBiasJobDefinition"
|
7202
|
+
o.http_method = "POST"
|
7203
|
+
o.http_request_uri = "/"
|
7204
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelBiasJobDefinitionRequest)
|
7205
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelBiasJobDefinitionResponse)
|
7206
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7207
|
+
end)
|
7208
|
+
|
7209
|
+
api.add_operation(:describe_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7210
|
+
o.name = "DescribeModelExplainabilityJobDefinition"
|
7211
|
+
o.http_method = "POST"
|
7212
|
+
o.http_request_uri = "/"
|
7213
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelExplainabilityJobDefinitionRequest)
|
7214
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelExplainabilityJobDefinitionResponse)
|
7215
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7216
|
+
end)
|
7217
|
+
|
6364
7218
|
api.add_operation(:describe_model_package, Seahorse::Model::Operation.new.tap do |o|
|
6365
7219
|
o.name = "DescribeModelPackage"
|
6366
7220
|
o.http_method = "POST"
|
@@ -6377,6 +7231,15 @@ module Aws::SageMaker
|
|
6377
7231
|
o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageGroupOutput)
|
6378
7232
|
end)
|
6379
7233
|
|
7234
|
+
api.add_operation(:describe_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7235
|
+
o.name = "DescribeModelQualityJobDefinition"
|
7236
|
+
o.http_method = "POST"
|
7237
|
+
o.http_request_uri = "/"
|
7238
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelQualityJobDefinitionRequest)
|
7239
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelQualityJobDefinitionResponse)
|
7240
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7241
|
+
end)
|
7242
|
+
|
6380
7243
|
api.add_operation(:describe_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
6381
7244
|
o.name = "DescribeMonitoringSchedule"
|
6382
7245
|
o.http_method = "POST"
|
@@ -6540,6 +7403,14 @@ module Aws::SageMaker
|
|
6540
7403
|
o.output = Shapes::ShapeRef.new(shape: EnableSagemakerServicecatalogPortfolioOutput)
|
6541
7404
|
end)
|
6542
7405
|
|
7406
|
+
api.add_operation(:get_device_fleet_report, Seahorse::Model::Operation.new.tap do |o|
|
7407
|
+
o.name = "GetDeviceFleetReport"
|
7408
|
+
o.http_method = "POST"
|
7409
|
+
o.http_request_uri = "/"
|
7410
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeviceFleetReportRequest)
|
7411
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeviceFleetReportResponse)
|
7412
|
+
end)
|
7413
|
+
|
6543
7414
|
api.add_operation(:get_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
6544
7415
|
o.name = "GetModelPackageGroupPolicy"
|
6545
7416
|
o.http_method = "POST"
|
@@ -6723,6 +7594,48 @@ module Aws::SageMaker
|
|
6723
7594
|
)
|
6724
7595
|
end)
|
6725
7596
|
|
7597
|
+
api.add_operation(:list_data_quality_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7598
|
+
o.name = "ListDataQualityJobDefinitions"
|
7599
|
+
o.http_method = "POST"
|
7600
|
+
o.http_request_uri = "/"
|
7601
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataQualityJobDefinitionsRequest)
|
7602
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataQualityJobDefinitionsResponse)
|
7603
|
+
o[:pager] = Aws::Pager.new(
|
7604
|
+
limit_key: "max_results",
|
7605
|
+
tokens: {
|
7606
|
+
"next_token" => "next_token"
|
7607
|
+
}
|
7608
|
+
)
|
7609
|
+
end)
|
7610
|
+
|
7611
|
+
api.add_operation(:list_device_fleets, Seahorse::Model::Operation.new.tap do |o|
|
7612
|
+
o.name = "ListDeviceFleets"
|
7613
|
+
o.http_method = "POST"
|
7614
|
+
o.http_request_uri = "/"
|
7615
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeviceFleetsRequest)
|
7616
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeviceFleetsResponse)
|
7617
|
+
o[:pager] = Aws::Pager.new(
|
7618
|
+
limit_key: "max_results",
|
7619
|
+
tokens: {
|
7620
|
+
"next_token" => "next_token"
|
7621
|
+
}
|
7622
|
+
)
|
7623
|
+
end)
|
7624
|
+
|
7625
|
+
api.add_operation(:list_devices, Seahorse::Model::Operation.new.tap do |o|
|
7626
|
+
o.name = "ListDevices"
|
7627
|
+
o.http_method = "POST"
|
7628
|
+
o.http_request_uri = "/"
|
7629
|
+
o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
|
7630
|
+
o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
|
7631
|
+
o[:pager] = Aws::Pager.new(
|
7632
|
+
limit_key: "max_results",
|
7633
|
+
tokens: {
|
7634
|
+
"next_token" => "next_token"
|
7635
|
+
}
|
7636
|
+
)
|
7637
|
+
end)
|
7638
|
+
|
6726
7639
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
6727
7640
|
o.name = "ListDomains"
|
6728
7641
|
o.http_method = "POST"
|
@@ -6737,6 +7650,20 @@ module Aws::SageMaker
|
|
6737
7650
|
)
|
6738
7651
|
end)
|
6739
7652
|
|
7653
|
+
api.add_operation(:list_edge_packaging_jobs, Seahorse::Model::Operation.new.tap do |o|
|
7654
|
+
o.name = "ListEdgePackagingJobs"
|
7655
|
+
o.http_method = "POST"
|
7656
|
+
o.http_request_uri = "/"
|
7657
|
+
o.input = Shapes::ShapeRef.new(shape: ListEdgePackagingJobsRequest)
|
7658
|
+
o.output = Shapes::ShapeRef.new(shape: ListEdgePackagingJobsResponse)
|
7659
|
+
o[:pager] = Aws::Pager.new(
|
7660
|
+
limit_key: "max_results",
|
7661
|
+
tokens: {
|
7662
|
+
"next_token" => "next_token"
|
7663
|
+
}
|
7664
|
+
)
|
7665
|
+
end)
|
7666
|
+
|
6740
7667
|
api.add_operation(:list_endpoint_configs, Seahorse::Model::Operation.new.tap do |o|
|
6741
7668
|
o.name = "ListEndpointConfigs"
|
6742
7669
|
o.http_method = "POST"
|
@@ -6893,6 +7820,34 @@ module Aws::SageMaker
|
|
6893
7820
|
)
|
6894
7821
|
end)
|
6895
7822
|
|
7823
|
+
api.add_operation(:list_model_bias_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7824
|
+
o.name = "ListModelBiasJobDefinitions"
|
7825
|
+
o.http_method = "POST"
|
7826
|
+
o.http_request_uri = "/"
|
7827
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelBiasJobDefinitionsRequest)
|
7828
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelBiasJobDefinitionsResponse)
|
7829
|
+
o[:pager] = Aws::Pager.new(
|
7830
|
+
limit_key: "max_results",
|
7831
|
+
tokens: {
|
7832
|
+
"next_token" => "next_token"
|
7833
|
+
}
|
7834
|
+
)
|
7835
|
+
end)
|
7836
|
+
|
7837
|
+
api.add_operation(:list_model_explainability_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7838
|
+
o.name = "ListModelExplainabilityJobDefinitions"
|
7839
|
+
o.http_method = "POST"
|
7840
|
+
o.http_request_uri = "/"
|
7841
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelExplainabilityJobDefinitionsRequest)
|
7842
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelExplainabilityJobDefinitionsResponse)
|
7843
|
+
o[:pager] = Aws::Pager.new(
|
7844
|
+
limit_key: "max_results",
|
7845
|
+
tokens: {
|
7846
|
+
"next_token" => "next_token"
|
7847
|
+
}
|
7848
|
+
)
|
7849
|
+
end)
|
7850
|
+
|
6896
7851
|
api.add_operation(:list_model_package_groups, Seahorse::Model::Operation.new.tap do |o|
|
6897
7852
|
o.name = "ListModelPackageGroups"
|
6898
7853
|
o.http_method = "POST"
|
@@ -6921,6 +7876,20 @@ module Aws::SageMaker
|
|
6921
7876
|
)
|
6922
7877
|
end)
|
6923
7878
|
|
7879
|
+
api.add_operation(:list_model_quality_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7880
|
+
o.name = "ListModelQualityJobDefinitions"
|
7881
|
+
o.http_method = "POST"
|
7882
|
+
o.http_request_uri = "/"
|
7883
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelQualityJobDefinitionsRequest)
|
7884
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelQualityJobDefinitionsResponse)
|
7885
|
+
o[:pager] = Aws::Pager.new(
|
7886
|
+
limit_key: "max_results",
|
7887
|
+
tokens: {
|
7888
|
+
"next_token" => "next_token"
|
7889
|
+
}
|
7890
|
+
)
|
7891
|
+
end)
|
7892
|
+
|
6924
7893
|
api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
|
6925
7894
|
o.name = "ListModels"
|
6926
7895
|
o.http_method = "POST"
|
@@ -7229,6 +8198,15 @@ module Aws::SageMaker
|
|
7229
8198
|
o.output = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyOutput)
|
7230
8199
|
end)
|
7231
8200
|
|
8201
|
+
api.add_operation(:register_devices, Seahorse::Model::Operation.new.tap do |o|
|
8202
|
+
o.name = "RegisterDevices"
|
8203
|
+
o.http_method = "POST"
|
8204
|
+
o.http_request_uri = "/"
|
8205
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterDevicesRequest)
|
8206
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8207
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8208
|
+
end)
|
8209
|
+
|
7232
8210
|
api.add_operation(:render_ui_template, Seahorse::Model::Operation.new.tap do |o|
|
7233
8211
|
o.name = "RenderUiTemplate"
|
7234
8212
|
o.http_method = "POST"
|
@@ -7298,6 +8276,14 @@ module Aws::SageMaker
|
|
7298
8276
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7299
8277
|
end)
|
7300
8278
|
|
8279
|
+
api.add_operation(:stop_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
|
8280
|
+
o.name = "StopEdgePackagingJob"
|
8281
|
+
o.http_method = "POST"
|
8282
|
+
o.http_request_uri = "/"
|
8283
|
+
o.input = Shapes::ShapeRef.new(shape: StopEdgePackagingJobRequest)
|
8284
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8285
|
+
end)
|
8286
|
+
|
7301
8287
|
api.add_operation(:stop_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
|
7302
8288
|
o.name = "StopHyperParameterTuningJob"
|
7303
8289
|
o.http_method = "POST"
|
@@ -7416,6 +8402,23 @@ module Aws::SageMaker
|
|
7416
8402
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7417
8403
|
end)
|
7418
8404
|
|
8405
|
+
api.add_operation(:update_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
8406
|
+
o.name = "UpdateDeviceFleet"
|
8407
|
+
o.http_method = "POST"
|
8408
|
+
o.http_request_uri = "/"
|
8409
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDeviceFleetRequest)
|
8410
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8412
|
+
end)
|
8413
|
+
|
8414
|
+
api.add_operation(:update_devices, Seahorse::Model::Operation.new.tap do |o|
|
8415
|
+
o.name = "UpdateDevices"
|
8416
|
+
o.http_method = "POST"
|
8417
|
+
o.http_request_uri = "/"
|
8418
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDevicesRequest)
|
8419
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8420
|
+
end)
|
8421
|
+
|
7419
8422
|
api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
|
7420
8423
|
o.name = "UpdateDomain"
|
7421
8424
|
o.http_method = "POST"
|
@@ -7519,6 +8522,15 @@ module Aws::SageMaker
|
|
7519
8522
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7520
8523
|
end)
|
7521
8524
|
|
8525
|
+
api.add_operation(:update_training_job, Seahorse::Model::Operation.new.tap do |o|
|
8526
|
+
o.name = "UpdateTrainingJob"
|
8527
|
+
o.http_method = "POST"
|
8528
|
+
o.http_request_uri = "/"
|
8529
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTrainingJobRequest)
|
8530
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTrainingJobResponse)
|
8531
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8532
|
+
end)
|
8533
|
+
|
7522
8534
|
api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|
|
7523
8535
|
o.name = "UpdateTrial"
|
7524
8536
|
o.http_method = "POST"
|