aws-sdk-sagemaker 1.276.0 → 1.277.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +1434 -51
- data/lib/aws-sdk-sagemaker/client_api.rb +741 -0
- data/lib/aws-sdk-sagemaker/types.rb +2070 -5
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +469 -25
- data/sig/types.rbs +507 -10
- metadata +2 -2
@@ -22,6 +22,7 @@ module Aws::SageMaker
|
|
22
22
|
ActionStatus = Shapes::StringShape.new(name: 'ActionStatus')
|
23
23
|
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
24
24
|
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
25
|
+
ActivationState = Shapes::StringShape.new(name: 'ActivationState')
|
25
26
|
AddAssociationRequest = Shapes::StructureShape.new(name: 'AddAssociationRequest')
|
26
27
|
AddAssociationResponse = Shapes::StructureShape.new(name: 'AddAssociationResponse')
|
27
28
|
AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
|
@@ -171,6 +172,8 @@ module Aws::SageMaker
|
|
171
172
|
AutoRollbackConfig = Shapes::StructureShape.new(name: 'AutoRollbackConfig')
|
172
173
|
Autotune = Shapes::StructureShape.new(name: 'Autotune')
|
173
174
|
AutotuneMode = Shapes::StringShape.new(name: 'AutotuneMode')
|
175
|
+
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
176
|
+
AvailableInstanceCount = Shapes::IntegerShape.new(name: 'AvailableInstanceCount')
|
174
177
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
175
178
|
BacktestResultsLocation = Shapes::StringShape.new(name: 'BacktestResultsLocation')
|
176
179
|
BaseModelName = Shapes::StringShape.new(name: 'BaseModelName')
|
@@ -194,6 +197,7 @@ module Aws::SageMaker
|
|
194
197
|
BlueGreenUpdatePolicy = Shapes::StructureShape.new(name: 'BlueGreenUpdatePolicy')
|
195
198
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
196
199
|
BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
|
200
|
+
BorrowLimit = Shapes::IntegerShape.new(name: 'BorrowLimit')
|
197
201
|
Branch = Shapes::StringShape.new(name: 'Branch')
|
198
202
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
199
203
|
CacheHitResult = Shapes::StructureShape.new(name: 'CacheHitResult')
|
@@ -298,6 +302,11 @@ module Aws::SageMaker
|
|
298
302
|
ClusterOrchestratorEksConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorEksConfig')
|
299
303
|
ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
|
300
304
|
ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp')
|
305
|
+
ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
|
306
|
+
ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
|
307
|
+
ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
|
308
|
+
ClusterSchedulerConfigSummaryList = Shapes::ListShape.new(name: 'ClusterSchedulerConfigSummaryList')
|
309
|
+
ClusterSchedulerPriorityClassName = Shapes::StringShape.new(name: 'ClusterSchedulerPriorityClassName')
|
301
310
|
ClusterSortBy = Shapes::StringShape.new(name: 'ClusterSortBy')
|
302
311
|
ClusterStatus = Shapes::StringShape.new(name: 'ClusterStatus')
|
303
312
|
ClusterSummaries = Shapes::ListShape.new(name: 'ClusterSummaries')
|
@@ -333,6 +342,15 @@ module Aws::SageMaker
|
|
333
342
|
CompleteOnConvergence = Shapes::StringShape.new(name: 'CompleteOnConvergence')
|
334
343
|
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
335
344
|
CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
|
345
|
+
ComputeQuotaArn = Shapes::StringShape.new(name: 'ComputeQuotaArn')
|
346
|
+
ComputeQuotaConfig = Shapes::StructureShape.new(name: 'ComputeQuotaConfig')
|
347
|
+
ComputeQuotaId = Shapes::StringShape.new(name: 'ComputeQuotaId')
|
348
|
+
ComputeQuotaResourceConfig = Shapes::StructureShape.new(name: 'ComputeQuotaResourceConfig')
|
349
|
+
ComputeQuotaResourceConfigList = Shapes::ListShape.new(name: 'ComputeQuotaResourceConfigList')
|
350
|
+
ComputeQuotaSummary = Shapes::StructureShape.new(name: 'ComputeQuotaSummary')
|
351
|
+
ComputeQuotaSummaryList = Shapes::ListShape.new(name: 'ComputeQuotaSummaryList')
|
352
|
+
ComputeQuotaTarget = Shapes::StructureShape.new(name: 'ComputeQuotaTarget')
|
353
|
+
ComputeQuotaTargetTeamName = Shapes::StringShape.new(name: 'ComputeQuotaTargetTeamName')
|
336
354
|
ConditionOutcome = Shapes::StringShape.new(name: 'ConditionOutcome')
|
337
355
|
ConditionStepMetadata = Shapes::StructureShape.new(name: 'ConditionStepMetadata')
|
338
356
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
@@ -381,10 +399,14 @@ module Aws::SageMaker
|
|
381
399
|
CreateAutoMLJobV2Response = Shapes::StructureShape.new(name: 'CreateAutoMLJobV2Response')
|
382
400
|
CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
|
383
401
|
CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
|
402
|
+
CreateClusterSchedulerConfigRequest = Shapes::StructureShape.new(name: 'CreateClusterSchedulerConfigRequest')
|
403
|
+
CreateClusterSchedulerConfigResponse = Shapes::StructureShape.new(name: 'CreateClusterSchedulerConfigResponse')
|
384
404
|
CreateCodeRepositoryInput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryInput')
|
385
405
|
CreateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryOutput')
|
386
406
|
CreateCompilationJobRequest = Shapes::StructureShape.new(name: 'CreateCompilationJobRequest')
|
387
407
|
CreateCompilationJobResponse = Shapes::StructureShape.new(name: 'CreateCompilationJobResponse')
|
408
|
+
CreateComputeQuotaRequest = Shapes::StructureShape.new(name: 'CreateComputeQuotaRequest')
|
409
|
+
CreateComputeQuotaResponse = Shapes::StructureShape.new(name: 'CreateComputeQuotaResponse')
|
388
410
|
CreateContextRequest = Shapes::StructureShape.new(name: 'CreateContextRequest')
|
389
411
|
CreateContextResponse = Shapes::StructureShape.new(name: 'CreateContextResponse')
|
390
412
|
CreateDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateDataQualityJobDefinitionRequest')
|
@@ -452,6 +474,10 @@ module Aws::SageMaker
|
|
452
474
|
CreateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceOutput')
|
453
475
|
CreateOptimizationJobRequest = Shapes::StructureShape.new(name: 'CreateOptimizationJobRequest')
|
454
476
|
CreateOptimizationJobResponse = Shapes::StructureShape.new(name: 'CreateOptimizationJobResponse')
|
477
|
+
CreatePartnerAppPresignedUrlRequest = Shapes::StructureShape.new(name: 'CreatePartnerAppPresignedUrlRequest')
|
478
|
+
CreatePartnerAppPresignedUrlResponse = Shapes::StructureShape.new(name: 'CreatePartnerAppPresignedUrlResponse')
|
479
|
+
CreatePartnerAppRequest = Shapes::StructureShape.new(name: 'CreatePartnerAppRequest')
|
480
|
+
CreatePartnerAppResponse = Shapes::StructureShape.new(name: 'CreatePartnerAppResponse')
|
455
481
|
CreatePipelineRequest = Shapes::StructureShape.new(name: 'CreatePipelineRequest')
|
456
482
|
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
457
483
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
@@ -470,6 +496,8 @@ module Aws::SageMaker
|
|
470
496
|
CreateStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigResponse')
|
471
497
|
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
472
498
|
CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
|
499
|
+
CreateTrainingPlanRequest = Shapes::StructureShape.new(name: 'CreateTrainingPlanRequest')
|
500
|
+
CreateTrainingPlanResponse = Shapes::StructureShape.new(name: 'CreateTrainingPlanResponse')
|
473
501
|
CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
|
474
502
|
CreateTransformJobResponse = Shapes::StructureShape.new(name: 'CreateTransformJobResponse')
|
475
503
|
CreateTrialComponentRequest = Shapes::StructureShape.new(name: 'CreateTrialComponentRequest')
|
@@ -486,6 +514,7 @@ module Aws::SageMaker
|
|
486
514
|
CrossAccountFilterOption = Shapes::StringShape.new(name: 'CrossAccountFilterOption')
|
487
515
|
CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
|
488
516
|
CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
|
517
|
+
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
489
518
|
CustomFileSystem = Shapes::UnionShape.new(name: 'CustomFileSystem')
|
490
519
|
CustomFileSystemConfig = Shapes::UnionShape.new(name: 'CustomFileSystemConfig')
|
491
520
|
CustomFileSystemConfigs = Shapes::ListShape.new(name: 'CustomFileSystemConfigs')
|
@@ -537,8 +566,10 @@ module Aws::SageMaker
|
|
537
566
|
DeleteAssociationResponse = Shapes::StructureShape.new(name: 'DeleteAssociationResponse')
|
538
567
|
DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
|
539
568
|
DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
|
569
|
+
DeleteClusterSchedulerConfigRequest = Shapes::StructureShape.new(name: 'DeleteClusterSchedulerConfigRequest')
|
540
570
|
DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
|
541
571
|
DeleteCompilationJobRequest = Shapes::StructureShape.new(name: 'DeleteCompilationJobRequest')
|
572
|
+
DeleteComputeQuotaRequest = Shapes::StructureShape.new(name: 'DeleteComputeQuotaRequest')
|
542
573
|
DeleteContextRequest = Shapes::StructureShape.new(name: 'DeleteContextRequest')
|
543
574
|
DeleteContextResponse = Shapes::StructureShape.new(name: 'DeleteContextResponse')
|
544
575
|
DeleteDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityJobDefinitionRequest')
|
@@ -580,6 +611,8 @@ module Aws::SageMaker
|
|
580
611
|
DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
|
581
612
|
DeleteNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceLifecycleConfigInput')
|
582
613
|
DeleteOptimizationJobRequest = Shapes::StructureShape.new(name: 'DeleteOptimizationJobRequest')
|
614
|
+
DeletePartnerAppRequest = Shapes::StructureShape.new(name: 'DeletePartnerAppRequest')
|
615
|
+
DeletePartnerAppResponse = Shapes::StructureShape.new(name: 'DeletePartnerAppResponse')
|
583
616
|
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
584
617
|
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
585
618
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
@@ -627,10 +660,14 @@ module Aws::SageMaker
|
|
627
660
|
DescribeClusterNodeResponse = Shapes::StructureShape.new(name: 'DescribeClusterNodeResponse')
|
628
661
|
DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
|
629
662
|
DescribeClusterResponse = Shapes::StructureShape.new(name: 'DescribeClusterResponse')
|
663
|
+
DescribeClusterSchedulerConfigRequest = Shapes::StructureShape.new(name: 'DescribeClusterSchedulerConfigRequest')
|
664
|
+
DescribeClusterSchedulerConfigResponse = Shapes::StructureShape.new(name: 'DescribeClusterSchedulerConfigResponse')
|
630
665
|
DescribeCodeRepositoryInput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryInput')
|
631
666
|
DescribeCodeRepositoryOutput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryOutput')
|
632
667
|
DescribeCompilationJobRequest = Shapes::StructureShape.new(name: 'DescribeCompilationJobRequest')
|
633
668
|
DescribeCompilationJobResponse = Shapes::StructureShape.new(name: 'DescribeCompilationJobResponse')
|
669
|
+
DescribeComputeQuotaRequest = Shapes::StructureShape.new(name: 'DescribeComputeQuotaRequest')
|
670
|
+
DescribeComputeQuotaResponse = Shapes::StructureShape.new(name: 'DescribeComputeQuotaResponse')
|
634
671
|
DescribeContextRequest = Shapes::StructureShape.new(name: 'DescribeContextRequest')
|
635
672
|
DescribeContextResponse = Shapes::StructureShape.new(name: 'DescribeContextResponse')
|
636
673
|
DescribeDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeDataQualityJobDefinitionRequest')
|
@@ -705,6 +742,8 @@ module Aws::SageMaker
|
|
705
742
|
DescribeNotebookInstanceOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceOutput')
|
706
743
|
DescribeOptimizationJobRequest = Shapes::StructureShape.new(name: 'DescribeOptimizationJobRequest')
|
707
744
|
DescribeOptimizationJobResponse = Shapes::StructureShape.new(name: 'DescribeOptimizationJobResponse')
|
745
|
+
DescribePartnerAppRequest = Shapes::StructureShape.new(name: 'DescribePartnerAppRequest')
|
746
|
+
DescribePartnerAppResponse = Shapes::StructureShape.new(name: 'DescribePartnerAppResponse')
|
708
747
|
DescribePipelineDefinitionForExecutionRequest = Shapes::StructureShape.new(name: 'DescribePipelineDefinitionForExecutionRequest')
|
709
748
|
DescribePipelineDefinitionForExecutionResponse = Shapes::StructureShape.new(name: 'DescribePipelineDefinitionForExecutionResponse')
|
710
749
|
DescribePipelineExecutionRequest = Shapes::StructureShape.new(name: 'DescribePipelineExecutionRequest')
|
@@ -723,6 +762,8 @@ module Aws::SageMaker
|
|
723
762
|
DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
|
724
763
|
DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
|
725
764
|
DescribeTrainingJobResponse = Shapes::StructureShape.new(name: 'DescribeTrainingJobResponse')
|
765
|
+
DescribeTrainingPlanRequest = Shapes::StructureShape.new(name: 'DescribeTrainingPlanRequest')
|
766
|
+
DescribeTrainingPlanResponse = Shapes::StructureShape.new(name: 'DescribeTrainingPlanResponse')
|
726
767
|
DescribeTransformJobRequest = Shapes::StructureShape.new(name: 'DescribeTransformJobRequest')
|
727
768
|
DescribeTransformJobResponse = Shapes::StructureShape.new(name: 'DescribeTransformJobResponse')
|
728
769
|
DescribeTrialComponentRequest = Shapes::StructureShape.new(name: 'DescribeTrialComponentRequest')
|
@@ -868,6 +909,7 @@ module Aws::SageMaker
|
|
868
909
|
EnvironmentParameterRanges = Shapes::StructureShape.new(name: 'EnvironmentParameterRanges')
|
869
910
|
EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
|
870
911
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
912
|
+
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
871
913
|
ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
|
872
914
|
ExecutionRoleArns = Shapes::ListShape.new(name: 'ExecutionRoleArns')
|
873
915
|
ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
|
@@ -887,9 +929,13 @@ module Aws::SageMaker
|
|
887
929
|
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
888
930
|
ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
|
889
931
|
ExplainerConfig = Shapes::StructureShape.new(name: 'ExplainerConfig')
|
932
|
+
FSxLustreFileSystem = Shapes::StructureShape.new(name: 'FSxLustreFileSystem')
|
933
|
+
FSxLustreFileSystemConfig = Shapes::StructureShape.new(name: 'FSxLustreFileSystemConfig')
|
890
934
|
FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
|
891
935
|
FailureHandlingPolicy = Shapes::StringShape.new(name: 'FailureHandlingPolicy')
|
892
936
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
937
|
+
FairShare = Shapes::StringShape.new(name: 'FairShare')
|
938
|
+
FairShareWeight = Shapes::IntegerShape.new(name: 'FairShareWeight')
|
893
939
|
FeatureAdditions = Shapes::ListShape.new(name: 'FeatureAdditions')
|
894
940
|
FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
|
895
941
|
FeatureDefinitions = Shapes::ListShape.new(name: 'FeatureDefinitions')
|
@@ -1099,6 +1145,7 @@ module Aws::SageMaker
|
|
1099
1145
|
Images = Shapes::ListShape.new(name: 'Images')
|
1100
1146
|
ImportHubContentRequest = Shapes::StructureShape.new(name: 'ImportHubContentRequest')
|
1101
1147
|
ImportHubContentResponse = Shapes::StructureShape.new(name: 'ImportHubContentResponse')
|
1148
|
+
InUseInstanceCount = Shapes::IntegerShape.new(name: 'InUseInstanceCount')
|
1102
1149
|
InferenceComponentArn = Shapes::StringShape.new(name: 'InferenceComponentArn')
|
1103
1150
|
InferenceComponentComputeResourceRequirements = Shapes::StructureShape.new(name: 'InferenceComponentComputeResourceRequirements')
|
1104
1151
|
InferenceComponentContainerSpecification = Shapes::StructureShape.new(name: 'InferenceComponentContainerSpecification')
|
@@ -1147,9 +1194,12 @@ module Aws::SageMaker
|
|
1147
1194
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
1148
1195
|
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
1149
1196
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
1197
|
+
InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
|
1150
1198
|
InstanceGroup = Shapes::StructureShape.new(name: 'InstanceGroup')
|
1151
1199
|
InstanceGroupName = Shapes::StringShape.new(name: 'InstanceGroupName')
|
1152
1200
|
InstanceGroupNames = Shapes::ListShape.new(name: 'InstanceGroupNames')
|
1201
|
+
InstanceGroupStatus = Shapes::StringShape.new(name: 'InstanceGroupStatus')
|
1202
|
+
InstanceGroupTrainingPlanStatus = Shapes::StringShape.new(name: 'InstanceGroupTrainingPlanStatus')
|
1153
1203
|
InstanceGroups = Shapes::ListShape.new(name: 'InstanceGroups')
|
1154
1204
|
InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
|
1155
1205
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
@@ -1241,6 +1291,8 @@ module Aws::SageMaker
|
|
1241
1291
|
ListCandidatesForAutoMLJobResponse = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobResponse')
|
1242
1292
|
ListClusterNodesRequest = Shapes::StructureShape.new(name: 'ListClusterNodesRequest')
|
1243
1293
|
ListClusterNodesResponse = Shapes::StructureShape.new(name: 'ListClusterNodesResponse')
|
1294
|
+
ListClusterSchedulerConfigsRequest = Shapes::StructureShape.new(name: 'ListClusterSchedulerConfigsRequest')
|
1295
|
+
ListClusterSchedulerConfigsResponse = Shapes::StructureShape.new(name: 'ListClusterSchedulerConfigsResponse')
|
1244
1296
|
ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
|
1245
1297
|
ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
|
1246
1298
|
ListCodeRepositoriesInput = Shapes::StructureShape.new(name: 'ListCodeRepositoriesInput')
|
@@ -1248,6 +1300,8 @@ module Aws::SageMaker
|
|
1248
1300
|
ListCompilationJobsRequest = Shapes::StructureShape.new(name: 'ListCompilationJobsRequest')
|
1249
1301
|
ListCompilationJobsResponse = Shapes::StructureShape.new(name: 'ListCompilationJobsResponse')
|
1250
1302
|
ListCompilationJobsSortBy = Shapes::StringShape.new(name: 'ListCompilationJobsSortBy')
|
1303
|
+
ListComputeQuotasRequest = Shapes::StructureShape.new(name: 'ListComputeQuotasRequest')
|
1304
|
+
ListComputeQuotasResponse = Shapes::StructureShape.new(name: 'ListComputeQuotasResponse')
|
1251
1305
|
ListContextsRequest = Shapes::StructureShape.new(name: 'ListContextsRequest')
|
1252
1306
|
ListContextsResponse = Shapes::StructureShape.new(name: 'ListContextsResponse')
|
1253
1307
|
ListDataQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsRequest')
|
@@ -1344,6 +1398,8 @@ module Aws::SageMaker
|
|
1344
1398
|
ListOptimizationJobsRequest = Shapes::StructureShape.new(name: 'ListOptimizationJobsRequest')
|
1345
1399
|
ListOptimizationJobsResponse = Shapes::StructureShape.new(name: 'ListOptimizationJobsResponse')
|
1346
1400
|
ListOptimizationJobsSortBy = Shapes::StringShape.new(name: 'ListOptimizationJobsSortBy')
|
1401
|
+
ListPartnerAppsRequest = Shapes::StructureShape.new(name: 'ListPartnerAppsRequest')
|
1402
|
+
ListPartnerAppsResponse = Shapes::StructureShape.new(name: 'ListPartnerAppsResponse')
|
1347
1403
|
ListPipelineExecutionStepsRequest = Shapes::StructureShape.new(name: 'ListPipelineExecutionStepsRequest')
|
1348
1404
|
ListPipelineExecutionStepsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionStepsResponse')
|
1349
1405
|
ListPipelineExecutionsRequest = Shapes::StructureShape.new(name: 'ListPipelineExecutionsRequest')
|
@@ -1373,6 +1429,8 @@ module Aws::SageMaker
|
|
1373
1429
|
ListTrainingJobsForHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'ListTrainingJobsForHyperParameterTuningJobResponse')
|
1374
1430
|
ListTrainingJobsRequest = Shapes::StructureShape.new(name: 'ListTrainingJobsRequest')
|
1375
1431
|
ListTrainingJobsResponse = Shapes::StructureShape.new(name: 'ListTrainingJobsResponse')
|
1432
|
+
ListTrainingPlansRequest = Shapes::StructureShape.new(name: 'ListTrainingPlansRequest')
|
1433
|
+
ListTrainingPlansResponse = Shapes::StructureShape.new(name: 'ListTrainingPlansResponse')
|
1376
1434
|
ListTransformJobsRequest = Shapes::StructureShape.new(name: 'ListTransformJobsRequest')
|
1377
1435
|
ListTransformJobsResponse = Shapes::StructureShape.new(name: 'ListTransformJobsResponse')
|
1378
1436
|
ListTrialComponentKey256 = Shapes::ListShape.new(name: 'ListTrialComponentKey256')
|
@@ -1709,6 +1767,17 @@ module Aws::SageMaker
|
|
1709
1767
|
ParentHyperParameterTuningJob = Shapes::StructureShape.new(name: 'ParentHyperParameterTuningJob')
|
1710
1768
|
ParentHyperParameterTuningJobs = Shapes::ListShape.new(name: 'ParentHyperParameterTuningJobs')
|
1711
1769
|
Parents = Shapes::ListShape.new(name: 'Parents')
|
1770
|
+
PartnerAppAdminUserList = Shapes::ListShape.new(name: 'PartnerAppAdminUserList')
|
1771
|
+
PartnerAppArguments = Shapes::MapShape.new(name: 'PartnerAppArguments')
|
1772
|
+
PartnerAppArn = Shapes::StringShape.new(name: 'PartnerAppArn')
|
1773
|
+
PartnerAppAuthType = Shapes::StringShape.new(name: 'PartnerAppAuthType')
|
1774
|
+
PartnerAppConfig = Shapes::StructureShape.new(name: 'PartnerAppConfig')
|
1775
|
+
PartnerAppMaintenanceConfig = Shapes::StructureShape.new(name: 'PartnerAppMaintenanceConfig')
|
1776
|
+
PartnerAppName = Shapes::StringShape.new(name: 'PartnerAppName')
|
1777
|
+
PartnerAppStatus = Shapes::StringShape.new(name: 'PartnerAppStatus')
|
1778
|
+
PartnerAppSummaries = Shapes::ListShape.new(name: 'PartnerAppSummaries')
|
1779
|
+
PartnerAppSummary = Shapes::StructureShape.new(name: 'PartnerAppSummary')
|
1780
|
+
PartnerAppType = Shapes::StringShape.new(name: 'PartnerAppType')
|
1712
1781
|
PendingDeploymentSummary = Shapes::StructureShape.new(name: 'PendingDeploymentSummary')
|
1713
1782
|
PendingProductionVariantSummary = Shapes::StructureShape.new(name: 'PendingProductionVariantSummary')
|
1714
1783
|
PendingProductionVariantSummaryList = Shapes::ListShape.new(name: 'PendingProductionVariantSummaryList')
|
@@ -1741,7 +1810,11 @@ module Aws::SageMaker
|
|
1741
1810
|
PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
|
1742
1811
|
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
1743
1812
|
PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
|
1813
|
+
PreemptTeamTasks = Shapes::StringShape.new(name: 'PreemptTeamTasks')
|
1744
1814
|
PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
|
1815
|
+
PriorityClass = Shapes::StructureShape.new(name: 'PriorityClass')
|
1816
|
+
PriorityClassList = Shapes::ListShape.new(name: 'PriorityClassList')
|
1817
|
+
PriorityWeight = Shapes::IntegerShape.new(name: 'PriorityWeight')
|
1745
1818
|
ProbabilityThresholdAttribute = Shapes::FloatShape.new(name: 'ProbabilityThresholdAttribute')
|
1746
1819
|
ProblemType = Shapes::StringShape.new(name: 'ProblemType')
|
1747
1820
|
ProcessingClusterConfig = Shapes::StructureShape.new(name: 'ProcessingClusterConfig')
|
@@ -1903,6 +1976,16 @@ module Aws::SageMaker
|
|
1903
1976
|
RepositoryAuthConfig = Shapes::StructureShape.new(name: 'RepositoryAuthConfig')
|
1904
1977
|
RepositoryCredentialsProviderArn = Shapes::StringShape.new(name: 'RepositoryCredentialsProviderArn')
|
1905
1978
|
RepositoryUrl = Shapes::StringShape.new(name: 'RepositoryUrl')
|
1979
|
+
ReservedCapacityArn = Shapes::StringShape.new(name: 'ReservedCapacityArn')
|
1980
|
+
ReservedCapacityDurationHours = Shapes::IntegerShape.new(name: 'ReservedCapacityDurationHours')
|
1981
|
+
ReservedCapacityDurationMinutes = Shapes::IntegerShape.new(name: 'ReservedCapacityDurationMinutes')
|
1982
|
+
ReservedCapacityInstanceCount = Shapes::IntegerShape.new(name: 'ReservedCapacityInstanceCount')
|
1983
|
+
ReservedCapacityInstanceType = Shapes::StringShape.new(name: 'ReservedCapacityInstanceType')
|
1984
|
+
ReservedCapacityOffering = Shapes::StructureShape.new(name: 'ReservedCapacityOffering')
|
1985
|
+
ReservedCapacityOfferings = Shapes::ListShape.new(name: 'ReservedCapacityOfferings')
|
1986
|
+
ReservedCapacityStatus = Shapes::StringShape.new(name: 'ReservedCapacityStatus')
|
1987
|
+
ReservedCapacitySummaries = Shapes::ListShape.new(name: 'ReservedCapacitySummaries')
|
1988
|
+
ReservedCapacitySummary = Shapes::StructureShape.new(name: 'ReservedCapacitySummary')
|
1906
1989
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
1907
1990
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1908
1991
|
ResourceCatalog = Shapes::StructureShape.new(name: 'ResourceCatalog')
|
@@ -1922,6 +2005,8 @@ module Aws::SageMaker
|
|
1922
2005
|
ResourcePolicyString = Shapes::StringShape.new(name: 'ResourcePolicyString')
|
1923
2006
|
ResourcePropertyName = Shapes::StringShape.new(name: 'ResourcePropertyName')
|
1924
2007
|
ResourceRetainedBillableTimeInSeconds = Shapes::IntegerShape.new(name: 'ResourceRetainedBillableTimeInSeconds')
|
2008
|
+
ResourceSharingConfig = Shapes::StructureShape.new(name: 'ResourceSharingConfig')
|
2009
|
+
ResourceSharingStrategy = Shapes::StringShape.new(name: 'ResourceSharingStrategy')
|
1925
2010
|
ResourceSpec = Shapes::StructureShape.new(name: 'ResourceSpec')
|
1926
2011
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
1927
2012
|
ResponseMIMEType = Shapes::StringShape.new(name: 'ResponseMIMEType')
|
@@ -1952,6 +2037,8 @@ module Aws::SageMaker
|
|
1952
2037
|
SageMakerImageVersionAlias = Shapes::StringShape.new(name: 'SageMakerImageVersionAlias')
|
1953
2038
|
SageMakerImageVersionAliases = Shapes::ListShape.new(name: 'SageMakerImageVersionAliases')
|
1954
2039
|
SageMakerPublicHubContentArn = Shapes::StringShape.new(name: 'SageMakerPublicHubContentArn')
|
2040
|
+
SageMakerResourceName = Shapes::StringShape.new(name: 'SageMakerResourceName')
|
2041
|
+
SageMakerResourceNames = Shapes::ListShape.new(name: 'SageMakerResourceNames')
|
1955
2042
|
SagemakerServicecatalogStatus = Shapes::StringShape.new(name: 'SagemakerServicecatalogStatus')
|
1956
2043
|
SampleWeightAttributeName = Shapes::StringShape.new(name: 'SampleWeightAttributeName')
|
1957
2044
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
@@ -1962,6 +2049,8 @@ module Aws::SageMaker
|
|
1962
2049
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
1963
2050
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
1964
2051
|
ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
|
2052
|
+
SchedulerConfig = Shapes::StructureShape.new(name: 'SchedulerConfig')
|
2053
|
+
SchedulerResourceStatus = Shapes::StringShape.new(name: 'SchedulerResourceStatus')
|
1965
2054
|
Scope = Shapes::StringShape.new(name: 'Scope')
|
1966
2055
|
SearchExpression = Shapes::StructureShape.new(name: 'SearchExpression')
|
1967
2056
|
SearchExpressionList = Shapes::ListShape.new(name: 'SearchExpressionList')
|
@@ -1970,6 +2059,8 @@ module Aws::SageMaker
|
|
1970
2059
|
SearchResponse = Shapes::StructureShape.new(name: 'SearchResponse')
|
1971
2060
|
SearchResultsList = Shapes::ListShape.new(name: 'SearchResultsList')
|
1972
2061
|
SearchSortOrder = Shapes::StringShape.new(name: 'SearchSortOrder')
|
2062
|
+
SearchTrainingPlanOfferingsRequest = Shapes::StructureShape.new(name: 'SearchTrainingPlanOfferingsRequest')
|
2063
|
+
SearchTrainingPlanOfferingsResponse = Shapes::StructureShape.new(name: 'SearchTrainingPlanOfferingsResponse')
|
1973
2064
|
SecondaryStatus = Shapes::StringShape.new(name: 'SecondaryStatus')
|
1974
2065
|
SecondaryStatusTransition = Shapes::StructureShape.new(name: 'SecondaryStatusTransition')
|
1975
2066
|
SecondaryStatusTransitions = Shapes::ListShape.new(name: 'SecondaryStatusTransitions')
|
@@ -2008,6 +2099,7 @@ module Aws::SageMaker
|
|
2008
2099
|
SortArtifactsBy = Shapes::StringShape.new(name: 'SortArtifactsBy')
|
2009
2100
|
SortAssociationsBy = Shapes::StringShape.new(name: 'SortAssociationsBy')
|
2010
2101
|
SortBy = Shapes::StringShape.new(name: 'SortBy')
|
2102
|
+
SortClusterSchedulerConfigBy = Shapes::StringShape.new(name: 'SortClusterSchedulerConfigBy')
|
2011
2103
|
SortContextsBy = Shapes::StringShape.new(name: 'SortContextsBy')
|
2012
2104
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
2013
2105
|
SortInferenceExperimentsBy = Shapes::StringShape.new(name: 'SortInferenceExperimentsBy')
|
@@ -2015,6 +2107,7 @@ module Aws::SageMaker
|
|
2015
2107
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
2016
2108
|
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
2017
2109
|
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
2110
|
+
SortQuotaBy = Shapes::StringShape.new(name: 'SortQuotaBy')
|
2018
2111
|
SortTrackingServerBy = Shapes::StringShape.new(name: 'SortTrackingServerBy')
|
2019
2112
|
SortTrialComponentsBy = Shapes::StringShape.new(name: 'SortTrialComponentsBy')
|
2020
2113
|
SortTrialsBy = Shapes::StringShape.new(name: 'SortTrialsBy')
|
@@ -2086,6 +2179,7 @@ module Aws::SageMaker
|
|
2086
2179
|
String1024 = Shapes::StringShape.new(name: 'String1024')
|
2087
2180
|
String128 = Shapes::StringShape.new(name: 'String128')
|
2088
2181
|
String200 = Shapes::StringShape.new(name: 'String200')
|
2182
|
+
String2048 = Shapes::StringShape.new(name: 'String2048')
|
2089
2183
|
String256 = Shapes::StringShape.new(name: 'String256')
|
2090
2184
|
String3072 = Shapes::StringShape.new(name: 'String3072')
|
2091
2185
|
String40 = Shapes::StringShape.new(name: 'String40')
|
@@ -2158,6 +2252,7 @@ module Aws::SageMaker
|
|
2158
2252
|
TimeSeriesTransformations = Shapes::StructureShape.new(name: 'TimeSeriesTransformations')
|
2159
2253
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
2160
2254
|
TimestampAttributeName = Shapes::StringShape.new(name: 'TimestampAttributeName')
|
2255
|
+
TotalInstanceCount = Shapes::IntegerShape.new(name: 'TotalInstanceCount')
|
2161
2256
|
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
2162
2257
|
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
2163
2258
|
TrackingServerSize = Shapes::StringShape.new(name: 'TrackingServerSize')
|
@@ -2194,6 +2289,24 @@ module Aws::SageMaker
|
|
2194
2289
|
TrainingJobStepMetadata = Shapes::StructureShape.new(name: 'TrainingJobStepMetadata')
|
2195
2290
|
TrainingJobSummaries = Shapes::ListShape.new(name: 'TrainingJobSummaries')
|
2196
2291
|
TrainingJobSummary = Shapes::StructureShape.new(name: 'TrainingJobSummary')
|
2292
|
+
TrainingPlanArn = Shapes::StringShape.new(name: 'TrainingPlanArn')
|
2293
|
+
TrainingPlanArns = Shapes::ListShape.new(name: 'TrainingPlanArns')
|
2294
|
+
TrainingPlanDurationHours = Shapes::IntegerShape.new(name: 'TrainingPlanDurationHours')
|
2295
|
+
TrainingPlanDurationHoursInput = Shapes::IntegerShape.new(name: 'TrainingPlanDurationHoursInput')
|
2296
|
+
TrainingPlanDurationMinutes = Shapes::IntegerShape.new(name: 'TrainingPlanDurationMinutes')
|
2297
|
+
TrainingPlanFilter = Shapes::StructureShape.new(name: 'TrainingPlanFilter')
|
2298
|
+
TrainingPlanFilterName = Shapes::StringShape.new(name: 'TrainingPlanFilterName')
|
2299
|
+
TrainingPlanFilters = Shapes::ListShape.new(name: 'TrainingPlanFilters')
|
2300
|
+
TrainingPlanName = Shapes::StringShape.new(name: 'TrainingPlanName')
|
2301
|
+
TrainingPlanOffering = Shapes::StructureShape.new(name: 'TrainingPlanOffering')
|
2302
|
+
TrainingPlanOfferingId = Shapes::StringShape.new(name: 'TrainingPlanOfferingId')
|
2303
|
+
TrainingPlanOfferings = Shapes::ListShape.new(name: 'TrainingPlanOfferings')
|
2304
|
+
TrainingPlanSortBy = Shapes::StringShape.new(name: 'TrainingPlanSortBy')
|
2305
|
+
TrainingPlanSortOrder = Shapes::StringShape.new(name: 'TrainingPlanSortOrder')
|
2306
|
+
TrainingPlanStatus = Shapes::StringShape.new(name: 'TrainingPlanStatus')
|
2307
|
+
TrainingPlanStatusMessage = Shapes::StringShape.new(name: 'TrainingPlanStatusMessage')
|
2308
|
+
TrainingPlanSummaries = Shapes::ListShape.new(name: 'TrainingPlanSummaries')
|
2309
|
+
TrainingPlanSummary = Shapes::StructureShape.new(name: 'TrainingPlanSummary')
|
2197
2310
|
TrainingRepositoryAccessMode = Shapes::StringShape.new(name: 'TrainingRepositoryAccessMode')
|
2198
2311
|
TrainingRepositoryAuthConfig = Shapes::StructureShape.new(name: 'TrainingRepositoryAuthConfig')
|
2199
2312
|
TrainingRepositoryCredentialsProviderArn = Shapes::StringShape.new(name: 'TrainingRepositoryCredentialsProviderArn')
|
@@ -2266,10 +2379,14 @@ module Aws::SageMaker
|
|
2266
2379
|
UpdateArtifactResponse = Shapes::StructureShape.new(name: 'UpdateArtifactResponse')
|
2267
2380
|
UpdateClusterRequest = Shapes::StructureShape.new(name: 'UpdateClusterRequest')
|
2268
2381
|
UpdateClusterResponse = Shapes::StructureShape.new(name: 'UpdateClusterResponse')
|
2382
|
+
UpdateClusterSchedulerConfigRequest = Shapes::StructureShape.new(name: 'UpdateClusterSchedulerConfigRequest')
|
2383
|
+
UpdateClusterSchedulerConfigResponse = Shapes::StructureShape.new(name: 'UpdateClusterSchedulerConfigResponse')
|
2269
2384
|
UpdateClusterSoftwareRequest = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareRequest')
|
2270
2385
|
UpdateClusterSoftwareResponse = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareResponse')
|
2271
2386
|
UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
|
2272
2387
|
UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
|
2388
|
+
UpdateComputeQuotaRequest = Shapes::StructureShape.new(name: 'UpdateComputeQuotaRequest')
|
2389
|
+
UpdateComputeQuotaResponse = Shapes::StructureShape.new(name: 'UpdateComputeQuotaResponse')
|
2273
2390
|
UpdateContextRequest = Shapes::StructureShape.new(name: 'UpdateContextRequest')
|
2274
2391
|
UpdateContextResponse = Shapes::StructureShape.new(name: 'UpdateContextResponse')
|
2275
2392
|
UpdateDeviceFleetRequest = Shapes::StructureShape.new(name: 'UpdateDeviceFleetRequest')
|
@@ -2311,6 +2428,8 @@ module Aws::SageMaker
|
|
2311
2428
|
UpdateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigInput')
|
2312
2429
|
UpdateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigOutput')
|
2313
2430
|
UpdateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceOutput')
|
2431
|
+
UpdatePartnerAppRequest = Shapes::StructureShape.new(name: 'UpdatePartnerAppRequest')
|
2432
|
+
UpdatePartnerAppResponse = Shapes::StructureShape.new(name: 'UpdatePartnerAppResponse')
|
2314
2433
|
UpdatePipelineExecutionRequest = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionRequest')
|
2315
2434
|
UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
|
2316
2435
|
UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
|
@@ -2371,6 +2490,7 @@ module Aws::SageMaker
|
|
2371
2490
|
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
2372
2491
|
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
2373
2492
|
WeeklyMaintenanceWindowStart = Shapes::StringShape.new(name: 'WeeklyMaintenanceWindowStart')
|
2493
|
+
WeeklyScheduleTimeFormat = Shapes::StringShape.new(name: 'WeeklyScheduleTimeFormat')
|
2374
2494
|
WorkerAccessConfiguration = Shapes::StructureShape.new(name: 'WorkerAccessConfiguration')
|
2375
2495
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
2376
2496
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
@@ -3003,6 +3123,9 @@ module Aws::SageMaker
|
|
3003
3123
|
ClusterInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
3004
3124
|
ClusterInstanceGroupDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
3005
3125
|
ClusterInstanceGroupDetails.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
|
3126
|
+
ClusterInstanceGroupDetails.add_member(:status, Shapes::ShapeRef.new(shape: InstanceGroupStatus, location_name: "Status"))
|
3127
|
+
ClusterInstanceGroupDetails.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3128
|
+
ClusterInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
|
3006
3129
|
ClusterInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3007
3130
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
3008
3131
|
|
@@ -3016,6 +3139,7 @@ module Aws::SageMaker
|
|
3016
3139
|
ClusterInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
3017
3140
|
ClusterInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
3018
3141
|
ClusterInstanceGroupSpecification.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
|
3142
|
+
ClusterInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3019
3143
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3020
3144
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
3021
3145
|
|
@@ -3072,12 +3196,25 @@ module Aws::SageMaker
|
|
3072
3196
|
ClusterOrchestratorEksConfig.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EksClusterArn, required: true, location_name: "ClusterArn"))
|
3073
3197
|
ClusterOrchestratorEksConfig.struct_class = Types::ClusterOrchestratorEksConfig
|
3074
3198
|
|
3199
|
+
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
3200
|
+
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
3201
|
+
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion"))
|
3202
|
+
ClusterSchedulerConfigSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
3203
|
+
ClusterSchedulerConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3204
|
+
ClusterSchedulerConfigSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3205
|
+
ClusterSchedulerConfigSummary.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
3206
|
+
ClusterSchedulerConfigSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
3207
|
+
ClusterSchedulerConfigSummary.struct_class = Types::ClusterSchedulerConfigSummary
|
3208
|
+
|
3209
|
+
ClusterSchedulerConfigSummaryList.member = Shapes::ShapeRef.new(shape: ClusterSchedulerConfigSummary)
|
3210
|
+
|
3075
3211
|
ClusterSummaries.member = Shapes::ShapeRef.new(shape: ClusterSummary)
|
3076
3212
|
|
3077
3213
|
ClusterSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3078
3214
|
ClusterSummary.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
3079
3215
|
ClusterSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3080
3216
|
ClusterSummary.add_member(:cluster_status, Shapes::ShapeRef.new(shape: ClusterStatus, required: true, location_name: "ClusterStatus"))
|
3217
|
+
ClusterSummary.add_member(:training_plan_arns, Shapes::ShapeRef.new(shape: TrainingPlanArns, location_name: "TrainingPlanArns"))
|
3081
3218
|
ClusterSummary.struct_class = Types::ClusterSummary
|
3082
3219
|
|
3083
3220
|
CodeEditorAppImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
|
@@ -3146,6 +3283,36 @@ module Aws::SageMaker
|
|
3146
3283
|
|
3147
3284
|
CompressionTypes.member = Shapes::ShapeRef.new(shape: CompressionType)
|
3148
3285
|
|
3286
|
+
ComputeQuotaConfig.add_member(:compute_quota_resources, Shapes::ShapeRef.new(shape: ComputeQuotaResourceConfigList, location_name: "ComputeQuotaResources"))
|
3287
|
+
ComputeQuotaConfig.add_member(:resource_sharing_config, Shapes::ShapeRef.new(shape: ResourceSharingConfig, location_name: "ResourceSharingConfig"))
|
3288
|
+
ComputeQuotaConfig.add_member(:preempt_team_tasks, Shapes::ShapeRef.new(shape: PreemptTeamTasks, location_name: "PreemptTeamTasks"))
|
3289
|
+
ComputeQuotaConfig.struct_class = Types::ComputeQuotaConfig
|
3290
|
+
|
3291
|
+
ComputeQuotaResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
3292
|
+
ComputeQuotaResourceConfig.add_member(:count, Shapes::ShapeRef.new(shape: InstanceCount, required: true, location_name: "Count"))
|
3293
|
+
ComputeQuotaResourceConfig.struct_class = Types::ComputeQuotaResourceConfig
|
3294
|
+
|
3295
|
+
ComputeQuotaResourceConfigList.member = Shapes::ShapeRef.new(shape: ComputeQuotaResourceConfig)
|
3296
|
+
|
3297
|
+
ComputeQuotaSummary.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
3298
|
+
ComputeQuotaSummary.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
3299
|
+
ComputeQuotaSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
3300
|
+
ComputeQuotaSummary.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ComputeQuotaVersion"))
|
3301
|
+
ComputeQuotaSummary.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
3302
|
+
ComputeQuotaSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
3303
|
+
ComputeQuotaSummary.add_member(:compute_quota_config, Shapes::ShapeRef.new(shape: ComputeQuotaConfig, location_name: "ComputeQuotaConfig"))
|
3304
|
+
ComputeQuotaSummary.add_member(:compute_quota_target, Shapes::ShapeRef.new(shape: ComputeQuotaTarget, required: true, location_name: "ComputeQuotaTarget"))
|
3305
|
+
ComputeQuotaSummary.add_member(:activation_state, Shapes::ShapeRef.new(shape: ActivationState, location_name: "ActivationState"))
|
3306
|
+
ComputeQuotaSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3307
|
+
ComputeQuotaSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3308
|
+
ComputeQuotaSummary.struct_class = Types::ComputeQuotaSummary
|
3309
|
+
|
3310
|
+
ComputeQuotaSummaryList.member = Shapes::ShapeRef.new(shape: ComputeQuotaSummary)
|
3311
|
+
|
3312
|
+
ComputeQuotaTarget.add_member(:team_name, Shapes::ShapeRef.new(shape: ComputeQuotaTargetTeamName, required: true, location_name: "TeamName"))
|
3313
|
+
ComputeQuotaTarget.add_member(:fair_share_weight, Shapes::ShapeRef.new(shape: FairShareWeight, location_name: "FairShareWeight"))
|
3314
|
+
ComputeQuotaTarget.struct_class = Types::ComputeQuotaTarget
|
3315
|
+
|
3149
3316
|
ConditionStepMetadata.add_member(:outcome, Shapes::ShapeRef.new(shape: ConditionOutcome, location_name: "Outcome"))
|
3150
3317
|
ConditionStepMetadata.struct_class = Types::ConditionStepMetadata
|
3151
3318
|
|
@@ -3310,6 +3477,17 @@ module Aws::SageMaker
|
|
3310
3477
|
CreateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3311
3478
|
CreateClusterResponse.struct_class = Types::CreateClusterResponse
|
3312
3479
|
|
3480
|
+
CreateClusterSchedulerConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
3481
|
+
CreateClusterSchedulerConfigRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3482
|
+
CreateClusterSchedulerConfigRequest.add_member(:scheduler_config, Shapes::ShapeRef.new(shape: SchedulerConfig, required: true, location_name: "SchedulerConfig"))
|
3483
|
+
CreateClusterSchedulerConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
3484
|
+
CreateClusterSchedulerConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3485
|
+
CreateClusterSchedulerConfigRequest.struct_class = Types::CreateClusterSchedulerConfigRequest
|
3486
|
+
|
3487
|
+
CreateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
3488
|
+
CreateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
3489
|
+
CreateClusterSchedulerConfigResponse.struct_class = Types::CreateClusterSchedulerConfigResponse
|
3490
|
+
|
3313
3491
|
CreateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
3314
3492
|
CreateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, required: true, location_name: "GitConfig"))
|
3315
3493
|
CreateCodeRepositoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -3331,6 +3509,19 @@ module Aws::SageMaker
|
|
3331
3509
|
CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
|
3332
3510
|
CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
|
3333
3511
|
|
3512
|
+
CreateComputeQuotaRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
3513
|
+
CreateComputeQuotaRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
3514
|
+
CreateComputeQuotaRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
3515
|
+
CreateComputeQuotaRequest.add_member(:compute_quota_config, Shapes::ShapeRef.new(shape: ComputeQuotaConfig, required: true, location_name: "ComputeQuotaConfig"))
|
3516
|
+
CreateComputeQuotaRequest.add_member(:compute_quota_target, Shapes::ShapeRef.new(shape: ComputeQuotaTarget, required: true, location_name: "ComputeQuotaTarget"))
|
3517
|
+
CreateComputeQuotaRequest.add_member(:activation_state, Shapes::ShapeRef.new(shape: ActivationState, location_name: "ActivationState"))
|
3518
|
+
CreateComputeQuotaRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3519
|
+
CreateComputeQuotaRequest.struct_class = Types::CreateComputeQuotaRequest
|
3520
|
+
|
3521
|
+
CreateComputeQuotaResponse.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
3522
|
+
CreateComputeQuotaResponse.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
3523
|
+
CreateComputeQuotaResponse.struct_class = Types::CreateComputeQuotaResponse
|
3524
|
+
|
3334
3525
|
CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
|
3335
3526
|
CreateContextRequest.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, required: true, location_name: "Source"))
|
3336
3527
|
CreateContextRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ContextType"))
|
@@ -3770,6 +3961,29 @@ module Aws::SageMaker
|
|
3770
3961
|
CreateOptimizationJobResponse.add_member(:optimization_job_arn, Shapes::ShapeRef.new(shape: OptimizationJobArn, required: true, location_name: "OptimizationJobArn"))
|
3771
3962
|
CreateOptimizationJobResponse.struct_class = Types::CreateOptimizationJobResponse
|
3772
3963
|
|
3964
|
+
CreatePartnerAppPresignedUrlRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, required: true, location_name: "Arn"))
|
3965
|
+
CreatePartnerAppPresignedUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
3966
|
+
CreatePartnerAppPresignedUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
3967
|
+
CreatePartnerAppPresignedUrlRequest.struct_class = Types::CreatePartnerAppPresignedUrlRequest
|
3968
|
+
|
3969
|
+
CreatePartnerAppPresignedUrlResponse.add_member(:url, Shapes::ShapeRef.new(shape: String2048, location_name: "Url"))
|
3970
|
+
CreatePartnerAppPresignedUrlResponse.struct_class = Types::CreatePartnerAppPresignedUrlResponse
|
3971
|
+
|
3972
|
+
CreatePartnerAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: PartnerAppName, required: true, location_name: "Name"))
|
3973
|
+
CreatePartnerAppRequest.add_member(:type, Shapes::ShapeRef.new(shape: PartnerAppType, required: true, location_name: "Type"))
|
3974
|
+
CreatePartnerAppRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleArn"))
|
3975
|
+
CreatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
|
3976
|
+
CreatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, required: true, location_name: "Tier"))
|
3977
|
+
CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
3978
|
+
CreatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, required: true, location_name: "AuthType"))
|
3979
|
+
CreatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity"))
|
3980
|
+
CreatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3981
|
+
CreatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3982
|
+
CreatePartnerAppRequest.struct_class = Types::CreatePartnerAppRequest
|
3983
|
+
|
3984
|
+
CreatePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
3985
|
+
CreatePartnerAppResponse.struct_class = Types::CreatePartnerAppResponse
|
3986
|
+
|
3773
3987
|
CreatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
3774
3988
|
CreatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
3775
3989
|
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
@@ -3887,6 +4101,14 @@ module Aws::SageMaker
|
|
3887
4101
|
CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
3888
4102
|
CreateTrainingJobResponse.struct_class = Types::CreateTrainingJobResponse
|
3889
4103
|
|
4104
|
+
CreateTrainingPlanRequest.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
4105
|
+
CreateTrainingPlanRequest.add_member(:training_plan_offering_id, Shapes::ShapeRef.new(shape: TrainingPlanOfferingId, required: true, location_name: "TrainingPlanOfferingId"))
|
4106
|
+
CreateTrainingPlanRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4107
|
+
CreateTrainingPlanRequest.struct_class = Types::CreateTrainingPlanRequest
|
4108
|
+
|
4109
|
+
CreateTrainingPlanResponse.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, required: true, location_name: "TrainingPlanArn"))
|
4110
|
+
CreateTrainingPlanResponse.struct_class = Types::CreateTrainingPlanResponse
|
4111
|
+
|
3890
4112
|
CreateTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
3891
4113
|
CreateTransformJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
3892
4114
|
CreateTransformJobRequest.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
@@ -3968,14 +4190,18 @@ module Aws::SageMaker
|
|
3968
4190
|
CsvContentTypes.member = Shapes::ShapeRef.new(shape: CsvContentType)
|
3969
4191
|
|
3970
4192
|
CustomFileSystem.add_member(:efs_file_system, Shapes::ShapeRef.new(shape: EFSFileSystem, location_name: "EFSFileSystem"))
|
4193
|
+
CustomFileSystem.add_member(:f_sx_lustre_file_system, Shapes::ShapeRef.new(shape: FSxLustreFileSystem, location_name: "FSxLustreFileSystem"))
|
3971
4194
|
CustomFileSystem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3972
4195
|
CustomFileSystem.add_member_subclass(:efs_file_system, Types::CustomFileSystem::EfsFileSystem)
|
4196
|
+
CustomFileSystem.add_member_subclass(:f_sx_lustre_file_system, Types::CustomFileSystem::FSxLustreFileSystem)
|
3973
4197
|
CustomFileSystem.add_member_subclass(:unknown, Types::CustomFileSystem::Unknown)
|
3974
4198
|
CustomFileSystem.struct_class = Types::CustomFileSystem
|
3975
4199
|
|
3976
4200
|
CustomFileSystemConfig.add_member(:efs_file_system_config, Shapes::ShapeRef.new(shape: EFSFileSystemConfig, location_name: "EFSFileSystemConfig"))
|
4201
|
+
CustomFileSystemConfig.add_member(:f_sx_lustre_file_system_config, Shapes::ShapeRef.new(shape: FSxLustreFileSystemConfig, location_name: "FSxLustreFileSystemConfig"))
|
3977
4202
|
CustomFileSystemConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3978
4203
|
CustomFileSystemConfig.add_member_subclass(:efs_file_system_config, Types::CustomFileSystemConfig::EfsFileSystemConfig)
|
4204
|
+
CustomFileSystemConfig.add_member_subclass(:f_sx_lustre_file_system_config, Types::CustomFileSystemConfig::FSxLustreFileSystemConfig)
|
3979
4205
|
CustomFileSystemConfig.add_member_subclass(:unknown, Types::CustomFileSystemConfig::Unknown)
|
3980
4206
|
CustomFileSystemConfig.struct_class = Types::CustomFileSystemConfig
|
3981
4207
|
|
@@ -4147,12 +4373,18 @@ module Aws::SageMaker
|
|
4147
4373
|
DeleteClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
4148
4374
|
DeleteClusterResponse.struct_class = Types::DeleteClusterResponse
|
4149
4375
|
|
4376
|
+
DeleteClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
4377
|
+
DeleteClusterSchedulerConfigRequest.struct_class = Types::DeleteClusterSchedulerConfigRequest
|
4378
|
+
|
4150
4379
|
DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
4151
4380
|
DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
|
4152
4381
|
|
4153
4382
|
DeleteCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
|
4154
4383
|
DeleteCompilationJobRequest.struct_class = Types::DeleteCompilationJobRequest
|
4155
4384
|
|
4385
|
+
DeleteComputeQuotaRequest.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
4386
|
+
DeleteComputeQuotaRequest.struct_class = Types::DeleteComputeQuotaRequest
|
4387
|
+
|
4156
4388
|
DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
|
4157
4389
|
DeleteContextRequest.struct_class = Types::DeleteContextRequest
|
4158
4390
|
|
@@ -4281,6 +4513,13 @@ module Aws::SageMaker
|
|
4281
4513
|
DeleteOptimizationJobRequest.add_member(:optimization_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "OptimizationJobName"))
|
4282
4514
|
DeleteOptimizationJobRequest.struct_class = Types::DeleteOptimizationJobRequest
|
4283
4515
|
|
4516
|
+
DeletePartnerAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, required: true, location_name: "Arn"))
|
4517
|
+
DeletePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4518
|
+
DeletePartnerAppRequest.struct_class = Types::DeletePartnerAppRequest
|
4519
|
+
|
4520
|
+
DeletePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
4521
|
+
DeletePartnerAppResponse.struct_class = Types::DeletePartnerAppResponse
|
4522
|
+
|
4284
4523
|
DeletePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
4285
4524
|
DeletePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4286
4525
|
DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
|
@@ -4528,6 +4767,25 @@ module Aws::SageMaker
|
|
4528
4767
|
DescribeClusterResponse.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
4529
4768
|
DescribeClusterResponse.struct_class = Types::DescribeClusterResponse
|
4530
4769
|
|
4770
|
+
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
4771
|
+
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion"))
|
4772
|
+
DescribeClusterSchedulerConfigRequest.struct_class = Types::DescribeClusterSchedulerConfigRequest
|
4773
|
+
|
4774
|
+
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
4775
|
+
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
4776
|
+
DescribeClusterSchedulerConfigResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
4777
|
+
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion"))
|
4778
|
+
DescribeClusterSchedulerConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
4779
|
+
DescribeClusterSchedulerConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4780
|
+
DescribeClusterSchedulerConfigResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
4781
|
+
DescribeClusterSchedulerConfigResponse.add_member(:scheduler_config, Shapes::ShapeRef.new(shape: SchedulerConfig, location_name: "SchedulerConfig"))
|
4782
|
+
DescribeClusterSchedulerConfigResponse.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
4783
|
+
DescribeClusterSchedulerConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4784
|
+
DescribeClusterSchedulerConfigResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4785
|
+
DescribeClusterSchedulerConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4786
|
+
DescribeClusterSchedulerConfigResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4787
|
+
DescribeClusterSchedulerConfigResponse.struct_class = Types::DescribeClusterSchedulerConfigResponse
|
4788
|
+
|
4531
4789
|
DescribeCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
4532
4790
|
DescribeCodeRepositoryInput.struct_class = Types::DescribeCodeRepositoryInput
|
4533
4791
|
|
@@ -4561,6 +4819,27 @@ module Aws::SageMaker
|
|
4561
4819
|
DescribeCompilationJobResponse.add_member(:derived_information, Shapes::ShapeRef.new(shape: DerivedInformation, location_name: "DerivedInformation"))
|
4562
4820
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
4563
4821
|
|
4822
|
+
DescribeComputeQuotaRequest.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
4823
|
+
DescribeComputeQuotaRequest.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ComputeQuotaVersion"))
|
4824
|
+
DescribeComputeQuotaRequest.struct_class = Types::DescribeComputeQuotaRequest
|
4825
|
+
|
4826
|
+
DescribeComputeQuotaResponse.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
4827
|
+
DescribeComputeQuotaResponse.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
4828
|
+
DescribeComputeQuotaResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
4829
|
+
DescribeComputeQuotaResponse.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
4830
|
+
DescribeComputeQuotaResponse.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ComputeQuotaVersion"))
|
4831
|
+
DescribeComputeQuotaResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
4832
|
+
DescribeComputeQuotaResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4833
|
+
DescribeComputeQuotaResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
4834
|
+
DescribeComputeQuotaResponse.add_member(:compute_quota_config, Shapes::ShapeRef.new(shape: ComputeQuotaConfig, location_name: "ComputeQuotaConfig"))
|
4835
|
+
DescribeComputeQuotaResponse.add_member(:compute_quota_target, Shapes::ShapeRef.new(shape: ComputeQuotaTarget, required: true, location_name: "ComputeQuotaTarget"))
|
4836
|
+
DescribeComputeQuotaResponse.add_member(:activation_state, Shapes::ShapeRef.new(shape: ActivationState, location_name: "ActivationState"))
|
4837
|
+
DescribeComputeQuotaResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4838
|
+
DescribeComputeQuotaResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4839
|
+
DescribeComputeQuotaResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4840
|
+
DescribeComputeQuotaResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4841
|
+
DescribeComputeQuotaResponse.struct_class = Types::DescribeComputeQuotaResponse
|
4842
|
+
|
4564
4843
|
DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextNameOrArn, required: true, location_name: "ContextName"))
|
4565
4844
|
DescribeContextRequest.struct_class = Types::DescribeContextRequest
|
4566
4845
|
|
@@ -5233,6 +5512,25 @@ module Aws::SageMaker
|
|
5233
5512
|
DescribeOptimizationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: OptimizationVpcConfig, location_name: "VpcConfig"))
|
5234
5513
|
DescribeOptimizationJobResponse.struct_class = Types::DescribeOptimizationJobResponse
|
5235
5514
|
|
5515
|
+
DescribePartnerAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, required: true, location_name: "Arn"))
|
5516
|
+
DescribePartnerAppRequest.struct_class = Types::DescribePartnerAppRequest
|
5517
|
+
|
5518
|
+
DescribePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
5519
|
+
DescribePartnerAppResponse.add_member(:name, Shapes::ShapeRef.new(shape: PartnerAppName, location_name: "Name"))
|
5520
|
+
DescribePartnerAppResponse.add_member(:type, Shapes::ShapeRef.new(shape: PartnerAppType, location_name: "Type"))
|
5521
|
+
DescribePartnerAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: PartnerAppStatus, location_name: "Status"))
|
5522
|
+
DescribePartnerAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5523
|
+
DescribePartnerAppResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
5524
|
+
DescribePartnerAppResponse.add_member(:base_url, Shapes::ShapeRef.new(shape: String2048, location_name: "BaseUrl"))
|
5525
|
+
DescribePartnerAppResponse.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
|
5526
|
+
DescribePartnerAppResponse.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
|
5527
|
+
DescribePartnerAppResponse.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Version"))
|
5528
|
+
DescribePartnerAppResponse.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
5529
|
+
DescribePartnerAppResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, location_name: "AuthType"))
|
5530
|
+
DescribePartnerAppResponse.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity"))
|
5531
|
+
DescribePartnerAppResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "Error"))
|
5532
|
+
DescribePartnerAppResponse.struct_class = Types::DescribePartnerAppResponse
|
5533
|
+
|
5236
5534
|
DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
5237
5535
|
DescribePipelineDefinitionForExecutionRequest.struct_class = Types::DescribePipelineDefinitionForExecutionRequest
|
5238
5536
|
|
@@ -5402,6 +5700,26 @@ module Aws::SageMaker
|
|
5402
5700
|
DescribeTrainingJobResponse.add_member(:infra_check_config, Shapes::ShapeRef.new(shape: InfraCheckConfig, location_name: "InfraCheckConfig"))
|
5403
5701
|
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
5404
5702
|
|
5703
|
+
DescribeTrainingPlanRequest.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
5704
|
+
DescribeTrainingPlanRequest.struct_class = Types::DescribeTrainingPlanRequest
|
5705
|
+
|
5706
|
+
DescribeTrainingPlanResponse.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, required: true, location_name: "TrainingPlanArn"))
|
5707
|
+
DescribeTrainingPlanResponse.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
5708
|
+
DescribeTrainingPlanResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainingPlanStatus, required: true, location_name: "Status"))
|
5709
|
+
DescribeTrainingPlanResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: TrainingPlanStatusMessage, location_name: "StatusMessage"))
|
5710
|
+
DescribeTrainingPlanResponse.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHours, location_name: "DurationHours"))
|
5711
|
+
DescribeTrainingPlanResponse.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: TrainingPlanDurationMinutes, location_name: "DurationMinutes"))
|
5712
|
+
DescribeTrainingPlanResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
5713
|
+
DescribeTrainingPlanResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
5714
|
+
DescribeTrainingPlanResponse.add_member(:upfront_fee, Shapes::ShapeRef.new(shape: String256, location_name: "UpfrontFee"))
|
5715
|
+
DescribeTrainingPlanResponse.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, location_name: "CurrencyCode"))
|
5716
|
+
DescribeTrainingPlanResponse.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, location_name: "TotalInstanceCount"))
|
5717
|
+
DescribeTrainingPlanResponse.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
5718
|
+
DescribeTrainingPlanResponse.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
5719
|
+
DescribeTrainingPlanResponse.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, location_name: "TargetResources"))
|
5720
|
+
DescribeTrainingPlanResponse.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
5721
|
+
DescribeTrainingPlanResponse.struct_class = Types::DescribeTrainingPlanResponse
|
5722
|
+
|
5405
5723
|
DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
5406
5724
|
DescribeTransformJobRequest.struct_class = Types::DescribeTransformJobRequest
|
5407
5725
|
|
@@ -5843,6 +6161,10 @@ module Aws::SageMaker
|
|
5843
6161
|
|
5844
6162
|
EnvironmentParameters.member = Shapes::ShapeRef.new(shape: EnvironmentParameter)
|
5845
6163
|
|
6164
|
+
ErrorInfo.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Code"))
|
6165
|
+
ErrorInfo.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString256, location_name: "Reason"))
|
6166
|
+
ErrorInfo.struct_class = Types::ErrorInfo
|
6167
|
+
|
5846
6168
|
ExecutionRoleArns.member = Shapes::ShapeRef.new(shape: RoleArn)
|
5847
6169
|
|
5848
6170
|
Experiment.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
|
@@ -5883,6 +6205,13 @@ module Aws::SageMaker
|
|
5883
6205
|
ExplainerConfig.add_member(:clarify_explainer_config, Shapes::ShapeRef.new(shape: ClarifyExplainerConfig, location_name: "ClarifyExplainerConfig"))
|
5884
6206
|
ExplainerConfig.struct_class = Types::ExplainerConfig
|
5885
6207
|
|
6208
|
+
FSxLustreFileSystem.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
6209
|
+
FSxLustreFileSystem.struct_class = Types::FSxLustreFileSystem
|
6210
|
+
|
6211
|
+
FSxLustreFileSystemConfig.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
6212
|
+
FSxLustreFileSystemConfig.add_member(:file_system_path, Shapes::ShapeRef.new(shape: FileSystemPath, location_name: "FileSystemPath"))
|
6213
|
+
FSxLustreFileSystemConfig.struct_class = Types::FSxLustreFileSystemConfig
|
6214
|
+
|
5886
6215
|
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
5887
6216
|
FailStepMetadata.struct_class = Types::FailStepMetadata
|
5888
6217
|
|
@@ -6831,6 +7160,21 @@ module Aws::SageMaker
|
|
6831
7160
|
ListClusterNodesResponse.add_member(:cluster_node_summaries, Shapes::ShapeRef.new(shape: ClusterNodeSummaries, required: true, location_name: "ClusterNodeSummaries"))
|
6832
7161
|
ListClusterNodesResponse.struct_class = Types::ListClusterNodesResponse
|
6833
7162
|
|
7163
|
+
ListClusterSchedulerConfigsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
7164
|
+
ListClusterSchedulerConfigsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
7165
|
+
ListClusterSchedulerConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: EntityName, location_name: "NameContains"))
|
7166
|
+
ListClusterSchedulerConfigsRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
7167
|
+
ListClusterSchedulerConfigsRequest.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, location_name: "Status"))
|
7168
|
+
ListClusterSchedulerConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortClusterSchedulerConfigBy, location_name: "SortBy"))
|
7169
|
+
ListClusterSchedulerConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7170
|
+
ListClusterSchedulerConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7171
|
+
ListClusterSchedulerConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7172
|
+
ListClusterSchedulerConfigsRequest.struct_class = Types::ListClusterSchedulerConfigsRequest
|
7173
|
+
|
7174
|
+
ListClusterSchedulerConfigsResponse.add_member(:cluster_scheduler_config_summaries, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigSummaryList, location_name: "ClusterSchedulerConfigSummaries"))
|
7175
|
+
ListClusterSchedulerConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7176
|
+
ListClusterSchedulerConfigsResponse.struct_class = Types::ListClusterSchedulerConfigsResponse
|
7177
|
+
|
6834
7178
|
ListClustersRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
6835
7179
|
ListClustersRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
6836
7180
|
ListClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -6838,6 +7182,7 @@ module Aws::SageMaker
|
|
6838
7182
|
ListClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6839
7183
|
ListClustersRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ClusterSortBy, location_name: "SortBy"))
|
6840
7184
|
ListClustersRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7185
|
+
ListClustersRequest.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
6841
7186
|
ListClustersRequest.struct_class = Types::ListClustersRequest
|
6842
7187
|
|
6843
7188
|
ListClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
@@ -6875,6 +7220,21 @@ module Aws::SageMaker
|
|
6875
7220
|
ListCompilationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6876
7221
|
ListCompilationJobsResponse.struct_class = Types::ListCompilationJobsResponse
|
6877
7222
|
|
7223
|
+
ListComputeQuotasRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
7224
|
+
ListComputeQuotasRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
7225
|
+
ListComputeQuotasRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: EntityName, location_name: "NameContains"))
|
7226
|
+
ListComputeQuotasRequest.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, location_name: "Status"))
|
7227
|
+
ListComputeQuotasRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
7228
|
+
ListComputeQuotasRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortQuotaBy, location_name: "SortBy"))
|
7229
|
+
ListComputeQuotasRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7230
|
+
ListComputeQuotasRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7231
|
+
ListComputeQuotasRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7232
|
+
ListComputeQuotasRequest.struct_class = Types::ListComputeQuotasRequest
|
7233
|
+
|
7234
|
+
ListComputeQuotasResponse.add_member(:compute_quota_summaries, Shapes::ShapeRef.new(shape: ComputeQuotaSummaryList, location_name: "ComputeQuotaSummaries"))
|
7235
|
+
ListComputeQuotasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7236
|
+
ListComputeQuotasResponse.struct_class = Types::ListComputeQuotasResponse
|
7237
|
+
|
6878
7238
|
ListContextsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
6879
7239
|
ListContextsRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
6880
7240
|
ListContextsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
@@ -7517,6 +7877,14 @@ module Aws::SageMaker
|
|
7517
7877
|
ListOptimizationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7518
7878
|
ListOptimizationJobsResponse.struct_class = Types::ListOptimizationJobsResponse
|
7519
7879
|
|
7880
|
+
ListPartnerAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7881
|
+
ListPartnerAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7882
|
+
ListPartnerAppsRequest.struct_class = Types::ListPartnerAppsRequest
|
7883
|
+
|
7884
|
+
ListPartnerAppsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: PartnerAppSummaries, location_name: "Summaries"))
|
7885
|
+
ListPartnerAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7886
|
+
ListPartnerAppsResponse.struct_class = Types::ListPartnerAppsResponse
|
7887
|
+
|
7520
7888
|
ListPipelineExecutionStepsRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
7521
7889
|
ListPipelineExecutionStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7522
7890
|
ListPipelineExecutionStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -7684,12 +8052,26 @@ module Aws::SageMaker
|
|
7684
8052
|
ListTrainingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
7685
8053
|
ListTrainingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7686
8054
|
ListTrainingJobsRequest.add_member(:warm_pool_status_equals, Shapes::ShapeRef.new(shape: WarmPoolResourceStatus, location_name: "WarmPoolStatusEquals"))
|
8055
|
+
ListTrainingJobsRequest.add_member(:training_plan_arn_equals, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArnEquals"))
|
7687
8056
|
ListTrainingJobsRequest.struct_class = Types::ListTrainingJobsRequest
|
7688
8057
|
|
7689
8058
|
ListTrainingJobsResponse.add_member(:training_job_summaries, Shapes::ShapeRef.new(shape: TrainingJobSummaries, required: true, location_name: "TrainingJobSummaries"))
|
7690
8059
|
ListTrainingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7691
8060
|
ListTrainingJobsResponse.struct_class = Types::ListTrainingJobsResponse
|
7692
8061
|
|
8062
|
+
ListTrainingPlansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8063
|
+
ListTrainingPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8064
|
+
ListTrainingPlansRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
8065
|
+
ListTrainingPlansRequest.add_member(:start_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeBefore"))
|
8066
|
+
ListTrainingPlansRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: TrainingPlanSortBy, location_name: "SortBy"))
|
8067
|
+
ListTrainingPlansRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: TrainingPlanSortOrder, location_name: "SortOrder"))
|
8068
|
+
ListTrainingPlansRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TrainingPlanFilters, location_name: "Filters"))
|
8069
|
+
ListTrainingPlansRequest.struct_class = Types::ListTrainingPlansRequest
|
8070
|
+
|
8071
|
+
ListTrainingPlansResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8072
|
+
ListTrainingPlansResponse.add_member(:training_plan_summaries, Shapes::ShapeRef.new(shape: TrainingPlanSummaries, required: true, location_name: "TrainingPlanSummaries"))
|
8073
|
+
ListTrainingPlansResponse.struct_class = Types::ListTrainingPlansResponse
|
8074
|
+
|
7693
8075
|
ListTransformJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7694
8076
|
ListTransformJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7695
8077
|
ListTransformJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -8596,6 +8978,27 @@ module Aws::SageMaker
|
|
8596
8978
|
|
8597
8979
|
Parents.member = Shapes::ShapeRef.new(shape: Parent)
|
8598
8980
|
|
8981
|
+
PartnerAppAdminUserList.member = Shapes::ShapeRef.new(shape: NonEmptyString256)
|
8982
|
+
|
8983
|
+
PartnerAppArguments.key = Shapes::ShapeRef.new(shape: NonEmptyString256)
|
8984
|
+
PartnerAppArguments.value = Shapes::ShapeRef.new(shape: String1024)
|
8985
|
+
|
8986
|
+
PartnerAppConfig.add_member(:admin_users, Shapes::ShapeRef.new(shape: PartnerAppAdminUserList, location_name: "AdminUsers"))
|
8987
|
+
PartnerAppConfig.add_member(:arguments, Shapes::ShapeRef.new(shape: PartnerAppArguments, location_name: "Arguments"))
|
8988
|
+
PartnerAppConfig.struct_class = Types::PartnerAppConfig
|
8989
|
+
|
8990
|
+
PartnerAppMaintenanceConfig.add_member(:maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyScheduleTimeFormat, location_name: "MaintenanceWindowStart"))
|
8991
|
+
PartnerAppMaintenanceConfig.struct_class = Types::PartnerAppMaintenanceConfig
|
8992
|
+
|
8993
|
+
PartnerAppSummaries.member = Shapes::ShapeRef.new(shape: PartnerAppSummary)
|
8994
|
+
|
8995
|
+
PartnerAppSummary.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
8996
|
+
PartnerAppSummary.add_member(:name, Shapes::ShapeRef.new(shape: PartnerAppName, location_name: "Name"))
|
8997
|
+
PartnerAppSummary.add_member(:type, Shapes::ShapeRef.new(shape: PartnerAppType, location_name: "Type"))
|
8998
|
+
PartnerAppSummary.add_member(:status, Shapes::ShapeRef.new(shape: PartnerAppStatus, location_name: "Status"))
|
8999
|
+
PartnerAppSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
9000
|
+
PartnerAppSummary.struct_class = Types::PartnerAppSummary
|
9001
|
+
|
8599
9002
|
PendingDeploymentSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
8600
9003
|
PendingDeploymentSummary.add_member(:production_variants, Shapes::ShapeRef.new(shape: PendingProductionVariantSummaryList, location_name: "ProductionVariants"))
|
8601
9004
|
PendingDeploymentSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
@@ -8724,6 +9127,12 @@ module Aws::SageMaker
|
|
8724
9127
|
PredefinedMetricSpecification.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: String, location_name: "PredefinedMetricType"))
|
8725
9128
|
PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
|
8726
9129
|
|
9130
|
+
PriorityClass.add_member(:name, Shapes::ShapeRef.new(shape: ClusterSchedulerPriorityClassName, required: true, location_name: "Name"))
|
9131
|
+
PriorityClass.add_member(:weight, Shapes::ShapeRef.new(shape: PriorityWeight, required: true, location_name: "Weight"))
|
9132
|
+
PriorityClass.struct_class = Types::PriorityClass
|
9133
|
+
|
9134
|
+
PriorityClassList.member = Shapes::ShapeRef.new(shape: PriorityClass)
|
9135
|
+
|
8727
9136
|
ProcessingClusterConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: ProcessingInstanceCount, required: true, location_name: "InstanceCount"))
|
8728
9137
|
ProcessingClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, required: true, location_name: "InstanceType"))
|
8729
9138
|
ProcessingClusterConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProcessingVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
@@ -9161,6 +9570,30 @@ module Aws::SageMaker
|
|
9161
9570
|
RepositoryAuthConfig.add_member(:repository_credentials_provider_arn, Shapes::ShapeRef.new(shape: RepositoryCredentialsProviderArn, required: true, location_name: "RepositoryCredentialsProviderArn"))
|
9162
9571
|
RepositoryAuthConfig.struct_class = Types::RepositoryAuthConfig
|
9163
9572
|
|
9573
|
+
ReservedCapacityOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
9574
|
+
ReservedCapacityOffering.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount"))
|
9575
|
+
ReservedCapacityOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
9576
|
+
ReservedCapacityOffering.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
9577
|
+
ReservedCapacityOffering.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
9578
|
+
ReservedCapacityOffering.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
9579
|
+
ReservedCapacityOffering.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
9580
|
+
ReservedCapacityOffering.struct_class = Types::ReservedCapacityOffering
|
9581
|
+
|
9582
|
+
ReservedCapacityOfferings.member = Shapes::ShapeRef.new(shape: ReservedCapacityOffering)
|
9583
|
+
|
9584
|
+
ReservedCapacitySummaries.member = Shapes::ShapeRef.new(shape: ReservedCapacitySummary)
|
9585
|
+
|
9586
|
+
ReservedCapacitySummary.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
9587
|
+
ReservedCapacitySummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
9588
|
+
ReservedCapacitySummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
9589
|
+
ReservedCapacitySummary.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, required: true, location_name: "Status"))
|
9590
|
+
ReservedCapacitySummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
9591
|
+
ReservedCapacitySummary.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
9592
|
+
ReservedCapacitySummary.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
9593
|
+
ReservedCapacitySummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
9594
|
+
ReservedCapacitySummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
9595
|
+
ReservedCapacitySummary.struct_class = Types::ReservedCapacitySummary
|
9596
|
+
|
9164
9597
|
ResolvedAttributes.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
|
9165
9598
|
ResolvedAttributes.add_member(:problem_type, Shapes::ShapeRef.new(shape: ProblemType, location_name: "ProblemType"))
|
9166
9599
|
ResolvedAttributes.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
|
@@ -9180,6 +9613,7 @@ module Aws::SageMaker
|
|
9180
9613
|
ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
9181
9614
|
ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
|
9182
9615
|
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
9616
|
+
ResourceConfig.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
9183
9617
|
ResourceConfig.struct_class = Types::ResourceConfig
|
9184
9618
|
|
9185
9619
|
ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
|
@@ -9199,6 +9633,10 @@ module Aws::SageMaker
|
|
9199
9633
|
ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
9200
9634
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
9201
9635
|
|
9636
|
+
ResourceSharingConfig.add_member(:strategy, Shapes::ShapeRef.new(shape: ResourceSharingStrategy, required: true, location_name: "Strategy"))
|
9637
|
+
ResourceSharingConfig.add_member(:borrow_limit, Shapes::ShapeRef.new(shape: BorrowLimit, location_name: "BorrowLimit"))
|
9638
|
+
ResourceSharingConfig.struct_class = Types::ResourceSharingConfig
|
9639
|
+
|
9202
9640
|
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
9203
9641
|
ResourceSpec.add_member(:sage_maker_image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "SageMakerImageVersionArn"))
|
9204
9642
|
ResourceSpec.add_member(:sage_maker_image_version_alias, Shapes::ShapeRef.new(shape: ImageVersionAlias, location_name: "SageMakerImageVersionAlias"))
|
@@ -9256,6 +9694,8 @@ module Aws::SageMaker
|
|
9256
9694
|
|
9257
9695
|
SageMakerImageVersionAliases.member = Shapes::ShapeRef.new(shape: SageMakerImageVersionAlias)
|
9258
9696
|
|
9697
|
+
SageMakerResourceNames.member = Shapes::ShapeRef.new(shape: SageMakerResourceName)
|
9698
|
+
|
9259
9699
|
ScalingPolicies.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
|
9260
9700
|
|
9261
9701
|
ScalingPolicy.add_member(:target_tracking, Shapes::ShapeRef.new(shape: TargetTrackingScalingPolicyConfiguration, location_name: "TargetTracking"))
|
@@ -9277,6 +9717,10 @@ module Aws::SageMaker
|
|
9277
9717
|
ScheduleConfig.add_member(:data_analysis_end_time, Shapes::ShapeRef.new(shape: String, location_name: "DataAnalysisEndTime"))
|
9278
9718
|
ScheduleConfig.struct_class = Types::ScheduleConfig
|
9279
9719
|
|
9720
|
+
SchedulerConfig.add_member(:priority_classes, Shapes::ShapeRef.new(shape: PriorityClassList, location_name: "PriorityClasses"))
|
9721
|
+
SchedulerConfig.add_member(:fair_share, Shapes::ShapeRef.new(shape: FairShare, location_name: "FairShare"))
|
9722
|
+
SchedulerConfig.struct_class = Types::SchedulerConfig
|
9723
|
+
|
9280
9724
|
SearchExpression.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
9281
9725
|
SearchExpression.add_member(:nested_filters, Shapes::ShapeRef.new(shape: NestedFiltersList, location_name: "NestedFilters"))
|
9282
9726
|
SearchExpression.add_member(:sub_expressions, Shapes::ShapeRef.new(shape: SearchExpressionList, location_name: "SubExpressions"))
|
@@ -9318,6 +9762,17 @@ module Aws::SageMaker
|
|
9318
9762
|
|
9319
9763
|
SearchResultsList.member = Shapes::ShapeRef.new(shape: SearchRecord)
|
9320
9764
|
|
9765
|
+
SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
9766
|
+
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount"))
|
9767
|
+
SearchTrainingPlanOfferingsRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
9768
|
+
SearchTrainingPlanOfferingsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeBefore"))
|
9769
|
+
SearchTrainingPlanOfferingsRequest.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHoursInput, location_name: "DurationHours"))
|
9770
|
+
SearchTrainingPlanOfferingsRequest.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, required: true, location_name: "TargetResources"))
|
9771
|
+
SearchTrainingPlanOfferingsRequest.struct_class = Types::SearchTrainingPlanOfferingsRequest
|
9772
|
+
|
9773
|
+
SearchTrainingPlanOfferingsResponse.add_member(:training_plan_offerings, Shapes::ShapeRef.new(shape: TrainingPlanOfferings, required: true, location_name: "TrainingPlanOfferings"))
|
9774
|
+
SearchTrainingPlanOfferingsResponse.struct_class = Types::SearchTrainingPlanOfferingsResponse
|
9775
|
+
|
9321
9776
|
SecondaryStatusTransition.add_member(:status, Shapes::ShapeRef.new(shape: SecondaryStatus, required: true, location_name: "Status"))
|
9322
9777
|
SecondaryStatusTransition.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
9323
9778
|
SecondaryStatusTransition.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
@@ -9789,8 +10244,49 @@ module Aws::SageMaker
|
|
9789
10244
|
TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
9790
10245
|
TrainingJobSummary.add_member(:secondary_status, Shapes::ShapeRef.new(shape: SecondaryStatus, location_name: "SecondaryStatus"))
|
9791
10246
|
TrainingJobSummary.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
|
10247
|
+
TrainingJobSummary.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
9792
10248
|
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
9793
10249
|
|
10250
|
+
TrainingPlanArns.member = Shapes::ShapeRef.new(shape: TrainingPlanArn)
|
10251
|
+
|
10252
|
+
TrainingPlanFilter.add_member(:name, Shapes::ShapeRef.new(shape: TrainingPlanFilterName, required: true, location_name: "Name"))
|
10253
|
+
TrainingPlanFilter.add_member(:value, Shapes::ShapeRef.new(shape: String64, required: true, location_name: "Value"))
|
10254
|
+
TrainingPlanFilter.struct_class = Types::TrainingPlanFilter
|
10255
|
+
|
10256
|
+
TrainingPlanFilters.member = Shapes::ShapeRef.new(shape: TrainingPlanFilter)
|
10257
|
+
|
10258
|
+
TrainingPlanOffering.add_member(:training_plan_offering_id, Shapes::ShapeRef.new(shape: TrainingPlanOfferingId, required: true, location_name: "TrainingPlanOfferingId"))
|
10259
|
+
TrainingPlanOffering.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, required: true, location_name: "TargetResources"))
|
10260
|
+
TrainingPlanOffering.add_member(:requested_start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequestedStartTimeAfter"))
|
10261
|
+
TrainingPlanOffering.add_member(:requested_end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequestedEndTimeBefore"))
|
10262
|
+
TrainingPlanOffering.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHours, location_name: "DurationHours"))
|
10263
|
+
TrainingPlanOffering.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: TrainingPlanDurationMinutes, location_name: "DurationMinutes"))
|
10264
|
+
TrainingPlanOffering.add_member(:upfront_fee, Shapes::ShapeRef.new(shape: String256, location_name: "UpfrontFee"))
|
10265
|
+
TrainingPlanOffering.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, location_name: "CurrencyCode"))
|
10266
|
+
TrainingPlanOffering.add_member(:reserved_capacity_offerings, Shapes::ShapeRef.new(shape: ReservedCapacityOfferings, location_name: "ReservedCapacityOfferings"))
|
10267
|
+
TrainingPlanOffering.struct_class = Types::TrainingPlanOffering
|
10268
|
+
|
10269
|
+
TrainingPlanOfferings.member = Shapes::ShapeRef.new(shape: TrainingPlanOffering)
|
10270
|
+
|
10271
|
+
TrainingPlanSummaries.member = Shapes::ShapeRef.new(shape: TrainingPlanSummary)
|
10272
|
+
|
10273
|
+
TrainingPlanSummary.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, required: true, location_name: "TrainingPlanArn"))
|
10274
|
+
TrainingPlanSummary.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
10275
|
+
TrainingPlanSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainingPlanStatus, required: true, location_name: "Status"))
|
10276
|
+
TrainingPlanSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: TrainingPlanStatusMessage, location_name: "StatusMessage"))
|
10277
|
+
TrainingPlanSummary.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHours, location_name: "DurationHours"))
|
10278
|
+
TrainingPlanSummary.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: TrainingPlanDurationMinutes, location_name: "DurationMinutes"))
|
10279
|
+
TrainingPlanSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
10280
|
+
TrainingPlanSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
10281
|
+
TrainingPlanSummary.add_member(:upfront_fee, Shapes::ShapeRef.new(shape: String256, location_name: "UpfrontFee"))
|
10282
|
+
TrainingPlanSummary.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, location_name: "CurrencyCode"))
|
10283
|
+
TrainingPlanSummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, location_name: "TotalInstanceCount"))
|
10284
|
+
TrainingPlanSummary.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
10285
|
+
TrainingPlanSummary.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
10286
|
+
TrainingPlanSummary.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, location_name: "TargetResources"))
|
10287
|
+
TrainingPlanSummary.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
10288
|
+
TrainingPlanSummary.struct_class = Types::TrainingPlanSummary
|
10289
|
+
|
9794
10290
|
TrainingRepositoryAuthConfig.add_member(:training_repository_credentials_provider_arn, Shapes::ShapeRef.new(shape: TrainingRepositoryCredentialsProviderArn, required: true, location_name: "TrainingRepositoryCredentialsProviderArn"))
|
9795
10291
|
TrainingRepositoryAuthConfig.struct_class = Types::TrainingRepositoryAuthConfig
|
9796
10292
|
|
@@ -10063,6 +10559,16 @@ module Aws::SageMaker
|
|
10063
10559
|
UpdateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
10064
10560
|
UpdateClusterResponse.struct_class = Types::UpdateClusterResponse
|
10065
10561
|
|
10562
|
+
UpdateClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
10563
|
+
UpdateClusterSchedulerConfigRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetVersion"))
|
10564
|
+
UpdateClusterSchedulerConfigRequest.add_member(:scheduler_config, Shapes::ShapeRef.new(shape: SchedulerConfig, location_name: "SchedulerConfig"))
|
10565
|
+
UpdateClusterSchedulerConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
10566
|
+
UpdateClusterSchedulerConfigRequest.struct_class = Types::UpdateClusterSchedulerConfigRequest
|
10567
|
+
|
10568
|
+
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
10569
|
+
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion"))
|
10570
|
+
UpdateClusterSchedulerConfigResponse.struct_class = Types::UpdateClusterSchedulerConfigResponse
|
10571
|
+
|
10066
10572
|
UpdateClusterSoftwareRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
10067
10573
|
UpdateClusterSoftwareRequest.struct_class = Types::UpdateClusterSoftwareRequest
|
10068
10574
|
|
@@ -10076,6 +10582,18 @@ module Aws::SageMaker
|
|
10076
10582
|
UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
10077
10583
|
UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
|
10078
10584
|
|
10585
|
+
UpdateComputeQuotaRequest.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
10586
|
+
UpdateComputeQuotaRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetVersion"))
|
10587
|
+
UpdateComputeQuotaRequest.add_member(:compute_quota_config, Shapes::ShapeRef.new(shape: ComputeQuotaConfig, location_name: "ComputeQuotaConfig"))
|
10588
|
+
UpdateComputeQuotaRequest.add_member(:compute_quota_target, Shapes::ShapeRef.new(shape: ComputeQuotaTarget, location_name: "ComputeQuotaTarget"))
|
10589
|
+
UpdateComputeQuotaRequest.add_member(:activation_state, Shapes::ShapeRef.new(shape: ActivationState, location_name: "ActivationState"))
|
10590
|
+
UpdateComputeQuotaRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
10591
|
+
UpdateComputeQuotaRequest.struct_class = Types::UpdateComputeQuotaRequest
|
10592
|
+
|
10593
|
+
UpdateComputeQuotaResponse.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
10594
|
+
UpdateComputeQuotaResponse.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ComputeQuotaVersion"))
|
10595
|
+
UpdateComputeQuotaResponse.struct_class = Types::UpdateComputeQuotaResponse
|
10596
|
+
|
10079
10597
|
UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
|
10080
10598
|
UpdateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
10081
10599
|
UpdateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
@@ -10289,6 +10807,18 @@ module Aws::SageMaker
|
|
10289
10807
|
|
10290
10808
|
UpdateNotebookInstanceOutput.struct_class = Types::UpdateNotebookInstanceOutput
|
10291
10809
|
|
10810
|
+
UpdatePartnerAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, required: true, location_name: "Arn"))
|
10811
|
+
UpdatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
|
10812
|
+
UpdatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
|
10813
|
+
UpdatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
10814
|
+
UpdatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box"=>true}))
|
10815
|
+
UpdatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
10816
|
+
UpdatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
10817
|
+
UpdatePartnerAppRequest.struct_class = Types::UpdatePartnerAppRequest
|
10818
|
+
|
10819
|
+
UpdatePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
10820
|
+
UpdatePartnerAppResponse.struct_class = Types::UpdatePartnerAppResponse
|
10821
|
+
|
10292
10822
|
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
10293
10823
|
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
10294
10824
|
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
@@ -10653,6 +11183,16 @@ module Aws::SageMaker
|
|
10653
11183
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
10654
11184
|
end)
|
10655
11185
|
|
11186
|
+
api.add_operation(:create_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
11187
|
+
o.name = "CreateClusterSchedulerConfig"
|
11188
|
+
o.http_method = "POST"
|
11189
|
+
o.http_request_uri = "/"
|
11190
|
+
o.input = Shapes::ShapeRef.new(shape: CreateClusterSchedulerConfigRequest)
|
11191
|
+
o.output = Shapes::ShapeRef.new(shape: CreateClusterSchedulerConfigResponse)
|
11192
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11193
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11194
|
+
end)
|
11195
|
+
|
10656
11196
|
api.add_operation(:create_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
10657
11197
|
o.name = "CreateCodeRepository"
|
10658
11198
|
o.http_method = "POST"
|
@@ -10671,6 +11211,16 @@ module Aws::SageMaker
|
|
10671
11211
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
10672
11212
|
end)
|
10673
11213
|
|
11214
|
+
api.add_operation(:create_compute_quota, Seahorse::Model::Operation.new.tap do |o|
|
11215
|
+
o.name = "CreateComputeQuota"
|
11216
|
+
o.http_method = "POST"
|
11217
|
+
o.http_request_uri = "/"
|
11218
|
+
o.input = Shapes::ShapeRef.new(shape: CreateComputeQuotaRequest)
|
11219
|
+
o.output = Shapes::ShapeRef.new(shape: CreateComputeQuotaResponse)
|
11220
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11221
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11222
|
+
end)
|
11223
|
+
|
10674
11224
|
api.add_operation(:create_context, Seahorse::Model::Operation.new.tap do |o|
|
10675
11225
|
o.name = "CreateContext"
|
10676
11226
|
o.http_method = "POST"
|
@@ -11011,6 +11561,25 @@ module Aws::SageMaker
|
|
11011
11561
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11012
11562
|
end)
|
11013
11563
|
|
11564
|
+
api.add_operation(:create_partner_app, Seahorse::Model::Operation.new.tap do |o|
|
11565
|
+
o.name = "CreatePartnerApp"
|
11566
|
+
o.http_method = "POST"
|
11567
|
+
o.http_request_uri = "/"
|
11568
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePartnerAppRequest)
|
11569
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePartnerAppResponse)
|
11570
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11571
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11572
|
+
end)
|
11573
|
+
|
11574
|
+
api.add_operation(:create_partner_app_presigned_url, Seahorse::Model::Operation.new.tap do |o|
|
11575
|
+
o.name = "CreatePartnerAppPresignedUrl"
|
11576
|
+
o.http_method = "POST"
|
11577
|
+
o.http_request_uri = "/"
|
11578
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePartnerAppPresignedUrlRequest)
|
11579
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePartnerAppPresignedUrlResponse)
|
11580
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11581
|
+
end)
|
11582
|
+
|
11014
11583
|
api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
11015
11584
|
o.name = "CreatePipeline"
|
11016
11585
|
o.http_method = "POST"
|
@@ -11098,6 +11667,17 @@ module Aws::SageMaker
|
|
11098
11667
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11099
11668
|
end)
|
11100
11669
|
|
11670
|
+
api.add_operation(:create_training_plan, Seahorse::Model::Operation.new.tap do |o|
|
11671
|
+
o.name = "CreateTrainingPlan"
|
11672
|
+
o.http_method = "POST"
|
11673
|
+
o.http_request_uri = "/"
|
11674
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTrainingPlanRequest)
|
11675
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTrainingPlanResponse)
|
11676
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11677
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11678
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11679
|
+
end)
|
11680
|
+
|
11101
11681
|
api.add_operation(:create_transform_job, Seahorse::Model::Operation.new.tap do |o|
|
11102
11682
|
o.name = "CreateTransformJob"
|
11103
11683
|
o.http_method = "POST"
|
@@ -11221,6 +11801,15 @@ module Aws::SageMaker
|
|
11221
11801
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11222
11802
|
end)
|
11223
11803
|
|
11804
|
+
api.add_operation(:delete_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
11805
|
+
o.name = "DeleteClusterSchedulerConfig"
|
11806
|
+
o.http_method = "POST"
|
11807
|
+
o.http_request_uri = "/"
|
11808
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteClusterSchedulerConfigRequest)
|
11809
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
11810
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11811
|
+
end)
|
11812
|
+
|
11224
11813
|
api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
11225
11814
|
o.name = "DeleteCodeRepository"
|
11226
11815
|
o.http_method = "POST"
|
@@ -11238,6 +11827,15 @@ module Aws::SageMaker
|
|
11238
11827
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11239
11828
|
end)
|
11240
11829
|
|
11830
|
+
api.add_operation(:delete_compute_quota, Seahorse::Model::Operation.new.tap do |o|
|
11831
|
+
o.name = "DeleteComputeQuota"
|
11832
|
+
o.http_method = "POST"
|
11833
|
+
o.http_request_uri = "/"
|
11834
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteComputeQuotaRequest)
|
11835
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
11836
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11837
|
+
end)
|
11838
|
+
|
11241
11839
|
api.add_operation(:delete_context, Seahorse::Model::Operation.new.tap do |o|
|
11242
11840
|
o.name = "DeleteContext"
|
11243
11841
|
o.http_method = "POST"
|
@@ -11535,6 +12133,16 @@ module Aws::SageMaker
|
|
11535
12133
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11536
12134
|
end)
|
11537
12135
|
|
12136
|
+
api.add_operation(:delete_partner_app, Seahorse::Model::Operation.new.tap do |o|
|
12137
|
+
o.name = "DeletePartnerApp"
|
12138
|
+
o.http_method = "POST"
|
12139
|
+
o.http_request_uri = "/"
|
12140
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePartnerAppRequest)
|
12141
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePartnerAppResponse)
|
12142
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12143
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
12144
|
+
end)
|
12145
|
+
|
11538
12146
|
api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
11539
12147
|
o.name = "DeletePipeline"
|
11540
12148
|
o.http_method = "POST"
|
@@ -11715,6 +12323,15 @@ module Aws::SageMaker
|
|
11715
12323
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11716
12324
|
end)
|
11717
12325
|
|
12326
|
+
api.add_operation(:describe_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
12327
|
+
o.name = "DescribeClusterSchedulerConfig"
|
12328
|
+
o.http_method = "POST"
|
12329
|
+
o.http_request_uri = "/"
|
12330
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeClusterSchedulerConfigRequest)
|
12331
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeClusterSchedulerConfigResponse)
|
12332
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12333
|
+
end)
|
12334
|
+
|
11718
12335
|
api.add_operation(:describe_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
11719
12336
|
o.name = "DescribeCodeRepository"
|
11720
12337
|
o.http_method = "POST"
|
@@ -11732,6 +12349,15 @@ module Aws::SageMaker
|
|
11732
12349
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11733
12350
|
end)
|
11734
12351
|
|
12352
|
+
api.add_operation(:describe_compute_quota, Seahorse::Model::Operation.new.tap do |o|
|
12353
|
+
o.name = "DescribeComputeQuota"
|
12354
|
+
o.http_method = "POST"
|
12355
|
+
o.http_request_uri = "/"
|
12356
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeComputeQuotaRequest)
|
12357
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeComputeQuotaResponse)
|
12358
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12359
|
+
end)
|
12360
|
+
|
11735
12361
|
api.add_operation(:describe_context, Seahorse::Model::Operation.new.tap do |o|
|
11736
12362
|
o.name = "DescribeContext"
|
11737
12363
|
o.http_method = "POST"
|
@@ -12057,6 +12683,15 @@ module Aws::SageMaker
|
|
12057
12683
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12058
12684
|
end)
|
12059
12685
|
|
12686
|
+
api.add_operation(:describe_partner_app, Seahorse::Model::Operation.new.tap do |o|
|
12687
|
+
o.name = "DescribePartnerApp"
|
12688
|
+
o.http_method = "POST"
|
12689
|
+
o.http_request_uri = "/"
|
12690
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePartnerAppRequest)
|
12691
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePartnerAppResponse)
|
12692
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12693
|
+
end)
|
12694
|
+
|
12060
12695
|
api.add_operation(:describe_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
12061
12696
|
o.name = "DescribePipeline"
|
12062
12697
|
o.http_method = "POST"
|
@@ -12136,6 +12771,15 @@ module Aws::SageMaker
|
|
12136
12771
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12137
12772
|
end)
|
12138
12773
|
|
12774
|
+
api.add_operation(:describe_training_plan, Seahorse::Model::Operation.new.tap do |o|
|
12775
|
+
o.name = "DescribeTrainingPlan"
|
12776
|
+
o.http_method = "POST"
|
12777
|
+
o.http_request_uri = "/"
|
12778
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTrainingPlanRequest)
|
12779
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTrainingPlanResponse)
|
12780
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12781
|
+
end)
|
12782
|
+
|
12139
12783
|
api.add_operation(:describe_transform_job, Seahorse::Model::Operation.new.tap do |o|
|
12140
12784
|
o.name = "DescribeTransformJob"
|
12141
12785
|
o.http_method = "POST"
|
@@ -12421,6 +13065,20 @@ module Aws::SageMaker
|
|
12421
13065
|
)
|
12422
13066
|
end)
|
12423
13067
|
|
13068
|
+
api.add_operation(:list_cluster_scheduler_configs, Seahorse::Model::Operation.new.tap do |o|
|
13069
|
+
o.name = "ListClusterSchedulerConfigs"
|
13070
|
+
o.http_method = "POST"
|
13071
|
+
o.http_request_uri = "/"
|
13072
|
+
o.input = Shapes::ShapeRef.new(shape: ListClusterSchedulerConfigsRequest)
|
13073
|
+
o.output = Shapes::ShapeRef.new(shape: ListClusterSchedulerConfigsResponse)
|
13074
|
+
o[:pager] = Aws::Pager.new(
|
13075
|
+
limit_key: "max_results",
|
13076
|
+
tokens: {
|
13077
|
+
"next_token" => "next_token"
|
13078
|
+
}
|
13079
|
+
)
|
13080
|
+
end)
|
13081
|
+
|
12424
13082
|
api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
|
12425
13083
|
o.name = "ListClusters"
|
12426
13084
|
o.http_method = "POST"
|
@@ -12463,6 +13121,20 @@ module Aws::SageMaker
|
|
12463
13121
|
)
|
12464
13122
|
end)
|
12465
13123
|
|
13124
|
+
api.add_operation(:list_compute_quotas, Seahorse::Model::Operation.new.tap do |o|
|
13125
|
+
o.name = "ListComputeQuotas"
|
13126
|
+
o.http_method = "POST"
|
13127
|
+
o.http_request_uri = "/"
|
13128
|
+
o.input = Shapes::ShapeRef.new(shape: ListComputeQuotasRequest)
|
13129
|
+
o.output = Shapes::ShapeRef.new(shape: ListComputeQuotasResponse)
|
13130
|
+
o[:pager] = Aws::Pager.new(
|
13131
|
+
limit_key: "max_results",
|
13132
|
+
tokens: {
|
13133
|
+
"next_token" => "next_token"
|
13134
|
+
}
|
13135
|
+
)
|
13136
|
+
end)
|
13137
|
+
|
12466
13138
|
api.add_operation(:list_contexts, Seahorse::Model::Operation.new.tap do |o|
|
12467
13139
|
o.name = "ListContexts"
|
12468
13140
|
o.http_method = "POST"
|
@@ -13070,6 +13742,20 @@ module Aws::SageMaker
|
|
13070
13742
|
)
|
13071
13743
|
end)
|
13072
13744
|
|
13745
|
+
api.add_operation(:list_partner_apps, Seahorse::Model::Operation.new.tap do |o|
|
13746
|
+
o.name = "ListPartnerApps"
|
13747
|
+
o.http_method = "POST"
|
13748
|
+
o.http_request_uri = "/"
|
13749
|
+
o.input = Shapes::ShapeRef.new(shape: ListPartnerAppsRequest)
|
13750
|
+
o.output = Shapes::ShapeRef.new(shape: ListPartnerAppsResponse)
|
13751
|
+
o[:pager] = Aws::Pager.new(
|
13752
|
+
limit_key: "max_results",
|
13753
|
+
tokens: {
|
13754
|
+
"next_token" => "next_token"
|
13755
|
+
}
|
13756
|
+
)
|
13757
|
+
end)
|
13758
|
+
|
13073
13759
|
api.add_operation(:list_pipeline_execution_steps, Seahorse::Model::Operation.new.tap do |o|
|
13074
13760
|
o.name = "ListPipelineExecutionSteps"
|
13075
13761
|
o.http_method = "POST"
|
@@ -13271,6 +13957,20 @@ module Aws::SageMaker
|
|
13271
13957
|
)
|
13272
13958
|
end)
|
13273
13959
|
|
13960
|
+
api.add_operation(:list_training_plans, Seahorse::Model::Operation.new.tap do |o|
|
13961
|
+
o.name = "ListTrainingPlans"
|
13962
|
+
o.http_method = "POST"
|
13963
|
+
o.http_request_uri = "/"
|
13964
|
+
o.input = Shapes::ShapeRef.new(shape: ListTrainingPlansRequest)
|
13965
|
+
o.output = Shapes::ShapeRef.new(shape: ListTrainingPlansResponse)
|
13966
|
+
o[:pager] = Aws::Pager.new(
|
13967
|
+
limit_key: "max_results",
|
13968
|
+
tokens: {
|
13969
|
+
"next_token" => "next_token"
|
13970
|
+
}
|
13971
|
+
)
|
13972
|
+
end)
|
13973
|
+
|
13274
13974
|
api.add_operation(:list_transform_jobs, Seahorse::Model::Operation.new.tap do |o|
|
13275
13975
|
o.name = "ListTransformJobs"
|
13276
13976
|
o.http_method = "POST"
|
@@ -13424,6 +14124,15 @@ module Aws::SageMaker
|
|
13424
14124
|
)
|
13425
14125
|
end)
|
13426
14126
|
|
14127
|
+
api.add_operation(:search_training_plan_offerings, Seahorse::Model::Operation.new.tap do |o|
|
14128
|
+
o.name = "SearchTrainingPlanOfferings"
|
14129
|
+
o.http_method = "POST"
|
14130
|
+
o.http_request_uri = "/"
|
14131
|
+
o.input = Shapes::ShapeRef.new(shape: SearchTrainingPlanOfferingsRequest)
|
14132
|
+
o.output = Shapes::ShapeRef.new(shape: SearchTrainingPlanOfferingsResponse)
|
14133
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14134
|
+
end)
|
14135
|
+
|
13427
14136
|
api.add_operation(:send_pipeline_execution_step_failure, Seahorse::Model::Operation.new.tap do |o|
|
13428
14137
|
o.name = "SendPipelineExecutionStepFailure"
|
13429
14138
|
o.http_method = "POST"
|
@@ -13687,6 +14396,17 @@ module Aws::SageMaker
|
|
13687
14396
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13688
14397
|
end)
|
13689
14398
|
|
14399
|
+
api.add_operation(:update_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
14400
|
+
o.name = "UpdateClusterSchedulerConfig"
|
14401
|
+
o.http_method = "POST"
|
14402
|
+
o.http_request_uri = "/"
|
14403
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateClusterSchedulerConfigRequest)
|
14404
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateClusterSchedulerConfigResponse)
|
14405
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14406
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14407
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14408
|
+
end)
|
14409
|
+
|
13690
14410
|
api.add_operation(:update_cluster_software, Seahorse::Model::Operation.new.tap do |o|
|
13691
14411
|
o.name = "UpdateClusterSoftware"
|
13692
14412
|
o.http_method = "POST"
|
@@ -13706,6 +14426,17 @@ module Aws::SageMaker
|
|
13706
14426
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13707
14427
|
end)
|
13708
14428
|
|
14429
|
+
api.add_operation(:update_compute_quota, Seahorse::Model::Operation.new.tap do |o|
|
14430
|
+
o.name = "UpdateComputeQuota"
|
14431
|
+
o.http_method = "POST"
|
14432
|
+
o.http_request_uri = "/"
|
14433
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateComputeQuotaRequest)
|
14434
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateComputeQuotaResponse)
|
14435
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14436
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14437
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14438
|
+
end)
|
14439
|
+
|
13709
14440
|
api.add_operation(:update_context, Seahorse::Model::Operation.new.tap do |o|
|
13710
14441
|
o.name = "UpdateContext"
|
13711
14442
|
o.http_method = "POST"
|
@@ -13917,6 +14648,16 @@ module Aws::SageMaker
|
|
13917
14648
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
13918
14649
|
end)
|
13919
14650
|
|
14651
|
+
api.add_operation(:update_partner_app, Seahorse::Model::Operation.new.tap do |o|
|
14652
|
+
o.name = "UpdatePartnerApp"
|
14653
|
+
o.http_method = "POST"
|
14654
|
+
o.http_request_uri = "/"
|
14655
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePartnerAppRequest)
|
14656
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePartnerAppResponse)
|
14657
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14658
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14659
|
+
end)
|
14660
|
+
|
13920
14661
|
api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
13921
14662
|
o.name = "UpdatePipeline"
|
13922
14663
|
o.http_method = "POST"
|