aws-sdk-sagemaker 1.152.0 → 1.154.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +2570 -1221
- data/lib/aws-sdk-sagemaker/client_api.rb +1247 -7
- data/lib/aws-sdk-sagemaker/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-sagemaker/endpoint_provider.rb +91 -91
- data/lib/aws-sdk-sagemaker/endpoints.rb +476 -0
- data/lib/aws-sdk-sagemaker/plugins/endpoints.rb +68 -0
- data/lib/aws-sdk-sagemaker/types.rb +3584 -9773
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -116,6 +116,7 @@ module Aws::SageMaker
|
|
116
116
|
AutoMLJobObjectiveType = Shapes::StringShape.new(name: 'AutoMLJobObjectiveType')
|
117
117
|
AutoMLJobSecondaryStatus = Shapes::StringShape.new(name: 'AutoMLJobSecondaryStatus')
|
118
118
|
AutoMLJobStatus = Shapes::StringShape.new(name: 'AutoMLJobStatus')
|
119
|
+
AutoMLJobStepMetadata = Shapes::StructureShape.new(name: 'AutoMLJobStepMetadata')
|
119
120
|
AutoMLJobSummaries = Shapes::ListShape.new(name: 'AutoMLJobSummaries')
|
120
121
|
AutoMLJobSummary = Shapes::StructureShape.new(name: 'AutoMLJobSummary')
|
121
122
|
AutoMLMaxResults = Shapes::IntegerShape.new(name: 'AutoMLMaxResults')
|
@@ -217,6 +218,8 @@ module Aws::SageMaker
|
|
217
218
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
218
219
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
219
220
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
221
|
+
CodeRepositories = Shapes::ListShape.new(name: 'CodeRepositories')
|
222
|
+
CodeRepository = Shapes::StructureShape.new(name: 'CodeRepository')
|
220
223
|
CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
|
221
224
|
CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
|
222
225
|
CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
|
@@ -303,6 +306,8 @@ module Aws::SageMaker
|
|
303
306
|
CreateFeatureGroupResponse = Shapes::StructureShape.new(name: 'CreateFeatureGroupResponse')
|
304
307
|
CreateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFlowDefinitionRequest')
|
305
308
|
CreateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFlowDefinitionResponse')
|
309
|
+
CreateHubRequest = Shapes::StructureShape.new(name: 'CreateHubRequest')
|
310
|
+
CreateHubResponse = Shapes::StructureShape.new(name: 'CreateHubResponse')
|
306
311
|
CreateHumanTaskUiRequest = Shapes::StructureShape.new(name: 'CreateHumanTaskUiRequest')
|
307
312
|
CreateHumanTaskUiResponse = Shapes::StructureShape.new(name: 'CreateHumanTaskUiResponse')
|
308
313
|
CreateHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobRequest')
|
@@ -311,12 +316,18 @@ module Aws::SageMaker
|
|
311
316
|
CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
|
312
317
|
CreateImageVersionRequest = Shapes::StructureShape.new(name: 'CreateImageVersionRequest')
|
313
318
|
CreateImageVersionResponse = Shapes::StructureShape.new(name: 'CreateImageVersionResponse')
|
319
|
+
CreateInferenceExperimentRequest = Shapes::StructureShape.new(name: 'CreateInferenceExperimentRequest')
|
320
|
+
CreateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'CreateInferenceExperimentResponse')
|
314
321
|
CreateInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobRequest')
|
315
322
|
CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
|
316
323
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
317
324
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
318
325
|
CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
|
319
326
|
CreateModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionResponse')
|
327
|
+
CreateModelCardExportJobRequest = Shapes::StructureShape.new(name: 'CreateModelCardExportJobRequest')
|
328
|
+
CreateModelCardExportJobResponse = Shapes::StructureShape.new(name: 'CreateModelCardExportJobResponse')
|
329
|
+
CreateModelCardRequest = Shapes::StructureShape.new(name: 'CreateModelCardRequest')
|
330
|
+
CreateModelCardResponse = Shapes::StructureShape.new(name: 'CreateModelCardResponse')
|
320
331
|
CreateModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelExplainabilityJobDefinitionRequest')
|
321
332
|
CreateModelExplainabilityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelExplainabilityJobDefinitionResponse')
|
322
333
|
CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
|
@@ -343,6 +354,8 @@ module Aws::SageMaker
|
|
343
354
|
CreateProcessingJobResponse = Shapes::StructureShape.new(name: 'CreateProcessingJobResponse')
|
344
355
|
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
345
356
|
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
357
|
+
CreateSpaceRequest = Shapes::StructureShape.new(name: 'CreateSpaceRequest')
|
358
|
+
CreateSpaceResponse = Shapes::StructureShape.new(name: 'CreateSpaceResponse')
|
346
359
|
CreateStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigRequest')
|
347
360
|
CreateStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigResponse')
|
348
361
|
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
@@ -387,6 +400,7 @@ module Aws::SageMaker
|
|
387
400
|
DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
|
388
401
|
DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
|
389
402
|
DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
|
403
|
+
DefaultSpaceSettings = Shapes::StructureShape.new(name: 'DefaultSpaceSettings')
|
390
404
|
DefaultUid = Shapes::IntegerShape.new(name: 'DefaultUid')
|
391
405
|
DeleteActionRequest = Shapes::StructureShape.new(name: 'DeleteActionRequest')
|
392
406
|
DeleteActionResponse = Shapes::StructureShape.new(name: 'DeleteActionResponse')
|
@@ -412,13 +426,18 @@ module Aws::SageMaker
|
|
412
426
|
DeleteFeatureGroupRequest = Shapes::StructureShape.new(name: 'DeleteFeatureGroupRequest')
|
413
427
|
DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
|
414
428
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
429
|
+
DeleteHubContentRequest = Shapes::StructureShape.new(name: 'DeleteHubContentRequest')
|
430
|
+
DeleteHubRequest = Shapes::StructureShape.new(name: 'DeleteHubRequest')
|
415
431
|
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
416
432
|
DeleteHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiResponse')
|
417
433
|
DeleteImageRequest = Shapes::StructureShape.new(name: 'DeleteImageRequest')
|
418
434
|
DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
|
419
435
|
DeleteImageVersionRequest = Shapes::StructureShape.new(name: 'DeleteImageVersionRequest')
|
420
436
|
DeleteImageVersionResponse = Shapes::StructureShape.new(name: 'DeleteImageVersionResponse')
|
437
|
+
DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
|
438
|
+
DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
|
421
439
|
DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
|
440
|
+
DeleteModelCardRequest = Shapes::StructureShape.new(name: 'DeleteModelCardRequest')
|
422
441
|
DeleteModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelExplainabilityJobDefinitionRequest')
|
423
442
|
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
424
443
|
DeleteModelPackageGroupInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupInput')
|
@@ -431,6 +450,7 @@ module Aws::SageMaker
|
|
431
450
|
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
432
451
|
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
433
452
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
453
|
+
DeleteSpaceRequest = Shapes::StructureShape.new(name: 'DeleteSpaceRequest')
|
434
454
|
DeleteStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DeleteStudioLifecycleConfigRequest')
|
435
455
|
DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
|
436
456
|
DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
|
@@ -443,6 +463,8 @@ module Aws::SageMaker
|
|
443
463
|
DeleteWorkforceResponse = Shapes::StructureShape.new(name: 'DeleteWorkforceResponse')
|
444
464
|
DeleteWorkteamRequest = Shapes::StructureShape.new(name: 'DeleteWorkteamRequest')
|
445
465
|
DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
|
466
|
+
DependencyCopyPath = Shapes::StringShape.new(name: 'DependencyCopyPath')
|
467
|
+
DependencyOriginPath = Shapes::StringShape.new(name: 'DependencyOriginPath')
|
446
468
|
DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
|
447
469
|
DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
|
448
470
|
DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
|
@@ -494,6 +516,10 @@ module Aws::SageMaker
|
|
494
516
|
DescribeFeatureMetadataResponse = Shapes::StructureShape.new(name: 'DescribeFeatureMetadataResponse')
|
495
517
|
DescribeFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionRequest')
|
496
518
|
DescribeFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionResponse')
|
519
|
+
DescribeHubContentRequest = Shapes::StructureShape.new(name: 'DescribeHubContentRequest')
|
520
|
+
DescribeHubContentResponse = Shapes::StructureShape.new(name: 'DescribeHubContentResponse')
|
521
|
+
DescribeHubRequest = Shapes::StructureShape.new(name: 'DescribeHubRequest')
|
522
|
+
DescribeHubResponse = Shapes::StructureShape.new(name: 'DescribeHubResponse')
|
497
523
|
DescribeHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiRequest')
|
498
524
|
DescribeHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiResponse')
|
499
525
|
DescribeHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobRequest')
|
@@ -502,6 +528,8 @@ module Aws::SageMaker
|
|
502
528
|
DescribeImageResponse = Shapes::StructureShape.new(name: 'DescribeImageResponse')
|
503
529
|
DescribeImageVersionRequest = Shapes::StructureShape.new(name: 'DescribeImageVersionRequest')
|
504
530
|
DescribeImageVersionResponse = Shapes::StructureShape.new(name: 'DescribeImageVersionResponse')
|
531
|
+
DescribeInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DescribeInferenceExperimentRequest')
|
532
|
+
DescribeInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DescribeInferenceExperimentResponse')
|
505
533
|
DescribeInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'DescribeInferenceRecommendationsJobRequest')
|
506
534
|
DescribeInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'DescribeInferenceRecommendationsJobResponse')
|
507
535
|
DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
|
@@ -510,6 +538,10 @@ module Aws::SageMaker
|
|
510
538
|
DescribeLineageGroupResponse = Shapes::StructureShape.new(name: 'DescribeLineageGroupResponse')
|
511
539
|
DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
|
512
540
|
DescribeModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionResponse')
|
541
|
+
DescribeModelCardExportJobRequest = Shapes::StructureShape.new(name: 'DescribeModelCardExportJobRequest')
|
542
|
+
DescribeModelCardExportJobResponse = Shapes::StructureShape.new(name: 'DescribeModelCardExportJobResponse')
|
543
|
+
DescribeModelCardRequest = Shapes::StructureShape.new(name: 'DescribeModelCardRequest')
|
544
|
+
DescribeModelCardResponse = Shapes::StructureShape.new(name: 'DescribeModelCardResponse')
|
513
545
|
DescribeModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelExplainabilityJobDefinitionRequest')
|
514
546
|
DescribeModelExplainabilityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelExplainabilityJobDefinitionResponse')
|
515
547
|
DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
|
@@ -536,6 +568,8 @@ module Aws::SageMaker
|
|
536
568
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
537
569
|
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
538
570
|
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
571
|
+
DescribeSpaceRequest = Shapes::StructureShape.new(name: 'DescribeSpaceRequest')
|
572
|
+
DescribeSpaceResponse = Shapes::StructureShape.new(name: 'DescribeSpaceResponse')
|
539
573
|
DescribeStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigRequest')
|
540
574
|
DescribeStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigResponse')
|
541
575
|
DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
|
@@ -590,6 +624,7 @@ module Aws::SageMaker
|
|
590
624
|
DisassociateNotebookInstanceLifecycleConfig = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceLifecycleConfig')
|
591
625
|
DisassociateTrialComponentRequest = Shapes::StructureShape.new(name: 'DisassociateTrialComponentRequest')
|
592
626
|
DisassociateTrialComponentResponse = Shapes::StructureShape.new(name: 'DisassociateTrialComponentResponse')
|
627
|
+
DocumentSchemaVersion = Shapes::StringShape.new(name: 'DocumentSchemaVersion')
|
593
628
|
Dollars = Shapes::IntegerShape.new(name: 'Dollars')
|
594
629
|
DomainArn = Shapes::StringShape.new(name: 'DomainArn')
|
595
630
|
DomainDetails = Shapes::StructureShape.new(name: 'DomainDetails')
|
@@ -649,6 +684,7 @@ module Aws::SageMaker
|
|
649
684
|
EndpointInput = Shapes::StructureShape.new(name: 'EndpointInput')
|
650
685
|
EndpointInputConfiguration = Shapes::StructureShape.new(name: 'EndpointInputConfiguration')
|
651
686
|
EndpointInputConfigurations = Shapes::ListShape.new(name: 'EndpointInputConfigurations')
|
687
|
+
EndpointMetadata = Shapes::StructureShape.new(name: 'EndpointMetadata')
|
652
688
|
EndpointName = Shapes::StringShape.new(name: 'EndpointName')
|
653
689
|
EndpointNameContains = Shapes::StringShape.new(name: 'EndpointNameContains')
|
654
690
|
EndpointOutputConfiguration = Shapes::StructureShape.new(name: 'EndpointOutputConfiguration')
|
@@ -756,6 +792,32 @@ module Aws::SageMaker
|
|
756
792
|
Group = Shapes::StringShape.new(name: 'Group')
|
757
793
|
Groups = Shapes::ListShape.new(name: 'Groups')
|
758
794
|
HookParameters = Shapes::MapShape.new(name: 'HookParameters')
|
795
|
+
HubArn = Shapes::StringShape.new(name: 'HubArn')
|
796
|
+
HubContentArn = Shapes::StringShape.new(name: 'HubContentArn')
|
797
|
+
HubContentDependency = Shapes::StructureShape.new(name: 'HubContentDependency')
|
798
|
+
HubContentDependencyList = Shapes::ListShape.new(name: 'HubContentDependencyList')
|
799
|
+
HubContentDescription = Shapes::StringShape.new(name: 'HubContentDescription')
|
800
|
+
HubContentDisplayName = Shapes::StringShape.new(name: 'HubContentDisplayName')
|
801
|
+
HubContentDocument = Shapes::StringShape.new(name: 'HubContentDocument')
|
802
|
+
HubContentInfo = Shapes::StructureShape.new(name: 'HubContentInfo')
|
803
|
+
HubContentInfoList = Shapes::ListShape.new(name: 'HubContentInfoList')
|
804
|
+
HubContentMarkdown = Shapes::StringShape.new(name: 'HubContentMarkdown')
|
805
|
+
HubContentName = Shapes::StringShape.new(name: 'HubContentName')
|
806
|
+
HubContentSearchKeywordList = Shapes::ListShape.new(name: 'HubContentSearchKeywordList')
|
807
|
+
HubContentSortBy = Shapes::StringShape.new(name: 'HubContentSortBy')
|
808
|
+
HubContentStatus = Shapes::StringShape.new(name: 'HubContentStatus')
|
809
|
+
HubContentType = Shapes::StringShape.new(name: 'HubContentType')
|
810
|
+
HubContentVersion = Shapes::StringShape.new(name: 'HubContentVersion')
|
811
|
+
HubDescription = Shapes::StringShape.new(name: 'HubDescription')
|
812
|
+
HubDisplayName = Shapes::StringShape.new(name: 'HubDisplayName')
|
813
|
+
HubInfo = Shapes::StructureShape.new(name: 'HubInfo')
|
814
|
+
HubInfoList = Shapes::ListShape.new(name: 'HubInfoList')
|
815
|
+
HubName = Shapes::StringShape.new(name: 'HubName')
|
816
|
+
HubS3StorageConfig = Shapes::StructureShape.new(name: 'HubS3StorageConfig')
|
817
|
+
HubSearchKeyword = Shapes::StringShape.new(name: 'HubSearchKeyword')
|
818
|
+
HubSearchKeywordList = Shapes::ListShape.new(name: 'HubSearchKeywordList')
|
819
|
+
HubSortBy = Shapes::StringShape.new(name: 'HubSortBy')
|
820
|
+
HubStatus = Shapes::StringShape.new(name: 'HubStatus')
|
759
821
|
HumanLoopActivationConditions = Shapes::StringShape.new(name: 'HumanLoopActivationConditions')
|
760
822
|
HumanLoopActivationConditionsConfig = Shapes::StructureShape.new(name: 'HumanLoopActivationConditionsConfig')
|
761
823
|
HumanLoopActivationConfig = Shapes::StructureShape.new(name: 'HumanLoopActivationConfig')
|
@@ -826,8 +888,21 @@ module Aws::SageMaker
|
|
826
888
|
ImageVersionStatus = Shapes::StringShape.new(name: 'ImageVersionStatus')
|
827
889
|
ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
|
828
890
|
Images = Shapes::ListShape.new(name: 'Images')
|
891
|
+
ImportHubContentRequest = Shapes::StructureShape.new(name: 'ImportHubContentRequest')
|
892
|
+
ImportHubContentResponse = Shapes::StructureShape.new(name: 'ImportHubContentResponse')
|
829
893
|
InferenceExecutionConfig = Shapes::StructureShape.new(name: 'InferenceExecutionConfig')
|
830
894
|
InferenceExecutionMode = Shapes::StringShape.new(name: 'InferenceExecutionMode')
|
895
|
+
InferenceExperimentArn = Shapes::StringShape.new(name: 'InferenceExperimentArn')
|
896
|
+
InferenceExperimentDataStorageConfig = Shapes::StructureShape.new(name: 'InferenceExperimentDataStorageConfig')
|
897
|
+
InferenceExperimentDescription = Shapes::StringShape.new(name: 'InferenceExperimentDescription')
|
898
|
+
InferenceExperimentList = Shapes::ListShape.new(name: 'InferenceExperimentList')
|
899
|
+
InferenceExperimentName = Shapes::StringShape.new(name: 'InferenceExperimentName')
|
900
|
+
InferenceExperimentSchedule = Shapes::StructureShape.new(name: 'InferenceExperimentSchedule')
|
901
|
+
InferenceExperimentStatus = Shapes::StringShape.new(name: 'InferenceExperimentStatus')
|
902
|
+
InferenceExperimentStatusReason = Shapes::StringShape.new(name: 'InferenceExperimentStatusReason')
|
903
|
+
InferenceExperimentStopDesiredState = Shapes::StringShape.new(name: 'InferenceExperimentStopDesiredState')
|
904
|
+
InferenceExperimentSummary = Shapes::StructureShape.new(name: 'InferenceExperimentSummary')
|
905
|
+
InferenceExperimentType = Shapes::StringShape.new(name: 'InferenceExperimentType')
|
831
906
|
InferenceImage = Shapes::StringShape.new(name: 'InferenceImage')
|
832
907
|
InferenceMetrics = Shapes::StructureShape.new(name: 'InferenceMetrics')
|
833
908
|
InferenceRecommendation = Shapes::StructureShape.new(name: 'InferenceRecommendation')
|
@@ -957,6 +1032,12 @@ module Aws::SageMaker
|
|
957
1032
|
ListFeatureGroupsResponse = Shapes::StructureShape.new(name: 'ListFeatureGroupsResponse')
|
958
1033
|
ListFlowDefinitionsRequest = Shapes::StructureShape.new(name: 'ListFlowDefinitionsRequest')
|
959
1034
|
ListFlowDefinitionsResponse = Shapes::StructureShape.new(name: 'ListFlowDefinitionsResponse')
|
1035
|
+
ListHubContentVersionsRequest = Shapes::StructureShape.new(name: 'ListHubContentVersionsRequest')
|
1036
|
+
ListHubContentVersionsResponse = Shapes::StructureShape.new(name: 'ListHubContentVersionsResponse')
|
1037
|
+
ListHubContentsRequest = Shapes::StructureShape.new(name: 'ListHubContentsRequest')
|
1038
|
+
ListHubContentsResponse = Shapes::StructureShape.new(name: 'ListHubContentsResponse')
|
1039
|
+
ListHubsRequest = Shapes::StructureShape.new(name: 'ListHubsRequest')
|
1040
|
+
ListHubsResponse = Shapes::StructureShape.new(name: 'ListHubsResponse')
|
960
1041
|
ListHumanTaskUisRequest = Shapes::StructureShape.new(name: 'ListHumanTaskUisRequest')
|
961
1042
|
ListHumanTaskUisResponse = Shapes::StructureShape.new(name: 'ListHumanTaskUisResponse')
|
962
1043
|
ListHyperParameterTuningJobsRequest = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsRequest')
|
@@ -965,6 +1046,8 @@ module Aws::SageMaker
|
|
965
1046
|
ListImageVersionsResponse = Shapes::StructureShape.new(name: 'ListImageVersionsResponse')
|
966
1047
|
ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
|
967
1048
|
ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
|
1049
|
+
ListInferenceExperimentsRequest = Shapes::StructureShape.new(name: 'ListInferenceExperimentsRequest')
|
1050
|
+
ListInferenceExperimentsResponse = Shapes::StructureShape.new(name: 'ListInferenceExperimentsResponse')
|
968
1051
|
ListInferenceRecommendationsJobStepsRequest = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobStepsRequest')
|
969
1052
|
ListInferenceRecommendationsJobStepsResponse = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobStepsResponse')
|
970
1053
|
ListInferenceRecommendationsJobsRequest = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobsRequest')
|
@@ -981,6 +1064,12 @@ module Aws::SageMaker
|
|
981
1064
|
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
982
1065
|
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
983
1066
|
ListModelBiasJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsResponse')
|
1067
|
+
ListModelCardExportJobsRequest = Shapes::StructureShape.new(name: 'ListModelCardExportJobsRequest')
|
1068
|
+
ListModelCardExportJobsResponse = Shapes::StructureShape.new(name: 'ListModelCardExportJobsResponse')
|
1069
|
+
ListModelCardVersionsRequest = Shapes::StructureShape.new(name: 'ListModelCardVersionsRequest')
|
1070
|
+
ListModelCardVersionsResponse = Shapes::StructureShape.new(name: 'ListModelCardVersionsResponse')
|
1071
|
+
ListModelCardsRequest = Shapes::StructureShape.new(name: 'ListModelCardsRequest')
|
1072
|
+
ListModelCardsResponse = Shapes::StructureShape.new(name: 'ListModelCardsResponse')
|
984
1073
|
ListModelExplainabilityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsRequest')
|
985
1074
|
ListModelExplainabilityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsResponse')
|
986
1075
|
ListModelMetadataRequest = Shapes::StructureShape.new(name: 'ListModelMetadataRequest')
|
@@ -993,6 +1082,10 @@ module Aws::SageMaker
|
|
993
1082
|
ListModelQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsResponse')
|
994
1083
|
ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
|
995
1084
|
ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
|
1085
|
+
ListMonitoringAlertHistoryRequest = Shapes::StructureShape.new(name: 'ListMonitoringAlertHistoryRequest')
|
1086
|
+
ListMonitoringAlertHistoryResponse = Shapes::StructureShape.new(name: 'ListMonitoringAlertHistoryResponse')
|
1087
|
+
ListMonitoringAlertsRequest = Shapes::StructureShape.new(name: 'ListMonitoringAlertsRequest')
|
1088
|
+
ListMonitoringAlertsResponse = Shapes::StructureShape.new(name: 'ListMonitoringAlertsResponse')
|
996
1089
|
ListMonitoringExecutionsRequest = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsRequest')
|
997
1090
|
ListMonitoringExecutionsResponse = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsResponse')
|
998
1091
|
ListMonitoringSchedulesRequest = Shapes::StructureShape.new(name: 'ListMonitoringSchedulesRequest')
|
@@ -1013,6 +1106,8 @@ module Aws::SageMaker
|
|
1013
1106
|
ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
|
1014
1107
|
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
1015
1108
|
ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
|
1109
|
+
ListSpacesRequest = Shapes::StructureShape.new(name: 'ListSpacesRequest')
|
1110
|
+
ListSpacesResponse = Shapes::StructureShape.new(name: 'ListSpacesResponse')
|
1016
1111
|
ListStageDevicesRequest = Shapes::StructureShape.new(name: 'ListStageDevicesRequest')
|
1017
1112
|
ListStageDevicesResponse = Shapes::StructureShape.new(name: 'ListStageDevicesResponse')
|
1018
1113
|
ListStudioLifecycleConfigsRequest = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsRequest')
|
@@ -1077,6 +1172,7 @@ module Aws::SageMaker
|
|
1077
1172
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
1078
1173
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
1079
1174
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
1175
|
+
Model = Shapes::StructureShape.new(name: 'Model')
|
1080
1176
|
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
1081
1177
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
1082
1178
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
@@ -1084,8 +1180,36 @@ module Aws::SageMaker
|
|
1084
1180
|
ModelBiasBaselineConfig = Shapes::StructureShape.new(name: 'ModelBiasBaselineConfig')
|
1085
1181
|
ModelBiasJobInput = Shapes::StructureShape.new(name: 'ModelBiasJobInput')
|
1086
1182
|
ModelCacheSetting = Shapes::StringShape.new(name: 'ModelCacheSetting')
|
1183
|
+
ModelCard = Shapes::StructureShape.new(name: 'ModelCard')
|
1184
|
+
ModelCardArn = Shapes::StringShape.new(name: 'ModelCardArn')
|
1185
|
+
ModelCardContent = Shapes::StringShape.new(name: 'ModelCardContent')
|
1186
|
+
ModelCardExportArtifacts = Shapes::StructureShape.new(name: 'ModelCardExportArtifacts')
|
1187
|
+
ModelCardExportJobArn = Shapes::StringShape.new(name: 'ModelCardExportJobArn')
|
1188
|
+
ModelCardExportJobSortBy = Shapes::StringShape.new(name: 'ModelCardExportJobSortBy')
|
1189
|
+
ModelCardExportJobSortOrder = Shapes::StringShape.new(name: 'ModelCardExportJobSortOrder')
|
1190
|
+
ModelCardExportJobStatus = Shapes::StringShape.new(name: 'ModelCardExportJobStatus')
|
1191
|
+
ModelCardExportJobSummary = Shapes::StructureShape.new(name: 'ModelCardExportJobSummary')
|
1192
|
+
ModelCardExportJobSummaryList = Shapes::ListShape.new(name: 'ModelCardExportJobSummaryList')
|
1193
|
+
ModelCardExportOutputConfig = Shapes::StructureShape.new(name: 'ModelCardExportOutputConfig')
|
1194
|
+
ModelCardProcessingStatus = Shapes::StringShape.new(name: 'ModelCardProcessingStatus')
|
1195
|
+
ModelCardSecurityConfig = Shapes::StructureShape.new(name: 'ModelCardSecurityConfig')
|
1196
|
+
ModelCardSortBy = Shapes::StringShape.new(name: 'ModelCardSortBy')
|
1197
|
+
ModelCardSortOrder = Shapes::StringShape.new(name: 'ModelCardSortOrder')
|
1198
|
+
ModelCardStatus = Shapes::StringShape.new(name: 'ModelCardStatus')
|
1199
|
+
ModelCardSummary = Shapes::StructureShape.new(name: 'ModelCardSummary')
|
1200
|
+
ModelCardSummaryList = Shapes::ListShape.new(name: 'ModelCardSummaryList')
|
1201
|
+
ModelCardVersionSortBy = Shapes::StringShape.new(name: 'ModelCardVersionSortBy')
|
1202
|
+
ModelCardVersionSummary = Shapes::StructureShape.new(name: 'ModelCardVersionSummary')
|
1203
|
+
ModelCardVersionSummaryList = Shapes::ListShape.new(name: 'ModelCardVersionSummaryList')
|
1087
1204
|
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
1088
1205
|
ModelConfiguration = Shapes::StructureShape.new(name: 'ModelConfiguration')
|
1206
|
+
ModelDashboardEndpoint = Shapes::StructureShape.new(name: 'ModelDashboardEndpoint')
|
1207
|
+
ModelDashboardEndpoints = Shapes::ListShape.new(name: 'ModelDashboardEndpoints')
|
1208
|
+
ModelDashboardIndicatorAction = Shapes::StructureShape.new(name: 'ModelDashboardIndicatorAction')
|
1209
|
+
ModelDashboardModel = Shapes::StructureShape.new(name: 'ModelDashboardModel')
|
1210
|
+
ModelDashboardModelCard = Shapes::StructureShape.new(name: 'ModelDashboardModelCard')
|
1211
|
+
ModelDashboardMonitoringSchedule = Shapes::StructureShape.new(name: 'ModelDashboardMonitoringSchedule')
|
1212
|
+
ModelDashboardMonitoringSchedules = Shapes::ListShape.new(name: 'ModelDashboardMonitoringSchedules')
|
1089
1213
|
ModelDataQuality = Shapes::StructureShape.new(name: 'ModelDataQuality')
|
1090
1214
|
ModelDeployConfig = Shapes::StructureShape.new(name: 'ModelDeployConfig')
|
1091
1215
|
ModelDeployResult = Shapes::StructureShape.new(name: 'ModelDeployResult')
|
@@ -1093,6 +1217,8 @@ module Aws::SageMaker
|
|
1093
1217
|
ModelExplainabilityAppSpecification = Shapes::StructureShape.new(name: 'ModelExplainabilityAppSpecification')
|
1094
1218
|
ModelExplainabilityBaselineConfig = Shapes::StructureShape.new(name: 'ModelExplainabilityBaselineConfig')
|
1095
1219
|
ModelExplainabilityJobInput = Shapes::StructureShape.new(name: 'ModelExplainabilityJobInput')
|
1220
|
+
ModelInfrastructureConfig = Shapes::StructureShape.new(name: 'ModelInfrastructureConfig')
|
1221
|
+
ModelInfrastructureType = Shapes::StringShape.new(name: 'ModelInfrastructureType')
|
1096
1222
|
ModelInput = Shapes::StructureShape.new(name: 'ModelInput')
|
1097
1223
|
ModelInsightsLocation = Shapes::StringShape.new(name: 'ModelInsightsLocation')
|
1098
1224
|
ModelLatencyThreshold = Shapes::StructureShape.new(name: 'ModelLatencyThreshold')
|
@@ -1139,14 +1265,32 @@ module Aws::SageMaker
|
|
1139
1265
|
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
1140
1266
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
1141
1267
|
ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
|
1268
|
+
ModelVariantAction = Shapes::StringShape.new(name: 'ModelVariantAction')
|
1269
|
+
ModelVariantActionMap = Shapes::MapShape.new(name: 'ModelVariantActionMap')
|
1270
|
+
ModelVariantConfig = Shapes::StructureShape.new(name: 'ModelVariantConfig')
|
1271
|
+
ModelVariantConfigList = Shapes::ListShape.new(name: 'ModelVariantConfigList')
|
1272
|
+
ModelVariantConfigSummary = Shapes::StructureShape.new(name: 'ModelVariantConfigSummary')
|
1273
|
+
ModelVariantConfigSummaryList = Shapes::ListShape.new(name: 'ModelVariantConfigSummaryList')
|
1274
|
+
ModelVariantName = Shapes::StringShape.new(name: 'ModelVariantName')
|
1275
|
+
ModelVariantStatus = Shapes::StringShape.new(name: 'ModelVariantStatus')
|
1276
|
+
MonitoringAlertActions = Shapes::StructureShape.new(name: 'MonitoringAlertActions')
|
1277
|
+
MonitoringAlertHistoryList = Shapes::ListShape.new(name: 'MonitoringAlertHistoryList')
|
1278
|
+
MonitoringAlertHistorySortKey = Shapes::StringShape.new(name: 'MonitoringAlertHistorySortKey')
|
1279
|
+
MonitoringAlertHistorySummary = Shapes::StructureShape.new(name: 'MonitoringAlertHistorySummary')
|
1280
|
+
MonitoringAlertName = Shapes::StringShape.new(name: 'MonitoringAlertName')
|
1281
|
+
MonitoringAlertStatus = Shapes::StringShape.new(name: 'MonitoringAlertStatus')
|
1282
|
+
MonitoringAlertSummary = Shapes::StructureShape.new(name: 'MonitoringAlertSummary')
|
1283
|
+
MonitoringAlertSummaryList = Shapes::ListShape.new(name: 'MonitoringAlertSummaryList')
|
1142
1284
|
MonitoringAppSpecification = Shapes::StructureShape.new(name: 'MonitoringAppSpecification')
|
1143
1285
|
MonitoringBaselineConfig = Shapes::StructureShape.new(name: 'MonitoringBaselineConfig')
|
1144
1286
|
MonitoringClusterConfig = Shapes::StructureShape.new(name: 'MonitoringClusterConfig')
|
1145
1287
|
MonitoringConstraintsResource = Shapes::StructureShape.new(name: 'MonitoringConstraintsResource')
|
1146
1288
|
MonitoringContainerArguments = Shapes::ListShape.new(name: 'MonitoringContainerArguments')
|
1147
1289
|
MonitoringCsvDatasetFormat = Shapes::StructureShape.new(name: 'MonitoringCsvDatasetFormat')
|
1290
|
+
MonitoringDatapointsToAlert = Shapes::IntegerShape.new(name: 'MonitoringDatapointsToAlert')
|
1148
1291
|
MonitoringDatasetFormat = Shapes::StructureShape.new(name: 'MonitoringDatasetFormat')
|
1149
1292
|
MonitoringEnvironmentMap = Shapes::MapShape.new(name: 'MonitoringEnvironmentMap')
|
1293
|
+
MonitoringEvaluationPeriod = Shapes::IntegerShape.new(name: 'MonitoringEvaluationPeriod')
|
1150
1294
|
MonitoringExecutionSortKey = Shapes::StringShape.new(name: 'MonitoringExecutionSortKey')
|
1151
1295
|
MonitoringExecutionSummary = Shapes::StructureShape.new(name: 'MonitoringExecutionSummary')
|
1152
1296
|
MonitoringExecutionSummaryList = Shapes::ListShape.new(name: 'MonitoringExecutionSummaryList')
|
@@ -1282,6 +1426,7 @@ module Aws::SageMaker
|
|
1282
1426
|
PipelineExecutionSummaryList = Shapes::ListShape.new(name: 'PipelineExecutionSummaryList')
|
1283
1427
|
PipelineExperimentConfig = Shapes::StructureShape.new(name: 'PipelineExperimentConfig')
|
1284
1428
|
PipelineName = Shapes::StringShape.new(name: 'PipelineName')
|
1429
|
+
PipelineNameOrArn = Shapes::StringShape.new(name: 'PipelineNameOrArn')
|
1285
1430
|
PipelineParameterName = Shapes::StringShape.new(name: 'PipelineParameterName')
|
1286
1431
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
1287
1432
|
PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
|
@@ -1383,6 +1528,7 @@ module Aws::SageMaker
|
|
1383
1528
|
RStudioServerProDomainSettings = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettings')
|
1384
1529
|
RStudioServerProDomainSettingsForUpdate = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettingsForUpdate')
|
1385
1530
|
RStudioServerProUserGroup = Shapes::StringShape.new(name: 'RStudioServerProUserGroup')
|
1531
|
+
RealTimeInferenceConfig = Shapes::StructureShape.new(name: 'RealTimeInferenceConfig')
|
1386
1532
|
RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
|
1387
1533
|
RecommendationFailureReason = Shapes::StringShape.new(name: 'RecommendationFailureReason')
|
1388
1534
|
RecommendationJobArn = Shapes::StringShape.new(name: 'RecommendationJobArn')
|
@@ -1420,6 +1566,7 @@ module Aws::SageMaker
|
|
1420
1566
|
RepositoryAccessMode = Shapes::StringShape.new(name: 'RepositoryAccessMode')
|
1421
1567
|
RepositoryAuthConfig = Shapes::StructureShape.new(name: 'RepositoryAuthConfig')
|
1422
1568
|
RepositoryCredentialsProviderArn = Shapes::StringShape.new(name: 'RepositoryCredentialsProviderArn')
|
1569
|
+
RepositoryUrl = Shapes::StringShape.new(name: 'RepositoryUrl')
|
1423
1570
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
1424
1571
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1425
1572
|
ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
|
@@ -1449,6 +1596,7 @@ module Aws::SageMaker
|
|
1449
1596
|
S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
|
1450
1597
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
1451
1598
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
1599
|
+
S3OutputPath = Shapes::StringShape.new(name: 'S3OutputPath')
|
1452
1600
|
S3StorageConfig = Shapes::StructureShape.new(name: 'S3StorageConfig')
|
1453
1601
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
1454
1602
|
SagemakerServicecatalogStatus = Shapes::StringShape.new(name: 'SagemakerServicecatalogStatus')
|
@@ -1481,6 +1629,9 @@ module Aws::SageMaker
|
|
1481
1629
|
ServiceCatalogProvisioningDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningDetails')
|
1482
1630
|
ServiceCatalogProvisioningUpdateDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningUpdateDetails')
|
1483
1631
|
SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
|
1632
|
+
ShadowModeConfig = Shapes::StructureShape.new(name: 'ShadowModeConfig')
|
1633
|
+
ShadowModelVariantConfig = Shapes::StructureShape.new(name: 'ShadowModelVariantConfig')
|
1634
|
+
ShadowModelVariantConfigList = Shapes::ListShape.new(name: 'ShadowModelVariantConfigList')
|
1484
1635
|
SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
|
1485
1636
|
ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
|
1486
1637
|
SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
|
@@ -1491,6 +1642,7 @@ module Aws::SageMaker
|
|
1491
1642
|
SortBy = Shapes::StringShape.new(name: 'SortBy')
|
1492
1643
|
SortContextsBy = Shapes::StringShape.new(name: 'SortContextsBy')
|
1493
1644
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
1645
|
+
SortInferenceExperimentsBy = Shapes::StringShape.new(name: 'SortInferenceExperimentsBy')
|
1494
1646
|
SortLineageGroupsBy = Shapes::StringShape.new(name: 'SortLineageGroupsBy')
|
1495
1647
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1496
1648
|
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
@@ -1503,10 +1655,19 @@ module Aws::SageMaker
|
|
1503
1655
|
SourceIpConfig = Shapes::StructureShape.new(name: 'SourceIpConfig')
|
1504
1656
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
1505
1657
|
SourceUri = Shapes::StringShape.new(name: 'SourceUri')
|
1658
|
+
SpaceArn = Shapes::StringShape.new(name: 'SpaceArn')
|
1659
|
+
SpaceDetails = Shapes::StructureShape.new(name: 'SpaceDetails')
|
1660
|
+
SpaceList = Shapes::ListShape.new(name: 'SpaceList')
|
1661
|
+
SpaceName = Shapes::StringShape.new(name: 'SpaceName')
|
1662
|
+
SpaceSettings = Shapes::StructureShape.new(name: 'SpaceSettings')
|
1663
|
+
SpaceSortKey = Shapes::StringShape.new(name: 'SpaceSortKey')
|
1664
|
+
SpaceStatus = Shapes::StringShape.new(name: 'SpaceStatus')
|
1506
1665
|
SpawnRate = Shapes::IntegerShape.new(name: 'SpawnRate')
|
1507
1666
|
SplitType = Shapes::StringShape.new(name: 'SplitType')
|
1508
1667
|
StageStatus = Shapes::StringShape.new(name: 'StageStatus')
|
1509
1668
|
StartEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StartEdgeDeploymentStageRequest')
|
1669
|
+
StartInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StartInferenceExperimentRequest')
|
1670
|
+
StartInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StartInferenceExperimentResponse')
|
1510
1671
|
StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
|
1511
1672
|
StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
|
1512
1673
|
StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
|
@@ -1522,6 +1683,8 @@ module Aws::SageMaker
|
|
1522
1683
|
StopEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StopEdgeDeploymentStageRequest')
|
1523
1684
|
StopEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'StopEdgePackagingJobRequest')
|
1524
1685
|
StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
|
1686
|
+
StopInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StopInferenceExperimentRequest')
|
1687
|
+
StopInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StopInferenceExperimentResponse')
|
1525
1688
|
StopInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'StopInferenceRecommendationsJobRequest')
|
1526
1689
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
1527
1690
|
StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
|
@@ -1556,6 +1719,7 @@ module Aws::SageMaker
|
|
1556
1719
|
SubscribedWorkteams = Shapes::ListShape.new(name: 'SubscribedWorkteams')
|
1557
1720
|
Success = Shapes::BooleanShape.new(name: 'Success')
|
1558
1721
|
SuggestionQuery = Shapes::StructureShape.new(name: 'SuggestionQuery')
|
1722
|
+
TableFormat = Shapes::StringShape.new(name: 'TableFormat')
|
1559
1723
|
TableName = Shapes::StringShape.new(name: 'TableName')
|
1560
1724
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
1561
1725
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
@@ -1655,6 +1819,7 @@ module Aws::SageMaker
|
|
1655
1819
|
TrialComponentSource = Shapes::StructureShape.new(name: 'TrialComponentSource')
|
1656
1820
|
TrialComponentSourceArn = Shapes::StringShape.new(name: 'TrialComponentSourceArn')
|
1657
1821
|
TrialComponentSourceDetail = Shapes::StructureShape.new(name: 'TrialComponentSourceDetail')
|
1822
|
+
TrialComponentSources = Shapes::ListShape.new(name: 'TrialComponentSources')
|
1658
1823
|
TrialComponentStatus = Shapes::StructureShape.new(name: 'TrialComponentStatus')
|
1659
1824
|
TrialComponentStatusMessage = Shapes::StringShape.new(name: 'TrialComponentStatusMessage')
|
1660
1825
|
TrialComponentSummaries = Shapes::ListShape.new(name: 'TrialComponentSummaries')
|
@@ -1692,10 +1857,18 @@ module Aws::SageMaker
|
|
1692
1857
|
UpdateFeatureGroupRequest = Shapes::StructureShape.new(name: 'UpdateFeatureGroupRequest')
|
1693
1858
|
UpdateFeatureGroupResponse = Shapes::StructureShape.new(name: 'UpdateFeatureGroupResponse')
|
1694
1859
|
UpdateFeatureMetadataRequest = Shapes::StructureShape.new(name: 'UpdateFeatureMetadataRequest')
|
1860
|
+
UpdateHubRequest = Shapes::StructureShape.new(name: 'UpdateHubRequest')
|
1861
|
+
UpdateHubResponse = Shapes::StructureShape.new(name: 'UpdateHubResponse')
|
1695
1862
|
UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
|
1696
1863
|
UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
|
1864
|
+
UpdateInferenceExperimentRequest = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentRequest')
|
1865
|
+
UpdateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentResponse')
|
1866
|
+
UpdateModelCardRequest = Shapes::StructureShape.new(name: 'UpdateModelCardRequest')
|
1867
|
+
UpdateModelCardResponse = Shapes::StructureShape.new(name: 'UpdateModelCardResponse')
|
1697
1868
|
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
1698
1869
|
UpdateModelPackageOutput = Shapes::StructureShape.new(name: 'UpdateModelPackageOutput')
|
1870
|
+
UpdateMonitoringAlertRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringAlertRequest')
|
1871
|
+
UpdateMonitoringAlertResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringAlertResponse')
|
1699
1872
|
UpdateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleRequest')
|
1700
1873
|
UpdateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleResponse')
|
1701
1874
|
UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
|
@@ -1708,6 +1881,8 @@ module Aws::SageMaker
|
|
1708
1881
|
UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
|
1709
1882
|
UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
|
1710
1883
|
UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
|
1884
|
+
UpdateSpaceRequest = Shapes::StructureShape.new(name: 'UpdateSpaceRequest')
|
1885
|
+
UpdateSpaceResponse = Shapes::StructureShape.new(name: 'UpdateSpaceResponse')
|
1711
1886
|
UpdateTrainingJobRequest = Shapes::StructureShape.new(name: 'UpdateTrainingJobRequest')
|
1712
1887
|
UpdateTrainingJobResponse = Shapes::StructureShape.new(name: 'UpdateTrainingJobResponse')
|
1713
1888
|
UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
|
@@ -1872,6 +2047,7 @@ module Aws::SageMaker
|
|
1872
2047
|
AppDetails.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
|
1873
2048
|
AppDetails.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
|
1874
2049
|
AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
2050
|
+
AppDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
1875
2051
|
AppDetails.struct_class = Types::AppDetails
|
1876
2052
|
|
1877
2053
|
AppImageConfigDetails.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
@@ -2023,6 +2199,9 @@ module Aws::SageMaker
|
|
2023
2199
|
AutoMLJobObjective.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))
|
2024
2200
|
AutoMLJobObjective.struct_class = Types::AutoMLJobObjective
|
2025
2201
|
|
2202
|
+
AutoMLJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "Arn"))
|
2203
|
+
AutoMLJobStepMetadata.struct_class = Types::AutoMLJobStepMetadata
|
2204
|
+
|
2026
2205
|
AutoMLJobSummaries.member = Shapes::ShapeRef.new(shape: AutoMLJobSummary)
|
2027
2206
|
|
2028
2207
|
AutoMLJobSummary.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
@@ -2235,6 +2414,11 @@ module Aws::SageMaker
|
|
2235
2414
|
ClarifyTextConfig.add_member(:granularity, Shapes::ShapeRef.new(shape: ClarifyTextGranularity, required: true, location_name: "Granularity"))
|
2236
2415
|
ClarifyTextConfig.struct_class = Types::ClarifyTextConfig
|
2237
2416
|
|
2417
|
+
CodeRepositories.member = Shapes::ShapeRef.new(shape: CodeRepository)
|
2418
|
+
|
2419
|
+
CodeRepository.add_member(:repository_url, Shapes::ShapeRef.new(shape: RepositoryUrl, required: true, location_name: "RepositoryUrl"))
|
2420
|
+
CodeRepository.struct_class = Types::CodeRepository
|
2421
|
+
|
2238
2422
|
CodeRepositorySummary.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
2239
2423
|
CodeRepositorySummary.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
2240
2424
|
CodeRepositorySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
@@ -2367,11 +2551,12 @@ module Aws::SageMaker
|
|
2367
2551
|
CreateAppImageConfigResponse.struct_class = Types::CreateAppImageConfigResponse
|
2368
2552
|
|
2369
2553
|
CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
2370
|
-
CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName,
|
2554
|
+
CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
|
2371
2555
|
CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
2372
2556
|
CreateAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
|
2373
2557
|
CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2374
2558
|
CreateAppRequest.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
|
2559
|
+
CreateAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
2375
2560
|
CreateAppRequest.struct_class = Types::CreateAppRequest
|
2376
2561
|
|
2377
2562
|
CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
|
@@ -2469,6 +2654,7 @@ module Aws::SageMaker
|
|
2469
2654
|
CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2470
2655
|
CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
|
2471
2656
|
CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
|
2657
|
+
CreateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
|
2472
2658
|
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
2473
2659
|
|
2474
2660
|
CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
|
@@ -2506,6 +2692,7 @@ module Aws::SageMaker
|
|
2506
2692
|
CreateEndpointConfigInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2507
2693
|
CreateEndpointConfigInput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
2508
2694
|
CreateEndpointConfigInput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
2695
|
+
CreateEndpointConfigInput.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, location_name: "ShadowProductionVariants"))
|
2509
2696
|
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
2510
2697
|
|
2511
2698
|
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
@@ -2555,6 +2742,17 @@ module Aws::SageMaker
|
|
2555
2742
|
CreateFlowDefinitionResponse.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location_name: "FlowDefinitionArn"))
|
2556
2743
|
CreateFlowDefinitionResponse.struct_class = Types::CreateFlowDefinitionResponse
|
2557
2744
|
|
2745
|
+
CreateHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
2746
|
+
CreateHubRequest.add_member(:hub_description, Shapes::ShapeRef.new(shape: HubDescription, required: true, location_name: "HubDescription"))
|
2747
|
+
CreateHubRequest.add_member(:hub_display_name, Shapes::ShapeRef.new(shape: HubDisplayName, location_name: "HubDisplayName"))
|
2748
|
+
CreateHubRequest.add_member(:hub_search_keywords, Shapes::ShapeRef.new(shape: HubSearchKeywordList, location_name: "HubSearchKeywords"))
|
2749
|
+
CreateHubRequest.add_member(:s3_storage_config, Shapes::ShapeRef.new(shape: HubS3StorageConfig, location_name: "S3StorageConfig"))
|
2750
|
+
CreateHubRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2751
|
+
CreateHubRequest.struct_class = Types::CreateHubRequest
|
2752
|
+
|
2753
|
+
CreateHubResponse.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
2754
|
+
CreateHubResponse.struct_class = Types::CreateHubResponse
|
2755
|
+
|
2558
2756
|
CreateHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
2559
2757
|
CreateHumanTaskUiRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, required: true, location_name: "UiTemplate"))
|
2560
2758
|
CreateHumanTaskUiRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -2592,6 +2790,22 @@ module Aws::SageMaker
|
|
2592
2790
|
CreateImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
|
2593
2791
|
CreateImageVersionResponse.struct_class = Types::CreateImageVersionResponse
|
2594
2792
|
|
2793
|
+
CreateInferenceExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
2794
|
+
CreateInferenceExperimentRequest.add_member(:type, Shapes::ShapeRef.new(shape: InferenceExperimentType, required: true, location_name: "Type"))
|
2795
|
+
CreateInferenceExperimentRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: InferenceExperimentSchedule, location_name: "Schedule"))
|
2796
|
+
CreateInferenceExperimentRequest.add_member(:description, Shapes::ShapeRef.new(shape: InferenceExperimentDescription, location_name: "Description"))
|
2797
|
+
CreateInferenceExperimentRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2798
|
+
CreateInferenceExperimentRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
2799
|
+
CreateInferenceExperimentRequest.add_member(:model_variants, Shapes::ShapeRef.new(shape: ModelVariantConfigList, required: true, location_name: "ModelVariants"))
|
2800
|
+
CreateInferenceExperimentRequest.add_member(:data_storage_config, Shapes::ShapeRef.new(shape: InferenceExperimentDataStorageConfig, location_name: "DataStorageConfig"))
|
2801
|
+
CreateInferenceExperimentRequest.add_member(:shadow_mode_config, Shapes::ShapeRef.new(shape: ShadowModeConfig, required: true, location_name: "ShadowModeConfig"))
|
2802
|
+
CreateInferenceExperimentRequest.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKey"))
|
2803
|
+
CreateInferenceExperimentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2804
|
+
CreateInferenceExperimentRequest.struct_class = Types::CreateInferenceExperimentRequest
|
2805
|
+
|
2806
|
+
CreateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
2807
|
+
CreateInferenceExperimentResponse.struct_class = Types::CreateInferenceExperimentResponse
|
2808
|
+
|
2595
2809
|
CreateInferenceRecommendationsJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: RecommendationJobName, required: true, location_name: "JobName"))
|
2596
2810
|
CreateInferenceRecommendationsJobRequest.add_member(:job_type, Shapes::ShapeRef.new(shape: RecommendationJobType, required: true, location_name: "JobType"))
|
2597
2811
|
CreateInferenceRecommendationsJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
@@ -2635,6 +2849,25 @@ module Aws::SageMaker
|
|
2635
2849
|
CreateModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2636
2850
|
CreateModelBiasJobDefinitionResponse.struct_class = Types::CreateModelBiasJobDefinitionResponse
|
2637
2851
|
|
2852
|
+
CreateModelCardExportJobRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
2853
|
+
CreateModelCardExportJobRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
2854
|
+
CreateModelCardExportJobRequest.add_member(:model_card_export_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardExportJobName"))
|
2855
|
+
CreateModelCardExportJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: ModelCardExportOutputConfig, required: true, location_name: "OutputConfig"))
|
2856
|
+
CreateModelCardExportJobRequest.struct_class = Types::CreateModelCardExportJobRequest
|
2857
|
+
|
2858
|
+
CreateModelCardExportJobResponse.add_member(:model_card_export_job_arn, Shapes::ShapeRef.new(shape: ModelCardExportJobArn, required: true, location_name: "ModelCardExportJobArn"))
|
2859
|
+
CreateModelCardExportJobResponse.struct_class = Types::CreateModelCardExportJobResponse
|
2860
|
+
|
2861
|
+
CreateModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
2862
|
+
CreateModelCardRequest.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
2863
|
+
CreateModelCardRequest.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, required: true, location_name: "Content"))
|
2864
|
+
CreateModelCardRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, required: true, location_name: "ModelCardStatus"))
|
2865
|
+
CreateModelCardRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2866
|
+
CreateModelCardRequest.struct_class = Types::CreateModelCardRequest
|
2867
|
+
|
2868
|
+
CreateModelCardResponse.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
2869
|
+
CreateModelCardResponse.struct_class = Types::CreateModelCardResponse
|
2870
|
+
|
2638
2871
|
CreateModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2639
2872
|
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
|
2640
2873
|
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
|
@@ -2764,6 +2997,7 @@ module Aws::SageMaker
|
|
2764
2997
|
CreatePresignedDomainUrlRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
2765
2998
|
CreatePresignedDomainUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
2766
2999
|
CreatePresignedDomainUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
3000
|
+
CreatePresignedDomainUrlRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
2767
3001
|
CreatePresignedDomainUrlRequest.struct_class = Types::CreatePresignedDomainUrlRequest
|
2768
3002
|
|
2769
3003
|
CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
|
@@ -2802,6 +3036,15 @@ module Aws::SageMaker
|
|
2802
3036
|
CreateProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
2803
3037
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
2804
3038
|
|
3039
|
+
CreateSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
3040
|
+
CreateSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
|
3041
|
+
CreateSpaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3042
|
+
CreateSpaceRequest.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
|
3043
|
+
CreateSpaceRequest.struct_class = Types::CreateSpaceRequest
|
3044
|
+
|
3045
|
+
CreateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: SpaceArn, location_name: "SpaceArn"))
|
3046
|
+
CreateSpaceResponse.struct_class = Types::CreateSpaceResponse
|
3047
|
+
|
2805
3048
|
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
2806
3049
|
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_content, Shapes::ShapeRef.new(shape: StudioLifecycleConfigContent, required: true, location_name: "StudioLifecycleConfigContent"))
|
2807
3050
|
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, required: true, location_name: "StudioLifecycleConfigAppType"))
|
@@ -3008,6 +3251,12 @@ module Aws::SageMaker
|
|
3008
3251
|
|
3009
3252
|
DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
|
3010
3253
|
|
3254
|
+
DefaultSpaceSettings.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
3255
|
+
DefaultSpaceSettings.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroups"))
|
3256
|
+
DefaultSpaceSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
|
3257
|
+
DefaultSpaceSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
|
3258
|
+
DefaultSpaceSettings.struct_class = Types::DefaultSpaceSettings
|
3259
|
+
|
3011
3260
|
DeleteActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
3012
3261
|
DeleteActionRequest.struct_class = Types::DeleteActionRequest
|
3013
3262
|
|
@@ -3021,9 +3270,10 @@ module Aws::SageMaker
|
|
3021
3270
|
DeleteAppImageConfigRequest.struct_class = Types::DeleteAppImageConfigRequest
|
3022
3271
|
|
3023
3272
|
DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
3024
|
-
DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName,
|
3273
|
+
DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
|
3025
3274
|
DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
3026
3275
|
DeleteAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
|
3276
|
+
DeleteAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
3027
3277
|
DeleteAppRequest.struct_class = Types::DeleteAppRequest
|
3028
3278
|
|
3029
3279
|
DeleteArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
@@ -3087,6 +3337,15 @@ module Aws::SageMaker
|
|
3087
3337
|
|
3088
3338
|
DeleteFlowDefinitionResponse.struct_class = Types::DeleteFlowDefinitionResponse
|
3089
3339
|
|
3340
|
+
DeleteHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3341
|
+
DeleteHubContentRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
3342
|
+
DeleteHubContentRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
3343
|
+
DeleteHubContentRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, required: true, location_name: "HubContentVersion"))
|
3344
|
+
DeleteHubContentRequest.struct_class = Types::DeleteHubContentRequest
|
3345
|
+
|
3346
|
+
DeleteHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3347
|
+
DeleteHubRequest.struct_class = Types::DeleteHubRequest
|
3348
|
+
|
3090
3349
|
DeleteHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
3091
3350
|
DeleteHumanTaskUiRequest.struct_class = Types::DeleteHumanTaskUiRequest
|
3092
3351
|
|
@@ -3103,9 +3362,18 @@ module Aws::SageMaker
|
|
3103
3362
|
|
3104
3363
|
DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
|
3105
3364
|
|
3365
|
+
DeleteInferenceExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
3366
|
+
DeleteInferenceExperimentRequest.struct_class = Types::DeleteInferenceExperimentRequest
|
3367
|
+
|
3368
|
+
DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
3369
|
+
DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
|
3370
|
+
|
3106
3371
|
DeleteModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3107
3372
|
DeleteModelBiasJobDefinitionRequest.struct_class = Types::DeleteModelBiasJobDefinitionRequest
|
3108
3373
|
|
3374
|
+
DeleteModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
3375
|
+
DeleteModelCardRequest.struct_class = Types::DeleteModelCardRequest
|
3376
|
+
|
3109
3377
|
DeleteModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3110
3378
|
DeleteModelExplainabilityJobDefinitionRequest.struct_class = Types::DeleteModelExplainabilityJobDefinitionRequest
|
3111
3379
|
|
@@ -3143,6 +3411,10 @@ module Aws::SageMaker
|
|
3143
3411
|
DeleteProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
3144
3412
|
DeleteProjectInput.struct_class = Types::DeleteProjectInput
|
3145
3413
|
|
3414
|
+
DeleteSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
3415
|
+
DeleteSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
|
3416
|
+
DeleteSpaceRequest.struct_class = Types::DeleteSpaceRequest
|
3417
|
+
|
3146
3418
|
DeleteStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
3147
3419
|
DeleteStudioLifecycleConfigRequest.struct_class = Types::DeleteStudioLifecycleConfigRequest
|
3148
3420
|
|
@@ -3254,9 +3526,10 @@ module Aws::SageMaker
|
|
3254
3526
|
DescribeAppImageConfigResponse.struct_class = Types::DescribeAppImageConfigResponse
|
3255
3527
|
|
3256
3528
|
DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
3257
|
-
DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName,
|
3529
|
+
DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
|
3258
3530
|
DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
3259
3531
|
DescribeAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
|
3532
|
+
DescribeAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
3260
3533
|
DescribeAppRequest.struct_class = Types::DescribeAppRequest
|
3261
3534
|
|
3262
3535
|
DescribeAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
|
@@ -3270,6 +3543,7 @@ module Aws::SageMaker
|
|
3270
3543
|
DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
3271
3544
|
DescribeAppResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3272
3545
|
DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
|
3546
|
+
DescribeAppResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
3273
3547
|
DescribeAppResponse.struct_class = Types::DescribeAppResponse
|
3274
3548
|
|
3275
3549
|
DescribeArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
|
@@ -3432,6 +3706,7 @@ module Aws::SageMaker
|
|
3432
3706
|
DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
|
3433
3707
|
DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
|
3434
3708
|
DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
|
3709
|
+
DescribeDomainResponse.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
|
3435
3710
|
DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
|
3436
3711
|
|
3437
3712
|
DescribeEdgeDeploymentPlanRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
@@ -3483,6 +3758,7 @@ module Aws::SageMaker
|
|
3483
3758
|
DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3484
3759
|
DescribeEndpointConfigOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
3485
3760
|
DescribeEndpointConfigOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
3761
|
+
DescribeEndpointConfigOutput.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, location_name: "ShadowProductionVariants"))
|
3486
3762
|
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
3487
3763
|
|
3488
3764
|
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -3501,6 +3777,7 @@ module Aws::SageMaker
|
|
3501
3777
|
DescribeEndpointOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
3502
3778
|
DescribeEndpointOutput.add_member(:pending_deployment_summary, Shapes::ShapeRef.new(shape: PendingDeploymentSummary, location_name: "PendingDeploymentSummary"))
|
3503
3779
|
DescribeEndpointOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
3780
|
+
DescribeEndpointOutput.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ShadowProductionVariants"))
|
3504
3781
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
3505
3782
|
|
3506
3783
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
@@ -3569,6 +3846,45 @@ module Aws::SageMaker
|
|
3569
3846
|
DescribeFlowDefinitionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3570
3847
|
DescribeFlowDefinitionResponse.struct_class = Types::DescribeFlowDefinitionResponse
|
3571
3848
|
|
3849
|
+
DescribeHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3850
|
+
DescribeHubContentRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
3851
|
+
DescribeHubContentRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
3852
|
+
DescribeHubContentRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "HubContentVersion"))
|
3853
|
+
DescribeHubContentRequest.struct_class = Types::DescribeHubContentRequest
|
3854
|
+
|
3855
|
+
DescribeHubContentResponse.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
3856
|
+
DescribeHubContentResponse.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
3857
|
+
DescribeHubContentResponse.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, required: true, location_name: "HubContentVersion"))
|
3858
|
+
DescribeHubContentResponse.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
3859
|
+
DescribeHubContentResponse.add_member(:document_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, required: true, location_name: "DocumentSchemaVersion"))
|
3860
|
+
DescribeHubContentResponse.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3861
|
+
DescribeHubContentResponse.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
3862
|
+
DescribeHubContentResponse.add_member(:hub_content_display_name, Shapes::ShapeRef.new(shape: HubContentDisplayName, location_name: "HubContentDisplayName"))
|
3863
|
+
DescribeHubContentResponse.add_member(:hub_content_description, Shapes::ShapeRef.new(shape: HubContentDescription, location_name: "HubContentDescription"))
|
3864
|
+
DescribeHubContentResponse.add_member(:hub_content_markdown, Shapes::ShapeRef.new(shape: HubContentMarkdown, location_name: "HubContentMarkdown"))
|
3865
|
+
DescribeHubContentResponse.add_member(:hub_content_document, Shapes::ShapeRef.new(shape: HubContentDocument, required: true, location_name: "HubContentDocument"))
|
3866
|
+
DescribeHubContentResponse.add_member(:hub_content_search_keywords, Shapes::ShapeRef.new(shape: HubContentSearchKeywordList, location_name: "HubContentSearchKeywords"))
|
3867
|
+
DescribeHubContentResponse.add_member(:hub_content_dependencies, Shapes::ShapeRef.new(shape: HubContentDependencyList, location_name: "HubContentDependencies"))
|
3868
|
+
DescribeHubContentResponse.add_member(:hub_content_status, Shapes::ShapeRef.new(shape: HubContentStatus, required: true, location_name: "HubContentStatus"))
|
3869
|
+
DescribeHubContentResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3870
|
+
DescribeHubContentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3871
|
+
DescribeHubContentResponse.struct_class = Types::DescribeHubContentResponse
|
3872
|
+
|
3873
|
+
DescribeHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3874
|
+
DescribeHubRequest.struct_class = Types::DescribeHubRequest
|
3875
|
+
|
3876
|
+
DescribeHubResponse.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
3877
|
+
DescribeHubResponse.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
3878
|
+
DescribeHubResponse.add_member(:hub_display_name, Shapes::ShapeRef.new(shape: HubDisplayName, location_name: "HubDisplayName"))
|
3879
|
+
DescribeHubResponse.add_member(:hub_description, Shapes::ShapeRef.new(shape: HubDescription, location_name: "HubDescription"))
|
3880
|
+
DescribeHubResponse.add_member(:hub_search_keywords, Shapes::ShapeRef.new(shape: HubSearchKeywordList, location_name: "HubSearchKeywords"))
|
3881
|
+
DescribeHubResponse.add_member(:s3_storage_config, Shapes::ShapeRef.new(shape: HubS3StorageConfig, location_name: "S3StorageConfig"))
|
3882
|
+
DescribeHubResponse.add_member(:hub_status, Shapes::ShapeRef.new(shape: HubStatus, required: true, location_name: "HubStatus"))
|
3883
|
+
DescribeHubResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3884
|
+
DescribeHubResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3885
|
+
DescribeHubResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
3886
|
+
DescribeHubResponse.struct_class = Types::DescribeHubResponse
|
3887
|
+
|
3572
3888
|
DescribeHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
|
3573
3889
|
DescribeHumanTaskUiRequest.struct_class = Types::DescribeHumanTaskUiRequest
|
3574
3890
|
|
@@ -3628,6 +3944,27 @@ module Aws::SageMaker
|
|
3628
3944
|
DescribeImageVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
|
3629
3945
|
DescribeImageVersionResponse.struct_class = Types::DescribeImageVersionResponse
|
3630
3946
|
|
3947
|
+
DescribeInferenceExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
3948
|
+
DescribeInferenceExperimentRequest.struct_class = Types::DescribeInferenceExperimentRequest
|
3949
|
+
|
3950
|
+
DescribeInferenceExperimentResponse.add_member(:arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "Arn"))
|
3951
|
+
DescribeInferenceExperimentResponse.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
3952
|
+
DescribeInferenceExperimentResponse.add_member(:type, Shapes::ShapeRef.new(shape: InferenceExperimentType, required: true, location_name: "Type"))
|
3953
|
+
DescribeInferenceExperimentResponse.add_member(:schedule, Shapes::ShapeRef.new(shape: InferenceExperimentSchedule, location_name: "Schedule"))
|
3954
|
+
DescribeInferenceExperimentResponse.add_member(:status, Shapes::ShapeRef.new(shape: InferenceExperimentStatus, required: true, location_name: "Status"))
|
3955
|
+
DescribeInferenceExperimentResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: InferenceExperimentStatusReason, location_name: "StatusReason"))
|
3956
|
+
DescribeInferenceExperimentResponse.add_member(:description, Shapes::ShapeRef.new(shape: InferenceExperimentDescription, location_name: "Description"))
|
3957
|
+
DescribeInferenceExperimentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3958
|
+
DescribeInferenceExperimentResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionTime"))
|
3959
|
+
DescribeInferenceExperimentResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3960
|
+
DescribeInferenceExperimentResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3961
|
+
DescribeInferenceExperimentResponse.add_member(:endpoint_metadata, Shapes::ShapeRef.new(shape: EndpointMetadata, required: true, location_name: "EndpointMetadata"))
|
3962
|
+
DescribeInferenceExperimentResponse.add_member(:model_variants, Shapes::ShapeRef.new(shape: ModelVariantConfigSummaryList, required: true, location_name: "ModelVariants"))
|
3963
|
+
DescribeInferenceExperimentResponse.add_member(:data_storage_config, Shapes::ShapeRef.new(shape: InferenceExperimentDataStorageConfig, location_name: "DataStorageConfig"))
|
3964
|
+
DescribeInferenceExperimentResponse.add_member(:shadow_mode_config, Shapes::ShapeRef.new(shape: ShadowModeConfig, location_name: "ShadowModeConfig"))
|
3965
|
+
DescribeInferenceExperimentResponse.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKey"))
|
3966
|
+
DescribeInferenceExperimentResponse.struct_class = Types::DescribeInferenceExperimentResponse
|
3967
|
+
|
3631
3968
|
DescribeInferenceRecommendationsJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: RecommendationJobName, required: true, location_name: "JobName"))
|
3632
3969
|
DescribeInferenceRecommendationsJobRequest.struct_class = Types::DescribeInferenceRecommendationsJobRequest
|
3633
3970
|
|
@@ -3699,6 +4036,38 @@ module Aws::SageMaker
|
|
3699
4036
|
DescribeModelBiasJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
3700
4037
|
DescribeModelBiasJobDefinitionResponse.struct_class = Types::DescribeModelBiasJobDefinitionResponse
|
3701
4038
|
|
4039
|
+
DescribeModelCardExportJobRequest.add_member(:model_card_export_job_arn, Shapes::ShapeRef.new(shape: ModelCardExportJobArn, required: true, location_name: "ModelCardExportJobArn"))
|
4040
|
+
DescribeModelCardExportJobRequest.struct_class = Types::DescribeModelCardExportJobRequest
|
4041
|
+
|
4042
|
+
DescribeModelCardExportJobResponse.add_member(:model_card_export_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardExportJobName"))
|
4043
|
+
DescribeModelCardExportJobResponse.add_member(:model_card_export_job_arn, Shapes::ShapeRef.new(shape: ModelCardExportJobArn, required: true, location_name: "ModelCardExportJobArn"))
|
4044
|
+
DescribeModelCardExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ModelCardExportJobStatus, required: true, location_name: "Status"))
|
4045
|
+
DescribeModelCardExportJobResponse.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
4046
|
+
DescribeModelCardExportJobResponse.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
4047
|
+
DescribeModelCardExportJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: ModelCardExportOutputConfig, required: true, location_name: "OutputConfig"))
|
4048
|
+
DescribeModelCardExportJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
4049
|
+
DescribeModelCardExportJobResponse.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedAt"))
|
4050
|
+
DescribeModelCardExportJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4051
|
+
DescribeModelCardExportJobResponse.add_member(:export_artifacts, Shapes::ShapeRef.new(shape: ModelCardExportArtifacts, location_name: "ExportArtifacts"))
|
4052
|
+
DescribeModelCardExportJobResponse.struct_class = Types::DescribeModelCardExportJobResponse
|
4053
|
+
|
4054
|
+
DescribeModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
4055
|
+
DescribeModelCardRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
4056
|
+
DescribeModelCardRequest.struct_class = Types::DescribeModelCardRequest
|
4057
|
+
|
4058
|
+
DescribeModelCardResponse.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
4059
|
+
DescribeModelCardResponse.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
4060
|
+
DescribeModelCardResponse.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
4061
|
+
DescribeModelCardResponse.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, required: true, location_name: "Content"))
|
4062
|
+
DescribeModelCardResponse.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, required: true, location_name: "ModelCardStatus"))
|
4063
|
+
DescribeModelCardResponse.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
4064
|
+
DescribeModelCardResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4065
|
+
DescribeModelCardResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, required: true, location_name: "CreatedBy"))
|
4066
|
+
DescribeModelCardResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4067
|
+
DescribeModelCardResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4068
|
+
DescribeModelCardResponse.add_member(:model_card_processing_status, Shapes::ShapeRef.new(shape: ModelCardProcessingStatus, location_name: "ModelCardProcessingStatus"))
|
4069
|
+
DescribeModelCardResponse.struct_class = Types::DescribeModelCardResponse
|
4070
|
+
|
3702
4071
|
DescribeModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3703
4072
|
DescribeModelExplainabilityJobDefinitionRequest.struct_class = Types::DescribeModelExplainabilityJobDefinitionRequest
|
3704
4073
|
|
@@ -3863,7 +4232,7 @@ module Aws::SageMaker
|
|
3863
4232
|
DescribePipelineExecutionResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
3864
4233
|
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
3865
4234
|
|
3866
|
-
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape:
|
4235
|
+
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
3867
4236
|
DescribePipelineRequest.struct_class = Types::DescribePipelineRequest
|
3868
4237
|
|
3869
4238
|
DescribePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
@@ -3923,6 +4292,21 @@ module Aws::SageMaker
|
|
3923
4292
|
DescribeProjectOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3924
4293
|
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
3925
4294
|
|
4295
|
+
DescribeSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
4296
|
+
DescribeSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
|
4297
|
+
DescribeSpaceRequest.struct_class = Types::DescribeSpaceRequest
|
4298
|
+
|
4299
|
+
DescribeSpaceResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
|
4300
|
+
DescribeSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: SpaceArn, location_name: "SpaceArn"))
|
4301
|
+
DescribeSpaceResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
4302
|
+
DescribeSpaceResponse.add_member(:home_efs_file_system_uid, Shapes::ShapeRef.new(shape: EfsUid, location_name: "HomeEfsFileSystemUid"))
|
4303
|
+
DescribeSpaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: SpaceStatus, location_name: "Status"))
|
4304
|
+
DescribeSpaceResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
4305
|
+
DescribeSpaceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4306
|
+
DescribeSpaceResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4307
|
+
DescribeSpaceResponse.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
|
4308
|
+
DescribeSpaceResponse.struct_class = Types::DescribeSpaceResponse
|
4309
|
+
|
3926
4310
|
DescribeStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
3927
4311
|
DescribeStudioLifecycleConfigRequest.struct_class = Types::DescribeStudioLifecycleConfigRequest
|
3928
4312
|
|
@@ -4032,6 +4416,7 @@ module Aws::SageMaker
|
|
4032
4416
|
DescribeTrialComponentResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
4033
4417
|
DescribeTrialComponentResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
|
4034
4418
|
DescribeTrialComponentResponse.add_member(:lineage_group_arn, Shapes::ShapeRef.new(shape: LineageGroupArn, location_name: "LineageGroupArn"))
|
4419
|
+
DescribeTrialComponentResponse.add_member(:sources, Shapes::ShapeRef.new(shape: TrialComponentSources, location_name: "Sources"))
|
4035
4420
|
DescribeTrialComponentResponse.struct_class = Types::DescribeTrialComponentResponse
|
4036
4421
|
|
4037
4422
|
DescribeTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
@@ -4302,6 +4687,7 @@ module Aws::SageMaker
|
|
4302
4687
|
Endpoint.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
4303
4688
|
Endpoint.add_member(:monitoring_schedules, Shapes::ShapeRef.new(shape: MonitoringScheduleList, location_name: "MonitoringSchedules"))
|
4304
4689
|
Endpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4690
|
+
Endpoint.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ShadowProductionVariants"))
|
4305
4691
|
Endpoint.struct_class = Types::Endpoint
|
4306
4692
|
|
4307
4693
|
EndpointConfigSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
@@ -4333,6 +4719,12 @@ module Aws::SageMaker
|
|
4333
4719
|
|
4334
4720
|
EndpointInputConfigurations.member = Shapes::ShapeRef.new(shape: EndpointInputConfiguration)
|
4335
4721
|
|
4722
|
+
EndpointMetadata.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
4723
|
+
EndpointMetadata.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, location_name: "EndpointConfigName"))
|
4724
|
+
EndpointMetadata.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, location_name: "EndpointStatus"))
|
4725
|
+
EndpointMetadata.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4726
|
+
EndpointMetadata.struct_class = Types::EndpointMetadata
|
4727
|
+
|
4336
4728
|
EndpointOutputConfiguration.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointName"))
|
4337
4729
|
EndpointOutputConfiguration.add_member(:variant_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VariantName"))
|
4338
4730
|
EndpointOutputConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
|
@@ -4384,6 +4776,7 @@ module Aws::SageMaker
|
|
4384
4776
|
ExperimentConfig.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
|
4385
4777
|
ExperimentConfig.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialName"))
|
4386
4778
|
ExperimentConfig.add_member(:trial_component_display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialComponentDisplayName"))
|
4779
|
+
ExperimentConfig.add_member(:run_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "RunName"))
|
4387
4780
|
ExperimentConfig.struct_class = Types::ExperimentConfig
|
4388
4781
|
|
4389
4782
|
ExperimentSource.add_member(:source_arn, Shapes::ShapeRef.new(shape: ExperimentSourceArn, required: true, location_name: "SourceArn"))
|
@@ -4565,6 +4958,45 @@ module Aws::SageMaker
|
|
4565
4958
|
HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
4566
4959
|
HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
4567
4960
|
|
4961
|
+
HubContentDependency.add_member(:dependency_origin_path, Shapes::ShapeRef.new(shape: DependencyOriginPath, location_name: "DependencyOriginPath"))
|
4962
|
+
HubContentDependency.add_member(:dependency_copy_path, Shapes::ShapeRef.new(shape: DependencyCopyPath, location_name: "DependencyCopyPath"))
|
4963
|
+
HubContentDependency.struct_class = Types::HubContentDependency
|
4964
|
+
|
4965
|
+
HubContentDependencyList.member = Shapes::ShapeRef.new(shape: HubContentDependency)
|
4966
|
+
|
4967
|
+
HubContentInfo.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
4968
|
+
HubContentInfo.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
4969
|
+
HubContentInfo.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, required: true, location_name: "HubContentVersion"))
|
4970
|
+
HubContentInfo.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
4971
|
+
HubContentInfo.add_member(:document_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, required: true, location_name: "DocumentSchemaVersion"))
|
4972
|
+
HubContentInfo.add_member(:hub_content_display_name, Shapes::ShapeRef.new(shape: HubContentDisplayName, location_name: "HubContentDisplayName"))
|
4973
|
+
HubContentInfo.add_member(:hub_content_description, Shapes::ShapeRef.new(shape: HubContentDescription, location_name: "HubContentDescription"))
|
4974
|
+
HubContentInfo.add_member(:hub_content_search_keywords, Shapes::ShapeRef.new(shape: HubContentSearchKeywordList, location_name: "HubContentSearchKeywords"))
|
4975
|
+
HubContentInfo.add_member(:hub_content_status, Shapes::ShapeRef.new(shape: HubContentStatus, required: true, location_name: "HubContentStatus"))
|
4976
|
+
HubContentInfo.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4977
|
+
HubContentInfo.struct_class = Types::HubContentInfo
|
4978
|
+
|
4979
|
+
HubContentInfoList.member = Shapes::ShapeRef.new(shape: HubContentInfo)
|
4980
|
+
|
4981
|
+
HubContentSearchKeywordList.member = Shapes::ShapeRef.new(shape: HubSearchKeyword)
|
4982
|
+
|
4983
|
+
HubInfo.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
4984
|
+
HubInfo.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
4985
|
+
HubInfo.add_member(:hub_display_name, Shapes::ShapeRef.new(shape: HubDisplayName, location_name: "HubDisplayName"))
|
4986
|
+
HubInfo.add_member(:hub_description, Shapes::ShapeRef.new(shape: HubDescription, location_name: "HubDescription"))
|
4987
|
+
HubInfo.add_member(:hub_search_keywords, Shapes::ShapeRef.new(shape: HubSearchKeywordList, location_name: "HubSearchKeywords"))
|
4988
|
+
HubInfo.add_member(:hub_status, Shapes::ShapeRef.new(shape: HubStatus, required: true, location_name: "HubStatus"))
|
4989
|
+
HubInfo.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4990
|
+
HubInfo.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
4991
|
+
HubInfo.struct_class = Types::HubInfo
|
4992
|
+
|
4993
|
+
HubInfoList.member = Shapes::ShapeRef.new(shape: HubInfo)
|
4994
|
+
|
4995
|
+
HubS3StorageConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3OutputPath, location_name: "S3OutputPath"))
|
4996
|
+
HubS3StorageConfig.struct_class = Types::HubS3StorageConfig
|
4997
|
+
|
4998
|
+
HubSearchKeywordList.member = Shapes::ShapeRef.new(shape: HubSearchKeyword)
|
4999
|
+
|
4568
5000
|
HumanLoopActivationConditionsConfig.add_member(:human_loop_activation_conditions, Shapes::ShapeRef.new(shape: HumanLoopActivationConditions, required: true, location_name: "HumanLoopActivationConditions", metadata: {"jsonvalue"=>true}))
|
4569
5001
|
HumanLoopActivationConditionsConfig.struct_class = Types::HumanLoopActivationConditionsConfig
|
4570
5002
|
|
@@ -4765,9 +5197,49 @@ module Aws::SageMaker
|
|
4765
5197
|
|
4766
5198
|
Images.member = Shapes::ShapeRef.new(shape: Image)
|
4767
5199
|
|
5200
|
+
ImportHubContentRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
5201
|
+
ImportHubContentRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "HubContentVersion"))
|
5202
|
+
ImportHubContentRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
5203
|
+
ImportHubContentRequest.add_member(:document_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, required: true, location_name: "DocumentSchemaVersion"))
|
5204
|
+
ImportHubContentRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
5205
|
+
ImportHubContentRequest.add_member(:hub_content_display_name, Shapes::ShapeRef.new(shape: HubContentDisplayName, location_name: "HubContentDisplayName"))
|
5206
|
+
ImportHubContentRequest.add_member(:hub_content_description, Shapes::ShapeRef.new(shape: HubContentDescription, location_name: "HubContentDescription"))
|
5207
|
+
ImportHubContentRequest.add_member(:hub_content_markdown, Shapes::ShapeRef.new(shape: HubContentMarkdown, location_name: "HubContentMarkdown"))
|
5208
|
+
ImportHubContentRequest.add_member(:hub_content_document, Shapes::ShapeRef.new(shape: HubContentDocument, required: true, location_name: "HubContentDocument"))
|
5209
|
+
ImportHubContentRequest.add_member(:hub_content_search_keywords, Shapes::ShapeRef.new(shape: HubContentSearchKeywordList, location_name: "HubContentSearchKeywords"))
|
5210
|
+
ImportHubContentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5211
|
+
ImportHubContentRequest.struct_class = Types::ImportHubContentRequest
|
5212
|
+
|
5213
|
+
ImportHubContentResponse.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
5214
|
+
ImportHubContentResponse.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
5215
|
+
ImportHubContentResponse.struct_class = Types::ImportHubContentResponse
|
5216
|
+
|
4768
5217
|
InferenceExecutionConfig.add_member(:mode, Shapes::ShapeRef.new(shape: InferenceExecutionMode, required: true, location_name: "Mode"))
|
4769
5218
|
InferenceExecutionConfig.struct_class = Types::InferenceExecutionConfig
|
4770
5219
|
|
5220
|
+
InferenceExperimentDataStorageConfig.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "Destination"))
|
5221
|
+
InferenceExperimentDataStorageConfig.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKey"))
|
5222
|
+
InferenceExperimentDataStorageConfig.add_member(:content_type, Shapes::ShapeRef.new(shape: CaptureContentTypeHeader, location_name: "ContentType"))
|
5223
|
+
InferenceExperimentDataStorageConfig.struct_class = Types::InferenceExperimentDataStorageConfig
|
5224
|
+
|
5225
|
+
InferenceExperimentList.member = Shapes::ShapeRef.new(shape: InferenceExperimentSummary)
|
5226
|
+
|
5227
|
+
InferenceExperimentSchedule.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
5228
|
+
InferenceExperimentSchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
5229
|
+
InferenceExperimentSchedule.struct_class = Types::InferenceExperimentSchedule
|
5230
|
+
|
5231
|
+
InferenceExperimentSummary.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
5232
|
+
InferenceExperimentSummary.add_member(:type, Shapes::ShapeRef.new(shape: InferenceExperimentType, required: true, location_name: "Type"))
|
5233
|
+
InferenceExperimentSummary.add_member(:schedule, Shapes::ShapeRef.new(shape: InferenceExperimentSchedule, location_name: "Schedule"))
|
5234
|
+
InferenceExperimentSummary.add_member(:status, Shapes::ShapeRef.new(shape: InferenceExperimentStatus, required: true, location_name: "Status"))
|
5235
|
+
InferenceExperimentSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: InferenceExperimentStatusReason, location_name: "StatusReason"))
|
5236
|
+
InferenceExperimentSummary.add_member(:description, Shapes::ShapeRef.new(shape: InferenceExperimentDescription, location_name: "Description"))
|
5237
|
+
InferenceExperimentSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
5238
|
+
InferenceExperimentSummary.add_member(:completion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionTime"))
|
5239
|
+
InferenceExperimentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
5240
|
+
InferenceExperimentSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5241
|
+
InferenceExperimentSummary.struct_class = Types::InferenceExperimentSummary
|
5242
|
+
|
4771
5243
|
InferenceMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxInvocations"))
|
4772
5244
|
InferenceMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelLatency"))
|
4773
5245
|
InferenceMetrics.struct_class = Types::InferenceMetrics
|
@@ -4846,6 +5318,7 @@ module Aws::SageMaker
|
|
4846
5318
|
|
4847
5319
|
JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
4848
5320
|
JupyterServerAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
5321
|
+
JupyterServerAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
|
4849
5322
|
JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
|
4850
5323
|
|
4851
5324
|
KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
@@ -5010,6 +5483,7 @@ module Aws::SageMaker
|
|
5010
5483
|
ListAppsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AppSortKey, location_name: "SortBy"))
|
5011
5484
|
ListAppsRequest.add_member(:domain_id_equals, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainIdEquals"))
|
5012
5485
|
ListAppsRequest.add_member(:user_profile_name_equals, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileNameEquals"))
|
5486
|
+
ListAppsRequest.add_member(:space_name_equals, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceNameEquals"))
|
5013
5487
|
ListAppsRequest.struct_class = Types::ListAppsRequest
|
5014
5488
|
|
5015
5489
|
ListAppsResponse.add_member(:apps, Shapes::ShapeRef.new(shape: AppList, location_name: "Apps"))
|
@@ -5269,6 +5743,54 @@ module Aws::SageMaker
|
|
5269
5743
|
ListFlowDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5270
5744
|
ListFlowDefinitionsResponse.struct_class = Types::ListFlowDefinitionsResponse
|
5271
5745
|
|
5746
|
+
ListHubContentVersionsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
5747
|
+
ListHubContentVersionsRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
5748
|
+
ListHubContentVersionsRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
|
5749
|
+
ListHubContentVersionsRequest.add_member(:min_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "MinVersion"))
|
5750
|
+
ListHubContentVersionsRequest.add_member(:max_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, location_name: "MaxSchemaVersion"))
|
5751
|
+
ListHubContentVersionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5752
|
+
ListHubContentVersionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5753
|
+
ListHubContentVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HubContentSortBy, location_name: "SortBy"))
|
5754
|
+
ListHubContentVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
5755
|
+
ListHubContentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5756
|
+
ListHubContentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5757
|
+
ListHubContentVersionsRequest.struct_class = Types::ListHubContentVersionsRequest
|
5758
|
+
|
5759
|
+
ListHubContentVersionsResponse.add_member(:hub_content_summaries, Shapes::ShapeRef.new(shape: HubContentInfoList, required: true, location_name: "HubContentSummaries"))
|
5760
|
+
ListHubContentVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5761
|
+
ListHubContentVersionsResponse.struct_class = Types::ListHubContentVersionsResponse
|
5762
|
+
|
5763
|
+
ListHubContentsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
5764
|
+
ListHubContentsRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
|
5765
|
+
ListHubContentsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
5766
|
+
ListHubContentsRequest.add_member(:max_schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, location_name: "MaxSchemaVersion"))
|
5767
|
+
ListHubContentsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5768
|
+
ListHubContentsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5769
|
+
ListHubContentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HubContentSortBy, location_name: "SortBy"))
|
5770
|
+
ListHubContentsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
5771
|
+
ListHubContentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5772
|
+
ListHubContentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5773
|
+
ListHubContentsRequest.struct_class = Types::ListHubContentsRequest
|
5774
|
+
|
5775
|
+
ListHubContentsResponse.add_member(:hub_content_summaries, Shapes::ShapeRef.new(shape: HubContentInfoList, required: true, location_name: "HubContentSummaries"))
|
5776
|
+
ListHubContentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5777
|
+
ListHubContentsResponse.struct_class = Types::ListHubContentsResponse
|
5778
|
+
|
5779
|
+
ListHubsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
5780
|
+
ListHubsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5781
|
+
ListHubsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5782
|
+
ListHubsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
5783
|
+
ListHubsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
5784
|
+
ListHubsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HubSortBy, location_name: "SortBy"))
|
5785
|
+
ListHubsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
5786
|
+
ListHubsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5787
|
+
ListHubsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5788
|
+
ListHubsRequest.struct_class = Types::ListHubsRequest
|
5789
|
+
|
5790
|
+
ListHubsResponse.add_member(:hub_summaries, Shapes::ShapeRef.new(shape: HubInfoList, required: true, location_name: "HubSummaries"))
|
5791
|
+
ListHubsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5792
|
+
ListHubsResponse.struct_class = Types::ListHubsResponse
|
5793
|
+
|
5272
5794
|
ListHumanTaskUisRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5273
5795
|
ListHumanTaskUisRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5274
5796
|
ListHumanTaskUisRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -5326,6 +5848,23 @@ module Aws::SageMaker
|
|
5326
5848
|
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5327
5849
|
ListImagesResponse.struct_class = Types::ListImagesResponse
|
5328
5850
|
|
5851
|
+
ListInferenceExperimentsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
5852
|
+
ListInferenceExperimentsRequest.add_member(:type, Shapes::ShapeRef.new(shape: InferenceExperimentType, location_name: "Type"))
|
5853
|
+
ListInferenceExperimentsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: InferenceExperimentStatus, location_name: "StatusEquals"))
|
5854
|
+
ListInferenceExperimentsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5855
|
+
ListInferenceExperimentsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5856
|
+
ListInferenceExperimentsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
5857
|
+
ListInferenceExperimentsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
5858
|
+
ListInferenceExperimentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortInferenceExperimentsBy, location_name: "SortBy"))
|
5859
|
+
ListInferenceExperimentsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
5860
|
+
ListInferenceExperimentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5861
|
+
ListInferenceExperimentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5862
|
+
ListInferenceExperimentsRequest.struct_class = Types::ListInferenceExperimentsRequest
|
5863
|
+
|
5864
|
+
ListInferenceExperimentsResponse.add_member(:inference_experiments, Shapes::ShapeRef.new(shape: InferenceExperimentList, location_name: "InferenceExperiments"))
|
5865
|
+
ListInferenceExperimentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5866
|
+
ListInferenceExperimentsResponse.struct_class = Types::ListInferenceExperimentsResponse
|
5867
|
+
|
5329
5868
|
ListInferenceRecommendationsJobStepsRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: RecommendationJobName, required: true, location_name: "JobName"))
|
5330
5869
|
ListInferenceRecommendationsJobStepsRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationJobStatus, location_name: "Status"))
|
5331
5870
|
ListInferenceRecommendationsJobStepsRequest.add_member(:step_type, Shapes::ShapeRef.new(shape: RecommendationStepType, location_name: "StepType"))
|
@@ -5411,6 +5950,50 @@ module Aws::SageMaker
|
|
5411
5950
|
ListModelBiasJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5412
5951
|
ListModelBiasJobDefinitionsResponse.struct_class = Types::ListModelBiasJobDefinitionsResponse
|
5413
5952
|
|
5953
|
+
ListModelCardExportJobsRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
5954
|
+
ListModelCardExportJobsRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
5955
|
+
ListModelCardExportJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5956
|
+
ListModelCardExportJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5957
|
+
ListModelCardExportJobsRequest.add_member(:model_card_export_job_name_contains, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelCardExportJobNameContains"))
|
5958
|
+
ListModelCardExportJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ModelCardExportJobStatus, location_name: "StatusEquals"))
|
5959
|
+
ListModelCardExportJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelCardExportJobSortBy, location_name: "SortBy"))
|
5960
|
+
ListModelCardExportJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ModelCardExportJobSortOrder, location_name: "SortOrder"))
|
5961
|
+
ListModelCardExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5962
|
+
ListModelCardExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5963
|
+
ListModelCardExportJobsRequest.struct_class = Types::ListModelCardExportJobsRequest
|
5964
|
+
|
5965
|
+
ListModelCardExportJobsResponse.add_member(:model_card_export_job_summaries, Shapes::ShapeRef.new(shape: ModelCardExportJobSummaryList, required: true, location_name: "ModelCardExportJobSummaries"))
|
5966
|
+
ListModelCardExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5967
|
+
ListModelCardExportJobsResponse.struct_class = Types::ListModelCardExportJobsResponse
|
5968
|
+
|
5969
|
+
ListModelCardVersionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5970
|
+
ListModelCardVersionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5971
|
+
ListModelCardVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5972
|
+
ListModelCardVersionsRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
5973
|
+
ListModelCardVersionsRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
5974
|
+
ListModelCardVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5975
|
+
ListModelCardVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelCardVersionSortBy, location_name: "SortBy"))
|
5976
|
+
ListModelCardVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ModelCardSortOrder, location_name: "SortOrder"))
|
5977
|
+
ListModelCardVersionsRequest.struct_class = Types::ListModelCardVersionsRequest
|
5978
|
+
|
5979
|
+
ListModelCardVersionsResponse.add_member(:model_card_version_summary_list, Shapes::ShapeRef.new(shape: ModelCardVersionSummaryList, required: true, location_name: "ModelCardVersionSummaryList"))
|
5980
|
+
ListModelCardVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5981
|
+
ListModelCardVersionsResponse.struct_class = Types::ListModelCardVersionsResponse
|
5982
|
+
|
5983
|
+
ListModelCardsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
5984
|
+
ListModelCardsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
5985
|
+
ListModelCardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5986
|
+
ListModelCardsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: EntityName, location_name: "NameContains"))
|
5987
|
+
ListModelCardsRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
5988
|
+
ListModelCardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5989
|
+
ListModelCardsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelCardSortBy, location_name: "SortBy"))
|
5990
|
+
ListModelCardsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ModelCardSortOrder, location_name: "SortOrder"))
|
5991
|
+
ListModelCardsRequest.struct_class = Types::ListModelCardsRequest
|
5992
|
+
|
5993
|
+
ListModelCardsResponse.add_member(:model_card_summaries, Shapes::ShapeRef.new(shape: ModelCardSummaryList, required: true, location_name: "ModelCardSummaries"))
|
5994
|
+
ListModelCardsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5995
|
+
ListModelCardsResponse.struct_class = Types::ListModelCardsResponse
|
5996
|
+
|
5414
5997
|
ListModelExplainabilityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
5415
5998
|
ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
5416
5999
|
ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -5490,6 +6073,30 @@ module Aws::SageMaker
|
|
5490
6073
|
ListModelsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
5491
6074
|
ListModelsOutput.struct_class = Types::ListModelsOutput
|
5492
6075
|
|
6076
|
+
ListMonitoringAlertHistoryRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
|
6077
|
+
ListMonitoringAlertHistoryRequest.add_member(:monitoring_alert_name, Shapes::ShapeRef.new(shape: MonitoringAlertName, location_name: "MonitoringAlertName"))
|
6078
|
+
ListMonitoringAlertHistoryRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringAlertHistorySortKey, location_name: "SortBy"))
|
6079
|
+
ListMonitoringAlertHistoryRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
6080
|
+
ListMonitoringAlertHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6081
|
+
ListMonitoringAlertHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
6082
|
+
ListMonitoringAlertHistoryRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
6083
|
+
ListMonitoringAlertHistoryRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
6084
|
+
ListMonitoringAlertHistoryRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: MonitoringAlertStatus, location_name: "StatusEquals"))
|
6085
|
+
ListMonitoringAlertHistoryRequest.struct_class = Types::ListMonitoringAlertHistoryRequest
|
6086
|
+
|
6087
|
+
ListMonitoringAlertHistoryResponse.add_member(:monitoring_alert_history, Shapes::ShapeRef.new(shape: MonitoringAlertHistoryList, location_name: "MonitoringAlertHistory"))
|
6088
|
+
ListMonitoringAlertHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6089
|
+
ListMonitoringAlertHistoryResponse.struct_class = Types::ListMonitoringAlertHistoryResponse
|
6090
|
+
|
6091
|
+
ListMonitoringAlertsRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
6092
|
+
ListMonitoringAlertsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6093
|
+
ListMonitoringAlertsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
6094
|
+
ListMonitoringAlertsRequest.struct_class = Types::ListMonitoringAlertsRequest
|
6095
|
+
|
6096
|
+
ListMonitoringAlertsResponse.add_member(:monitoring_alert_summaries, Shapes::ShapeRef.new(shape: MonitoringAlertSummaryList, location_name: "MonitoringAlertSummaries"))
|
6097
|
+
ListMonitoringAlertsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6098
|
+
ListMonitoringAlertsResponse.struct_class = Types::ListMonitoringAlertsResponse
|
6099
|
+
|
5493
6100
|
ListMonitoringExecutionsRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
|
5494
6101
|
ListMonitoringExecutionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
5495
6102
|
ListMonitoringExecutionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringExecutionSortKey, location_name: "SortBy"))
|
@@ -5574,7 +6181,7 @@ module Aws::SageMaker
|
|
5574
6181
|
ListPipelineExecutionStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5575
6182
|
ListPipelineExecutionStepsResponse.struct_class = Types::ListPipelineExecutionStepsResponse
|
5576
6183
|
|
5577
|
-
ListPipelineExecutionsRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape:
|
6184
|
+
ListPipelineExecutionsRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
5578
6185
|
ListPipelineExecutionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
5579
6186
|
ListPipelineExecutionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
5580
6187
|
ListPipelineExecutionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortPipelineExecutionsBy, location_name: "SortBy"))
|
@@ -5638,6 +6245,18 @@ module Aws::SageMaker
|
|
5638
6245
|
ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5639
6246
|
ListProjectsOutput.struct_class = Types::ListProjectsOutput
|
5640
6247
|
|
6248
|
+
ListSpacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6249
|
+
ListSpacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
6250
|
+
ListSpacesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
6251
|
+
ListSpacesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SpaceSortKey, location_name: "SortBy"))
|
6252
|
+
ListSpacesRequest.add_member(:domain_id_equals, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainIdEquals"))
|
6253
|
+
ListSpacesRequest.add_member(:space_name_contains, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceNameContains"))
|
6254
|
+
ListSpacesRequest.struct_class = Types::ListSpacesRequest
|
6255
|
+
|
6256
|
+
ListSpacesResponse.add_member(:spaces, Shapes::ShapeRef.new(shape: SpaceList, location_name: "Spaces"))
|
6257
|
+
ListSpacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6258
|
+
ListSpacesResponse.struct_class = Types::ListSpacesResponse
|
6259
|
+
|
5641
6260
|
ListStageDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5642
6261
|
ListStageDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
5643
6262
|
ListStageDevicesRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
@@ -5829,6 +6448,18 @@ module Aws::SageMaker
|
|
5829
6448
|
MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
5830
6449
|
MetricsSource.struct_class = Types::MetricsSource
|
5831
6450
|
|
6451
|
+
Model.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
6452
|
+
Model.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
|
6453
|
+
Model.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
|
6454
|
+
Model.add_member(:inference_execution_config, Shapes::ShapeRef.new(shape: InferenceExecutionConfig, location_name: "InferenceExecutionConfig"))
|
6455
|
+
Model.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
6456
|
+
Model.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
6457
|
+
Model.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
6458
|
+
Model.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
|
6459
|
+
Model.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
6460
|
+
Model.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
6461
|
+
Model.struct_class = Types::Model
|
6462
|
+
|
5832
6463
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
5833
6464
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
5834
6465
|
|
@@ -5846,6 +6477,60 @@ module Aws::SageMaker
|
|
5846
6477
|
ModelBiasJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
|
5847
6478
|
ModelBiasJobInput.struct_class = Types::ModelBiasJobInput
|
5848
6479
|
|
6480
|
+
ModelCard.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, location_name: "ModelCardArn"))
|
6481
|
+
ModelCard.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelCardName"))
|
6482
|
+
ModelCard.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
6483
|
+
ModelCard.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, location_name: "Content"))
|
6484
|
+
ModelCard.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
6485
|
+
ModelCard.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
6486
|
+
ModelCard.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
6487
|
+
ModelCard.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
6488
|
+
ModelCard.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6489
|
+
ModelCard.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
6490
|
+
ModelCard.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
6491
|
+
ModelCard.add_member(:model_id, Shapes::ShapeRef.new(shape: String, location_name: "ModelId"))
|
6492
|
+
ModelCard.add_member(:risk_rating, Shapes::ShapeRef.new(shape: String, location_name: "RiskRating"))
|
6493
|
+
ModelCard.struct_class = Types::ModelCard
|
6494
|
+
|
6495
|
+
ModelCardExportArtifacts.add_member(:s3_export_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ExportArtifacts"))
|
6496
|
+
ModelCardExportArtifacts.struct_class = Types::ModelCardExportArtifacts
|
6497
|
+
|
6498
|
+
ModelCardExportJobSummary.add_member(:model_card_export_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardExportJobName"))
|
6499
|
+
ModelCardExportJobSummary.add_member(:model_card_export_job_arn, Shapes::ShapeRef.new(shape: ModelCardExportJobArn, required: true, location_name: "ModelCardExportJobArn"))
|
6500
|
+
ModelCardExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: ModelCardExportJobStatus, required: true, location_name: "Status"))
|
6501
|
+
ModelCardExportJobSummary.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
6502
|
+
ModelCardExportJobSummary.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
6503
|
+
ModelCardExportJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
6504
|
+
ModelCardExportJobSummary.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedAt"))
|
6505
|
+
ModelCardExportJobSummary.struct_class = Types::ModelCardExportJobSummary
|
6506
|
+
|
6507
|
+
ModelCardExportJobSummaryList.member = Shapes::ShapeRef.new(shape: ModelCardExportJobSummary)
|
6508
|
+
|
6509
|
+
ModelCardExportOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
6510
|
+
ModelCardExportOutputConfig.struct_class = Types::ModelCardExportOutputConfig
|
6511
|
+
|
6512
|
+
ModelCardSecurityConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
6513
|
+
ModelCardSecurityConfig.struct_class = Types::ModelCardSecurityConfig
|
6514
|
+
|
6515
|
+
ModelCardSummary.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
6516
|
+
ModelCardSummary.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
6517
|
+
ModelCardSummary.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, required: true, location_name: "ModelCardStatus"))
|
6518
|
+
ModelCardSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
6519
|
+
ModelCardSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6520
|
+
ModelCardSummary.struct_class = Types::ModelCardSummary
|
6521
|
+
|
6522
|
+
ModelCardSummaryList.member = Shapes::ShapeRef.new(shape: ModelCardSummary)
|
6523
|
+
|
6524
|
+
ModelCardVersionSummary.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
6525
|
+
ModelCardVersionSummary.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
6526
|
+
ModelCardVersionSummary.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, required: true, location_name: "ModelCardStatus"))
|
6527
|
+
ModelCardVersionSummary.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
6528
|
+
ModelCardVersionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
6529
|
+
ModelCardVersionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6530
|
+
ModelCardVersionSummary.struct_class = Types::ModelCardVersionSummary
|
6531
|
+
|
6532
|
+
ModelCardVersionSummaryList.member = Shapes::ShapeRef.new(shape: ModelCardVersionSummary)
|
6533
|
+
|
5849
6534
|
ModelClientConfig.add_member(:invocations_timeout_in_seconds, Shapes::ShapeRef.new(shape: InvocationsTimeoutInSeconds, location_name: "InvocationsTimeoutInSeconds"))
|
5850
6535
|
ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
|
5851
6536
|
ModelClientConfig.struct_class = Types::ModelClientConfig
|
@@ -5854,6 +6539,54 @@ module Aws::SageMaker
|
|
5854
6539
|
ModelConfiguration.add_member(:environment_parameters, Shapes::ShapeRef.new(shape: EnvironmentParameters, location_name: "EnvironmentParameters"))
|
5855
6540
|
ModelConfiguration.struct_class = Types::ModelConfiguration
|
5856
6541
|
|
6542
|
+
ModelDashboardEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
6543
|
+
ModelDashboardEndpoint.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
6544
|
+
ModelDashboardEndpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
6545
|
+
ModelDashboardEndpoint.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
6546
|
+
ModelDashboardEndpoint.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
|
6547
|
+
ModelDashboardEndpoint.struct_class = Types::ModelDashboardEndpoint
|
6548
|
+
|
6549
|
+
ModelDashboardEndpoints.member = Shapes::ShapeRef.new(shape: ModelDashboardEndpoint)
|
6550
|
+
|
6551
|
+
ModelDashboardIndicatorAction.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
6552
|
+
ModelDashboardIndicatorAction.struct_class = Types::ModelDashboardIndicatorAction
|
6553
|
+
|
6554
|
+
ModelDashboardModel.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
6555
|
+
ModelDashboardModel.add_member(:endpoints, Shapes::ShapeRef.new(shape: ModelDashboardEndpoints, location_name: "Endpoints"))
|
6556
|
+
ModelDashboardModel.add_member(:last_batch_transform_job, Shapes::ShapeRef.new(shape: TransformJob, location_name: "LastBatchTransformJob"))
|
6557
|
+
ModelDashboardModel.add_member(:monitoring_schedules, Shapes::ShapeRef.new(shape: ModelDashboardMonitoringSchedules, location_name: "MonitoringSchedules"))
|
6558
|
+
ModelDashboardModel.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelDashboardModelCard, location_name: "ModelCard"))
|
6559
|
+
ModelDashboardModel.struct_class = Types::ModelDashboardModel
|
6560
|
+
|
6561
|
+
ModelDashboardModelCard.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, location_name: "ModelCardArn"))
|
6562
|
+
ModelDashboardModelCard.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelCardName"))
|
6563
|
+
ModelDashboardModelCard.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
6564
|
+
ModelDashboardModelCard.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
6565
|
+
ModelDashboardModelCard.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
6566
|
+
ModelDashboardModelCard.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
6567
|
+
ModelDashboardModelCard.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
6568
|
+
ModelDashboardModelCard.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6569
|
+
ModelDashboardModelCard.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
6570
|
+
ModelDashboardModelCard.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
6571
|
+
ModelDashboardModelCard.add_member(:model_id, Shapes::ShapeRef.new(shape: String, location_name: "ModelId"))
|
6572
|
+
ModelDashboardModelCard.add_member(:risk_rating, Shapes::ShapeRef.new(shape: String, location_name: "RiskRating"))
|
6573
|
+
ModelDashboardModelCard.struct_class = Types::ModelDashboardModelCard
|
6574
|
+
|
6575
|
+
ModelDashboardMonitoringSchedule.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
|
6576
|
+
ModelDashboardMonitoringSchedule.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
|
6577
|
+
ModelDashboardMonitoringSchedule.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "MonitoringScheduleStatus"))
|
6578
|
+
ModelDashboardMonitoringSchedule.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
6579
|
+
ModelDashboardMonitoringSchedule.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
6580
|
+
ModelDashboardMonitoringSchedule.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
6581
|
+
ModelDashboardMonitoringSchedule.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6582
|
+
ModelDashboardMonitoringSchedule.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, location_name: "MonitoringScheduleConfig"))
|
6583
|
+
ModelDashboardMonitoringSchedule.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
6584
|
+
ModelDashboardMonitoringSchedule.add_member(:monitoring_alert_summaries, Shapes::ShapeRef.new(shape: MonitoringAlertSummaryList, location_name: "MonitoringAlertSummaries"))
|
6585
|
+
ModelDashboardMonitoringSchedule.add_member(:last_monitoring_execution_summary, Shapes::ShapeRef.new(shape: MonitoringExecutionSummary, location_name: "LastMonitoringExecutionSummary"))
|
6586
|
+
ModelDashboardMonitoringSchedule.struct_class = Types::ModelDashboardMonitoringSchedule
|
6587
|
+
|
6588
|
+
ModelDashboardMonitoringSchedules.member = Shapes::ShapeRef.new(shape: ModelDashboardMonitoringSchedule)
|
6589
|
+
|
5857
6590
|
ModelDataQuality.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Statistics"))
|
5858
6591
|
ModelDataQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
5859
6592
|
ModelDataQuality.struct_class = Types::ModelDataQuality
|
@@ -5881,6 +6614,10 @@ module Aws::SageMaker
|
|
5881
6614
|
ModelExplainabilityJobInput.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
|
5882
6615
|
ModelExplainabilityJobInput.struct_class = Types::ModelExplainabilityJobInput
|
5883
6616
|
|
6617
|
+
ModelInfrastructureConfig.add_member(:infrastructure_type, Shapes::ShapeRef.new(shape: ModelInfrastructureType, required: true, location_name: "InfrastructureType"))
|
6618
|
+
ModelInfrastructureConfig.add_member(:real_time_inference_config, Shapes::ShapeRef.new(shape: RealTimeInferenceConfig, required: true, location_name: "RealTimeInferenceConfig"))
|
6619
|
+
ModelInfrastructureConfig.struct_class = Types::ModelInfrastructureConfig
|
6620
|
+
|
5884
6621
|
ModelInput.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
|
5885
6622
|
ModelInput.struct_class = Types::ModelInput
|
5886
6623
|
|
@@ -6044,6 +6781,46 @@ module Aws::SageMaker
|
|
6044
6781
|
|
6045
6782
|
ModelSummaryList.member = Shapes::ShapeRef.new(shape: ModelSummary)
|
6046
6783
|
|
6784
|
+
ModelVariantActionMap.key = Shapes::ShapeRef.new(shape: ModelVariantName)
|
6785
|
+
ModelVariantActionMap.value = Shapes::ShapeRef.new(shape: ModelVariantAction)
|
6786
|
+
|
6787
|
+
ModelVariantConfig.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
6788
|
+
ModelVariantConfig.add_member(:variant_name, Shapes::ShapeRef.new(shape: ModelVariantName, required: true, location_name: "VariantName"))
|
6789
|
+
ModelVariantConfig.add_member(:infrastructure_config, Shapes::ShapeRef.new(shape: ModelInfrastructureConfig, required: true, location_name: "InfrastructureConfig"))
|
6790
|
+
ModelVariantConfig.struct_class = Types::ModelVariantConfig
|
6791
|
+
|
6792
|
+
ModelVariantConfigList.member = Shapes::ShapeRef.new(shape: ModelVariantConfig)
|
6793
|
+
|
6794
|
+
ModelVariantConfigSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
6795
|
+
ModelVariantConfigSummary.add_member(:variant_name, Shapes::ShapeRef.new(shape: ModelVariantName, required: true, location_name: "VariantName"))
|
6796
|
+
ModelVariantConfigSummary.add_member(:infrastructure_config, Shapes::ShapeRef.new(shape: ModelInfrastructureConfig, required: true, location_name: "InfrastructureConfig"))
|
6797
|
+
ModelVariantConfigSummary.add_member(:status, Shapes::ShapeRef.new(shape: ModelVariantStatus, required: true, location_name: "Status"))
|
6798
|
+
ModelVariantConfigSummary.struct_class = Types::ModelVariantConfigSummary
|
6799
|
+
|
6800
|
+
ModelVariantConfigSummaryList.member = Shapes::ShapeRef.new(shape: ModelVariantConfigSummary)
|
6801
|
+
|
6802
|
+
MonitoringAlertActions.add_member(:model_dashboard_indicator, Shapes::ShapeRef.new(shape: ModelDashboardIndicatorAction, location_name: "ModelDashboardIndicator"))
|
6803
|
+
MonitoringAlertActions.struct_class = Types::MonitoringAlertActions
|
6804
|
+
|
6805
|
+
MonitoringAlertHistoryList.member = Shapes::ShapeRef.new(shape: MonitoringAlertHistorySummary)
|
6806
|
+
|
6807
|
+
MonitoringAlertHistorySummary.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
6808
|
+
MonitoringAlertHistorySummary.add_member(:monitoring_alert_name, Shapes::ShapeRef.new(shape: MonitoringAlertName, required: true, location_name: "MonitoringAlertName"))
|
6809
|
+
MonitoringAlertHistorySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
6810
|
+
MonitoringAlertHistorySummary.add_member(:alert_status, Shapes::ShapeRef.new(shape: MonitoringAlertStatus, required: true, location_name: "AlertStatus"))
|
6811
|
+
MonitoringAlertHistorySummary.struct_class = Types::MonitoringAlertHistorySummary
|
6812
|
+
|
6813
|
+
MonitoringAlertSummary.add_member(:monitoring_alert_name, Shapes::ShapeRef.new(shape: MonitoringAlertName, required: true, location_name: "MonitoringAlertName"))
|
6814
|
+
MonitoringAlertSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
6815
|
+
MonitoringAlertSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
6816
|
+
MonitoringAlertSummary.add_member(:alert_status, Shapes::ShapeRef.new(shape: MonitoringAlertStatus, required: true, location_name: "AlertStatus"))
|
6817
|
+
MonitoringAlertSummary.add_member(:datapoints_to_alert, Shapes::ShapeRef.new(shape: MonitoringDatapointsToAlert, required: true, location_name: "DatapointsToAlert"))
|
6818
|
+
MonitoringAlertSummary.add_member(:evaluation_period, Shapes::ShapeRef.new(shape: MonitoringEvaluationPeriod, required: true, location_name: "EvaluationPeriod"))
|
6819
|
+
MonitoringAlertSummary.add_member(:actions, Shapes::ShapeRef.new(shape: MonitoringAlertActions, required: true, location_name: "Actions"))
|
6820
|
+
MonitoringAlertSummary.struct_class = Types::MonitoringAlertSummary
|
6821
|
+
|
6822
|
+
MonitoringAlertSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringAlertSummary)
|
6823
|
+
|
6047
6824
|
MonitoringAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
6048
6825
|
MonitoringAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
|
6049
6826
|
MonitoringAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
|
@@ -6248,6 +7025,7 @@ module Aws::SageMaker
|
|
6248
7025
|
OfflineStoreConfig.add_member(:s3_storage_config, Shapes::ShapeRef.new(shape: S3StorageConfig, required: true, location_name: "S3StorageConfig"))
|
6249
7026
|
OfflineStoreConfig.add_member(:disable_glue_table_creation, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableGlueTableCreation"))
|
6250
7027
|
OfflineStoreConfig.add_member(:data_catalog_config, Shapes::ShapeRef.new(shape: DataCatalogConfig, location_name: "DataCatalogConfig"))
|
7028
|
+
OfflineStoreConfig.add_member(:table_format, Shapes::ShapeRef.new(shape: TableFormat, location_name: "TableFormat"))
|
6251
7029
|
OfflineStoreConfig.struct_class = Types::OfflineStoreConfig
|
6252
7030
|
|
6253
7031
|
OfflineStoreStatus.add_member(:status, Shapes::ShapeRef.new(shape: OfflineStoreStatusValue, required: true, location_name: "Status"))
|
@@ -6335,6 +7113,7 @@ module Aws::SageMaker
|
|
6335
7113
|
PendingDeploymentSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
6336
7114
|
PendingDeploymentSummary.add_member(:production_variants, Shapes::ShapeRef.new(shape: PendingProductionVariantSummaryList, location_name: "ProductionVariants"))
|
6337
7115
|
PendingDeploymentSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
7116
|
+
PendingDeploymentSummary.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: PendingProductionVariantSummaryList, location_name: "ShadowProductionVariants"))
|
6338
7117
|
PendingDeploymentSummary.struct_class = Types::PendingDeploymentSummary
|
6339
7118
|
|
6340
7119
|
PendingProductionVariantSummary.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
|
@@ -6421,6 +7200,7 @@ module Aws::SageMaker
|
|
6421
7200
|
PipelineExecutionStepMetadata.add_member(:clarify_check, Shapes::ShapeRef.new(shape: ClarifyCheckStepMetadata, location_name: "ClarifyCheck"))
|
6422
7201
|
PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
|
6423
7202
|
PipelineExecutionStepMetadata.add_member(:fail, Shapes::ShapeRef.new(shape: FailStepMetadata, location_name: "Fail"))
|
7203
|
+
PipelineExecutionStepMetadata.add_member(:auto_ml_job, Shapes::ShapeRef.new(shape: AutoMLJobStepMetadata, location_name: "AutoMLJob"))
|
6424
7204
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
6425
7205
|
|
6426
7206
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -6584,9 +7364,10 @@ module Aws::SageMaker
|
|
6584
7364
|
|
6585
7365
|
ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
|
6586
7366
|
|
6587
|
-
ProfilerConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri,
|
7367
|
+
ProfilerConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
6588
7368
|
ProfilerConfig.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
6589
7369
|
ProfilerConfig.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
7370
|
+
ProfilerConfig.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler"))
|
6590
7371
|
ProfilerConfig.struct_class = Types::ProfilerConfig
|
6591
7372
|
|
6592
7373
|
ProfilerConfigForUpdate.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
@@ -6728,6 +7509,10 @@ module Aws::SageMaker
|
|
6728
7509
|
RStudioServerProDomainSettingsForUpdate.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
6729
7510
|
RStudioServerProDomainSettingsForUpdate.struct_class = Types::RStudioServerProDomainSettingsForUpdate
|
6730
7511
|
|
7512
|
+
RealTimeInferenceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "InstanceType"))
|
7513
|
+
RealTimeInferenceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TaskCount, required: true, location_name: "InstanceCount"))
|
7514
|
+
RealTimeInferenceConfig.struct_class = Types::RealTimeInferenceConfig
|
7515
|
+
|
6731
7516
|
RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
|
6732
7517
|
|
6733
7518
|
RecommendationJobCompiledOutputConfig.add_member(:s3_output_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputUri"))
|
@@ -6915,6 +7700,8 @@ module Aws::SageMaker
|
|
6915
7700
|
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
6916
7701
|
SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
|
6917
7702
|
SearchRecord.add_member(:hyper_parameter_tuning_job, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSearchEntity, location_name: "HyperParameterTuningJob"))
|
7703
|
+
SearchRecord.add_member(:model, Shapes::ShapeRef.new(shape: ModelDashboardModel, location_name: "Model"))
|
7704
|
+
SearchRecord.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelCard, location_name: "ModelCard"))
|
6918
7705
|
SearchRecord.struct_class = Types::SearchRecord
|
6919
7706
|
|
6920
7707
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -6971,6 +7758,16 @@ module Aws::SageMaker
|
|
6971
7758
|
ServiceCatalogProvisioningUpdateDetails.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
6972
7759
|
ServiceCatalogProvisioningUpdateDetails.struct_class = Types::ServiceCatalogProvisioningUpdateDetails
|
6973
7760
|
|
7761
|
+
ShadowModeConfig.add_member(:source_model_variant_name, Shapes::ShapeRef.new(shape: ModelVariantName, required: true, location_name: "SourceModelVariantName"))
|
7762
|
+
ShadowModeConfig.add_member(:shadow_model_variants, Shapes::ShapeRef.new(shape: ShadowModelVariantConfigList, required: true, location_name: "ShadowModelVariants"))
|
7763
|
+
ShadowModeConfig.struct_class = Types::ShadowModeConfig
|
7764
|
+
|
7765
|
+
ShadowModelVariantConfig.add_member(:shadow_model_variant_name, Shapes::ShapeRef.new(shape: ModelVariantName, required: true, location_name: "ShadowModelVariantName"))
|
7766
|
+
ShadowModelVariantConfig.add_member(:sampling_percentage, Shapes::ShapeRef.new(shape: Percentage, required: true, location_name: "SamplingPercentage"))
|
7767
|
+
ShadowModelVariantConfig.struct_class = Types::ShadowModelVariantConfig
|
7768
|
+
|
7769
|
+
ShadowModelVariantConfigList.member = Shapes::ShapeRef.new(shape: ShadowModelVariantConfig)
|
7770
|
+
|
6974
7771
|
SharingSettings.add_member(:notebook_output_option, Shapes::ShapeRef.new(shape: NotebookOutputOption, location_name: "NotebookOutputOption"))
|
6975
7772
|
SharingSettings.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
6976
7773
|
SharingSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
|
@@ -6991,17 +7788,36 @@ module Aws::SageMaker
|
|
6991
7788
|
SourceIpConfig.add_member(:cidrs, Shapes::ShapeRef.new(shape: Cidrs, required: true, location_name: "Cidrs"))
|
6992
7789
|
SourceIpConfig.struct_class = Types::SourceIpConfig
|
6993
7790
|
|
7791
|
+
SpaceDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
|
7792
|
+
SpaceDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
7793
|
+
SpaceDetails.add_member(:status, Shapes::ShapeRef.new(shape: SpaceStatus, location_name: "Status"))
|
7794
|
+
SpaceDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
7795
|
+
SpaceDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
7796
|
+
SpaceDetails.struct_class = Types::SpaceDetails
|
7797
|
+
|
7798
|
+
SpaceList.member = Shapes::ShapeRef.new(shape: SpaceDetails)
|
7799
|
+
|
7800
|
+
SpaceSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
|
7801
|
+
SpaceSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
|
7802
|
+
SpaceSettings.struct_class = Types::SpaceSettings
|
7803
|
+
|
6994
7804
|
StartEdgeDeploymentStageRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
6995
7805
|
StartEdgeDeploymentStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
|
6996
7806
|
StartEdgeDeploymentStageRequest.struct_class = Types::StartEdgeDeploymentStageRequest
|
6997
7807
|
|
7808
|
+
StartInferenceExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
7809
|
+
StartInferenceExperimentRequest.struct_class = Types::StartInferenceExperimentRequest
|
7810
|
+
|
7811
|
+
StartInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
7812
|
+
StartInferenceExperimentResponse.struct_class = Types::StartInferenceExperimentResponse
|
7813
|
+
|
6998
7814
|
StartMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
6999
7815
|
StartMonitoringScheduleRequest.struct_class = Types::StartMonitoringScheduleRequest
|
7000
7816
|
|
7001
7817
|
StartNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
7002
7818
|
StartNotebookInstanceInput.struct_class = Types::StartNotebookInstanceInput
|
7003
7819
|
|
7004
|
-
StartPipelineExecutionRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape:
|
7820
|
+
StartPipelineExecutionRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
7005
7821
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
7006
7822
|
StartPipelineExecutionRequest.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
7007
7823
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
@@ -7028,6 +7844,16 @@ module Aws::SageMaker
|
|
7028
7844
|
StopHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
|
7029
7845
|
StopHyperParameterTuningJobRequest.struct_class = Types::StopHyperParameterTuningJobRequest
|
7030
7846
|
|
7847
|
+
StopInferenceExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
7848
|
+
StopInferenceExperimentRequest.add_member(:model_variant_actions, Shapes::ShapeRef.new(shape: ModelVariantActionMap, required: true, location_name: "ModelVariantActions"))
|
7849
|
+
StopInferenceExperimentRequest.add_member(:desired_model_variants, Shapes::ShapeRef.new(shape: ModelVariantConfigList, location_name: "DesiredModelVariants"))
|
7850
|
+
StopInferenceExperimentRequest.add_member(:desired_state, Shapes::ShapeRef.new(shape: InferenceExperimentStopDesiredState, location_name: "DesiredState"))
|
7851
|
+
StopInferenceExperimentRequest.add_member(:reason, Shapes::ShapeRef.new(shape: InferenceExperimentStatusReason, location_name: "Reason"))
|
7852
|
+
StopInferenceExperimentRequest.struct_class = Types::StopInferenceExperimentRequest
|
7853
|
+
|
7854
|
+
StopInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
7855
|
+
StopInferenceExperimentResponse.struct_class = Types::StopInferenceExperimentResponse
|
7856
|
+
|
7031
7857
|
StopInferenceRecommendationsJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: RecommendationJobName, required: true, location_name: "JobName"))
|
7032
7858
|
StopInferenceRecommendationsJobRequest.struct_class = Types::StopInferenceRecommendationsJobRequest
|
7033
7859
|
|
@@ -7315,6 +8141,7 @@ module Aws::SageMaker
|
|
7315
8141
|
TrialComponent.add_member(:lineage_group_arn, Shapes::ShapeRef.new(shape: LineageGroupArn, location_name: "LineageGroupArn"))
|
7316
8142
|
TrialComponent.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
7317
8143
|
TrialComponent.add_member(:parents, Shapes::ShapeRef.new(shape: Parents, location_name: "Parents"))
|
8144
|
+
TrialComponent.add_member(:run_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "RunName"))
|
7318
8145
|
TrialComponent.struct_class = Types::TrialComponent
|
7319
8146
|
|
7320
8147
|
TrialComponentArtifact.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "MediaType"))
|
@@ -7363,6 +8190,8 @@ module Aws::SageMaker
|
|
7363
8190
|
TrialComponentSourceDetail.add_member(:transform_job, Shapes::ShapeRef.new(shape: TransformJob, location_name: "TransformJob"))
|
7364
8191
|
TrialComponentSourceDetail.struct_class = Types::TrialComponentSourceDetail
|
7365
8192
|
|
8193
|
+
TrialComponentSources.member = Shapes::ShapeRef.new(shape: TrialComponentSource)
|
8194
|
+
|
7366
8195
|
TrialComponentStatus.add_member(:primary_status, Shapes::ShapeRef.new(shape: TrialComponentPrimaryStatus, location_name: "PrimaryStatus"))
|
7367
8196
|
TrialComponentStatus.add_member(:message, Shapes::ShapeRef.new(shape: TrialComponentStatusMessage, location_name: "Message"))
|
7368
8197
|
TrialComponentStatus.struct_class = Types::TrialComponentStatus
|
@@ -7474,6 +8303,7 @@ module Aws::SageMaker
|
|
7474
8303
|
UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
7475
8304
|
UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
7476
8305
|
UpdateDomainRequest.add_member(:domain_settings_for_update, Shapes::ShapeRef.new(shape: DomainSettingsForUpdate, location_name: "DomainSettingsForUpdate"))
|
8306
|
+
UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
|
7477
8307
|
UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
|
7478
8308
|
|
7479
8309
|
UpdateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
|
@@ -7519,6 +8349,15 @@ module Aws::SageMaker
|
|
7519
8349
|
UpdateFeatureMetadataRequest.add_member(:parameter_removals, Shapes::ShapeRef.new(shape: FeatureParameterRemovals, location_name: "ParameterRemovals"))
|
7520
8350
|
UpdateFeatureMetadataRequest.struct_class = Types::UpdateFeatureMetadataRequest
|
7521
8351
|
|
8352
|
+
UpdateHubRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
8353
|
+
UpdateHubRequest.add_member(:hub_description, Shapes::ShapeRef.new(shape: HubDescription, location_name: "HubDescription"))
|
8354
|
+
UpdateHubRequest.add_member(:hub_display_name, Shapes::ShapeRef.new(shape: HubDisplayName, location_name: "HubDisplayName"))
|
8355
|
+
UpdateHubRequest.add_member(:hub_search_keywords, Shapes::ShapeRef.new(shape: HubSearchKeywordList, location_name: "HubSearchKeywords"))
|
8356
|
+
UpdateHubRequest.struct_class = Types::UpdateHubRequest
|
8357
|
+
|
8358
|
+
UpdateHubResponse.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
8359
|
+
UpdateHubResponse.struct_class = Types::UpdateHubResponse
|
8360
|
+
|
7522
8361
|
UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
|
7523
8362
|
UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
7524
8363
|
UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
@@ -7529,6 +8368,25 @@ module Aws::SageMaker
|
|
7529
8368
|
UpdateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
7530
8369
|
UpdateImageResponse.struct_class = Types::UpdateImageResponse
|
7531
8370
|
|
8371
|
+
UpdateInferenceExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: InferenceExperimentName, required: true, location_name: "Name"))
|
8372
|
+
UpdateInferenceExperimentRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: InferenceExperimentSchedule, location_name: "Schedule"))
|
8373
|
+
UpdateInferenceExperimentRequest.add_member(:description, Shapes::ShapeRef.new(shape: InferenceExperimentDescription, location_name: "Description"))
|
8374
|
+
UpdateInferenceExperimentRequest.add_member(:model_variants, Shapes::ShapeRef.new(shape: ModelVariantConfigList, location_name: "ModelVariants"))
|
8375
|
+
UpdateInferenceExperimentRequest.add_member(:data_storage_config, Shapes::ShapeRef.new(shape: InferenceExperimentDataStorageConfig, location_name: "DataStorageConfig"))
|
8376
|
+
UpdateInferenceExperimentRequest.add_member(:shadow_mode_config, Shapes::ShapeRef.new(shape: ShadowModeConfig, location_name: "ShadowModeConfig"))
|
8377
|
+
UpdateInferenceExperimentRequest.struct_class = Types::UpdateInferenceExperimentRequest
|
8378
|
+
|
8379
|
+
UpdateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
8380
|
+
UpdateInferenceExperimentResponse.struct_class = Types::UpdateInferenceExperimentResponse
|
8381
|
+
|
8382
|
+
UpdateModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
8383
|
+
UpdateModelCardRequest.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, location_name: "Content"))
|
8384
|
+
UpdateModelCardRequest.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
8385
|
+
UpdateModelCardRequest.struct_class = Types::UpdateModelCardRequest
|
8386
|
+
|
8387
|
+
UpdateModelCardResponse.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
8388
|
+
UpdateModelCardResponse.struct_class = Types::UpdateModelCardResponse
|
8389
|
+
|
7532
8390
|
UpdateModelPackageInput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
7533
8391
|
UpdateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
7534
8392
|
UpdateModelPackageInput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
@@ -7540,6 +8398,16 @@ module Aws::SageMaker
|
|
7540
8398
|
UpdateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
7541
8399
|
UpdateModelPackageOutput.struct_class = Types::UpdateModelPackageOutput
|
7542
8400
|
|
8401
|
+
UpdateMonitoringAlertRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
8402
|
+
UpdateMonitoringAlertRequest.add_member(:monitoring_alert_name, Shapes::ShapeRef.new(shape: MonitoringAlertName, required: true, location_name: "MonitoringAlertName"))
|
8403
|
+
UpdateMonitoringAlertRequest.add_member(:datapoints_to_alert, Shapes::ShapeRef.new(shape: MonitoringDatapointsToAlert, required: true, location_name: "DatapointsToAlert"))
|
8404
|
+
UpdateMonitoringAlertRequest.add_member(:evaluation_period, Shapes::ShapeRef.new(shape: MonitoringEvaluationPeriod, required: true, location_name: "EvaluationPeriod"))
|
8405
|
+
UpdateMonitoringAlertRequest.struct_class = Types::UpdateMonitoringAlertRequest
|
8406
|
+
|
8407
|
+
UpdateMonitoringAlertResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
|
8408
|
+
UpdateMonitoringAlertResponse.add_member(:monitoring_alert_name, Shapes::ShapeRef.new(shape: MonitoringAlertName, location_name: "MonitoringAlertName"))
|
8409
|
+
UpdateMonitoringAlertResponse.struct_class = Types::UpdateMonitoringAlertResponse
|
8410
|
+
|
7543
8411
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
7544
8412
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
|
7545
8413
|
UpdateMonitoringScheduleRequest.struct_class = Types::UpdateMonitoringScheduleRequest
|
@@ -7602,6 +8470,14 @@ module Aws::SageMaker
|
|
7602
8470
|
UpdateProjectOutput.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
7603
8471
|
UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
|
7604
8472
|
|
8473
|
+
UpdateSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
8474
|
+
UpdateSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
|
8475
|
+
UpdateSpaceRequest.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
|
8476
|
+
UpdateSpaceRequest.struct_class = Types::UpdateSpaceRequest
|
8477
|
+
|
8478
|
+
UpdateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: SpaceArn, location_name: "SpaceArn"))
|
8479
|
+
UpdateSpaceResponse.struct_class = Types::UpdateSpaceResponse
|
8480
|
+
|
7605
8481
|
UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
7606
8482
|
UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
|
7607
8483
|
UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
@@ -7994,6 +8870,16 @@ module Aws::SageMaker
|
|
7994
8870
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
7995
8871
|
end)
|
7996
8872
|
|
8873
|
+
api.add_operation(:create_hub, Seahorse::Model::Operation.new.tap do |o|
|
8874
|
+
o.name = "CreateHub"
|
8875
|
+
o.http_method = "POST"
|
8876
|
+
o.http_request_uri = "/"
|
8877
|
+
o.input = Shapes::ShapeRef.new(shape: CreateHubRequest)
|
8878
|
+
o.output = Shapes::ShapeRef.new(shape: CreateHubResponse)
|
8879
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8880
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8881
|
+
end)
|
8882
|
+
|
7997
8883
|
api.add_operation(:create_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
7998
8884
|
o.name = "CreateHumanTaskUi"
|
7999
8885
|
o.http_method = "POST"
|
@@ -8035,6 +8921,16 @@ module Aws::SageMaker
|
|
8035
8921
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8036
8922
|
end)
|
8037
8923
|
|
8924
|
+
api.add_operation(:create_inference_experiment, Seahorse::Model::Operation.new.tap do |o|
|
8925
|
+
o.name = "CreateInferenceExperiment"
|
8926
|
+
o.http_method = "POST"
|
8927
|
+
o.http_request_uri = "/"
|
8928
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInferenceExperimentRequest)
|
8929
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInferenceExperimentResponse)
|
8930
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8931
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8932
|
+
end)
|
8933
|
+
|
8038
8934
|
api.add_operation(:create_inference_recommendations_job, Seahorse::Model::Operation.new.tap do |o|
|
8039
8935
|
o.name = "CreateInferenceRecommendationsJob"
|
8040
8936
|
o.http_method = "POST"
|
@@ -8074,6 +8970,27 @@ module Aws::SageMaker
|
|
8074
8970
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8075
8971
|
end)
|
8076
8972
|
|
8973
|
+
api.add_operation(:create_model_card, Seahorse::Model::Operation.new.tap do |o|
|
8974
|
+
o.name = "CreateModelCard"
|
8975
|
+
o.http_method = "POST"
|
8976
|
+
o.http_request_uri = "/"
|
8977
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelCardRequest)
|
8978
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelCardResponse)
|
8979
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8980
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8981
|
+
end)
|
8982
|
+
|
8983
|
+
api.add_operation(:create_model_card_export_job, Seahorse::Model::Operation.new.tap do |o|
|
8984
|
+
o.name = "CreateModelCardExportJob"
|
8985
|
+
o.http_method = "POST"
|
8986
|
+
o.http_request_uri = "/"
|
8987
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelCardExportJobRequest)
|
8988
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelCardExportJobResponse)
|
8989
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8990
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8991
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8992
|
+
end)
|
8993
|
+
|
8077
8994
|
api.add_operation(:create_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
8078
8995
|
o.name = "CreateModelExplainabilityJobDefinition"
|
8079
8996
|
o.http_method = "POST"
|
@@ -8188,6 +9105,16 @@ module Aws::SageMaker
|
|
8188
9105
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8189
9106
|
end)
|
8190
9107
|
|
9108
|
+
api.add_operation(:create_space, Seahorse::Model::Operation.new.tap do |o|
|
9109
|
+
o.name = "CreateSpace"
|
9110
|
+
o.http_method = "POST"
|
9111
|
+
o.http_request_uri = "/"
|
9112
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSpaceRequest)
|
9113
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSpaceResponse)
|
9114
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
9115
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
9116
|
+
end)
|
9117
|
+
|
8191
9118
|
api.add_operation(:create_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
8192
9119
|
o.name = "CreateStudioLifecycleConfig"
|
8193
9120
|
o.http_method = "POST"
|
@@ -8427,6 +9354,26 @@ module Aws::SageMaker
|
|
8427
9354
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8428
9355
|
end)
|
8429
9356
|
|
9357
|
+
api.add_operation(:delete_hub, Seahorse::Model::Operation.new.tap do |o|
|
9358
|
+
o.name = "DeleteHub"
|
9359
|
+
o.http_method = "POST"
|
9360
|
+
o.http_request_uri = "/"
|
9361
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteHubRequest)
|
9362
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9363
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
9364
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9365
|
+
end)
|
9366
|
+
|
9367
|
+
api.add_operation(:delete_hub_content, Seahorse::Model::Operation.new.tap do |o|
|
9368
|
+
o.name = "DeleteHubContent"
|
9369
|
+
o.http_method = "POST"
|
9370
|
+
o.http_request_uri = "/"
|
9371
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteHubContentRequest)
|
9372
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9373
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
9374
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9375
|
+
end)
|
9376
|
+
|
8430
9377
|
api.add_operation(:delete_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
8431
9378
|
o.name = "DeleteHumanTaskUi"
|
8432
9379
|
o.http_method = "POST"
|
@@ -8456,6 +9403,16 @@ module Aws::SageMaker
|
|
8456
9403
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8457
9404
|
end)
|
8458
9405
|
|
9406
|
+
api.add_operation(:delete_inference_experiment, Seahorse::Model::Operation.new.tap do |o|
|
9407
|
+
o.name = "DeleteInferenceExperiment"
|
9408
|
+
o.http_method = "POST"
|
9409
|
+
o.http_request_uri = "/"
|
9410
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteInferenceExperimentRequest)
|
9411
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteInferenceExperimentResponse)
|
9412
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9413
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9414
|
+
end)
|
9415
|
+
|
8459
9416
|
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
8460
9417
|
o.name = "DeleteModel"
|
8461
9418
|
o.http_method = "POST"
|
@@ -8473,6 +9430,16 @@ module Aws::SageMaker
|
|
8473
9430
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8474
9431
|
end)
|
8475
9432
|
|
9433
|
+
api.add_operation(:delete_model_card, Seahorse::Model::Operation.new.tap do |o|
|
9434
|
+
o.name = "DeleteModelCard"
|
9435
|
+
o.http_method = "POST"
|
9436
|
+
o.http_request_uri = "/"
|
9437
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelCardRequest)
|
9438
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9440
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9441
|
+
end)
|
9442
|
+
|
8476
9443
|
api.add_operation(:delete_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
8477
9444
|
o.name = "DeleteModelExplainabilityJobDefinition"
|
8478
9445
|
o.http_method = "POST"
|
@@ -8560,6 +9527,16 @@ module Aws::SageMaker
|
|
8560
9527
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8561
9528
|
end)
|
8562
9529
|
|
9530
|
+
api.add_operation(:delete_space, Seahorse::Model::Operation.new.tap do |o|
|
9531
|
+
o.name = "DeleteSpace"
|
9532
|
+
o.http_method = "POST"
|
9533
|
+
o.http_request_uri = "/"
|
9534
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSpaceRequest)
|
9535
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9536
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
9537
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9538
|
+
end)
|
9539
|
+
|
8563
9540
|
api.add_operation(:delete_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
8564
9541
|
o.name = "DeleteStudioLifecycleConfig"
|
8565
9542
|
o.http_method = "POST"
|
@@ -8816,6 +9793,24 @@ module Aws::SageMaker
|
|
8816
9793
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8817
9794
|
end)
|
8818
9795
|
|
9796
|
+
api.add_operation(:describe_hub, Seahorse::Model::Operation.new.tap do |o|
|
9797
|
+
o.name = "DescribeHub"
|
9798
|
+
o.http_method = "POST"
|
9799
|
+
o.http_request_uri = "/"
|
9800
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeHubRequest)
|
9801
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeHubResponse)
|
9802
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9803
|
+
end)
|
9804
|
+
|
9805
|
+
api.add_operation(:describe_hub_content, Seahorse::Model::Operation.new.tap do |o|
|
9806
|
+
o.name = "DescribeHubContent"
|
9807
|
+
o.http_method = "POST"
|
9808
|
+
o.http_request_uri = "/"
|
9809
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeHubContentRequest)
|
9810
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeHubContentResponse)
|
9811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9812
|
+
end)
|
9813
|
+
|
8819
9814
|
api.add_operation(:describe_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
|
8820
9815
|
o.name = "DescribeHumanTaskUi"
|
8821
9816
|
o.http_method = "POST"
|
@@ -8852,6 +9847,15 @@ module Aws::SageMaker
|
|
8852
9847
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8853
9848
|
end)
|
8854
9849
|
|
9850
|
+
api.add_operation(:describe_inference_experiment, Seahorse::Model::Operation.new.tap do |o|
|
9851
|
+
o.name = "DescribeInferenceExperiment"
|
9852
|
+
o.http_method = "POST"
|
9853
|
+
o.http_request_uri = "/"
|
9854
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInferenceExperimentRequest)
|
9855
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInferenceExperimentResponse)
|
9856
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9857
|
+
end)
|
9858
|
+
|
8855
9859
|
api.add_operation(:describe_inference_recommendations_job, Seahorse::Model::Operation.new.tap do |o|
|
8856
9860
|
o.name = "DescribeInferenceRecommendationsJob"
|
8857
9861
|
o.http_method = "POST"
|
@@ -8896,6 +9900,24 @@ module Aws::SageMaker
|
|
8896
9900
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8897
9901
|
end)
|
8898
9902
|
|
9903
|
+
api.add_operation(:describe_model_card, Seahorse::Model::Operation.new.tap do |o|
|
9904
|
+
o.name = "DescribeModelCard"
|
9905
|
+
o.http_method = "POST"
|
9906
|
+
o.http_request_uri = "/"
|
9907
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelCardRequest)
|
9908
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelCardResponse)
|
9909
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9910
|
+
end)
|
9911
|
+
|
9912
|
+
api.add_operation(:describe_model_card_export_job, Seahorse::Model::Operation.new.tap do |o|
|
9913
|
+
o.name = "DescribeModelCardExportJob"
|
9914
|
+
o.http_method = "POST"
|
9915
|
+
o.http_request_uri = "/"
|
9916
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelCardExportJobRequest)
|
9917
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelCardExportJobResponse)
|
9918
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
9919
|
+
end)
|
9920
|
+
|
8899
9921
|
api.add_operation(:describe_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
8900
9922
|
o.name = "DescribeModelExplainabilityJobDefinition"
|
8901
9923
|
o.http_method = "POST"
|
@@ -8999,6 +10021,15 @@ module Aws::SageMaker
|
|
8999
10021
|
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
9000
10022
|
end)
|
9001
10023
|
|
10024
|
+
api.add_operation(:describe_space, Seahorse::Model::Operation.new.tap do |o|
|
10025
|
+
o.name = "DescribeSpace"
|
10026
|
+
o.http_method = "POST"
|
10027
|
+
o.http_request_uri = "/"
|
10028
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSpaceRequest)
|
10029
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSpaceResponse)
|
10030
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10031
|
+
end)
|
10032
|
+
|
9002
10033
|
api.add_operation(:describe_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
9003
10034
|
o.name = "DescribeStudioLifecycleConfig"
|
9004
10035
|
o.http_method = "POST"
|
@@ -9143,6 +10174,17 @@ module Aws::SageMaker
|
|
9143
10174
|
o.output = Shapes::ShapeRef.new(shape: GetSearchSuggestionsResponse)
|
9144
10175
|
end)
|
9145
10176
|
|
10177
|
+
api.add_operation(:import_hub_content, Seahorse::Model::Operation.new.tap do |o|
|
10178
|
+
o.name = "ImportHubContent"
|
10179
|
+
o.http_method = "POST"
|
10180
|
+
o.http_request_uri = "/"
|
10181
|
+
o.input = Shapes::ShapeRef.new(shape: ImportHubContentRequest)
|
10182
|
+
o.output = Shapes::ShapeRef.new(shape: ImportHubContentResponse)
|
10183
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
10184
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10185
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10186
|
+
end)
|
10187
|
+
|
9146
10188
|
api.add_operation(:list_actions, Seahorse::Model::Operation.new.tap do |o|
|
9147
10189
|
o.name = "ListActions"
|
9148
10190
|
o.http_method = "POST"
|
@@ -9456,6 +10498,32 @@ module Aws::SageMaker
|
|
9456
10498
|
)
|
9457
10499
|
end)
|
9458
10500
|
|
10501
|
+
api.add_operation(:list_hub_content_versions, Seahorse::Model::Operation.new.tap do |o|
|
10502
|
+
o.name = "ListHubContentVersions"
|
10503
|
+
o.http_method = "POST"
|
10504
|
+
o.http_request_uri = "/"
|
10505
|
+
o.input = Shapes::ShapeRef.new(shape: ListHubContentVersionsRequest)
|
10506
|
+
o.output = Shapes::ShapeRef.new(shape: ListHubContentVersionsResponse)
|
10507
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10508
|
+
end)
|
10509
|
+
|
10510
|
+
api.add_operation(:list_hub_contents, Seahorse::Model::Operation.new.tap do |o|
|
10511
|
+
o.name = "ListHubContents"
|
10512
|
+
o.http_method = "POST"
|
10513
|
+
o.http_request_uri = "/"
|
10514
|
+
o.input = Shapes::ShapeRef.new(shape: ListHubContentsRequest)
|
10515
|
+
o.output = Shapes::ShapeRef.new(shape: ListHubContentsResponse)
|
10516
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10517
|
+
end)
|
10518
|
+
|
10519
|
+
api.add_operation(:list_hubs, Seahorse::Model::Operation.new.tap do |o|
|
10520
|
+
o.name = "ListHubs"
|
10521
|
+
o.http_method = "POST"
|
10522
|
+
o.http_request_uri = "/"
|
10523
|
+
o.input = Shapes::ShapeRef.new(shape: ListHubsRequest)
|
10524
|
+
o.output = Shapes::ShapeRef.new(shape: ListHubsResponse)
|
10525
|
+
end)
|
10526
|
+
|
9459
10527
|
api.add_operation(:list_human_task_uis, Seahorse::Model::Operation.new.tap do |o|
|
9460
10528
|
o.name = "ListHumanTaskUis"
|
9461
10529
|
o.http_method = "POST"
|
@@ -9513,6 +10581,20 @@ module Aws::SageMaker
|
|
9513
10581
|
)
|
9514
10582
|
end)
|
9515
10583
|
|
10584
|
+
api.add_operation(:list_inference_experiments, Seahorse::Model::Operation.new.tap do |o|
|
10585
|
+
o.name = "ListInferenceExperiments"
|
10586
|
+
o.http_method = "POST"
|
10587
|
+
o.http_request_uri = "/"
|
10588
|
+
o.input = Shapes::ShapeRef.new(shape: ListInferenceExperimentsRequest)
|
10589
|
+
o.output = Shapes::ShapeRef.new(shape: ListInferenceExperimentsResponse)
|
10590
|
+
o[:pager] = Aws::Pager.new(
|
10591
|
+
limit_key: "max_results",
|
10592
|
+
tokens: {
|
10593
|
+
"next_token" => "next_token"
|
10594
|
+
}
|
10595
|
+
)
|
10596
|
+
end)
|
10597
|
+
|
9516
10598
|
api.add_operation(:list_inference_recommendations_job_steps, Seahorse::Model::Operation.new.tap do |o|
|
9517
10599
|
o.name = "ListInferenceRecommendationsJobSteps"
|
9518
10600
|
o.http_method = "POST"
|
@@ -9598,6 +10680,49 @@ module Aws::SageMaker
|
|
9598
10680
|
)
|
9599
10681
|
end)
|
9600
10682
|
|
10683
|
+
api.add_operation(:list_model_card_export_jobs, Seahorse::Model::Operation.new.tap do |o|
|
10684
|
+
o.name = "ListModelCardExportJobs"
|
10685
|
+
o.http_method = "POST"
|
10686
|
+
o.http_request_uri = "/"
|
10687
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelCardExportJobsRequest)
|
10688
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelCardExportJobsResponse)
|
10689
|
+
o[:pager] = Aws::Pager.new(
|
10690
|
+
limit_key: "max_results",
|
10691
|
+
tokens: {
|
10692
|
+
"next_token" => "next_token"
|
10693
|
+
}
|
10694
|
+
)
|
10695
|
+
end)
|
10696
|
+
|
10697
|
+
api.add_operation(:list_model_card_versions, Seahorse::Model::Operation.new.tap do |o|
|
10698
|
+
o.name = "ListModelCardVersions"
|
10699
|
+
o.http_method = "POST"
|
10700
|
+
o.http_request_uri = "/"
|
10701
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelCardVersionsRequest)
|
10702
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelCardVersionsResponse)
|
10703
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10704
|
+
o[:pager] = Aws::Pager.new(
|
10705
|
+
limit_key: "max_results",
|
10706
|
+
tokens: {
|
10707
|
+
"next_token" => "next_token"
|
10708
|
+
}
|
10709
|
+
)
|
10710
|
+
end)
|
10711
|
+
|
10712
|
+
api.add_operation(:list_model_cards, Seahorse::Model::Operation.new.tap do |o|
|
10713
|
+
o.name = "ListModelCards"
|
10714
|
+
o.http_method = "POST"
|
10715
|
+
o.http_request_uri = "/"
|
10716
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelCardsRequest)
|
10717
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelCardsResponse)
|
10718
|
+
o[:pager] = Aws::Pager.new(
|
10719
|
+
limit_key: "max_results",
|
10720
|
+
tokens: {
|
10721
|
+
"next_token" => "next_token"
|
10722
|
+
}
|
10723
|
+
)
|
10724
|
+
end)
|
10725
|
+
|
9601
10726
|
api.add_operation(:list_model_explainability_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
9602
10727
|
o.name = "ListModelExplainabilityJobDefinitions"
|
9603
10728
|
o.http_method = "POST"
|
@@ -9682,6 +10807,36 @@ module Aws::SageMaker
|
|
9682
10807
|
)
|
9683
10808
|
end)
|
9684
10809
|
|
10810
|
+
api.add_operation(:list_monitoring_alert_history, Seahorse::Model::Operation.new.tap do |o|
|
10811
|
+
o.name = "ListMonitoringAlertHistory"
|
10812
|
+
o.http_method = "POST"
|
10813
|
+
o.http_request_uri = "/"
|
10814
|
+
o.input = Shapes::ShapeRef.new(shape: ListMonitoringAlertHistoryRequest)
|
10815
|
+
o.output = Shapes::ShapeRef.new(shape: ListMonitoringAlertHistoryResponse)
|
10816
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10817
|
+
o[:pager] = Aws::Pager.new(
|
10818
|
+
limit_key: "max_results",
|
10819
|
+
tokens: {
|
10820
|
+
"next_token" => "next_token"
|
10821
|
+
}
|
10822
|
+
)
|
10823
|
+
end)
|
10824
|
+
|
10825
|
+
api.add_operation(:list_monitoring_alerts, Seahorse::Model::Operation.new.tap do |o|
|
10826
|
+
o.name = "ListMonitoringAlerts"
|
10827
|
+
o.http_method = "POST"
|
10828
|
+
o.http_request_uri = "/"
|
10829
|
+
o.input = Shapes::ShapeRef.new(shape: ListMonitoringAlertsRequest)
|
10830
|
+
o.output = Shapes::ShapeRef.new(shape: ListMonitoringAlertsResponse)
|
10831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10832
|
+
o[:pager] = Aws::Pager.new(
|
10833
|
+
limit_key: "max_results",
|
10834
|
+
tokens: {
|
10835
|
+
"next_token" => "next_token"
|
10836
|
+
}
|
10837
|
+
)
|
10838
|
+
end)
|
10839
|
+
|
9685
10840
|
api.add_operation(:list_monitoring_executions, Seahorse::Model::Operation.new.tap do |o|
|
9686
10841
|
o.name = "ListMonitoringExecutions"
|
9687
10842
|
o.http_method = "POST"
|
@@ -9825,6 +10980,20 @@ module Aws::SageMaker
|
|
9825
10980
|
)
|
9826
10981
|
end)
|
9827
10982
|
|
10983
|
+
api.add_operation(:list_spaces, Seahorse::Model::Operation.new.tap do |o|
|
10984
|
+
o.name = "ListSpaces"
|
10985
|
+
o.http_method = "POST"
|
10986
|
+
o.http_request_uri = "/"
|
10987
|
+
o.input = Shapes::ShapeRef.new(shape: ListSpacesRequest)
|
10988
|
+
o.output = Shapes::ShapeRef.new(shape: ListSpacesResponse)
|
10989
|
+
o[:pager] = Aws::Pager.new(
|
10990
|
+
limit_key: "max_results",
|
10991
|
+
tokens: {
|
10992
|
+
"next_token" => "next_token"
|
10993
|
+
}
|
10994
|
+
)
|
10995
|
+
end)
|
10996
|
+
|
9828
10997
|
api.add_operation(:list_stage_devices, Seahorse::Model::Operation.new.tap do |o|
|
9829
10998
|
o.name = "ListStageDevices"
|
9830
10999
|
o.http_method = "POST"
|
@@ -10091,6 +11260,16 @@ module Aws::SageMaker
|
|
10091
11260
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
10092
11261
|
end)
|
10093
11262
|
|
11263
|
+
api.add_operation(:start_inference_experiment, Seahorse::Model::Operation.new.tap do |o|
|
11264
|
+
o.name = "StartInferenceExperiment"
|
11265
|
+
o.http_method = "POST"
|
11266
|
+
o.http_request_uri = "/"
|
11267
|
+
o.input = Shapes::ShapeRef.new(shape: StartInferenceExperimentRequest)
|
11268
|
+
o.output = Shapes::ShapeRef.new(shape: StartInferenceExperimentResponse)
|
11269
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11270
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11271
|
+
end)
|
11272
|
+
|
10094
11273
|
api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
10095
11274
|
o.name = "StartMonitoringSchedule"
|
10096
11275
|
o.http_method = "POST"
|
@@ -10162,6 +11341,16 @@ module Aws::SageMaker
|
|
10162
11341
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10163
11342
|
end)
|
10164
11343
|
|
11344
|
+
api.add_operation(:stop_inference_experiment, Seahorse::Model::Operation.new.tap do |o|
|
11345
|
+
o.name = "StopInferenceExperiment"
|
11346
|
+
o.http_method = "POST"
|
11347
|
+
o.http_request_uri = "/"
|
11348
|
+
o.input = Shapes::ShapeRef.new(shape: StopInferenceExperimentRequest)
|
11349
|
+
o.output = Shapes::ShapeRef.new(shape: StopInferenceExperimentResponse)
|
11350
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11351
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11352
|
+
end)
|
11353
|
+
|
10165
11354
|
api.add_operation(:stop_inference_recommendations_job, Seahorse::Model::Operation.new.tap do |o|
|
10166
11355
|
o.name = "StopInferenceRecommendationsJob"
|
10167
11356
|
o.http_method = "POST"
|
@@ -10354,6 +11543,15 @@ module Aws::SageMaker
|
|
10354
11543
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10355
11544
|
end)
|
10356
11545
|
|
11546
|
+
api.add_operation(:update_hub, Seahorse::Model::Operation.new.tap do |o|
|
11547
|
+
o.name = "UpdateHub"
|
11548
|
+
o.http_method = "POST"
|
11549
|
+
o.http_request_uri = "/"
|
11550
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateHubRequest)
|
11551
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateHubResponse)
|
11552
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11553
|
+
end)
|
11554
|
+
|
10357
11555
|
api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
|
10358
11556
|
o.name = "UpdateImage"
|
10359
11557
|
o.http_method = "POST"
|
@@ -10364,6 +11562,27 @@ module Aws::SageMaker
|
|
10364
11562
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
10365
11563
|
end)
|
10366
11564
|
|
11565
|
+
api.add_operation(:update_inference_experiment, Seahorse::Model::Operation.new.tap do |o|
|
11566
|
+
o.name = "UpdateInferenceExperiment"
|
11567
|
+
o.http_method = "POST"
|
11568
|
+
o.http_request_uri = "/"
|
11569
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateInferenceExperimentRequest)
|
11570
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateInferenceExperimentResponse)
|
11571
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11572
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11573
|
+
end)
|
11574
|
+
|
11575
|
+
api.add_operation(:update_model_card, Seahorse::Model::Operation.new.tap do |o|
|
11576
|
+
o.name = "UpdateModelCard"
|
11577
|
+
o.http_method = "POST"
|
11578
|
+
o.http_request_uri = "/"
|
11579
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateModelCardRequest)
|
11580
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateModelCardResponse)
|
11581
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11582
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11583
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11584
|
+
end)
|
11585
|
+
|
10367
11586
|
api.add_operation(:update_model_package, Seahorse::Model::Operation.new.tap do |o|
|
10368
11587
|
o.name = "UpdateModelPackage"
|
10369
11588
|
o.http_method = "POST"
|
@@ -10372,6 +11591,16 @@ module Aws::SageMaker
|
|
10372
11591
|
o.output = Shapes::ShapeRef.new(shape: UpdateModelPackageOutput)
|
10373
11592
|
end)
|
10374
11593
|
|
11594
|
+
api.add_operation(:update_monitoring_alert, Seahorse::Model::Operation.new.tap do |o|
|
11595
|
+
o.name = "UpdateMonitoringAlert"
|
11596
|
+
o.http_method = "POST"
|
11597
|
+
o.http_request_uri = "/"
|
11598
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMonitoringAlertRequest)
|
11599
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMonitoringAlertResponse)
|
11600
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11601
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11602
|
+
end)
|
11603
|
+
|
10375
11604
|
api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
10376
11605
|
o.name = "UpdateMonitoringSchedule"
|
10377
11606
|
o.http_method = "POST"
|
@@ -10426,6 +11655,17 @@ module Aws::SageMaker
|
|
10426
11655
|
o.output = Shapes::ShapeRef.new(shape: UpdateProjectOutput)
|
10427
11656
|
end)
|
10428
11657
|
|
11658
|
+
api.add_operation(:update_space, Seahorse::Model::Operation.new.tap do |o|
|
11659
|
+
o.name = "UpdateSpace"
|
11660
|
+
o.http_method = "POST"
|
11661
|
+
o.http_request_uri = "/"
|
11662
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSpaceRequest)
|
11663
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSpaceResponse)
|
11664
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11665
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11666
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11667
|
+
end)
|
11668
|
+
|
10429
11669
|
api.add_operation(:update_training_job, Seahorse::Model::Operation.new.tap do |o|
|
10430
11670
|
o.name = "UpdateTrainingJob"
|
10431
11671
|
o.http_method = "POST"
|