aws-sdk-sagemaker 1.47.0 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,15 +30,70 @@ module Aws::SageMaker
30
30
  AlgorithmValidationProfiles = Shapes::ListShape.new(name: 'AlgorithmValidationProfiles')
31
31
  AlgorithmValidationSpecification = Shapes::StructureShape.new(name: 'AlgorithmValidationSpecification')
32
32
  AnnotationConsolidationConfig = Shapes::StructureShape.new(name: 'AnnotationConsolidationConfig')
33
+ AppArn = Shapes::StringShape.new(name: 'AppArn')
34
+ AppDetails = Shapes::StructureShape.new(name: 'AppDetails')
35
+ AppInstanceType = Shapes::StringShape.new(name: 'AppInstanceType')
36
+ AppList = Shapes::ListShape.new(name: 'AppList')
37
+ AppName = Shapes::StringShape.new(name: 'AppName')
38
+ AppSortKey = Shapes::StringShape.new(name: 'AppSortKey')
39
+ AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
40
+ AppStatus = Shapes::StringShape.new(name: 'AppStatus')
41
+ AppType = Shapes::StringShape.new(name: 'AppType')
33
42
  ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
34
43
  AssemblyType = Shapes::StringShape.new(name: 'AssemblyType')
44
+ AssociateTrialComponentRequest = Shapes::StructureShape.new(name: 'AssociateTrialComponentRequest')
45
+ AssociateTrialComponentResponse = Shapes::StructureShape.new(name: 'AssociateTrialComponentResponse')
35
46
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
36
47
  AttributeNames = Shapes::ListShape.new(name: 'AttributeNames')
48
+ AuthMode = Shapes::StringShape.new(name: 'AuthMode')
49
+ AutoMLCandidate = Shapes::StructureShape.new(name: 'AutoMLCandidate')
50
+ AutoMLCandidateStep = Shapes::StructureShape.new(name: 'AutoMLCandidateStep')
51
+ AutoMLCandidates = Shapes::ListShape.new(name: 'AutoMLCandidates')
52
+ AutoMLChannel = Shapes::StructureShape.new(name: 'AutoMLChannel')
53
+ AutoMLContainerDefinition = Shapes::StructureShape.new(name: 'AutoMLContainerDefinition')
54
+ AutoMLContainerDefinitions = Shapes::ListShape.new(name: 'AutoMLContainerDefinitions')
55
+ AutoMLDataSource = Shapes::StructureShape.new(name: 'AutoMLDataSource')
56
+ AutoMLFailureReason = Shapes::StringShape.new(name: 'AutoMLFailureReason')
57
+ AutoMLInputDataConfig = Shapes::ListShape.new(name: 'AutoMLInputDataConfig')
58
+ AutoMLJobArn = Shapes::StringShape.new(name: 'AutoMLJobArn')
59
+ AutoMLJobArtifacts = Shapes::StructureShape.new(name: 'AutoMLJobArtifacts')
60
+ AutoMLJobCompletionCriteria = Shapes::StructureShape.new(name: 'AutoMLJobCompletionCriteria')
61
+ AutoMLJobConfig = Shapes::StructureShape.new(name: 'AutoMLJobConfig')
62
+ AutoMLJobName = Shapes::StringShape.new(name: 'AutoMLJobName')
63
+ AutoMLJobObjective = Shapes::StructureShape.new(name: 'AutoMLJobObjective')
64
+ AutoMLJobObjectiveType = Shapes::StringShape.new(name: 'AutoMLJobObjectiveType')
65
+ AutoMLJobSecondaryStatus = Shapes::StringShape.new(name: 'AutoMLJobSecondaryStatus')
66
+ AutoMLJobStatus = Shapes::StringShape.new(name: 'AutoMLJobStatus')
67
+ AutoMLJobSummaries = Shapes::ListShape.new(name: 'AutoMLJobSummaries')
68
+ AutoMLJobSummary = Shapes::StructureShape.new(name: 'AutoMLJobSummary')
69
+ AutoMLMaxResults = Shapes::IntegerShape.new(name: 'AutoMLMaxResults')
70
+ AutoMLMetricEnum = Shapes::StringShape.new(name: 'AutoMLMetricEnum')
71
+ AutoMLNameContains = Shapes::StringShape.new(name: 'AutoMLNameContains')
72
+ AutoMLOutputDataConfig = Shapes::StructureShape.new(name: 'AutoMLOutputDataConfig')
73
+ AutoMLS3DataSource = Shapes::StructureShape.new(name: 'AutoMLS3DataSource')
74
+ AutoMLS3DataType = Shapes::StringShape.new(name: 'AutoMLS3DataType')
75
+ AutoMLSecurityConfig = Shapes::StructureShape.new(name: 'AutoMLSecurityConfig')
76
+ AutoMLSortBy = Shapes::StringShape.new(name: 'AutoMLSortBy')
77
+ AutoMLSortOrder = Shapes::StringShape.new(name: 'AutoMLSortOrder')
78
+ AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
37
79
  BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
38
80
  BillableTimeInSeconds = Shapes::IntegerShape.new(name: 'BillableTimeInSeconds')
39
81
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
40
82
  BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
41
83
  Branch = Shapes::StringShape.new(name: 'Branch')
84
+ CandidateDefinitionNotebookLocation = Shapes::StringShape.new(name: 'CandidateDefinitionNotebookLocation')
85
+ CandidateName = Shapes::StringShape.new(name: 'CandidateName')
86
+ CandidateSortBy = Shapes::StringShape.new(name: 'CandidateSortBy')
87
+ CandidateStatus = Shapes::StringShape.new(name: 'CandidateStatus')
88
+ CandidateStepArn = Shapes::StringShape.new(name: 'CandidateStepArn')
89
+ CandidateStepName = Shapes::StringShape.new(name: 'CandidateStepName')
90
+ CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
91
+ CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
92
+ CaptureContentTypeHeader = Shapes::StructureShape.new(name: 'CaptureContentTypeHeader')
93
+ CaptureMode = Shapes::StringShape.new(name: 'CaptureMode')
94
+ CaptureOption = Shapes::StructureShape.new(name: 'CaptureOption')
95
+ CaptureOptionList = Shapes::ListShape.new(name: 'CaptureOptionList')
96
+ CaptureStatus = Shapes::StringShape.new(name: 'CaptureStatus')
42
97
  CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
43
98
  CategoricalParameterRangeSpecification = Shapes::StructureShape.new(name: 'CategoricalParameterRangeSpecification')
44
99
  CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
@@ -61,14 +116,25 @@ module Aws::SageMaker
61
116
  CognitoMemberDefinition = Shapes::StructureShape.new(name: 'CognitoMemberDefinition')
62
117
  CognitoUserGroup = Shapes::StringShape.new(name: 'CognitoUserGroup')
63
118
  CognitoUserPool = Shapes::StringShape.new(name: 'CognitoUserPool')
119
+ CollectionConfiguration = Shapes::StructureShape.new(name: 'CollectionConfiguration')
120
+ CollectionConfigurations = Shapes::ListShape.new(name: 'CollectionConfigurations')
121
+ CollectionName = Shapes::StringShape.new(name: 'CollectionName')
122
+ CollectionParameters = Shapes::MapShape.new(name: 'CollectionParameters')
64
123
  CompilationJobArn = Shapes::StringShape.new(name: 'CompilationJobArn')
65
124
  CompilationJobStatus = Shapes::StringShape.new(name: 'CompilationJobStatus')
66
125
  CompilationJobSummaries = Shapes::ListShape.new(name: 'CompilationJobSummaries')
67
126
  CompilationJobSummary = Shapes::StructureShape.new(name: 'CompilationJobSummary')
68
127
  CompressionType = Shapes::StringShape.new(name: 'CompressionType')
69
128
  CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
129
+ ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
130
+ ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
131
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
132
+ ContainerArgument = Shapes::StringShape.new(name: 'ContainerArgument')
133
+ ContainerArguments = Shapes::ListShape.new(name: 'ContainerArguments')
70
134
  ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
71
135
  ContainerDefinitionList = Shapes::ListShape.new(name: 'ContainerDefinitionList')
136
+ ContainerEntrypoint = Shapes::ListShape.new(name: 'ContainerEntrypoint')
137
+ ContainerEntrypointString = Shapes::StringShape.new(name: 'ContainerEntrypointString')
72
138
  ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
73
139
  ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
74
140
  ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
@@ -80,14 +146,26 @@ module Aws::SageMaker
80
146
  ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
81
147
  CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
82
148
  CreateAlgorithmOutput = Shapes::StructureShape.new(name: 'CreateAlgorithmOutput')
149
+ CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
150
+ CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
151
+ CreateAutoMLJobRequest = Shapes::StructureShape.new(name: 'CreateAutoMLJobRequest')
152
+ CreateAutoMLJobResponse = Shapes::StructureShape.new(name: 'CreateAutoMLJobResponse')
83
153
  CreateCodeRepositoryInput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryInput')
84
154
  CreateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryOutput')
85
155
  CreateCompilationJobRequest = Shapes::StructureShape.new(name: 'CreateCompilationJobRequest')
86
156
  CreateCompilationJobResponse = Shapes::StructureShape.new(name: 'CreateCompilationJobResponse')
157
+ CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
158
+ CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
87
159
  CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
88
160
  CreateEndpointConfigOutput = Shapes::StructureShape.new(name: 'CreateEndpointConfigOutput')
89
161
  CreateEndpointInput = Shapes::StructureShape.new(name: 'CreateEndpointInput')
90
162
  CreateEndpointOutput = Shapes::StructureShape.new(name: 'CreateEndpointOutput')
163
+ CreateExperimentRequest = Shapes::StructureShape.new(name: 'CreateExperimentRequest')
164
+ CreateExperimentResponse = Shapes::StructureShape.new(name: 'CreateExperimentResponse')
165
+ CreateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFlowDefinitionRequest')
166
+ CreateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFlowDefinitionResponse')
167
+ CreateHumanTaskUiRequest = Shapes::StructureShape.new(name: 'CreateHumanTaskUiRequest')
168
+ CreateHumanTaskUiResponse = Shapes::StructureShape.new(name: 'CreateHumanTaskUiResponse')
91
169
  CreateHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobRequest')
92
170
  CreateHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobResponse')
93
171
  CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
@@ -96,46 +174,92 @@ module Aws::SageMaker
96
174
  CreateModelOutput = Shapes::StructureShape.new(name: 'CreateModelOutput')
97
175
  CreateModelPackageInput = Shapes::StructureShape.new(name: 'CreateModelPackageInput')
98
176
  CreateModelPackageOutput = Shapes::StructureShape.new(name: 'CreateModelPackageOutput')
177
+ CreateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleRequest')
178
+ CreateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleResponse')
99
179
  CreateNotebookInstanceInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceInput')
100
180
  CreateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigInput')
101
181
  CreateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigOutput')
102
182
  CreateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceOutput')
183
+ CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
184
+ CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
103
185
  CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
104
186
  CreatePresignedNotebookInstanceUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlOutput')
187
+ CreateProcessingJobRequest = Shapes::StructureShape.new(name: 'CreateProcessingJobRequest')
188
+ CreateProcessingJobResponse = Shapes::StructureShape.new(name: 'CreateProcessingJobResponse')
105
189
  CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
106
190
  CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
107
191
  CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
108
192
  CreateTransformJobResponse = Shapes::StructureShape.new(name: 'CreateTransformJobResponse')
193
+ CreateTrialComponentRequest = Shapes::StructureShape.new(name: 'CreateTrialComponentRequest')
194
+ CreateTrialComponentResponse = Shapes::StructureShape.new(name: 'CreateTrialComponentResponse')
195
+ CreateTrialRequest = Shapes::StructureShape.new(name: 'CreateTrialRequest')
196
+ CreateTrialResponse = Shapes::StructureShape.new(name: 'CreateTrialResponse')
197
+ CreateUserProfileRequest = Shapes::StructureShape.new(name: 'CreateUserProfileRequest')
198
+ CreateUserProfileResponse = Shapes::StructureShape.new(name: 'CreateUserProfileResponse')
109
199
  CreateWorkteamRequest = Shapes::StructureShape.new(name: 'CreateWorkteamRequest')
110
200
  CreateWorkteamResponse = Shapes::StructureShape.new(name: 'CreateWorkteamResponse')
111
201
  CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
202
+ CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
203
+ CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
204
+ DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
205
+ DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
206
+ DataExplorationNotebookLocation = Shapes::StringShape.new(name: 'DataExplorationNotebookLocation')
112
207
  DataInputConfig = Shapes::StringShape.new(name: 'DataInputConfig')
113
208
  DataProcessing = Shapes::StructureShape.new(name: 'DataProcessing')
114
209
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
210
+ DebugHookConfig = Shapes::StructureShape.new(name: 'DebugHookConfig')
211
+ DebugRuleConfiguration = Shapes::StructureShape.new(name: 'DebugRuleConfiguration')
212
+ DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
213
+ DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
214
+ DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
115
215
  DeleteAlgorithmInput = Shapes::StructureShape.new(name: 'DeleteAlgorithmInput')
216
+ DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
116
217
  DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
218
+ DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
117
219
  DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
118
220
  DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
221
+ DeleteExperimentRequest = Shapes::StructureShape.new(name: 'DeleteExperimentRequest')
222
+ DeleteExperimentResponse = Shapes::StructureShape.new(name: 'DeleteExperimentResponse')
223
+ DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
224
+ DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
119
225
  DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
120
226
  DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
227
+ DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
121
228
  DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
122
229
  DeleteNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceLifecycleConfigInput')
123
230
  DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
124
231
  DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
232
+ DeleteTrialComponentRequest = Shapes::StructureShape.new(name: 'DeleteTrialComponentRequest')
233
+ DeleteTrialComponentResponse = Shapes::StructureShape.new(name: 'DeleteTrialComponentResponse')
234
+ DeleteTrialRequest = Shapes::StructureShape.new(name: 'DeleteTrialRequest')
235
+ DeleteTrialResponse = Shapes::StructureShape.new(name: 'DeleteTrialResponse')
236
+ DeleteUserProfileRequest = Shapes::StructureShape.new(name: 'DeleteUserProfileRequest')
125
237
  DeleteWorkteamRequest = Shapes::StructureShape.new(name: 'DeleteWorkteamRequest')
126
238
  DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
127
239
  DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
128
240
  DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
129
241
  DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
130
242
  DescribeAlgorithmOutput = Shapes::StructureShape.new(name: 'DescribeAlgorithmOutput')
243
+ DescribeAppRequest = Shapes::StructureShape.new(name: 'DescribeAppRequest')
244
+ DescribeAppResponse = Shapes::StructureShape.new(name: 'DescribeAppResponse')
245
+ DescribeAutoMLJobRequest = Shapes::StructureShape.new(name: 'DescribeAutoMLJobRequest')
246
+ DescribeAutoMLJobResponse = Shapes::StructureShape.new(name: 'DescribeAutoMLJobResponse')
131
247
  DescribeCodeRepositoryInput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryInput')
132
248
  DescribeCodeRepositoryOutput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryOutput')
133
249
  DescribeCompilationJobRequest = Shapes::StructureShape.new(name: 'DescribeCompilationJobRequest')
134
250
  DescribeCompilationJobResponse = Shapes::StructureShape.new(name: 'DescribeCompilationJobResponse')
251
+ DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
252
+ DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
135
253
  DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
136
254
  DescribeEndpointConfigOutput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigOutput')
137
255
  DescribeEndpointInput = Shapes::StructureShape.new(name: 'DescribeEndpointInput')
138
256
  DescribeEndpointOutput = Shapes::StructureShape.new(name: 'DescribeEndpointOutput')
257
+ DescribeExperimentRequest = Shapes::StructureShape.new(name: 'DescribeExperimentRequest')
258
+ DescribeExperimentResponse = Shapes::StructureShape.new(name: 'DescribeExperimentResponse')
259
+ DescribeFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionRequest')
260
+ DescribeFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionResponse')
261
+ DescribeHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiRequest')
262
+ DescribeHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiResponse')
139
263
  DescribeHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobRequest')
140
264
  DescribeHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobResponse')
141
265
  DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
@@ -144,20 +268,31 @@ module Aws::SageMaker
144
268
  DescribeModelOutput = Shapes::StructureShape.new(name: 'DescribeModelOutput')
145
269
  DescribeModelPackageInput = Shapes::StructureShape.new(name: 'DescribeModelPackageInput')
146
270
  DescribeModelPackageOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageOutput')
271
+ DescribeMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleRequest')
272
+ DescribeMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleResponse')
147
273
  DescribeNotebookInstanceInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceInput')
148
274
  DescribeNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigInput')
149
275
  DescribeNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigOutput')
150
276
  DescribeNotebookInstanceOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceOutput')
277
+ DescribeProcessingJobRequest = Shapes::StructureShape.new(name: 'DescribeProcessingJobRequest')
278
+ DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
151
279
  DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
152
280
  DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
153
281
  DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
154
282
  DescribeTrainingJobResponse = Shapes::StructureShape.new(name: 'DescribeTrainingJobResponse')
155
283
  DescribeTransformJobRequest = Shapes::StructureShape.new(name: 'DescribeTransformJobRequest')
156
284
  DescribeTransformJobResponse = Shapes::StructureShape.new(name: 'DescribeTransformJobResponse')
285
+ DescribeTrialComponentRequest = Shapes::StructureShape.new(name: 'DescribeTrialComponentRequest')
286
+ DescribeTrialComponentResponse = Shapes::StructureShape.new(name: 'DescribeTrialComponentResponse')
287
+ DescribeTrialRequest = Shapes::StructureShape.new(name: 'DescribeTrialRequest')
288
+ DescribeTrialResponse = Shapes::StructureShape.new(name: 'DescribeTrialResponse')
289
+ DescribeUserProfileRequest = Shapes::StructureShape.new(name: 'DescribeUserProfileRequest')
290
+ DescribeUserProfileResponse = Shapes::StructureShape.new(name: 'DescribeUserProfileResponse')
157
291
  DescribeWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeWorkteamRequest')
158
292
  DescribeWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeWorkteamResponse')
159
293
  DesiredWeightAndCapacity = Shapes::StructureShape.new(name: 'DesiredWeightAndCapacity')
160
294
  DesiredWeightAndCapacityList = Shapes::ListShape.new(name: 'DesiredWeightAndCapacityList')
295
+ DestinationS3Uri = Shapes::StringShape.new(name: 'DestinationS3Uri')
161
296
  DetailedAlgorithmStatus = Shapes::StringShape.new(name: 'DetailedAlgorithmStatus')
162
297
  DetailedModelPackageStatus = Shapes::StringShape.new(name: 'DetailedModelPackageStatus')
163
298
  DirectInternetAccess = Shapes::StringShape.new(name: 'DirectInternetAccess')
@@ -166,7 +301,18 @@ module Aws::SageMaker
166
301
  DisassociateDefaultCodeRepository = Shapes::BooleanShape.new(name: 'DisassociateDefaultCodeRepository')
167
302
  DisassociateNotebookInstanceAcceleratorTypes = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceAcceleratorTypes')
168
303
  DisassociateNotebookInstanceLifecycleConfig = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceLifecycleConfig')
304
+ DisassociateTrialComponentRequest = Shapes::StructureShape.new(name: 'DisassociateTrialComponentRequest')
305
+ DisassociateTrialComponentResponse = Shapes::StructureShape.new(name: 'DisassociateTrialComponentResponse')
169
306
  Dollars = Shapes::IntegerShape.new(name: 'Dollars')
307
+ DomainArn = Shapes::StringShape.new(name: 'DomainArn')
308
+ DomainDetails = Shapes::StructureShape.new(name: 'DomainDetails')
309
+ DomainId = Shapes::StringShape.new(name: 'DomainId')
310
+ DomainList = Shapes::ListShape.new(name: 'DomainList')
311
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
312
+ DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
313
+ DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
314
+ EfsUid = Shapes::StringShape.new(name: 'EfsUid')
315
+ EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
170
316
  EndpointArn = Shapes::StringShape.new(name: 'EndpointArn')
171
317
  EndpointConfigArn = Shapes::StringShape.new(name: 'EndpointConfigArn')
172
318
  EndpointConfigName = Shapes::StringShape.new(name: 'EndpointConfigName')
@@ -174,6 +320,7 @@ module Aws::SageMaker
174
320
  EndpointConfigSortKey = Shapes::StringShape.new(name: 'EndpointConfigSortKey')
175
321
  EndpointConfigSummary = Shapes::StructureShape.new(name: 'EndpointConfigSummary')
176
322
  EndpointConfigSummaryList = Shapes::ListShape.new(name: 'EndpointConfigSummaryList')
323
+ EndpointInput = Shapes::StructureShape.new(name: 'EndpointInput')
177
324
  EndpointName = Shapes::StringShape.new(name: 'EndpointName')
178
325
  EndpointNameContains = Shapes::StringShape.new(name: 'EndpointNameContains')
179
326
  EndpointSortKey = Shapes::StringShape.new(name: 'EndpointSortKey')
@@ -182,9 +329,22 @@ module Aws::SageMaker
182
329
  EndpointSummaryList = Shapes::ListShape.new(name: 'EndpointSummaryList')
183
330
  EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
184
331
  EntityName = Shapes::StringShape.new(name: 'EntityName')
332
+ EnvironmentArn = Shapes::StringShape.new(name: 'EnvironmentArn')
185
333
  EnvironmentKey = Shapes::StringShape.new(name: 'EnvironmentKey')
186
334
  EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
187
335
  EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
336
+ ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
337
+ ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
338
+ Experiment = Shapes::StructureShape.new(name: 'Experiment')
339
+ ExperimentArn = Shapes::StringShape.new(name: 'ExperimentArn')
340
+ ExperimentConfig = Shapes::StructureShape.new(name: 'ExperimentConfig')
341
+ ExperimentConfigName = Shapes::StringShape.new(name: 'ExperimentConfigName')
342
+ ExperimentDescription = Shapes::StringShape.new(name: 'ExperimentDescription')
343
+ ExperimentEntityName = Shapes::StringShape.new(name: 'ExperimentEntityName')
344
+ ExperimentSource = Shapes::StructureShape.new(name: 'ExperimentSource')
345
+ ExperimentSourceArn = Shapes::StringShape.new(name: 'ExperimentSourceArn')
346
+ ExperimentSummaries = Shapes::ListShape.new(name: 'ExperimentSummaries')
347
+ ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
188
348
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
189
349
  FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
190
350
  FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
@@ -193,21 +353,48 @@ module Aws::SageMaker
193
353
  Filter = Shapes::StructureShape.new(name: 'Filter')
194
354
  FilterList = Shapes::ListShape.new(name: 'FilterList')
195
355
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
356
+ FinalAutoMLJobObjectiveMetric = Shapes::StructureShape.new(name: 'FinalAutoMLJobObjectiveMetric')
196
357
  FinalHyperParameterTuningJobObjectiveMetric = Shapes::StructureShape.new(name: 'FinalHyperParameterTuningJobObjectiveMetric')
197
358
  FinalMetricDataList = Shapes::ListShape.new(name: 'FinalMetricDataList')
198
359
  Float = Shapes::FloatShape.new(name: 'Float')
360
+ FlowDefinitionArn = Shapes::StringShape.new(name: 'FlowDefinitionArn')
361
+ FlowDefinitionName = Shapes::StringShape.new(name: 'FlowDefinitionName')
362
+ FlowDefinitionOutputConfig = Shapes::StructureShape.new(name: 'FlowDefinitionOutputConfig')
363
+ FlowDefinitionStatus = Shapes::StringShape.new(name: 'FlowDefinitionStatus')
364
+ FlowDefinitionSummaries = Shapes::ListShape.new(name: 'FlowDefinitionSummaries')
365
+ FlowDefinitionSummary = Shapes::StructureShape.new(name: 'FlowDefinitionSummary')
366
+ FlowDefinitionTaskAvailabilityLifetimeInSeconds = Shapes::IntegerShape.new(name: 'FlowDefinitionTaskAvailabilityLifetimeInSeconds')
367
+ FlowDefinitionTaskCount = Shapes::IntegerShape.new(name: 'FlowDefinitionTaskCount')
368
+ FlowDefinitionTaskDescription = Shapes::StringShape.new(name: 'FlowDefinitionTaskDescription')
369
+ FlowDefinitionTaskKeyword = Shapes::StringShape.new(name: 'FlowDefinitionTaskKeyword')
370
+ FlowDefinitionTaskKeywords = Shapes::ListShape.new(name: 'FlowDefinitionTaskKeywords')
371
+ FlowDefinitionTaskTimeLimitInSeconds = Shapes::IntegerShape.new(name: 'FlowDefinitionTaskTimeLimitInSeconds')
372
+ FlowDefinitionTaskTitle = Shapes::StringShape.new(name: 'FlowDefinitionTaskTitle')
199
373
  Framework = Shapes::StringShape.new(name: 'Framework')
374
+ GenerateCandidateDefinitionsOnly = Shapes::BooleanShape.new(name: 'GenerateCandidateDefinitionsOnly')
200
375
  GetSearchSuggestionsRequest = Shapes::StructureShape.new(name: 'GetSearchSuggestionsRequest')
201
376
  GetSearchSuggestionsResponse = Shapes::StructureShape.new(name: 'GetSearchSuggestionsResponse')
202
377
  GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
203
378
  GitConfigForUpdate = Shapes::StructureShape.new(name: 'GitConfigForUpdate')
204
379
  GitConfigUrl = Shapes::StringShape.new(name: 'GitConfigUrl')
380
+ HookParameters = Shapes::MapShape.new(name: 'HookParameters')
381
+ HumanLoopActivationConditions = Shapes::StringShape.new(name: 'HumanLoopActivationConditions')
382
+ HumanLoopActivationConditionsConfig = Shapes::StructureShape.new(name: 'HumanLoopActivationConditionsConfig')
383
+ HumanLoopActivationConfig = Shapes::StructureShape.new(name: 'HumanLoopActivationConfig')
384
+ HumanLoopConfig = Shapes::StructureShape.new(name: 'HumanLoopConfig')
385
+ HumanLoopRequestSource = Shapes::StructureShape.new(name: 'HumanLoopRequestSource')
205
386
  HumanTaskConfig = Shapes::StructureShape.new(name: 'HumanTaskConfig')
387
+ HumanTaskUiArn = Shapes::StringShape.new(name: 'HumanTaskUiArn')
388
+ HumanTaskUiName = Shapes::StringShape.new(name: 'HumanTaskUiName')
389
+ HumanTaskUiSummaries = Shapes::ListShape.new(name: 'HumanTaskUiSummaries')
390
+ HumanTaskUiSummary = Shapes::StructureShape.new(name: 'HumanTaskUiSummary')
206
391
  HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
207
392
  HyperParameterScalingType = Shapes::StringShape.new(name: 'HyperParameterScalingType')
208
393
  HyperParameterSpecification = Shapes::StructureShape.new(name: 'HyperParameterSpecification')
209
394
  HyperParameterSpecifications = Shapes::ListShape.new(name: 'HyperParameterSpecifications')
210
395
  HyperParameterTrainingJobDefinition = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobDefinition')
396
+ HyperParameterTrainingJobDefinitionName = Shapes::StringShape.new(name: 'HyperParameterTrainingJobDefinitionName')
397
+ HyperParameterTrainingJobDefinitions = Shapes::ListShape.new(name: 'HyperParameterTrainingJobDefinitions')
211
398
  HyperParameterTrainingJobSummaries = Shapes::ListShape.new(name: 'HyperParameterTrainingJobSummaries')
212
399
  HyperParameterTrainingJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobSummary')
213
400
  HyperParameterTuningJobArn = Shapes::StringShape.new(name: 'HyperParameterTuningJobArn')
@@ -226,6 +413,7 @@ module Aws::SageMaker
226
413
  HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
227
414
  Image = Shapes::StringShape.new(name: 'Image')
228
415
  ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
416
+ ImageUri = Shapes::StringShape.new(name: 'ImageUri')
229
417
  InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
230
418
  InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
231
419
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
@@ -237,7 +425,11 @@ module Aws::SageMaker
237
425
  JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
238
426
  JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
239
427
  JoinSource = Shapes::StringShape.new(name: 'JoinSource')
428
+ JsonContentType = Shapes::StringShape.new(name: 'JsonContentType')
429
+ JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
240
430
  JsonPath = Shapes::StringShape.new(name: 'JsonPath')
431
+ JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
432
+ KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
241
433
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
242
434
  LabelAttributeName = Shapes::StringShape.new(name: 'LabelAttributeName')
243
435
  LabelCounter = Shapes::IntegerShape.new(name: 'LabelCounter')
@@ -264,15 +456,29 @@ module Aws::SageMaker
264
456
  LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
265
457
  ListAlgorithmsInput = Shapes::StructureShape.new(name: 'ListAlgorithmsInput')
266
458
  ListAlgorithmsOutput = Shapes::StructureShape.new(name: 'ListAlgorithmsOutput')
459
+ ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
460
+ ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
461
+ ListAutoMLJobsRequest = Shapes::StructureShape.new(name: 'ListAutoMLJobsRequest')
462
+ ListAutoMLJobsResponse = Shapes::StructureShape.new(name: 'ListAutoMLJobsResponse')
463
+ ListCandidatesForAutoMLJobRequest = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobRequest')
464
+ ListCandidatesForAutoMLJobResponse = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobResponse')
267
465
  ListCodeRepositoriesInput = Shapes::StructureShape.new(name: 'ListCodeRepositoriesInput')
268
466
  ListCodeRepositoriesOutput = Shapes::StructureShape.new(name: 'ListCodeRepositoriesOutput')
269
467
  ListCompilationJobsRequest = Shapes::StructureShape.new(name: 'ListCompilationJobsRequest')
270
468
  ListCompilationJobsResponse = Shapes::StructureShape.new(name: 'ListCompilationJobsResponse')
271
469
  ListCompilationJobsSortBy = Shapes::StringShape.new(name: 'ListCompilationJobsSortBy')
470
+ ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
471
+ ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
272
472
  ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
273
473
  ListEndpointConfigsOutput = Shapes::StructureShape.new(name: 'ListEndpointConfigsOutput')
274
474
  ListEndpointsInput = Shapes::StructureShape.new(name: 'ListEndpointsInput')
275
475
  ListEndpointsOutput = Shapes::StructureShape.new(name: 'ListEndpointsOutput')
476
+ ListExperimentsRequest = Shapes::StructureShape.new(name: 'ListExperimentsRequest')
477
+ ListExperimentsResponse = Shapes::StructureShape.new(name: 'ListExperimentsResponse')
478
+ ListFlowDefinitionsRequest = Shapes::StructureShape.new(name: 'ListFlowDefinitionsRequest')
479
+ ListFlowDefinitionsResponse = Shapes::StructureShape.new(name: 'ListFlowDefinitionsResponse')
480
+ ListHumanTaskUisRequest = Shapes::StructureShape.new(name: 'ListHumanTaskUisRequest')
481
+ ListHumanTaskUisResponse = Shapes::StructureShape.new(name: 'ListHumanTaskUisResponse')
276
482
  ListHyperParameterTuningJobsRequest = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsRequest')
277
483
  ListHyperParameterTuningJobsResponse = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsResponse')
278
484
  ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
@@ -284,10 +490,16 @@ module Aws::SageMaker
284
490
  ListModelPackagesOutput = Shapes::StructureShape.new(name: 'ListModelPackagesOutput')
285
491
  ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
286
492
  ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
493
+ ListMonitoringExecutionsRequest = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsRequest')
494
+ ListMonitoringExecutionsResponse = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsResponse')
495
+ ListMonitoringSchedulesRequest = Shapes::StructureShape.new(name: 'ListMonitoringSchedulesRequest')
496
+ ListMonitoringSchedulesResponse = Shapes::StructureShape.new(name: 'ListMonitoringSchedulesResponse')
287
497
  ListNotebookInstanceLifecycleConfigsInput = Shapes::StructureShape.new(name: 'ListNotebookInstanceLifecycleConfigsInput')
288
498
  ListNotebookInstanceLifecycleConfigsOutput = Shapes::StructureShape.new(name: 'ListNotebookInstanceLifecycleConfigsOutput')
289
499
  ListNotebookInstancesInput = Shapes::StructureShape.new(name: 'ListNotebookInstancesInput')
290
500
  ListNotebookInstancesOutput = Shapes::StructureShape.new(name: 'ListNotebookInstancesOutput')
501
+ ListProcessingJobsRequest = Shapes::StructureShape.new(name: 'ListProcessingJobsRequest')
502
+ ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
291
503
  ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
292
504
  ListSubscribedWorkteamsResponse = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsResponse')
293
505
  ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
@@ -299,9 +511,18 @@ module Aws::SageMaker
299
511
  ListTrainingJobsResponse = Shapes::StructureShape.new(name: 'ListTrainingJobsResponse')
300
512
  ListTransformJobsRequest = Shapes::StructureShape.new(name: 'ListTransformJobsRequest')
301
513
  ListTransformJobsResponse = Shapes::StructureShape.new(name: 'ListTransformJobsResponse')
514
+ ListTrialComponentKey256 = Shapes::ListShape.new(name: 'ListTrialComponentKey256')
515
+ ListTrialComponentsRequest = Shapes::StructureShape.new(name: 'ListTrialComponentsRequest')
516
+ ListTrialComponentsResponse = Shapes::StructureShape.new(name: 'ListTrialComponentsResponse')
517
+ ListTrialsRequest = Shapes::StructureShape.new(name: 'ListTrialsRequest')
518
+ ListTrialsResponse = Shapes::StructureShape.new(name: 'ListTrialsResponse')
519
+ ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
520
+ ListUserProfilesResponse = Shapes::StructureShape.new(name: 'ListUserProfilesResponse')
302
521
  ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
303
522
  ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
304
523
  ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
524
+ MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
525
+ MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
305
526
  MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
306
527
  MaxConcurrentTransforms = Shapes::IntegerShape.new(name: 'MaxConcurrentTransforms')
307
528
  MaxHumanLabeledObjectCount = Shapes::IntegerShape.new(name: 'MaxHumanLabeledObjectCount')
@@ -311,7 +532,9 @@ module Aws::SageMaker
311
532
  MaxPercentageOfInputDatasetLabeled = Shapes::IntegerShape.new(name: 'MaxPercentageOfInputDatasetLabeled')
312
533
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
313
534
  MaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimeInSeconds')
535
+ MaxRuntimePerTrainingJobInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimePerTrainingJobInSeconds')
314
536
  MaxWaitTimeInSeconds = Shapes::IntegerShape.new(name: 'MaxWaitTimeInSeconds')
537
+ MediaType = Shapes::StringShape.new(name: 'MediaType')
315
538
  MemberDefinition = Shapes::StructureShape.new(name: 'MemberDefinition')
316
539
  MemberDefinitions = Shapes::ListShape.new(name: 'MemberDefinitions')
317
540
  MetricData = Shapes::StructureShape.new(name: 'MetricData')
@@ -340,9 +563,37 @@ module Aws::SageMaker
340
563
  ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
341
564
  ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
342
565
  ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
566
+ MonitoringAppSpecification = Shapes::StructureShape.new(name: 'MonitoringAppSpecification')
567
+ MonitoringBaselineConfig = Shapes::StructureShape.new(name: 'MonitoringBaselineConfig')
568
+ MonitoringClusterConfig = Shapes::StructureShape.new(name: 'MonitoringClusterConfig')
569
+ MonitoringConstraintsResource = Shapes::StructureShape.new(name: 'MonitoringConstraintsResource')
570
+ MonitoringContainerArguments = Shapes::ListShape.new(name: 'MonitoringContainerArguments')
571
+ MonitoringEnvironmentMap = Shapes::MapShape.new(name: 'MonitoringEnvironmentMap')
572
+ MonitoringExecutionSortKey = Shapes::StringShape.new(name: 'MonitoringExecutionSortKey')
573
+ MonitoringExecutionSummary = Shapes::StructureShape.new(name: 'MonitoringExecutionSummary')
574
+ MonitoringExecutionSummaryList = Shapes::ListShape.new(name: 'MonitoringExecutionSummaryList')
575
+ MonitoringInput = Shapes::StructureShape.new(name: 'MonitoringInput')
576
+ MonitoringInputs = Shapes::ListShape.new(name: 'MonitoringInputs')
577
+ MonitoringJobDefinition = Shapes::StructureShape.new(name: 'MonitoringJobDefinition')
578
+ MonitoringMaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MonitoringMaxRuntimeInSeconds')
579
+ MonitoringOutput = Shapes::StructureShape.new(name: 'MonitoringOutput')
580
+ MonitoringOutputConfig = Shapes::StructureShape.new(name: 'MonitoringOutputConfig')
581
+ MonitoringOutputs = Shapes::ListShape.new(name: 'MonitoringOutputs')
582
+ MonitoringResources = Shapes::StructureShape.new(name: 'MonitoringResources')
583
+ MonitoringS3Output = Shapes::StructureShape.new(name: 'MonitoringS3Output')
584
+ MonitoringS3Uri = Shapes::StringShape.new(name: 'MonitoringS3Uri')
585
+ MonitoringScheduleArn = Shapes::StringShape.new(name: 'MonitoringScheduleArn')
586
+ MonitoringScheduleConfig = Shapes::StructureShape.new(name: 'MonitoringScheduleConfig')
587
+ MonitoringScheduleName = Shapes::StringShape.new(name: 'MonitoringScheduleName')
588
+ MonitoringScheduleSortKey = Shapes::StringShape.new(name: 'MonitoringScheduleSortKey')
589
+ MonitoringScheduleSummary = Shapes::StructureShape.new(name: 'MonitoringScheduleSummary')
590
+ MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
591
+ MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
592
+ MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
343
593
  NameContains = Shapes::StringShape.new(name: 'NameContains')
344
594
  NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
345
595
  NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
596
+ NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
346
597
  NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
347
598
  NextToken = Shapes::StringShape.new(name: 'NextToken')
348
599
  NotebookInstanceAcceleratorType = Shapes::StringShape.new(name: 'NotebookInstanceAcceleratorType')
@@ -367,6 +618,7 @@ module Aws::SageMaker
367
618
  NotebookInstanceSummaryList = Shapes::ListShape.new(name: 'NotebookInstanceSummaryList')
368
619
  NotebookInstanceUrl = Shapes::StringShape.new(name: 'NotebookInstanceUrl')
369
620
  NotebookInstanceVolumeSizeInGB = Shapes::IntegerShape.new(name: 'NotebookInstanceVolumeSizeInGB')
621
+ NotebookOutputOption = Shapes::StringShape.new(name: 'NotebookOutputOption')
370
622
  NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
371
623
  NotificationTopicArn = Shapes::StringShape.new(name: 'NotificationTopicArn')
372
624
  NumberOfHumanWorkersPerDataObject = Shapes::IntegerShape.new(name: 'NumberOfHumanWorkersPerDataObject')
@@ -374,6 +626,9 @@ module Aws::SageMaker
374
626
  ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
375
627
  ObjectiveStatusCounters = Shapes::StructureShape.new(name: 'ObjectiveStatusCounters')
376
628
  Operator = Shapes::StringShape.new(name: 'Operator')
629
+ OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
630
+ OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
631
+ OptionalVolumeSizeInGB = Shapes::IntegerShape.new(name: 'OptionalVolumeSizeInGB')
377
632
  OrderKey = Shapes::StringShape.new(name: 'OrderKey')
378
633
  OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
379
634
  OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
@@ -385,8 +640,40 @@ module Aws::SageMaker
385
640
  ParameterType = Shapes::StringShape.new(name: 'ParameterType')
386
641
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
387
642
  ParameterValues = Shapes::ListShape.new(name: 'ParameterValues')
643
+ Parent = Shapes::StructureShape.new(name: 'Parent')
388
644
  ParentHyperParameterTuningJob = Shapes::StructureShape.new(name: 'ParentHyperParameterTuningJob')
389
645
  ParentHyperParameterTuningJobs = Shapes::ListShape.new(name: 'ParentHyperParameterTuningJobs')
646
+ Parents = Shapes::ListShape.new(name: 'Parents')
647
+ PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
648
+ ProblemType = Shapes::StringShape.new(name: 'ProblemType')
649
+ ProcessingClusterConfig = Shapes::StructureShape.new(name: 'ProcessingClusterConfig')
650
+ ProcessingEnvironmentKey = Shapes::StringShape.new(name: 'ProcessingEnvironmentKey')
651
+ ProcessingEnvironmentMap = Shapes::MapShape.new(name: 'ProcessingEnvironmentMap')
652
+ ProcessingEnvironmentValue = Shapes::StringShape.new(name: 'ProcessingEnvironmentValue')
653
+ ProcessingInput = Shapes::StructureShape.new(name: 'ProcessingInput')
654
+ ProcessingInputs = Shapes::ListShape.new(name: 'ProcessingInputs')
655
+ ProcessingInstanceCount = Shapes::IntegerShape.new(name: 'ProcessingInstanceCount')
656
+ ProcessingInstanceType = Shapes::StringShape.new(name: 'ProcessingInstanceType')
657
+ ProcessingJobArn = Shapes::StringShape.new(name: 'ProcessingJobArn')
658
+ ProcessingJobName = Shapes::StringShape.new(name: 'ProcessingJobName')
659
+ ProcessingJobStatus = Shapes::StringShape.new(name: 'ProcessingJobStatus')
660
+ ProcessingJobSummaries = Shapes::ListShape.new(name: 'ProcessingJobSummaries')
661
+ ProcessingJobSummary = Shapes::StructureShape.new(name: 'ProcessingJobSummary')
662
+ ProcessingLocalPath = Shapes::StringShape.new(name: 'ProcessingLocalPath')
663
+ ProcessingMaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'ProcessingMaxRuntimeInSeconds')
664
+ ProcessingOutput = Shapes::StructureShape.new(name: 'ProcessingOutput')
665
+ ProcessingOutputConfig = Shapes::StructureShape.new(name: 'ProcessingOutputConfig')
666
+ ProcessingOutputs = Shapes::ListShape.new(name: 'ProcessingOutputs')
667
+ ProcessingResources = Shapes::StructureShape.new(name: 'ProcessingResources')
668
+ ProcessingS3CompressionType = Shapes::StringShape.new(name: 'ProcessingS3CompressionType')
669
+ ProcessingS3DataDistributionType = Shapes::StringShape.new(name: 'ProcessingS3DataDistributionType')
670
+ ProcessingS3DataType = Shapes::StringShape.new(name: 'ProcessingS3DataType')
671
+ ProcessingS3Input = Shapes::StructureShape.new(name: 'ProcessingS3Input')
672
+ ProcessingS3InputMode = Shapes::StringShape.new(name: 'ProcessingS3InputMode')
673
+ ProcessingS3Output = Shapes::StructureShape.new(name: 'ProcessingS3Output')
674
+ ProcessingS3UploadMode = Shapes::StringShape.new(name: 'ProcessingS3UploadMode')
675
+ ProcessingStoppingCondition = Shapes::StructureShape.new(name: 'ProcessingStoppingCondition')
676
+ ProcessingVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ProcessingVolumeSizeInGB')
390
677
  ProductId = Shapes::StringShape.new(name: 'ProductId')
391
678
  ProductListings = Shapes::ListShape.new(name: 'ProductListings')
392
679
  ProductionVariant = Shapes::StructureShape.new(name: 'ProductionVariant')
@@ -407,22 +694,34 @@ module Aws::SageMaker
407
694
  RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
408
695
  RenderingError = Shapes::StructureShape.new(name: 'RenderingError')
409
696
  RenderingErrorList = Shapes::ListShape.new(name: 'RenderingErrorList')
697
+ ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
410
698
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
411
699
  ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
700
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
412
701
  ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
413
702
  ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
414
703
  ResourceLimits = Shapes::StructureShape.new(name: 'ResourceLimits')
415
704
  ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
416
705
  ResourcePropertyName = Shapes::StringShape.new(name: 'ResourcePropertyName')
706
+ ResourceSpec = Shapes::StructureShape.new(name: 'ResourceSpec')
417
707
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
418
708
  ResponseMIMEType = Shapes::StringShape.new(name: 'ResponseMIMEType')
419
709
  ResponseMIMETypes = Shapes::ListShape.new(name: 'ResponseMIMETypes')
710
+ RetentionPolicy = Shapes::StructureShape.new(name: 'RetentionPolicy')
711
+ RetentionType = Shapes::StringShape.new(name: 'RetentionType')
420
712
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
421
713
  RootAccess = Shapes::StringShape.new(name: 'RootAccess')
714
+ RuleConfigurationName = Shapes::StringShape.new(name: 'RuleConfigurationName')
715
+ RuleEvaluationStatus = Shapes::StringShape.new(name: 'RuleEvaluationStatus')
716
+ RuleParameters = Shapes::MapShape.new(name: 'RuleParameters')
422
717
  S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
423
718
  S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
424
719
  S3DataType = Shapes::StringShape.new(name: 'S3DataType')
425
720
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
721
+ SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
722
+ ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
723
+ ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
724
+ ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
426
725
  SearchExpression = Shapes::StructureShape.new(name: 'SearchExpression')
427
726
  SearchExpressionList = Shapes::ListShape.new(name: 'SearchExpressionList')
428
727
  SearchRecord = Shapes::StructureShape.new(name: 'SearchRecord')
@@ -438,24 +737,38 @@ module Aws::SageMaker
438
737
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
439
738
  Seed = Shapes::IntegerShape.new(name: 'Seed')
440
739
  SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
740
+ SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
441
741
  ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
742
+ SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
442
743
  SortBy = Shapes::StringShape.new(name: 'SortBy')
744
+ SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
443
745
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
746
+ SortTrialComponentsBy = Shapes::StringShape.new(name: 'SortTrialComponentsBy')
747
+ SortTrialsBy = Shapes::StringShape.new(name: 'SortTrialsBy')
444
748
  SourceAlgorithm = Shapes::StructureShape.new(name: 'SourceAlgorithm')
445
749
  SourceAlgorithmList = Shapes::ListShape.new(name: 'SourceAlgorithmList')
446
750
  SourceAlgorithmSpecification = Shapes::StructureShape.new(name: 'SourceAlgorithmSpecification')
751
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
447
752
  SplitType = Shapes::StringShape.new(name: 'SplitType')
753
+ StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
448
754
  StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
755
+ StatusDetails = Shapes::StringShape.new(name: 'StatusDetails')
449
756
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
757
+ StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
450
758
  StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
451
759
  StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
452
760
  StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
761
+ StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
453
762
  StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
763
+ StopProcessingJobRequest = Shapes::StructureShape.new(name: 'StopProcessingJobRequest')
454
764
  StopTrainingJobRequest = Shapes::StructureShape.new(name: 'StopTrainingJobRequest')
455
765
  StopTransformJobRequest = Shapes::StructureShape.new(name: 'StopTransformJobRequest')
456
766
  StoppingCondition = Shapes::StructureShape.new(name: 'StoppingCondition')
457
767
  String = Shapes::StringShape.new(name: 'String')
768
+ String1024 = Shapes::StringShape.new(name: 'String1024')
458
769
  String200 = Shapes::StringShape.new(name: 'String200')
770
+ String256 = Shapes::StringShape.new(name: 'String256')
771
+ StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
459
772
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
460
773
  Subnets = Shapes::ListShape.new(name: 'Subnets')
461
774
  SubscribedWorkteam = Shapes::StructureShape.new(name: 'SubscribedWorkteam')
@@ -467,7 +780,9 @@ module Aws::SageMaker
467
780
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
468
781
  TagList = Shapes::ListShape.new(name: 'TagList')
469
782
  TagValue = Shapes::StringShape.new(name: 'TagValue')
783
+ TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
470
784
  TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
785
+ TargetObjectiveMetricValue = Shapes::FloatShape.new(name: 'TargetObjectiveMetricValue')
471
786
  TaskAvailabilityLifetimeInSeconds = Shapes::IntegerShape.new(name: 'TaskAvailabilityLifetimeInSeconds')
472
787
  TaskCount = Shapes::IntegerShape.new(name: 'TaskCount')
473
788
  TaskDescription = Shapes::StringShape.new(name: 'TaskDescription')
@@ -477,6 +792,10 @@ module Aws::SageMaker
477
792
  TaskTimeLimitInSeconds = Shapes::IntegerShape.new(name: 'TaskTimeLimitInSeconds')
478
793
  TaskTitle = Shapes::StringShape.new(name: 'TaskTitle')
479
794
  TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
795
+ TemplateContentSha256 = Shapes::StringShape.new(name: 'TemplateContentSha256')
796
+ TemplateUrl = Shapes::StringShape.new(name: 'TemplateUrl')
797
+ TensorBoardAppSettings = Shapes::StructureShape.new(name: 'TensorBoardAppSettings')
798
+ TensorBoardOutputConfig = Shapes::StructureShape.new(name: 'TensorBoardOutputConfig')
480
799
  TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
481
800
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
482
801
  TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
@@ -513,26 +832,76 @@ module Aws::SageMaker
513
832
  TransformOutput = Shapes::StructureShape.new(name: 'TransformOutput')
514
833
  TransformResources = Shapes::StructureShape.new(name: 'TransformResources')
515
834
  TransformS3DataSource = Shapes::StructureShape.new(name: 'TransformS3DataSource')
835
+ Trial = Shapes::StructureShape.new(name: 'Trial')
836
+ TrialArn = Shapes::StringShape.new(name: 'TrialArn')
837
+ TrialComponent = Shapes::StructureShape.new(name: 'TrialComponent')
838
+ TrialComponentArn = Shapes::StringShape.new(name: 'TrialComponentArn')
839
+ TrialComponentArtifact = Shapes::StructureShape.new(name: 'TrialComponentArtifact')
840
+ TrialComponentArtifactValue = Shapes::StringShape.new(name: 'TrialComponentArtifactValue')
841
+ TrialComponentArtifacts = Shapes::MapShape.new(name: 'TrialComponentArtifacts')
842
+ TrialComponentKey256 = Shapes::StringShape.new(name: 'TrialComponentKey256')
843
+ TrialComponentKey64 = Shapes::StringShape.new(name: 'TrialComponentKey64')
844
+ TrialComponentMetricSummaries = Shapes::ListShape.new(name: 'TrialComponentMetricSummaries')
845
+ TrialComponentMetricSummary = Shapes::StructureShape.new(name: 'TrialComponentMetricSummary')
846
+ TrialComponentParameterValue = Shapes::StructureShape.new(name: 'TrialComponentParameterValue')
847
+ TrialComponentParameters = Shapes::MapShape.new(name: 'TrialComponentParameters')
848
+ TrialComponentPrimaryStatus = Shapes::StringShape.new(name: 'TrialComponentPrimaryStatus')
849
+ TrialComponentSimpleSummaries = Shapes::ListShape.new(name: 'TrialComponentSimpleSummaries')
850
+ TrialComponentSimpleSummary = Shapes::StructureShape.new(name: 'TrialComponentSimpleSummary')
851
+ TrialComponentSource = Shapes::StructureShape.new(name: 'TrialComponentSource')
852
+ TrialComponentSourceArn = Shapes::StringShape.new(name: 'TrialComponentSourceArn')
853
+ TrialComponentSourceDetail = Shapes::StructureShape.new(name: 'TrialComponentSourceDetail')
854
+ TrialComponentStatus = Shapes::StructureShape.new(name: 'TrialComponentStatus')
855
+ TrialComponentStatusMessage = Shapes::StringShape.new(name: 'TrialComponentStatusMessage')
856
+ TrialComponentSummaries = Shapes::ListShape.new(name: 'TrialComponentSummaries')
857
+ TrialComponentSummary = Shapes::StructureShape.new(name: 'TrialComponentSummary')
858
+ TrialSource = Shapes::StructureShape.new(name: 'TrialSource')
859
+ TrialSourceArn = Shapes::StringShape.new(name: 'TrialSourceArn')
860
+ TrialSummaries = Shapes::ListShape.new(name: 'TrialSummaries')
861
+ TrialSummary = Shapes::StructureShape.new(name: 'TrialSummary')
862
+ TuningJobCompletionCriteria = Shapes::StructureShape.new(name: 'TuningJobCompletionCriteria')
516
863
  USD = Shapes::StructureShape.new(name: 'USD')
517
864
  UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
518
865
  UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
866
+ UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
519
867
  UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
520
868
  UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
869
+ UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
870
+ UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
521
871
  UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
522
872
  UpdateEndpointOutput = Shapes::StructureShape.new(name: 'UpdateEndpointOutput')
523
873
  UpdateEndpointWeightsAndCapacitiesInput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesInput')
524
874
  UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
875
+ UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
876
+ UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
877
+ UpdateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleRequest')
878
+ UpdateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleResponse')
525
879
  UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
526
880
  UpdateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigInput')
527
881
  UpdateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigOutput')
528
882
  UpdateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceOutput')
883
+ UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
884
+ UpdateTrialComponentResponse = Shapes::StructureShape.new(name: 'UpdateTrialComponentResponse')
885
+ UpdateTrialRequest = Shapes::StructureShape.new(name: 'UpdateTrialRequest')
886
+ UpdateTrialResponse = Shapes::StructureShape.new(name: 'UpdateTrialResponse')
887
+ UpdateUserProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserProfileRequest')
888
+ UpdateUserProfileResponse = Shapes::StructureShape.new(name: 'UpdateUserProfileResponse')
529
889
  UpdateWorkteamRequest = Shapes::StructureShape.new(name: 'UpdateWorkteamRequest')
530
890
  UpdateWorkteamResponse = Shapes::StructureShape.new(name: 'UpdateWorkteamResponse')
531
891
  Url = Shapes::StringShape.new(name: 'Url')
892
+ UserContext = Shapes::StructureShape.new(name: 'UserContext')
893
+ UserProfileArn = Shapes::StringShape.new(name: 'UserProfileArn')
894
+ UserProfileDetails = Shapes::StructureShape.new(name: 'UserProfileDetails')
895
+ UserProfileList = Shapes::ListShape.new(name: 'UserProfileList')
896
+ UserProfileName = Shapes::StringShape.new(name: 'UserProfileName')
897
+ UserProfileSortKey = Shapes::StringShape.new(name: 'UserProfileSortKey')
898
+ UserProfileStatus = Shapes::StringShape.new(name: 'UserProfileStatus')
899
+ UserSettings = Shapes::StructureShape.new(name: 'UserSettings')
532
900
  VariantName = Shapes::StringShape.new(name: 'VariantName')
533
901
  VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
534
902
  VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
535
903
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
904
+ VpcId = Shapes::StringShape.new(name: 'VpcId')
536
905
  VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
537
906
  Workteam = Shapes::StructureShape.new(name: 'Workteam')
538
907
  WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
@@ -552,6 +921,7 @@ module Aws::SageMaker
552
921
  AlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
553
922
  AlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
554
923
  AlgorithmSpecification.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "MetricDefinitions"))
924
+ AlgorithmSpecification.add_member(:enable_sage_maker_metrics_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSageMakerMetricsTimeSeries"))
555
925
  AlgorithmSpecification.struct_class = Types::AlgorithmSpecification
556
926
 
557
927
  AlgorithmStatusDetails.add_member(:validation_statuses, Shapes::ShapeRef.new(shape: AlgorithmStatusItemList, location_name: "ValidationStatuses"))
@@ -588,8 +958,119 @@ module Aws::SageMaker
588
958
  AnnotationConsolidationConfig.add_member(:annotation_consolidation_lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "AnnotationConsolidationLambdaArn"))
589
959
  AnnotationConsolidationConfig.struct_class = Types::AnnotationConsolidationConfig
590
960
 
961
+ AppDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
962
+ AppDetails.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
963
+ AppDetails.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
964
+ AppDetails.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
965
+ AppDetails.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
966
+ AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
967
+ AppDetails.struct_class = Types::AppDetails
968
+
969
+ AppList.member = Shapes::ShapeRef.new(shape: AppDetails)
970
+
971
+ AppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
972
+ AppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
973
+ AppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: ContainerArguments, location_name: "ContainerArguments"))
974
+ AppSpecification.struct_class = Types::AppSpecification
975
+
976
+ AssociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
977
+ AssociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
978
+ AssociateTrialComponentRequest.struct_class = Types::AssociateTrialComponentRequest
979
+
980
+ AssociateTrialComponentResponse.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
981
+ AssociateTrialComponentResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
982
+ AssociateTrialComponentResponse.struct_class = Types::AssociateTrialComponentResponse
983
+
591
984
  AttributeNames.member = Shapes::ShapeRef.new(shape: AttributeName)
592
985
 
986
+ AutoMLCandidate.add_member(:candidate_name, Shapes::ShapeRef.new(shape: CandidateName, required: true, location_name: "CandidateName"))
987
+ AutoMLCandidate.add_member(:final_auto_ml_job_objective_metric, Shapes::ShapeRef.new(shape: FinalAutoMLJobObjectiveMetric, location_name: "FinalAutoMLJobObjectiveMetric"))
988
+ AutoMLCandidate.add_member(:objective_status, Shapes::ShapeRef.new(shape: ObjectiveStatus, required: true, location_name: "ObjectiveStatus"))
989
+ AutoMLCandidate.add_member(:candidate_steps, Shapes::ShapeRef.new(shape: CandidateSteps, required: true, location_name: "CandidateSteps"))
990
+ AutoMLCandidate.add_member(:candidate_status, Shapes::ShapeRef.new(shape: CandidateStatus, required: true, location_name: "CandidateStatus"))
991
+ AutoMLCandidate.add_member(:inference_containers, Shapes::ShapeRef.new(shape: AutoMLContainerDefinitions, location_name: "InferenceContainers"))
992
+ AutoMLCandidate.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
993
+ AutoMLCandidate.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
994
+ AutoMLCandidate.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
995
+ AutoMLCandidate.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "FailureReason"))
996
+ AutoMLCandidate.struct_class = Types::AutoMLCandidate
997
+
998
+ AutoMLCandidateStep.add_member(:candidate_step_type, Shapes::ShapeRef.new(shape: CandidateStepType, required: true, location_name: "CandidateStepType"))
999
+ AutoMLCandidateStep.add_member(:candidate_step_arn, Shapes::ShapeRef.new(shape: CandidateStepArn, required: true, location_name: "CandidateStepArn"))
1000
+ AutoMLCandidateStep.add_member(:candidate_step_name, Shapes::ShapeRef.new(shape: CandidateStepName, required: true, location_name: "CandidateStepName"))
1001
+ AutoMLCandidateStep.struct_class = Types::AutoMLCandidateStep
1002
+
1003
+ AutoMLCandidates.member = Shapes::ShapeRef.new(shape: AutoMLCandidate)
1004
+
1005
+ AutoMLChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: AutoMLDataSource, required: true, location_name: "DataSource"))
1006
+ AutoMLChannel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
1007
+ AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
1008
+ AutoMLChannel.struct_class = Types::AutoMLChannel
1009
+
1010
+ AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, required: true, location_name: "Image"))
1011
+ AutoMLContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "ModelDataUrl"))
1012
+ AutoMLContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
1013
+ AutoMLContainerDefinition.struct_class = Types::AutoMLContainerDefinition
1014
+
1015
+ AutoMLContainerDefinitions.member = Shapes::ShapeRef.new(shape: AutoMLContainerDefinition)
1016
+
1017
+ AutoMLDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: AutoMLS3DataSource, required: true, location_name: "S3DataSource"))
1018
+ AutoMLDataSource.struct_class = Types::AutoMLDataSource
1019
+
1020
+ AutoMLInputDataConfig.member = Shapes::ShapeRef.new(shape: AutoMLChannel)
1021
+
1022
+ AutoMLJobArtifacts.add_member(:candidate_definition_notebook_location, Shapes::ShapeRef.new(shape: CandidateDefinitionNotebookLocation, location_name: "CandidateDefinitionNotebookLocation"))
1023
+ AutoMLJobArtifacts.add_member(:data_exploration_notebook_location, Shapes::ShapeRef.new(shape: DataExplorationNotebookLocation, location_name: "DataExplorationNotebookLocation"))
1024
+ AutoMLJobArtifacts.struct_class = Types::AutoMLJobArtifacts
1025
+
1026
+ AutoMLJobCompletionCriteria.add_member(:max_candidates, Shapes::ShapeRef.new(shape: MaxCandidates, location_name: "MaxCandidates"))
1027
+ AutoMLJobCompletionCriteria.add_member(:max_runtime_per_training_job_in_seconds, Shapes::ShapeRef.new(shape: MaxRuntimePerTrainingJobInSeconds, location_name: "MaxRuntimePerTrainingJobInSeconds"))
1028
+ AutoMLJobCompletionCriteria.add_member(:max_auto_ml_job_runtime_in_seconds, Shapes::ShapeRef.new(shape: MaxAutoMLJobRuntimeInSeconds, location_name: "MaxAutoMLJobRuntimeInSeconds"))
1029
+ AutoMLJobCompletionCriteria.struct_class = Types::AutoMLJobCompletionCriteria
1030
+
1031
+ AutoMLJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
1032
+ AutoMLJobConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
1033
+ AutoMLJobConfig.struct_class = Types::AutoMLJobConfig
1034
+
1035
+ AutoMLJobObjective.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))
1036
+ AutoMLJobObjective.struct_class = Types::AutoMLJobObjective
1037
+
1038
+ AutoMLJobSummaries.member = Shapes::ShapeRef.new(shape: AutoMLJobSummary)
1039
+
1040
+ AutoMLJobSummary.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
1041
+ AutoMLJobSummary.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, required: true, location_name: "AutoMLJobArn"))
1042
+ AutoMLJobSummary.add_member(:auto_ml_job_status, Shapes::ShapeRef.new(shape: AutoMLJobStatus, required: true, location_name: "AutoMLJobStatus"))
1043
+ AutoMLJobSummary.add_member(:auto_ml_job_secondary_status, Shapes::ShapeRef.new(shape: AutoMLJobSecondaryStatus, required: true, location_name: "AutoMLJobSecondaryStatus"))
1044
+ AutoMLJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1045
+ AutoMLJobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
1046
+ AutoMLJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1047
+ AutoMLJobSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "FailureReason"))
1048
+ AutoMLJobSummary.struct_class = Types::AutoMLJobSummary
1049
+
1050
+ AutoMLOutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
1051
+ AutoMLOutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
1052
+ AutoMLOutputDataConfig.struct_class = Types::AutoMLOutputDataConfig
1053
+
1054
+ AutoMLS3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: AutoMLS3DataType, required: true, location_name: "S3DataType"))
1055
+ AutoMLS3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
1056
+ AutoMLS3DataSource.struct_class = Types::AutoMLS3DataSource
1057
+
1058
+ AutoMLSecurityConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
1059
+ AutoMLSecurityConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
1060
+ AutoMLSecurityConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
1061
+ AutoMLSecurityConfig.struct_class = Types::AutoMLSecurityConfig
1062
+
1063
+ CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
1064
+
1065
+ CaptureContentTypeHeader.add_member(:csv_content_types, Shapes::ShapeRef.new(shape: CsvContentTypes, location_name: "CsvContentTypes"))
1066
+ CaptureContentTypeHeader.add_member(:json_content_types, Shapes::ShapeRef.new(shape: JsonContentTypes, location_name: "JsonContentTypes"))
1067
+ CaptureContentTypeHeader.struct_class = Types::CaptureContentTypeHeader
1068
+
1069
+ CaptureOption.add_member(:capture_mode, Shapes::ShapeRef.new(shape: CaptureMode, required: true, location_name: "CaptureMode"))
1070
+ CaptureOption.struct_class = Types::CaptureOption
1071
+
1072
+ CaptureOptionList.member = Shapes::ShapeRef.new(shape: CaptureOption)
1073
+
593
1074
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
594
1075
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: ParameterValues, required: true, location_name: "Values"))
595
1076
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
@@ -636,6 +1117,15 @@ module Aws::SageMaker
636
1117
  CognitoMemberDefinition.add_member(:client_id, Shapes::ShapeRef.new(shape: CognitoClientId, required: true, location_name: "ClientId"))
637
1118
  CognitoMemberDefinition.struct_class = Types::CognitoMemberDefinition
638
1119
 
1120
+ CollectionConfiguration.add_member(:collection_name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "CollectionName"))
1121
+ CollectionConfiguration.add_member(:collection_parameters, Shapes::ShapeRef.new(shape: CollectionParameters, location_name: "CollectionParameters"))
1122
+ CollectionConfiguration.struct_class = Types::CollectionConfiguration
1123
+
1124
+ CollectionConfigurations.member = Shapes::ShapeRef.new(shape: CollectionConfiguration)
1125
+
1126
+ CollectionParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
1127
+ CollectionParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
1128
+
639
1129
  CompilationJobSummaries.member = Shapes::ShapeRef.new(shape: CompilationJobSummary)
640
1130
 
641
1131
  CompilationJobSummary.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
@@ -650,6 +1140,11 @@ module Aws::SageMaker
650
1140
 
651
1141
  CompressionTypes.member = Shapes::ShapeRef.new(shape: CompressionType)
652
1142
 
1143
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
1144
+ ConflictException.struct_class = Types::ConflictException
1145
+
1146
+ ContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
1147
+
653
1148
  ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
654
1149
  ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "Image"))
655
1150
  ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
@@ -660,6 +1155,8 @@ module Aws::SageMaker
660
1155
 
661
1156
  ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
662
1157
 
1158
+ ContainerEntrypoint.member = Shapes::ShapeRef.new(shape: ContainerEntrypointString)
1159
+
663
1160
  ContentClassifiers.member = Shapes::ShapeRef.new(shape: ContentClassifier)
664
1161
 
665
1162
  ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
@@ -687,6 +1184,31 @@ module Aws::SageMaker
687
1184
  CreateAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
688
1185
  CreateAlgorithmOutput.struct_class = Types::CreateAlgorithmOutput
689
1186
 
1187
+ CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1188
+ CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1189
+ CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
1190
+ CreateAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
1191
+ CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1192
+ CreateAppRequest.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
1193
+ CreateAppRequest.struct_class = Types::CreateAppRequest
1194
+
1195
+ CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
1196
+ CreateAppResponse.struct_class = Types::CreateAppResponse
1197
+
1198
+ CreateAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
1199
+ CreateAutoMLJobRequest.add_member(:input_data_config, Shapes::ShapeRef.new(shape: AutoMLInputDataConfig, required: true, location_name: "InputDataConfig"))
1200
+ CreateAutoMLJobRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: AutoMLOutputDataConfig, required: true, location_name: "OutputDataConfig"))
1201
+ CreateAutoMLJobRequest.add_member(:problem_type, Shapes::ShapeRef.new(shape: ProblemType, location_name: "ProblemType"))
1202
+ CreateAutoMLJobRequest.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
1203
+ CreateAutoMLJobRequest.add_member(:auto_ml_job_config, Shapes::ShapeRef.new(shape: AutoMLJobConfig, location_name: "AutoMLJobConfig"))
1204
+ CreateAutoMLJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1205
+ CreateAutoMLJobRequest.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly"))
1206
+ CreateAutoMLJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1207
+ CreateAutoMLJobRequest.struct_class = Types::CreateAutoMLJobRequest
1208
+
1209
+ CreateAutoMLJobResponse.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, required: true, location_name: "AutoMLJobArn"))
1210
+ CreateAutoMLJobResponse.struct_class = Types::CreateAutoMLJobResponse
1211
+
690
1212
  CreateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
691
1213
  CreateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, required: true, location_name: "GitConfig"))
692
1214
  CreateCodeRepositoryInput.struct_class = Types::CreateCodeRepositoryInput
@@ -704,8 +1226,22 @@ module Aws::SageMaker
704
1226
  CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
705
1227
  CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
706
1228
 
1229
+ CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
1230
+ CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
1231
+ CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
1232
+ CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
1233
+ CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
1234
+ CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1235
+ CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
1236
+ CreateDomainRequest.struct_class = Types::CreateDomainRequest
1237
+
1238
+ CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
1239
+ CreateDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
1240
+ CreateDomainResponse.struct_class = Types::CreateDomainResponse
1241
+
707
1242
  CreateEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
708
1243
  CreateEndpointConfigInput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
1244
+ CreateEndpointConfigInput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
709
1245
  CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
710
1246
  CreateEndpointConfigInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
711
1247
  CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
@@ -721,9 +1257,38 @@ module Aws::SageMaker
721
1257
  CreateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
722
1258
  CreateEndpointOutput.struct_class = Types::CreateEndpointOutput
723
1259
 
1260
+ CreateExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
1261
+ CreateExperimentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
1262
+ CreateExperimentRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
1263
+ CreateExperimentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1264
+ CreateExperimentRequest.struct_class = Types::CreateExperimentRequest
1265
+
1266
+ CreateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
1267
+ CreateExperimentResponse.struct_class = Types::CreateExperimentResponse
1268
+
1269
+ CreateFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
1270
+ CreateFlowDefinitionRequest.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
1271
+ CreateFlowDefinitionRequest.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, required: true, location_name: "HumanLoopConfig"))
1272
+ CreateFlowDefinitionRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: FlowDefinitionOutputConfig, required: true, location_name: "OutputConfig"))
1273
+ CreateFlowDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1274
+ CreateFlowDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1275
+ CreateFlowDefinitionRequest.struct_class = Types::CreateFlowDefinitionRequest
1276
+
1277
+ CreateFlowDefinitionResponse.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location_name: "FlowDefinitionArn"))
1278
+ CreateFlowDefinitionResponse.struct_class = Types::CreateFlowDefinitionResponse
1279
+
1280
+ CreateHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
1281
+ CreateHumanTaskUiRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, required: true, location_name: "UiTemplate"))
1282
+ CreateHumanTaskUiRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1283
+ CreateHumanTaskUiRequest.struct_class = Types::CreateHumanTaskUiRequest
1284
+
1285
+ CreateHumanTaskUiResponse.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
1286
+ CreateHumanTaskUiResponse.struct_class = Types::CreateHumanTaskUiResponse
1287
+
724
1288
  CreateHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
725
1289
  CreateHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, required: true, location_name: "HyperParameterTuningJobConfig"))
726
1290
  CreateHyperParameterTuningJobRequest.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, location_name: "TrainingJobDefinition"))
1291
+ CreateHyperParameterTuningJobRequest.add_member(:training_job_definitions, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinitions, location_name: "TrainingJobDefinitions"))
727
1292
  CreateHyperParameterTuningJobRequest.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
728
1293
  CreateHyperParameterTuningJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
729
1294
  CreateHyperParameterTuningJobRequest.struct_class = Types::CreateHyperParameterTuningJobRequest
@@ -769,6 +1334,14 @@ module Aws::SageMaker
769
1334
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
770
1335
  CreateModelPackageOutput.struct_class = Types::CreateModelPackageOutput
771
1336
 
1337
+ CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
1338
+ CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
1339
+ CreateMonitoringScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1340
+ CreateMonitoringScheduleRequest.struct_class = Types::CreateMonitoringScheduleRequest
1341
+
1342
+ CreateMonitoringScheduleResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
1343
+ CreateMonitoringScheduleResponse.struct_class = Types::CreateMonitoringScheduleResponse
1344
+
772
1345
  CreateNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
773
1346
  CreateNotebookInstanceInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "InstanceType"))
774
1347
  CreateNotebookInstanceInput.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
@@ -796,6 +1369,14 @@ module Aws::SageMaker
796
1369
  CreateNotebookInstanceOutput.add_member(:notebook_instance_arn, Shapes::ShapeRef.new(shape: NotebookInstanceArn, location_name: "NotebookInstanceArn"))
797
1370
  CreateNotebookInstanceOutput.struct_class = Types::CreateNotebookInstanceOutput
798
1371
 
1372
+ CreatePresignedDomainUrlRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1373
+ CreatePresignedDomainUrlRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1374
+ CreatePresignedDomainUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
1375
+ CreatePresignedDomainUrlRequest.struct_class = Types::CreatePresignedDomainUrlRequest
1376
+
1377
+ CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
1378
+ CreatePresignedDomainUrlResponse.struct_class = Types::CreatePresignedDomainUrlResponse
1379
+
799
1380
  CreatePresignedNotebookInstanceUrlInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
800
1381
  CreatePresignedNotebookInstanceUrlInput.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
801
1382
  CreatePresignedNotebookInstanceUrlInput.struct_class = Types::CreatePresignedNotebookInstanceUrlInput
@@ -803,6 +1384,22 @@ module Aws::SageMaker
803
1384
  CreatePresignedNotebookInstanceUrlOutput.add_member(:authorized_url, Shapes::ShapeRef.new(shape: NotebookInstanceUrl, location_name: "AuthorizedUrl"))
804
1385
  CreatePresignedNotebookInstanceUrlOutput.struct_class = Types::CreatePresignedNotebookInstanceUrlOutput
805
1386
 
1387
+ CreateProcessingJobRequest.add_member(:processing_inputs, Shapes::ShapeRef.new(shape: ProcessingInputs, location_name: "ProcessingInputs"))
1388
+ CreateProcessingJobRequest.add_member(:processing_output_config, Shapes::ShapeRef.new(shape: ProcessingOutputConfig, location_name: "ProcessingOutputConfig"))
1389
+ CreateProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
1390
+ CreateProcessingJobRequest.add_member(:processing_resources, Shapes::ShapeRef.new(shape: ProcessingResources, required: true, location_name: "ProcessingResources"))
1391
+ CreateProcessingJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: ProcessingStoppingCondition, location_name: "StoppingCondition"))
1392
+ CreateProcessingJobRequest.add_member(:app_specification, Shapes::ShapeRef.new(shape: AppSpecification, required: true, location_name: "AppSpecification"))
1393
+ CreateProcessingJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: ProcessingEnvironmentMap, location_name: "Environment"))
1394
+ CreateProcessingJobRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "NetworkConfig"))
1395
+ CreateProcessingJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1396
+ CreateProcessingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1397
+ CreateProcessingJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
1398
+ CreateProcessingJobRequest.struct_class = Types::CreateProcessingJobRequest
1399
+
1400
+ CreateProcessingJobResponse.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, required: true, location_name: "ProcessingJobArn"))
1401
+ CreateProcessingJobResponse.struct_class = Types::CreateProcessingJobResponse
1402
+
806
1403
  CreateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
807
1404
  CreateTrainingJobRequest.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
808
1405
  CreateTrainingJobRequest.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
@@ -817,6 +1414,10 @@ module Aws::SageMaker
817
1414
  CreateTrainingJobRequest.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
818
1415
  CreateTrainingJobRequest.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
819
1416
  CreateTrainingJobRequest.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
1417
+ CreateTrainingJobRequest.add_member(:debug_hook_config, Shapes::ShapeRef.new(shape: DebugHookConfig, location_name: "DebugHookConfig"))
1418
+ CreateTrainingJobRequest.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
1419
+ CreateTrainingJobRequest.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
1420
+ CreateTrainingJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
820
1421
  CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
821
1422
 
822
1423
  CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
@@ -833,11 +1434,46 @@ module Aws::SageMaker
833
1434
  CreateTransformJobRequest.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, required: true, location_name: "TransformResources"))
834
1435
  CreateTransformJobRequest.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
835
1436
  CreateTransformJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1437
+ CreateTransformJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
836
1438
  CreateTransformJobRequest.struct_class = Types::CreateTransformJobRequest
837
1439
 
838
1440
  CreateTransformJobResponse.add_member(:transform_job_arn, Shapes::ShapeRef.new(shape: TransformJobArn, required: true, location_name: "TransformJobArn"))
839
1441
  CreateTransformJobResponse.struct_class = Types::CreateTransformJobResponse
840
1442
 
1443
+ CreateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
1444
+ CreateTrialComponentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
1445
+ CreateTrialComponentRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
1446
+ CreateTrialComponentRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
1447
+ CreateTrialComponentRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
1448
+ CreateTrialComponentRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
1449
+ CreateTrialComponentRequest.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
1450
+ CreateTrialComponentRequest.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
1451
+ CreateTrialComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1452
+ CreateTrialComponentRequest.struct_class = Types::CreateTrialComponentRequest
1453
+
1454
+ CreateTrialComponentResponse.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
1455
+ CreateTrialComponentResponse.struct_class = Types::CreateTrialComponentResponse
1456
+
1457
+ CreateTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
1458
+ CreateTrialRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
1459
+ CreateTrialRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
1460
+ CreateTrialRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1461
+ CreateTrialRequest.struct_class = Types::CreateTrialRequest
1462
+
1463
+ CreateTrialResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
1464
+ CreateTrialResponse.struct_class = Types::CreateTrialResponse
1465
+
1466
+ CreateUserProfileRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1467
+ CreateUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1468
+ CreateUserProfileRequest.add_member(:single_sign_on_user_identifier, Shapes::ShapeRef.new(shape: SingleSignOnUserIdentifier, location_name: "SingleSignOnUserIdentifier"))
1469
+ CreateUserProfileRequest.add_member(:single_sign_on_user_value, Shapes::ShapeRef.new(shape: String256, location_name: "SingleSignOnUserValue"))
1470
+ CreateUserProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1471
+ CreateUserProfileRequest.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "UserSettings"))
1472
+ CreateUserProfileRequest.struct_class = Types::CreateUserProfileRequest
1473
+
1474
+ CreateUserProfileResponse.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: UserProfileArn, location_name: "UserProfileArn"))
1475
+ CreateUserProfileResponse.struct_class = Types::CreateUserProfileResponse
1476
+
841
1477
  CreateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
842
1478
  CreateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
843
1479
  CreateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
@@ -848,6 +1484,23 @@ module Aws::SageMaker
848
1484
  CreateWorkteamResponse.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, location_name: "WorkteamArn"))
849
1485
  CreateWorkteamResponse.struct_class = Types::CreateWorkteamResponse
850
1486
 
1487
+ CsvContentTypes.member = Shapes::ShapeRef.new(shape: CsvContentType)
1488
+
1489
+ DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture"))
1490
+ DataCaptureConfig.add_member(:initial_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "InitialSamplingPercentage"))
1491
+ DataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
1492
+ DataCaptureConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
1493
+ DataCaptureConfig.add_member(:capture_options, Shapes::ShapeRef.new(shape: CaptureOptionList, required: true, location_name: "CaptureOptions"))
1494
+ DataCaptureConfig.add_member(:capture_content_type_header, Shapes::ShapeRef.new(shape: CaptureContentTypeHeader, location_name: "CaptureContentTypeHeader"))
1495
+ DataCaptureConfig.struct_class = Types::DataCaptureConfig
1496
+
1497
+ DataCaptureConfigSummary.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, required: true, location_name: "EnableCapture"))
1498
+ DataCaptureConfigSummary.add_member(:capture_status, Shapes::ShapeRef.new(shape: CaptureStatus, required: true, location_name: "CaptureStatus"))
1499
+ DataCaptureConfigSummary.add_member(:current_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "CurrentSamplingPercentage"))
1500
+ DataCaptureConfigSummary.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
1501
+ DataCaptureConfigSummary.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, required: true, location_name: "KmsKeyId"))
1502
+ DataCaptureConfigSummary.struct_class = Types::DataCaptureConfigSummary
1503
+
851
1504
  DataProcessing.add_member(:input_filter, Shapes::ShapeRef.new(shape: JsonPath, location_name: "InputFilter"))
852
1505
  DataProcessing.add_member(:output_filter, Shapes::ShapeRef.new(shape: JsonPath, location_name: "OutputFilter"))
853
1506
  DataProcessing.add_member(:join_source, Shapes::ShapeRef.new(shape: JoinSource, location_name: "JoinSource"))
@@ -857,24 +1510,74 @@ module Aws::SageMaker
857
1510
  DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
858
1511
  DataSource.struct_class = Types::DataSource
859
1512
 
1513
+ DebugHookConfig.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
1514
+ DebugHookConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
1515
+ DebugHookConfig.add_member(:hook_parameters, Shapes::ShapeRef.new(shape: HookParameters, location_name: "HookParameters"))
1516
+ DebugHookConfig.add_member(:collection_configurations, Shapes::ShapeRef.new(shape: CollectionConfigurations, location_name: "CollectionConfigurations"))
1517
+ DebugHookConfig.struct_class = Types::DebugHookConfig
1518
+
1519
+ DebugRuleConfiguration.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, required: true, location_name: "RuleConfigurationName"))
1520
+ DebugRuleConfiguration.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
1521
+ DebugRuleConfiguration.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
1522
+ DebugRuleConfiguration.add_member(:rule_evaluator_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "RuleEvaluatorImage"))
1523
+ DebugRuleConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, location_name: "InstanceType"))
1524
+ DebugRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
1525
+ DebugRuleConfiguration.add_member(:rule_parameters, Shapes::ShapeRef.new(shape: RuleParameters, location_name: "RuleParameters"))
1526
+ DebugRuleConfiguration.struct_class = Types::DebugRuleConfiguration
1527
+
1528
+ DebugRuleConfigurations.member = Shapes::ShapeRef.new(shape: DebugRuleConfiguration)
1529
+
1530
+ DebugRuleEvaluationStatus.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, location_name: "RuleConfigurationName"))
1531
+ DebugRuleEvaluationStatus.add_member(:rule_evaluation_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "RuleEvaluationJobArn"))
1532
+ DebugRuleEvaluationStatus.add_member(:rule_evaluation_status, Shapes::ShapeRef.new(shape: RuleEvaluationStatus, location_name: "RuleEvaluationStatus"))
1533
+ DebugRuleEvaluationStatus.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
1534
+ DebugRuleEvaluationStatus.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1535
+ DebugRuleEvaluationStatus.struct_class = Types::DebugRuleEvaluationStatus
1536
+
1537
+ DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
1538
+
860
1539
  DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
861
1540
  DeleteAlgorithmInput.struct_class = Types::DeleteAlgorithmInput
862
1541
 
1542
+ DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1543
+ DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1544
+ DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
1545
+ DeleteAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
1546
+ DeleteAppRequest.struct_class = Types::DeleteAppRequest
1547
+
863
1548
  DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
864
1549
  DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
865
1550
 
1551
+ DeleteDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1552
+ DeleteDomainRequest.add_member(:retention_policy, Shapes::ShapeRef.new(shape: RetentionPolicy, location_name: "RetentionPolicy"))
1553
+ DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
1554
+
866
1555
  DeleteEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
867
1556
  DeleteEndpointConfigInput.struct_class = Types::DeleteEndpointConfigInput
868
1557
 
869
1558
  DeleteEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
870
1559
  DeleteEndpointInput.struct_class = Types::DeleteEndpointInput
871
1560
 
1561
+ DeleteExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
1562
+ DeleteExperimentRequest.struct_class = Types::DeleteExperimentRequest
1563
+
1564
+ DeleteExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
1565
+ DeleteExperimentResponse.struct_class = Types::DeleteExperimentResponse
1566
+
1567
+ DeleteFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
1568
+ DeleteFlowDefinitionRequest.struct_class = Types::DeleteFlowDefinitionRequest
1569
+
1570
+ DeleteFlowDefinitionResponse.struct_class = Types::DeleteFlowDefinitionResponse
1571
+
872
1572
  DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
873
1573
  DeleteModelInput.struct_class = Types::DeleteModelInput
874
1574
 
875
1575
  DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
876
1576
  DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
877
1577
 
1578
+ DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
1579
+ DeleteMonitoringScheduleRequest.struct_class = Types::DeleteMonitoringScheduleRequest
1580
+
878
1581
  DeleteNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
879
1582
  DeleteNotebookInstanceInput.struct_class = Types::DeleteNotebookInstanceInput
880
1583
 
@@ -887,6 +1590,22 @@ module Aws::SageMaker
887
1590
 
888
1591
  DeleteTagsOutput.struct_class = Types::DeleteTagsOutput
889
1592
 
1593
+ DeleteTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
1594
+ DeleteTrialComponentRequest.struct_class = Types::DeleteTrialComponentRequest
1595
+
1596
+ DeleteTrialComponentResponse.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
1597
+ DeleteTrialComponentResponse.struct_class = Types::DeleteTrialComponentResponse
1598
+
1599
+ DeleteTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
1600
+ DeleteTrialRequest.struct_class = Types::DeleteTrialRequest
1601
+
1602
+ DeleteTrialResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
1603
+ DeleteTrialResponse.struct_class = Types::DeleteTrialResponse
1604
+
1605
+ DeleteUserProfileRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1606
+ DeleteUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1607
+ DeleteUserProfileRequest.struct_class = Types::DeleteUserProfileRequest
1608
+
890
1609
  DeleteWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
891
1610
  DeleteWorkteamRequest.struct_class = Types::DeleteWorkteamRequest
892
1611
 
@@ -916,6 +1635,48 @@ module Aws::SageMaker
916
1635
  DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
917
1636
  DescribeAlgorithmOutput.struct_class = Types::DescribeAlgorithmOutput
918
1637
 
1638
+ DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1639
+ DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1640
+ DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
1641
+ DescribeAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
1642
+ DescribeAppRequest.struct_class = Types::DescribeAppRequest
1643
+
1644
+ DescribeAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
1645
+ DescribeAppResponse.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
1646
+ DescribeAppResponse.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
1647
+ DescribeAppResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
1648
+ DescribeAppResponse.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
1649
+ DescribeAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
1650
+ DescribeAppResponse.add_member(:last_health_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastHealthCheckTimestamp"))
1651
+ DescribeAppResponse.add_member(:last_user_activity_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUserActivityTimestamp"))
1652
+ DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1653
+ DescribeAppResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1654
+ DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
1655
+ DescribeAppResponse.struct_class = Types::DescribeAppResponse
1656
+
1657
+ DescribeAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
1658
+ DescribeAutoMLJobRequest.struct_class = Types::DescribeAutoMLJobRequest
1659
+
1660
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
1661
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, required: true, location_name: "AutoMLJobArn"))
1662
+ DescribeAutoMLJobResponse.add_member(:input_data_config, Shapes::ShapeRef.new(shape: AutoMLInputDataConfig, required: true, location_name: "InputDataConfig"))
1663
+ DescribeAutoMLJobResponse.add_member(:output_data_config, Shapes::ShapeRef.new(shape: AutoMLOutputDataConfig, required: true, location_name: "OutputDataConfig"))
1664
+ DescribeAutoMLJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1665
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
1666
+ DescribeAutoMLJobResponse.add_member(:problem_type, Shapes::ShapeRef.new(shape: ProblemType, location_name: "ProblemType"))
1667
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_config, Shapes::ShapeRef.new(shape: AutoMLJobConfig, location_name: "AutoMLJobConfig"))
1668
+ DescribeAutoMLJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1669
+ DescribeAutoMLJobResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
1670
+ DescribeAutoMLJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1671
+ DescribeAutoMLJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AutoMLFailureReason, location_name: "FailureReason"))
1672
+ DescribeAutoMLJobResponse.add_member(:best_candidate, Shapes::ShapeRef.new(shape: AutoMLCandidate, location_name: "BestCandidate"))
1673
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_status, Shapes::ShapeRef.new(shape: AutoMLJobStatus, required: true, location_name: "AutoMLJobStatus"))
1674
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_secondary_status, Shapes::ShapeRef.new(shape: AutoMLJobSecondaryStatus, required: true, location_name: "AutoMLJobSecondaryStatus"))
1675
+ DescribeAutoMLJobResponse.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly"))
1676
+ DescribeAutoMLJobResponse.add_member(:auto_ml_job_artifacts, Shapes::ShapeRef.new(shape: AutoMLJobArtifacts, location_name: "AutoMLJobArtifacts"))
1677
+ DescribeAutoMLJobResponse.add_member(:resolved_attributes, Shapes::ShapeRef.new(shape: ResolvedAttributes, location_name: "ResolvedAttributes"))
1678
+ DescribeAutoMLJobResponse.struct_class = Types::DescribeAutoMLJobResponse
1679
+
919
1680
  DescribeCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
920
1681
  DescribeCodeRepositoryInput.struct_class = Types::DescribeCodeRepositoryInput
921
1682
 
@@ -944,12 +1705,33 @@ module Aws::SageMaker
944
1705
  DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
945
1706
  DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
946
1707
 
1708
+ DescribeDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1709
+ DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
1710
+
1711
+ DescribeDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
1712
+ DescribeDomainResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
1713
+ DescribeDomainResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
1714
+ DescribeDomainResponse.add_member(:home_efs_file_system_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "HomeEfsFileSystemId"))
1715
+ DescribeDomainResponse.add_member(:single_sign_on_managed_application_instance_id, Shapes::ShapeRef.new(shape: String256, location_name: "SingleSignOnManagedApplicationInstanceId"))
1716
+ DescribeDomainResponse.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "Status"))
1717
+ DescribeDomainResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1718
+ DescribeDomainResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
1719
+ DescribeDomainResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1720
+ DescribeDomainResponse.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
1721
+ DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
1722
+ DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
1723
+ DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
1724
+ DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
1725
+ DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
1726
+ DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
1727
+
947
1728
  DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
948
1729
  DescribeEndpointConfigInput.struct_class = Types::DescribeEndpointConfigInput
949
1730
 
950
1731
  DescribeEndpointConfigOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
951
1732
  DescribeEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
952
1733
  DescribeEndpointConfigOutput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
1734
+ DescribeEndpointConfigOutput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
953
1735
  DescribeEndpointConfigOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
954
1736
  DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
955
1737
  DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
@@ -961,12 +1743,50 @@ module Aws::SageMaker
961
1743
  DescribeEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
962
1744
  DescribeEndpointOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
963
1745
  DescribeEndpointOutput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ProductionVariants"))
1746
+ DescribeEndpointOutput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfigSummary, location_name: "DataCaptureConfig"))
964
1747
  DescribeEndpointOutput.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
965
1748
  DescribeEndpointOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
966
1749
  DescribeEndpointOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
967
1750
  DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
968
1751
  DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
969
1752
 
1753
+ DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
1754
+ DescribeExperimentRequest.struct_class = Types::DescribeExperimentRequest
1755
+
1756
+ DescribeExperimentResponse.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
1757
+ DescribeExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
1758
+ DescribeExperimentResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
1759
+ DescribeExperimentResponse.add_member(:source, Shapes::ShapeRef.new(shape: ExperimentSource, location_name: "Source"))
1760
+ DescribeExperimentResponse.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
1761
+ DescribeExperimentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1762
+ DescribeExperimentResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
1763
+ DescribeExperimentResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1764
+ DescribeExperimentResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
1765
+ DescribeExperimentResponse.struct_class = Types::DescribeExperimentResponse
1766
+
1767
+ DescribeFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
1768
+ DescribeFlowDefinitionRequest.struct_class = Types::DescribeFlowDefinitionRequest
1769
+
1770
+ DescribeFlowDefinitionResponse.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location_name: "FlowDefinitionArn"))
1771
+ DescribeFlowDefinitionResponse.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
1772
+ DescribeFlowDefinitionResponse.add_member(:flow_definition_status, Shapes::ShapeRef.new(shape: FlowDefinitionStatus, required: true, location_name: "FlowDefinitionStatus"))
1773
+ DescribeFlowDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1774
+ DescribeFlowDefinitionResponse.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
1775
+ DescribeFlowDefinitionResponse.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, required: true, location_name: "HumanLoopConfig"))
1776
+ DescribeFlowDefinitionResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: FlowDefinitionOutputConfig, required: true, location_name: "OutputConfig"))
1777
+ DescribeFlowDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1778
+ DescribeFlowDefinitionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1779
+ DescribeFlowDefinitionResponse.struct_class = Types::DescribeFlowDefinitionResponse
1780
+
1781
+ DescribeHumanTaskUiRequest.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
1782
+ DescribeHumanTaskUiRequest.struct_class = Types::DescribeHumanTaskUiRequest
1783
+
1784
+ DescribeHumanTaskUiResponse.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
1785
+ DescribeHumanTaskUiResponse.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
1786
+ DescribeHumanTaskUiResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1787
+ DescribeHumanTaskUiResponse.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplateInfo, required: true, location_name: "UiTemplate"))
1788
+ DescribeHumanTaskUiResponse.struct_class = Types::DescribeHumanTaskUiResponse
1789
+
970
1790
  DescribeHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
971
1791
  DescribeHyperParameterTuningJobRequest.struct_class = Types::DescribeHyperParameterTuningJobRequest
972
1792
 
@@ -974,6 +1794,7 @@ module Aws::SageMaker
974
1794
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, required: true, location_name: "HyperParameterTuningJobArn"))
975
1795
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, required: true, location_name: "HyperParameterTuningJobConfig"))
976
1796
  DescribeHyperParameterTuningJobResponse.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, location_name: "TrainingJobDefinition"))
1797
+ DescribeHyperParameterTuningJobResponse.add_member(:training_job_definitions, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinitions, location_name: "TrainingJobDefinitions"))
977
1798
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_status, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStatus, required: true, location_name: "HyperParameterTuningJobStatus"))
978
1799
  DescribeHyperParameterTuningJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
979
1800
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "HyperParameterTuningEndTime"))
@@ -1037,6 +1858,20 @@ module Aws::SageMaker
1037
1858
  DescribeModelPackageOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
1038
1859
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
1039
1860
 
1861
+ DescribeMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
1862
+ DescribeMonitoringScheduleRequest.struct_class = Types::DescribeMonitoringScheduleRequest
1863
+
1864
+ DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
1865
+ DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
1866
+ DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
1867
+ DescribeMonitoringScheduleResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1868
+ DescribeMonitoringScheduleResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1869
+ DescribeMonitoringScheduleResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1870
+ DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
1871
+ DescribeMonitoringScheduleResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
1872
+ DescribeMonitoringScheduleResponse.add_member(:last_monitoring_execution_summary, Shapes::ShapeRef.new(shape: MonitoringExecutionSummary, location_name: "LastMonitoringExecutionSummary"))
1873
+ DescribeMonitoringScheduleResponse.struct_class = Types::DescribeMonitoringScheduleResponse
1874
+
1040
1875
  DescribeNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
1041
1876
  DescribeNotebookInstanceInput.struct_class = Types::DescribeNotebookInstanceInput
1042
1877
 
@@ -1073,6 +1908,32 @@ module Aws::SageMaker
1073
1908
  DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
1074
1909
  DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
1075
1910
 
1911
+ DescribeProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
1912
+ DescribeProcessingJobRequest.struct_class = Types::DescribeProcessingJobRequest
1913
+
1914
+ DescribeProcessingJobResponse.add_member(:processing_inputs, Shapes::ShapeRef.new(shape: ProcessingInputs, location_name: "ProcessingInputs"))
1915
+ DescribeProcessingJobResponse.add_member(:processing_output_config, Shapes::ShapeRef.new(shape: ProcessingOutputConfig, location_name: "ProcessingOutputConfig"))
1916
+ DescribeProcessingJobResponse.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
1917
+ DescribeProcessingJobResponse.add_member(:processing_resources, Shapes::ShapeRef.new(shape: ProcessingResources, required: true, location_name: "ProcessingResources"))
1918
+ DescribeProcessingJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: ProcessingStoppingCondition, location_name: "StoppingCondition"))
1919
+ DescribeProcessingJobResponse.add_member(:app_specification, Shapes::ShapeRef.new(shape: AppSpecification, required: true, location_name: "AppSpecification"))
1920
+ DescribeProcessingJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: ProcessingEnvironmentMap, location_name: "Environment"))
1921
+ DescribeProcessingJobResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "NetworkConfig"))
1922
+ DescribeProcessingJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1923
+ DescribeProcessingJobResponse.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
1924
+ DescribeProcessingJobResponse.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, required: true, location_name: "ProcessingJobArn"))
1925
+ DescribeProcessingJobResponse.add_member(:processing_job_status, Shapes::ShapeRef.new(shape: ProcessingJobStatus, required: true, location_name: "ProcessingJobStatus"))
1926
+ DescribeProcessingJobResponse.add_member(:exit_message, Shapes::ShapeRef.new(shape: ExitMessage, location_name: "ExitMessage"))
1927
+ DescribeProcessingJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1928
+ DescribeProcessingJobResponse.add_member(:processing_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ProcessingEndTime"))
1929
+ DescribeProcessingJobResponse.add_member(:processing_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ProcessingStartTime"))
1930
+ DescribeProcessingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1931
+ DescribeProcessingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1932
+ DescribeProcessingJobResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
1933
+ DescribeProcessingJobResponse.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
1934
+ DescribeProcessingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "TrainingJobArn"))
1935
+ DescribeProcessingJobResponse.struct_class = Types::DescribeProcessingJobResponse
1936
+
1076
1937
  DescribeSubscribedWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1077
1938
  DescribeSubscribedWorkteamRequest.struct_class = Types::DescribeSubscribedWorkteamRequest
1078
1939
 
@@ -1086,6 +1947,7 @@ module Aws::SageMaker
1086
1947
  DescribeTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
1087
1948
  DescribeTrainingJobResponse.add_member(:tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "TuningJobArn"))
1088
1949
  DescribeTrainingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
1950
+ DescribeTrainingJobResponse.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
1089
1951
  DescribeTrainingJobResponse.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, required: true, location_name: "ModelArtifacts"))
1090
1952
  DescribeTrainingJobResponse.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
1091
1953
  DescribeTrainingJobResponse.add_member(:secondary_status, Shapes::ShapeRef.new(shape: SecondaryStatus, required: true, location_name: "SecondaryStatus"))
@@ -1110,6 +1972,11 @@ module Aws::SageMaker
1110
1972
  DescribeTrainingJobResponse.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
1111
1973
  DescribeTrainingJobResponse.add_member(:training_time_in_seconds, Shapes::ShapeRef.new(shape: TrainingTimeInSeconds, location_name: "TrainingTimeInSeconds"))
1112
1974
  DescribeTrainingJobResponse.add_member(:billable_time_in_seconds, Shapes::ShapeRef.new(shape: BillableTimeInSeconds, location_name: "BillableTimeInSeconds"))
1975
+ DescribeTrainingJobResponse.add_member(:debug_hook_config, Shapes::ShapeRef.new(shape: DebugHookConfig, location_name: "DebugHookConfig"))
1976
+ DescribeTrainingJobResponse.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
1977
+ DescribeTrainingJobResponse.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
1978
+ DescribeTrainingJobResponse.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
1979
+ DescribeTrainingJobResponse.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
1113
1980
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
1114
1981
 
1115
1982
  DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
@@ -1131,9 +1998,62 @@ module Aws::SageMaker
1131
1998
  DescribeTransformJobResponse.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
1132
1999
  DescribeTransformJobResponse.add_member(:transform_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformEndTime"))
1133
2000
  DescribeTransformJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
2001
+ DescribeTransformJobResponse.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
1134
2002
  DescribeTransformJobResponse.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
2003
+ DescribeTransformJobResponse.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
1135
2004
  DescribeTransformJobResponse.struct_class = Types::DescribeTransformJobResponse
1136
2005
 
2006
+ DescribeTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
2007
+ DescribeTrialComponentRequest.struct_class = Types::DescribeTrialComponentRequest
2008
+
2009
+ DescribeTrialComponentResponse.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialComponentName"))
2010
+ DescribeTrialComponentResponse.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
2011
+ DescribeTrialComponentResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
2012
+ DescribeTrialComponentResponse.add_member(:source, Shapes::ShapeRef.new(shape: TrialComponentSource, location_name: "Source"))
2013
+ DescribeTrialComponentResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
2014
+ DescribeTrialComponentResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
2015
+ DescribeTrialComponentResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
2016
+ DescribeTrialComponentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2017
+ DescribeTrialComponentResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
2018
+ DescribeTrialComponentResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2019
+ DescribeTrialComponentResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
2020
+ DescribeTrialComponentResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
2021
+ DescribeTrialComponentResponse.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
2022
+ DescribeTrialComponentResponse.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
2023
+ DescribeTrialComponentResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
2024
+ DescribeTrialComponentResponse.struct_class = Types::DescribeTrialComponentResponse
2025
+
2026
+ DescribeTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
2027
+ DescribeTrialRequest.struct_class = Types::DescribeTrialRequest
2028
+
2029
+ DescribeTrialResponse.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialName"))
2030
+ DescribeTrialResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
2031
+ DescribeTrialResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
2032
+ DescribeTrialResponse.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
2033
+ DescribeTrialResponse.add_member(:source, Shapes::ShapeRef.new(shape: TrialSource, location_name: "Source"))
2034
+ DescribeTrialResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2035
+ DescribeTrialResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
2036
+ DescribeTrialResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2037
+ DescribeTrialResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
2038
+ DescribeTrialResponse.struct_class = Types::DescribeTrialResponse
2039
+
2040
+ DescribeUserProfileRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
2041
+ DescribeUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
2042
+ DescribeUserProfileRequest.struct_class = Types::DescribeUserProfileRequest
2043
+
2044
+ DescribeUserProfileResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
2045
+ DescribeUserProfileResponse.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: UserProfileArn, location_name: "UserProfileArn"))
2046
+ DescribeUserProfileResponse.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
2047
+ DescribeUserProfileResponse.add_member(:home_efs_file_system_uid, Shapes::ShapeRef.new(shape: EfsUid, location_name: "HomeEfsFileSystemUid"))
2048
+ DescribeUserProfileResponse.add_member(:status, Shapes::ShapeRef.new(shape: UserProfileStatus, location_name: "Status"))
2049
+ DescribeUserProfileResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
2050
+ DescribeUserProfileResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2051
+ DescribeUserProfileResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2052
+ DescribeUserProfileResponse.add_member(:single_sign_on_user_identifier, Shapes::ShapeRef.new(shape: SingleSignOnUserIdentifier, location_name: "SingleSignOnUserIdentifier"))
2053
+ DescribeUserProfileResponse.add_member(:single_sign_on_user_value, Shapes::ShapeRef.new(shape: String256, location_name: "SingleSignOnUserValue"))
2054
+ DescribeUserProfileResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "UserSettings"))
2055
+ DescribeUserProfileResponse.struct_class = Types::DescribeUserProfileResponse
2056
+
1137
2057
  DescribeWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
1138
2058
  DescribeWorkteamRequest.struct_class = Types::DescribeWorkteamRequest
1139
2059
 
@@ -1147,6 +2067,25 @@ module Aws::SageMaker
1147
2067
 
1148
2068
  DesiredWeightAndCapacityList.member = Shapes::ShapeRef.new(shape: DesiredWeightAndCapacity)
1149
2069
 
2070
+ DisassociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
2071
+ DisassociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
2072
+ DisassociateTrialComponentRequest.struct_class = Types::DisassociateTrialComponentRequest
2073
+
2074
+ DisassociateTrialComponentResponse.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
2075
+ DisassociateTrialComponentResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
2076
+ DisassociateTrialComponentResponse.struct_class = Types::DisassociateTrialComponentResponse
2077
+
2078
+ DomainDetails.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
2079
+ DomainDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
2080
+ DomainDetails.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
2081
+ DomainDetails.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "Status"))
2082
+ DomainDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2083
+ DomainDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
2084
+ DomainDetails.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
2085
+ DomainDetails.struct_class = Types::DomainDetails
2086
+
2087
+ DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
2088
+
1150
2089
  EndpointConfigSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
1151
2090
  EndpointConfigSummary.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
1152
2091
  EndpointConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
@@ -1154,6 +2093,12 @@ module Aws::SageMaker
1154
2093
 
1155
2094
  EndpointConfigSummaryList.member = Shapes::ShapeRef.new(shape: EndpointConfigSummary)
1156
2095
 
2096
+ EndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
2097
+ EndpointInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
2098
+ EndpointInput.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
2099
+ EndpointInput.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
2100
+ EndpointInput.struct_class = Types::EndpointInput
2101
+
1157
2102
  EndpointSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
1158
2103
  EndpointSummary.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
1159
2104
  EndpointSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
@@ -1166,6 +2111,37 @@ module Aws::SageMaker
1166
2111
  EnvironmentMap.key = Shapes::ShapeRef.new(shape: EnvironmentKey)
1167
2112
  EnvironmentMap.value = Shapes::ShapeRef.new(shape: EnvironmentValue)
1168
2113
 
2114
+ Experiment.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
2115
+ Experiment.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
2116
+ Experiment.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
2117
+ Experiment.add_member(:source, Shapes::ShapeRef.new(shape: ExperimentSource, location_name: "Source"))
2118
+ Experiment.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
2119
+ Experiment.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2120
+ Experiment.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
2121
+ Experiment.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2122
+ Experiment.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
2123
+ Experiment.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2124
+ Experiment.struct_class = Types::Experiment
2125
+
2126
+ ExperimentConfig.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentConfigName, location_name: "ExperimentName"))
2127
+ ExperimentConfig.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentConfigName, location_name: "TrialName"))
2128
+ ExperimentConfig.add_member(:trial_component_display_name, Shapes::ShapeRef.new(shape: ExperimentConfigName, location_name: "TrialComponentDisplayName"))
2129
+ ExperimentConfig.struct_class = Types::ExperimentConfig
2130
+
2131
+ ExperimentSource.add_member(:source_arn, Shapes::ShapeRef.new(shape: ExperimentSourceArn, required: true, location_name: "SourceArn"))
2132
+ ExperimentSource.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
2133
+ ExperimentSource.struct_class = Types::ExperimentSource
2134
+
2135
+ ExperimentSummaries.member = Shapes::ShapeRef.new(shape: ExperimentSummary)
2136
+
2137
+ ExperimentSummary.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
2138
+ ExperimentSummary.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
2139
+ ExperimentSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
2140
+ ExperimentSummary.add_member(:experiment_source, Shapes::ShapeRef.new(shape: ExperimentSource, location_name: "ExperimentSource"))
2141
+ ExperimentSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2142
+ ExperimentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2143
+ ExperimentSummary.struct_class = Types::ExperimentSummary
2144
+
1169
2145
  FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
1170
2146
  FileSystemDataSource.add_member(:file_system_access_mode, Shapes::ShapeRef.new(shape: FileSystemAccessMode, required: true, location_name: "FileSystemAccessMode"))
1171
2147
  FileSystemDataSource.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
@@ -1179,6 +2155,11 @@ module Aws::SageMaker
1179
2155
 
1180
2156
  FilterList.member = Shapes::ShapeRef.new(shape: Filter)
1181
2157
 
2158
+ FinalAutoMLJobObjectiveMetric.add_member(:type, Shapes::ShapeRef.new(shape: AutoMLJobObjectiveType, location_name: "Type"))
2159
+ FinalAutoMLJobObjectiveMetric.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))
2160
+ FinalAutoMLJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value"))
2161
+ FinalAutoMLJobObjectiveMetric.struct_class = Types::FinalAutoMLJobObjectiveMetric
2162
+
1182
2163
  FinalHyperParameterTuningJobObjectiveMetric.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, location_name: "Type"))
1183
2164
  FinalHyperParameterTuningJobObjectiveMetric.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
1184
2165
  FinalHyperParameterTuningJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value"))
@@ -1186,6 +2167,21 @@ module Aws::SageMaker
1186
2167
 
1187
2168
  FinalMetricDataList.member = Shapes::ShapeRef.new(shape: MetricData)
1188
2169
 
2170
+ FlowDefinitionOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
2171
+ FlowDefinitionOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2172
+ FlowDefinitionOutputConfig.struct_class = Types::FlowDefinitionOutputConfig
2173
+
2174
+ FlowDefinitionSummaries.member = Shapes::ShapeRef.new(shape: FlowDefinitionSummary)
2175
+
2176
+ FlowDefinitionSummary.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
2177
+ FlowDefinitionSummary.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location_name: "FlowDefinitionArn"))
2178
+ FlowDefinitionSummary.add_member(:flow_definition_status, Shapes::ShapeRef.new(shape: FlowDefinitionStatus, required: true, location_name: "FlowDefinitionStatus"))
2179
+ FlowDefinitionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2180
+ FlowDefinitionSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2181
+ FlowDefinitionSummary.struct_class = Types::FlowDefinitionSummary
2182
+
2183
+ FlowDefinitionTaskKeywords.member = Shapes::ShapeRef.new(shape: FlowDefinitionTaskKeyword)
2184
+
1189
2185
  GetSearchSuggestionsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
1190
2186
  GetSearchSuggestionsRequest.add_member(:suggestion_query, Shapes::ShapeRef.new(shape: SuggestionQuery, location_name: "SuggestionQuery"))
1191
2187
  GetSearchSuggestionsRequest.struct_class = Types::GetSearchSuggestionsRequest
@@ -1201,6 +2197,30 @@ module Aws::SageMaker
1201
2197
  GitConfigForUpdate.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
1202
2198
  GitConfigForUpdate.struct_class = Types::GitConfigForUpdate
1203
2199
 
2200
+ HookParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
2201
+ HookParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
2202
+
2203
+ HumanLoopActivationConditionsConfig.add_member(:human_loop_activation_conditions, Shapes::ShapeRef.new(shape: HumanLoopActivationConditions, required: true, location_name: "HumanLoopActivationConditions", metadata: {"jsonvalue"=>true}))
2204
+ HumanLoopActivationConditionsConfig.struct_class = Types::HumanLoopActivationConditionsConfig
2205
+
2206
+ HumanLoopActivationConfig.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, required: true, location_name: "HumanLoopRequestSource"))
2207
+ HumanLoopActivationConfig.add_member(:human_loop_activation_conditions_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConditionsConfig, required: true, location_name: "HumanLoopActivationConditionsConfig"))
2208
+ HumanLoopActivationConfig.struct_class = Types::HumanLoopActivationConfig
2209
+
2210
+ HumanLoopConfig.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
2211
+ HumanLoopConfig.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
2212
+ HumanLoopConfig.add_member(:task_title, Shapes::ShapeRef.new(shape: FlowDefinitionTaskTitle, required: true, location_name: "TaskTitle"))
2213
+ HumanLoopConfig.add_member(:task_description, Shapes::ShapeRef.new(shape: FlowDefinitionTaskDescription, required: true, location_name: "TaskDescription"))
2214
+ HumanLoopConfig.add_member(:task_count, Shapes::ShapeRef.new(shape: FlowDefinitionTaskCount, required: true, location_name: "TaskCount"))
2215
+ HumanLoopConfig.add_member(:task_availability_lifetime_in_seconds, Shapes::ShapeRef.new(shape: FlowDefinitionTaskAvailabilityLifetimeInSeconds, location_name: "TaskAvailabilityLifetimeInSeconds"))
2216
+ HumanLoopConfig.add_member(:task_time_limit_in_seconds, Shapes::ShapeRef.new(shape: FlowDefinitionTaskTimeLimitInSeconds, location_name: "TaskTimeLimitInSeconds"))
2217
+ HumanLoopConfig.add_member(:task_keywords, Shapes::ShapeRef.new(shape: FlowDefinitionTaskKeywords, location_name: "TaskKeywords"))
2218
+ HumanLoopConfig.add_member(:public_workforce_task_price, Shapes::ShapeRef.new(shape: PublicWorkforceTaskPrice, location_name: "PublicWorkforceTaskPrice"))
2219
+ HumanLoopConfig.struct_class = Types::HumanLoopConfig
2220
+
2221
+ HumanLoopRequestSource.add_member(:aws_managed_human_loop_request_source, Shapes::ShapeRef.new(shape: AwsManagedHumanLoopRequestSource, required: true, location_name: "AwsManagedHumanLoopRequestSource"))
2222
+ HumanLoopRequestSource.struct_class = Types::HumanLoopRequestSource
2223
+
1204
2224
  HumanTaskConfig.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1205
2225
  HumanTaskConfig.add_member(:ui_config, Shapes::ShapeRef.new(shape: UiConfig, required: true, location_name: "UiConfig"))
1206
2226
  HumanTaskConfig.add_member(:pre_human_task_lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "PreHumanTaskLambdaArn"))
@@ -1215,6 +2235,13 @@ module Aws::SageMaker
1215
2235
  HumanTaskConfig.add_member(:public_workforce_task_price, Shapes::ShapeRef.new(shape: PublicWorkforceTaskPrice, location_name: "PublicWorkforceTaskPrice"))
1216
2236
  HumanTaskConfig.struct_class = Types::HumanTaskConfig
1217
2237
 
2238
+ HumanTaskUiSummaries.member = Shapes::ShapeRef.new(shape: HumanTaskUiSummary)
2239
+
2240
+ HumanTaskUiSummary.add_member(:human_task_ui_name, Shapes::ShapeRef.new(shape: HumanTaskUiName, required: true, location_name: "HumanTaskUiName"))
2241
+ HumanTaskUiSummary.add_member(:human_task_ui_arn, Shapes::ShapeRef.new(shape: HumanTaskUiArn, required: true, location_name: "HumanTaskUiArn"))
2242
+ HumanTaskUiSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2243
+ HumanTaskUiSummary.struct_class = Types::HumanTaskUiSummary
2244
+
1218
2245
  HyperParameterAlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
1219
2246
  HyperParameterAlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
1220
2247
  HyperParameterAlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
@@ -1232,6 +2259,9 @@ module Aws::SageMaker
1232
2259
 
1233
2260
  HyperParameterSpecifications.member = Shapes::ShapeRef.new(shape: HyperParameterSpecification)
1234
2261
 
2262
+ HyperParameterTrainingJobDefinition.add_member(:definition_name, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinitionName, location_name: "DefinitionName"))
2263
+ HyperParameterTrainingJobDefinition.add_member(:tuning_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, location_name: "TuningObjective"))
2264
+ HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, location_name: "HyperParameterRanges"))
1235
2265
  HyperParameterTrainingJobDefinition.add_member(:static_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "StaticHyperParameters"))
1236
2266
  HyperParameterTrainingJobDefinition.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: HyperParameterAlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
1237
2267
  HyperParameterTrainingJobDefinition.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
@@ -1246,8 +2276,11 @@ module Aws::SageMaker
1246
2276
  HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
1247
2277
  HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
1248
2278
 
2279
+ HyperParameterTrainingJobDefinitions.member = Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition)
2280
+
1249
2281
  HyperParameterTrainingJobSummaries.member = Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary)
1250
2282
 
2283
+ HyperParameterTrainingJobSummary.add_member(:training_job_definition_name, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinitionName, location_name: "TrainingJobDefinitionName"))
1251
2284
  HyperParameterTrainingJobSummary.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
1252
2285
  HyperParameterTrainingJobSummary.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
1253
2286
  HyperParameterTrainingJobSummary.add_member(:tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, location_name: "TuningJobName"))
@@ -1266,6 +2299,7 @@ module Aws::SageMaker
1266
2299
  HyperParameterTuningJobConfig.add_member(:resource_limits, Shapes::ShapeRef.new(shape: ResourceLimits, required: true, location_name: "ResourceLimits"))
1267
2300
  HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, location_name: "ParameterRanges"))
1268
2301
  HyperParameterTuningJobConfig.add_member(:training_job_early_stopping_type, Shapes::ShapeRef.new(shape: TrainingJobEarlyStoppingType, location_name: "TrainingJobEarlyStoppingType"))
2302
+ HyperParameterTuningJobConfig.add_member(:tuning_job_completion_criteria, Shapes::ShapeRef.new(shape: TuningJobCompletionCriteria, location_name: "TuningJobCompletionCriteria"))
1269
2303
  HyperParameterTuningJobConfig.struct_class = Types::HyperParameterTuningJobConfig
1270
2304
 
1271
2305
  HyperParameterTuningJobObjective.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, required: true, location_name: "Type"))
@@ -1323,6 +2357,14 @@ module Aws::SageMaker
1323
2357
 
1324
2358
  IntegerParameterRanges.member = Shapes::ShapeRef.new(shape: IntegerParameterRange)
1325
2359
 
2360
+ JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
2361
+
2362
+ JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
2363
+ JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
2364
+
2365
+ KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
2366
+ KernelGatewayAppSettings.struct_class = Types::KernelGatewayAppSettings
2367
+
1326
2368
  LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled"))
1327
2369
  LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
1328
2370
  LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled"))
@@ -1407,6 +2449,47 @@ module Aws::SageMaker
1407
2449
  ListAlgorithmsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1408
2450
  ListAlgorithmsOutput.struct_class = Types::ListAlgorithmsOutput
1409
2451
 
2452
+ ListAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2453
+ ListAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2454
+ ListAppsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2455
+ ListAppsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AppSortKey, location_name: "SortBy"))
2456
+ ListAppsRequest.add_member(:domain_id_equals, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainIdEquals"))
2457
+ ListAppsRequest.add_member(:user_profile_name_equals, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileNameEquals"))
2458
+ ListAppsRequest.struct_class = Types::ListAppsRequest
2459
+
2460
+ ListAppsResponse.add_member(:apps, Shapes::ShapeRef.new(shape: AppList, location_name: "Apps"))
2461
+ ListAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2462
+ ListAppsResponse.struct_class = Types::ListAppsResponse
2463
+
2464
+ ListAutoMLJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2465
+ ListAutoMLJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2466
+ ListAutoMLJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
2467
+ ListAutoMLJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
2468
+ ListAutoMLJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: AutoMLNameContains, location_name: "NameContains"))
2469
+ ListAutoMLJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: AutoMLJobStatus, location_name: "StatusEquals"))
2470
+ ListAutoMLJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
2471
+ ListAutoMLJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AutoMLSortBy, location_name: "SortBy"))
2472
+ ListAutoMLJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2473
+ ListAutoMLJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2474
+ ListAutoMLJobsRequest.struct_class = Types::ListAutoMLJobsRequest
2475
+
2476
+ ListAutoMLJobsResponse.add_member(:auto_ml_job_summaries, Shapes::ShapeRef.new(shape: AutoMLJobSummaries, required: true, location_name: "AutoMLJobSummaries"))
2477
+ ListAutoMLJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2478
+ ListAutoMLJobsResponse.struct_class = Types::ListAutoMLJobsResponse
2479
+
2480
+ ListCandidatesForAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
2481
+ ListCandidatesForAutoMLJobRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: CandidateStatus, location_name: "StatusEquals"))
2482
+ ListCandidatesForAutoMLJobRequest.add_member(:candidate_name_equals, Shapes::ShapeRef.new(shape: CandidateName, location_name: "CandidateNameEquals"))
2483
+ ListCandidatesForAutoMLJobRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
2484
+ ListCandidatesForAutoMLJobRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: CandidateSortBy, location_name: "SortBy"))
2485
+ ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2486
+ ListCandidatesForAutoMLJobRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2487
+ ListCandidatesForAutoMLJobRequest.struct_class = Types::ListCandidatesForAutoMLJobRequest
2488
+
2489
+ ListCandidatesForAutoMLJobResponse.add_member(:candidates, Shapes::ShapeRef.new(shape: AutoMLCandidates, required: true, location_name: "Candidates"))
2490
+ ListCandidatesForAutoMLJobResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2491
+ ListCandidatesForAutoMLJobResponse.struct_class = Types::ListCandidatesForAutoMLJobResponse
2492
+
1410
2493
  ListCodeRepositoriesInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
1411
2494
  ListCodeRepositoriesInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
1412
2495
  ListCodeRepositoriesInput.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
@@ -1438,6 +2521,14 @@ module Aws::SageMaker
1438
2521
  ListCompilationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1439
2522
  ListCompilationJobsResponse.struct_class = Types::ListCompilationJobsResponse
1440
2523
 
2524
+ ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2525
+ ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2526
+ ListDomainsRequest.struct_class = Types::ListDomainsRequest
2527
+
2528
+ ListDomainsResponse.add_member(:domains, Shapes::ShapeRef.new(shape: DomainList, location_name: "Domains"))
2529
+ ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2530
+ ListDomainsResponse.struct_class = Types::ListDomainsResponse
2531
+
1441
2532
  ListEndpointConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointConfigSortKey, location_name: "SortBy"))
1442
2533
  ListEndpointConfigsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
1443
2534
  ListEndpointConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
@@ -1467,6 +2558,40 @@ module Aws::SageMaker
1467
2558
  ListEndpointsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
1468
2559
  ListEndpointsOutput.struct_class = Types::ListEndpointsOutput
1469
2560
 
2561
+ ListExperimentsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
2562
+ ListExperimentsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
2563
+ ListExperimentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortExperimentsBy, location_name: "SortBy"))
2564
+ ListExperimentsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2565
+ ListExperimentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2566
+ ListExperimentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2567
+ ListExperimentsRequest.struct_class = Types::ListExperimentsRequest
2568
+
2569
+ ListExperimentsResponse.add_member(:experiment_summaries, Shapes::ShapeRef.new(shape: ExperimentSummaries, location_name: "ExperimentSummaries"))
2570
+ ListExperimentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2571
+ ListExperimentsResponse.struct_class = Types::ListExperimentsResponse
2572
+
2573
+ ListFlowDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2574
+ ListFlowDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2575
+ ListFlowDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2576
+ ListFlowDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2577
+ ListFlowDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2578
+ ListFlowDefinitionsRequest.struct_class = Types::ListFlowDefinitionsRequest
2579
+
2580
+ ListFlowDefinitionsResponse.add_member(:flow_definition_summaries, Shapes::ShapeRef.new(shape: FlowDefinitionSummaries, required: true, location_name: "FlowDefinitionSummaries"))
2581
+ ListFlowDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2582
+ ListFlowDefinitionsResponse.struct_class = Types::ListFlowDefinitionsResponse
2583
+
2584
+ ListHumanTaskUisRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2585
+ ListHumanTaskUisRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2586
+ ListHumanTaskUisRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2587
+ ListHumanTaskUisRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2588
+ ListHumanTaskUisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2589
+ ListHumanTaskUisRequest.struct_class = Types::ListHumanTaskUisRequest
2590
+
2591
+ ListHumanTaskUisResponse.add_member(:human_task_ui_summaries, Shapes::ShapeRef.new(shape: HumanTaskUiSummaries, required: true, location_name: "HumanTaskUiSummaries"))
2592
+ ListHumanTaskUisResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2593
+ ListHumanTaskUisResponse.struct_class = Types::ListHumanTaskUisResponse
2594
+
1470
2595
  ListHyperParameterTuningJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1471
2596
  ListHyperParameterTuningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1472
2597
  ListHyperParameterTuningJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSortByOptions, location_name: "SortBy"))
@@ -1539,6 +2664,42 @@ module Aws::SageMaker
1539
2664
  ListModelsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
1540
2665
  ListModelsOutput.struct_class = Types::ListModelsOutput
1541
2666
 
2667
+ ListMonitoringExecutionsRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
2668
+ ListMonitoringExecutionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
2669
+ ListMonitoringExecutionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringExecutionSortKey, location_name: "SortBy"))
2670
+ ListMonitoringExecutionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2671
+ ListMonitoringExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2672
+ ListMonitoringExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2673
+ ListMonitoringExecutionsRequest.add_member(:scheduled_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTimeBefore"))
2674
+ ListMonitoringExecutionsRequest.add_member(:scheduled_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTimeAfter"))
2675
+ ListMonitoringExecutionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2676
+ ListMonitoringExecutionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2677
+ ListMonitoringExecutionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
2678
+ ListMonitoringExecutionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
2679
+ ListMonitoringExecutionsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "StatusEquals"))
2680
+ ListMonitoringExecutionsRequest.struct_class = Types::ListMonitoringExecutionsRequest
2681
+
2682
+ ListMonitoringExecutionsResponse.add_member(:monitoring_execution_summaries, Shapes::ShapeRef.new(shape: MonitoringExecutionSummaryList, required: true, location_name: "MonitoringExecutionSummaries"))
2683
+ ListMonitoringExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2684
+ ListMonitoringExecutionsResponse.struct_class = Types::ListMonitoringExecutionsResponse
2685
+
2686
+ ListMonitoringSchedulesRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
2687
+ ListMonitoringSchedulesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringScheduleSortKey, location_name: "SortBy"))
2688
+ ListMonitoringSchedulesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2689
+ ListMonitoringSchedulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2690
+ ListMonitoringSchedulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2691
+ ListMonitoringSchedulesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
2692
+ ListMonitoringSchedulesRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2693
+ ListMonitoringSchedulesRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2694
+ ListMonitoringSchedulesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
2695
+ ListMonitoringSchedulesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
2696
+ ListMonitoringSchedulesRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "StatusEquals"))
2697
+ ListMonitoringSchedulesRequest.struct_class = Types::ListMonitoringSchedulesRequest
2698
+
2699
+ ListMonitoringSchedulesResponse.add_member(:monitoring_schedule_summaries, Shapes::ShapeRef.new(shape: MonitoringScheduleSummaryList, required: true, location_name: "MonitoringScheduleSummaries"))
2700
+ ListMonitoringSchedulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2701
+ ListMonitoringSchedulesResponse.struct_class = Types::ListMonitoringSchedulesResponse
2702
+
1542
2703
  ListNotebookInstanceLifecycleConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1543
2704
  ListNotebookInstanceLifecycleConfigsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1544
2705
  ListNotebookInstanceLifecycleConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigSortKey, location_name: "SortBy"))
@@ -1573,6 +2734,22 @@ module Aws::SageMaker
1573
2734
  ListNotebookInstancesOutput.add_member(:notebook_instances, Shapes::ShapeRef.new(shape: NotebookInstanceSummaryList, location_name: "NotebookInstances"))
1574
2735
  ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
1575
2736
 
2737
+ ListProcessingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2738
+ ListProcessingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2739
+ ListProcessingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
2740
+ ListProcessingJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
2741
+ ListProcessingJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: String, location_name: "NameContains"))
2742
+ ListProcessingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ProcessingJobStatus, location_name: "StatusEquals"))
2743
+ ListProcessingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
2744
+ ListProcessingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2745
+ ListProcessingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2746
+ ListProcessingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2747
+ ListProcessingJobsRequest.struct_class = Types::ListProcessingJobsRequest
2748
+
2749
+ ListProcessingJobsResponse.add_member(:processing_job_summaries, Shapes::ShapeRef.new(shape: ProcessingJobSummaries, required: true, location_name: "ProcessingJobSummaries"))
2750
+ ListProcessingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2751
+ ListProcessingJobsResponse.struct_class = Types::ListProcessingJobsResponse
2752
+
1576
2753
  ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
1577
2754
  ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1578
2755
  ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -1635,6 +2812,46 @@ module Aws::SageMaker
1635
2812
  ListTransformJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1636
2813
  ListTransformJobsResponse.struct_class = Types::ListTransformJobsResponse
1637
2814
 
2815
+ ListTrialComponentKey256.member = Shapes::ShapeRef.new(shape: TrialComponentKey256)
2816
+
2817
+ ListTrialComponentsRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: String256, location_name: "SourceArn"))
2818
+ ListTrialComponentsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
2819
+ ListTrialComponentsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
2820
+ ListTrialComponentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortTrialComponentsBy, location_name: "SortBy"))
2821
+ ListTrialComponentsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2822
+ ListTrialComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2823
+ ListTrialComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2824
+ ListTrialComponentsRequest.struct_class = Types::ListTrialComponentsRequest
2825
+
2826
+ ListTrialComponentsResponse.add_member(:trial_component_summaries, Shapes::ShapeRef.new(shape: TrialComponentSummaries, location_name: "TrialComponentSummaries"))
2827
+ ListTrialComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2828
+ ListTrialComponentsResponse.struct_class = Types::ListTrialComponentsResponse
2829
+
2830
+ ListTrialsRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
2831
+ ListTrialsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
2832
+ ListTrialsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
2833
+ ListTrialsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortTrialsBy, location_name: "SortBy"))
2834
+ ListTrialsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2835
+ ListTrialsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2836
+ ListTrialsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2837
+ ListTrialsRequest.struct_class = Types::ListTrialsRequest
2838
+
2839
+ ListTrialsResponse.add_member(:trial_summaries, Shapes::ShapeRef.new(shape: TrialSummaries, location_name: "TrialSummaries"))
2840
+ ListTrialsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2841
+ ListTrialsResponse.struct_class = Types::ListTrialsResponse
2842
+
2843
+ ListUserProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2844
+ ListUserProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2845
+ ListUserProfilesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2846
+ ListUserProfilesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: UserProfileSortKey, location_name: "SortBy"))
2847
+ ListUserProfilesRequest.add_member(:domain_id_equals, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainIdEquals"))
2848
+ ListUserProfilesRequest.add_member(:user_profile_name_contains, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileNameContains"))
2849
+ ListUserProfilesRequest.struct_class = Types::ListUserProfilesRequest
2850
+
2851
+ ListUserProfilesResponse.add_member(:user_profiles, Shapes::ShapeRef.new(shape: UserProfileList, location_name: "UserProfiles"))
2852
+ ListUserProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2853
+ ListUserProfilesResponse.struct_class = Types::ListUserProfilesResponse
2854
+
1638
2855
  ListWorkteamsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkteamsSortByOptions, location_name: "SortBy"))
1639
2856
  ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1640
2857
  ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
@@ -1711,12 +2928,106 @@ module Aws::SageMaker
1711
2928
 
1712
2929
  ModelSummaryList.member = Shapes::ShapeRef.new(shape: ModelSummary)
1713
2930
 
2931
+ MonitoringAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
2932
+ MonitoringAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
2933
+ MonitoringAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
2934
+ MonitoringAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
2935
+ MonitoringAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
2936
+ MonitoringAppSpecification.struct_class = Types::MonitoringAppSpecification
2937
+
2938
+ MonitoringBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
2939
+ MonitoringBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
2940
+ MonitoringBaselineConfig.struct_class = Types::MonitoringBaselineConfig
2941
+
2942
+ MonitoringClusterConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: ProcessingInstanceCount, required: true, location_name: "InstanceCount"))
2943
+ MonitoringClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, required: true, location_name: "InstanceType"))
2944
+ MonitoringClusterConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProcessingVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
2945
+ MonitoringClusterConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
2946
+ MonitoringClusterConfig.struct_class = Types::MonitoringClusterConfig
2947
+
2948
+ MonitoringConstraintsResource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3Uri"))
2949
+ MonitoringConstraintsResource.struct_class = Types::MonitoringConstraintsResource
2950
+
2951
+ MonitoringContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
2952
+
2953
+ MonitoringEnvironmentMap.key = Shapes::ShapeRef.new(shape: ProcessingEnvironmentKey)
2954
+ MonitoringEnvironmentMap.value = Shapes::ShapeRef.new(shape: ProcessingEnvironmentValue)
2955
+
2956
+ MonitoringExecutionSummary.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
2957
+ MonitoringExecutionSummary.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ScheduledTime"))
2958
+ MonitoringExecutionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2959
+ MonitoringExecutionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
2960
+ MonitoringExecutionSummary.add_member(:monitoring_execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "MonitoringExecutionStatus"))
2961
+ MonitoringExecutionSummary.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "ProcessingJobArn"))
2962
+ MonitoringExecutionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
2963
+ MonitoringExecutionSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2964
+ MonitoringExecutionSummary.struct_class = Types::MonitoringExecutionSummary
2965
+
2966
+ MonitoringExecutionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringExecutionSummary)
2967
+
2968
+ MonitoringInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
2969
+ MonitoringInput.struct_class = Types::MonitoringInput
2970
+
2971
+ MonitoringInputs.member = Shapes::ShapeRef.new(shape: MonitoringInput)
2972
+
2973
+ MonitoringJobDefinition.add_member(:baseline_config, Shapes::ShapeRef.new(shape: MonitoringBaselineConfig, location_name: "BaselineConfig"))
2974
+ MonitoringJobDefinition.add_member(:monitoring_inputs, Shapes::ShapeRef.new(shape: MonitoringInputs, required: true, location_name: "MonitoringInputs"))
2975
+ MonitoringJobDefinition.add_member(:monitoring_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "MonitoringOutputConfig"))
2976
+ MonitoringJobDefinition.add_member(:monitoring_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "MonitoringResources"))
2977
+ MonitoringJobDefinition.add_member(:monitoring_app_specification, Shapes::ShapeRef.new(shape: MonitoringAppSpecification, required: true, location_name: "MonitoringAppSpecification"))
2978
+ MonitoringJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
2979
+ MonitoringJobDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
2980
+ MonitoringJobDefinition.add_member(:network_config, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "NetworkConfig"))
2981
+ MonitoringJobDefinition.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
2982
+ MonitoringJobDefinition.struct_class = Types::MonitoringJobDefinition
2983
+
2984
+ MonitoringOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: MonitoringS3Output, required: true, location_name: "S3Output"))
2985
+ MonitoringOutput.struct_class = Types::MonitoringOutput
2986
+
2987
+ MonitoringOutputConfig.add_member(:monitoring_outputs, Shapes::ShapeRef.new(shape: MonitoringOutputs, required: true, location_name: "MonitoringOutputs"))
2988
+ MonitoringOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2989
+ MonitoringOutputConfig.struct_class = Types::MonitoringOutputConfig
2990
+
2991
+ MonitoringOutputs.member = Shapes::ShapeRef.new(shape: MonitoringOutput)
2992
+
2993
+ MonitoringResources.add_member(:cluster_config, Shapes::ShapeRef.new(shape: MonitoringClusterConfig, required: true, location_name: "ClusterConfig"))
2994
+ MonitoringResources.struct_class = Types::MonitoringResources
2995
+
2996
+ MonitoringS3Output.add_member(:s3_uri, Shapes::ShapeRef.new(shape: MonitoringS3Uri, required: true, location_name: "S3Uri"))
2997
+ MonitoringS3Output.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
2998
+ MonitoringS3Output.add_member(:s3_upload_mode, Shapes::ShapeRef.new(shape: ProcessingS3UploadMode, location_name: "S3UploadMode"))
2999
+ MonitoringS3Output.struct_class = Types::MonitoringS3Output
3000
+
3001
+ MonitoringScheduleConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, location_name: "ScheduleConfig"))
3002
+ MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition, required: true, location_name: "MonitoringJobDefinition"))
3003
+ MonitoringScheduleConfig.struct_class = Types::MonitoringScheduleConfig
3004
+
3005
+ MonitoringScheduleSummary.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
3006
+ MonitoringScheduleSummary.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
3007
+ MonitoringScheduleSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
3008
+ MonitoringScheduleSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
3009
+ MonitoringScheduleSummary.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
3010
+ MonitoringScheduleSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
3011
+ MonitoringScheduleSummary.struct_class = Types::MonitoringScheduleSummary
3012
+
3013
+ MonitoringScheduleSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringScheduleSummary)
3014
+
3015
+ MonitoringStatisticsResource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3Uri"))
3016
+ MonitoringStatisticsResource.struct_class = Types::MonitoringStatisticsResource
3017
+
3018
+ MonitoringStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MonitoringMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds"))
3019
+ MonitoringStoppingCondition.struct_class = Types::MonitoringStoppingCondition
3020
+
1714
3021
  NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
1715
3022
  NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
1716
3023
  NestedFilters.struct_class = Types::NestedFilters
1717
3024
 
1718
3025
  NestedFiltersList.member = Shapes::ShapeRef.new(shape: NestedFilters)
1719
3026
 
3027
+ NetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
3028
+ NetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
3029
+ NetworkConfig.struct_class = Types::NetworkConfig
3030
+
1720
3031
  NotebookInstanceAcceleratorTypes.member = Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorType)
1721
3032
 
1722
3033
  NotebookInstanceLifecycleConfigList.member = Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleHook)
@@ -1774,11 +3085,73 @@ module Aws::SageMaker
1774
3085
 
1775
3086
  ParameterValues.member = Shapes::ShapeRef.new(shape: ParameterValue)
1776
3087
 
3088
+ Parent.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialName"))
3089
+ Parent.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
3090
+ Parent.struct_class = Types::Parent
3091
+
1777
3092
  ParentHyperParameterTuningJob.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, location_name: "HyperParameterTuningJobName"))
1778
3093
  ParentHyperParameterTuningJob.struct_class = Types::ParentHyperParameterTuningJob
1779
3094
 
1780
3095
  ParentHyperParameterTuningJobs.member = Shapes::ShapeRef.new(shape: ParentHyperParameterTuningJob)
1781
3096
 
3097
+ Parents.member = Shapes::ShapeRef.new(shape: Parent)
3098
+
3099
+ ProcessingClusterConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: ProcessingInstanceCount, required: true, location_name: "InstanceCount"))
3100
+ ProcessingClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, required: true, location_name: "InstanceType"))
3101
+ ProcessingClusterConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProcessingVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
3102
+ ProcessingClusterConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
3103
+ ProcessingClusterConfig.struct_class = Types::ProcessingClusterConfig
3104
+
3105
+ ProcessingEnvironmentMap.key = Shapes::ShapeRef.new(shape: ProcessingEnvironmentKey)
3106
+ ProcessingEnvironmentMap.value = Shapes::ShapeRef.new(shape: ProcessingEnvironmentValue)
3107
+
3108
+ ProcessingInput.add_member(:input_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InputName"))
3109
+ ProcessingInput.add_member(:s3_input, Shapes::ShapeRef.new(shape: ProcessingS3Input, required: true, location_name: "S3Input"))
3110
+ ProcessingInput.struct_class = Types::ProcessingInput
3111
+
3112
+ ProcessingInputs.member = Shapes::ShapeRef.new(shape: ProcessingInput)
3113
+
3114
+ ProcessingJobSummaries.member = Shapes::ShapeRef.new(shape: ProcessingJobSummary)
3115
+
3116
+ ProcessingJobSummary.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
3117
+ ProcessingJobSummary.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, required: true, location_name: "ProcessingJobArn"))
3118
+ ProcessingJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
3119
+ ProcessingJobSummary.add_member(:processing_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ProcessingEndTime"))
3120
+ ProcessingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3121
+ ProcessingJobSummary.add_member(:processing_job_status, Shapes::ShapeRef.new(shape: ProcessingJobStatus, required: true, location_name: "ProcessingJobStatus"))
3122
+ ProcessingJobSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
3123
+ ProcessingJobSummary.add_member(:exit_message, Shapes::ShapeRef.new(shape: ExitMessage, location_name: "ExitMessage"))
3124
+ ProcessingJobSummary.struct_class = Types::ProcessingJobSummary
3125
+
3126
+ ProcessingOutput.add_member(:output_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OutputName"))
3127
+ ProcessingOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: ProcessingS3Output, required: true, location_name: "S3Output"))
3128
+ ProcessingOutput.struct_class = Types::ProcessingOutput
3129
+
3130
+ ProcessingOutputConfig.add_member(:outputs, Shapes::ShapeRef.new(shape: ProcessingOutputs, required: true, location_name: "Outputs"))
3131
+ ProcessingOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3132
+ ProcessingOutputConfig.struct_class = Types::ProcessingOutputConfig
3133
+
3134
+ ProcessingOutputs.member = Shapes::ShapeRef.new(shape: ProcessingOutput)
3135
+
3136
+ ProcessingResources.add_member(:cluster_config, Shapes::ShapeRef.new(shape: ProcessingClusterConfig, required: true, location_name: "ClusterConfig"))
3137
+ ProcessingResources.struct_class = Types::ProcessingResources
3138
+
3139
+ ProcessingS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
3140
+ ProcessingS3Input.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
3141
+ ProcessingS3Input.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: ProcessingS3DataType, required: true, location_name: "S3DataType"))
3142
+ ProcessingS3Input.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, required: true, location_name: "S3InputMode"))
3143
+ ProcessingS3Input.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
3144
+ ProcessingS3Input.add_member(:s3_compression_type, Shapes::ShapeRef.new(shape: ProcessingS3CompressionType, location_name: "S3CompressionType"))
3145
+ ProcessingS3Input.struct_class = Types::ProcessingS3Input
3146
+
3147
+ ProcessingS3Output.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
3148
+ ProcessingS3Output.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
3149
+ ProcessingS3Output.add_member(:s3_upload_mode, Shapes::ShapeRef.new(shape: ProcessingS3UploadMode, required: true, location_name: "S3UploadMode"))
3150
+ ProcessingS3Output.struct_class = Types::ProcessingS3Output
3151
+
3152
+ ProcessingStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: ProcessingMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds"))
3153
+ ProcessingStoppingCondition.struct_class = Types::ProcessingStoppingCondition
3154
+
1782
3155
  ProductListings.member = Shapes::ShapeRef.new(shape: String)
1783
3156
 
1784
3157
  ProductionVariant.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
@@ -1832,6 +3205,11 @@ module Aws::SageMaker
1832
3205
 
1833
3206
  RenderingErrorList.member = Shapes::ShapeRef.new(shape: RenderingError)
1834
3207
 
3208
+ ResolvedAttributes.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
3209
+ ResolvedAttributes.add_member(:problem_type, Shapes::ShapeRef.new(shape: ProblemType, location_name: "ProblemType"))
3210
+ ResolvedAttributes.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
3211
+ ResolvedAttributes.struct_class = Types::ResolvedAttributes
3212
+
1835
3213
  ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
1836
3214
  ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
1837
3215
  ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
@@ -1851,14 +3229,27 @@ module Aws::SageMaker
1851
3229
  ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
1852
3230
  ResourceNotFound.struct_class = Types::ResourceNotFound
1853
3231
 
3232
+ ResourceSpec.add_member(:environment_arn, Shapes::ShapeRef.new(shape: EnvironmentArn, location_name: "EnvironmentArn"))
3233
+ ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
3234
+ ResourceSpec.struct_class = Types::ResourceSpec
3235
+
1854
3236
  ResponseMIMETypes.member = Shapes::ShapeRef.new(shape: ResponseMIMEType)
1855
3237
 
3238
+ RetentionPolicy.add_member(:home_efs_file_system, Shapes::ShapeRef.new(shape: RetentionType, location_name: "HomeEfsFileSystem"))
3239
+ RetentionPolicy.struct_class = Types::RetentionPolicy
3240
+
3241
+ RuleParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
3242
+ RuleParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
3243
+
1856
3244
  S3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3DataType, required: true, location_name: "S3DataType"))
1857
3245
  S3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
1858
3246
  S3DataSource.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistribution, location_name: "S3DataDistributionType"))
1859
3247
  S3DataSource.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNames, location_name: "AttributeNames"))
1860
3248
  S3DataSource.struct_class = Types::S3DataSource
1861
3249
 
3250
+ ScheduleConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
3251
+ ScheduleConfig.struct_class = Types::ScheduleConfig
3252
+
1862
3253
  SearchExpression.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1863
3254
  SearchExpression.add_member(:nested_filters, Shapes::ShapeRef.new(shape: NestedFiltersList, location_name: "NestedFilters"))
1864
3255
  SearchExpression.add_member(:sub_expressions, Shapes::ShapeRef.new(shape: SearchExpressionList, location_name: "SubExpressions"))
@@ -1868,6 +3259,9 @@ module Aws::SageMaker
1868
3259
  SearchExpressionList.member = Shapes::ShapeRef.new(shape: SearchExpression)
1869
3260
 
1870
3261
  SearchRecord.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
3262
+ SearchRecord.add_member(:experiment, Shapes::ShapeRef.new(shape: Experiment, location_name: "Experiment"))
3263
+ SearchRecord.add_member(:trial, Shapes::ShapeRef.new(shape: Trial, location_name: "Trial"))
3264
+ SearchRecord.add_member(:trial_component, Shapes::ShapeRef.new(shape: TrialComponent, location_name: "TrialComponent"))
1871
3265
  SearchRecord.struct_class = Types::SearchRecord
1872
3266
 
1873
3267
  SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
@@ -1894,6 +3288,11 @@ module Aws::SageMaker
1894
3288
 
1895
3289
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
1896
3290
 
3291
+ SharingSettings.add_member(:notebook_output_option, Shapes::ShapeRef.new(shape: NotebookOutputOption, location_name: "NotebookOutputOption"))
3292
+ SharingSettings.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
3293
+ SharingSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
3294
+ SharingSettings.struct_class = Types::SharingSettings
3295
+
1897
3296
  ShuffleConfig.add_member(:seed, Shapes::ShapeRef.new(shape: Seed, required: true, location_name: "Seed"))
1898
3297
  ShuffleConfig.struct_class = Types::ShuffleConfig
1899
3298
 
@@ -1906,9 +3305,15 @@ module Aws::SageMaker
1906
3305
  SourceAlgorithmSpecification.add_member(:source_algorithms, Shapes::ShapeRef.new(shape: SourceAlgorithmList, required: true, location_name: "SourceAlgorithms"))
1907
3306
  SourceAlgorithmSpecification.struct_class = Types::SourceAlgorithmSpecification
1908
3307
 
3308
+ StartMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
3309
+ StartMonitoringScheduleRequest.struct_class = Types::StartMonitoringScheduleRequest
3310
+
1909
3311
  StartNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
1910
3312
  StartNotebookInstanceInput.struct_class = Types::StartNotebookInstanceInput
1911
3313
 
3314
+ StopAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
3315
+ StopAutoMLJobRequest.struct_class = Types::StopAutoMLJobRequest
3316
+
1912
3317
  StopCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
1913
3318
  StopCompilationJobRequest.struct_class = Types::StopCompilationJobRequest
1914
3319
 
@@ -1918,9 +3323,15 @@ module Aws::SageMaker
1918
3323
  StopLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
1919
3324
  StopLabelingJobRequest.struct_class = Types::StopLabelingJobRequest
1920
3325
 
3326
+ StopMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
3327
+ StopMonitoringScheduleRequest.struct_class = Types::StopMonitoringScheduleRequest
3328
+
1921
3329
  StopNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
1922
3330
  StopNotebookInstanceInput.struct_class = Types::StopNotebookInstanceInput
1923
3331
 
3332
+ StopProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
3333
+ StopProcessingJobRequest.struct_class = Types::StopProcessingJobRequest
3334
+
1924
3335
  StopTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
1925
3336
  StopTrainingJobRequest.struct_class = Types::StopTrainingJobRequest
1926
3337
 
@@ -1955,12 +3366,20 @@ module Aws::SageMaker
1955
3366
 
1956
3367
  TaskKeywords.member = Shapes::ShapeRef.new(shape: TaskKeyword)
1957
3368
 
3369
+ TensorBoardAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
3370
+ TensorBoardAppSettings.struct_class = Types::TensorBoardAppSettings
3371
+
3372
+ TensorBoardOutputConfig.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
3373
+ TensorBoardOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
3374
+ TensorBoardOutputConfig.struct_class = Types::TensorBoardOutputConfig
3375
+
1958
3376
  TrainingInstanceTypes.member = Shapes::ShapeRef.new(shape: TrainingInstanceType)
1959
3377
 
1960
3378
  TrainingJob.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "TrainingJobName"))
1961
3379
  TrainingJob.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "TrainingJobArn"))
1962
3380
  TrainingJob.add_member(:tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "TuningJobArn"))
1963
3381
  TrainingJob.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
3382
+ TrainingJob.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
1964
3383
  TrainingJob.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, location_name: "ModelArtifacts"))
1965
3384
  TrainingJob.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, location_name: "TrainingJobStatus"))
1966
3385
  TrainingJob.add_member(:secondary_status, Shapes::ShapeRef.new(shape: SecondaryStatus, location_name: "SecondaryStatus"))
@@ -1981,6 +3400,15 @@ module Aws::SageMaker
1981
3400
  TrainingJob.add_member(:final_metric_data_list, Shapes::ShapeRef.new(shape: FinalMetricDataList, location_name: "FinalMetricDataList"))
1982
3401
  TrainingJob.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
1983
3402
  TrainingJob.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
3403
+ TrainingJob.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
3404
+ TrainingJob.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
3405
+ TrainingJob.add_member(:training_time_in_seconds, Shapes::ShapeRef.new(shape: TrainingTimeInSeconds, location_name: "TrainingTimeInSeconds"))
3406
+ TrainingJob.add_member(:billable_time_in_seconds, Shapes::ShapeRef.new(shape: BillableTimeInSeconds, location_name: "BillableTimeInSeconds"))
3407
+ TrainingJob.add_member(:debug_hook_config, Shapes::ShapeRef.new(shape: DebugHookConfig, location_name: "DebugHookConfig"))
3408
+ TrainingJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
3409
+ TrainingJob.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
3410
+ TrainingJob.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
3411
+ TrainingJob.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
1984
3412
  TrainingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1985
3413
  TrainingJob.struct_class = Types::TrainingJob
1986
3414
 
@@ -2068,6 +3496,119 @@ module Aws::SageMaker
2068
3496
  TransformS3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
2069
3497
  TransformS3DataSource.struct_class = Types::TransformS3DataSource
2070
3498
 
3499
+ Trial.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialName"))
3500
+ Trial.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
3501
+ Trial.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3502
+ Trial.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
3503
+ Trial.add_member(:source, Shapes::ShapeRef.new(shape: TrialSource, location_name: "Source"))
3504
+ Trial.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3505
+ Trial.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
3506
+ Trial.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3507
+ Trial.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
3508
+ Trial.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3509
+ Trial.add_member(:trial_component_summaries, Shapes::ShapeRef.new(shape: TrialComponentSimpleSummaries, location_name: "TrialComponentSummaries"))
3510
+ Trial.struct_class = Types::Trial
3511
+
3512
+ TrialComponent.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialComponentName"))
3513
+ TrialComponent.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3514
+ TrialComponent.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
3515
+ TrialComponent.add_member(:source, Shapes::ShapeRef.new(shape: TrialComponentSource, location_name: "Source"))
3516
+ TrialComponent.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
3517
+ TrialComponent.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
3518
+ TrialComponent.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
3519
+ TrialComponent.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3520
+ TrialComponent.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
3521
+ TrialComponent.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3522
+ TrialComponent.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
3523
+ TrialComponent.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
3524
+ TrialComponent.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
3525
+ TrialComponent.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
3526
+ TrialComponent.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
3527
+ TrialComponent.add_member(:source_detail, Shapes::ShapeRef.new(shape: TrialComponentSourceDetail, location_name: "SourceDetail"))
3528
+ TrialComponent.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3529
+ TrialComponent.add_member(:parents, Shapes::ShapeRef.new(shape: Parents, location_name: "Parents"))
3530
+ TrialComponent.struct_class = Types::TrialComponent
3531
+
3532
+ TrialComponentArtifact.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, location_name: "MediaType"))
3533
+ TrialComponentArtifact.add_member(:value, Shapes::ShapeRef.new(shape: TrialComponentArtifactValue, required: true, location_name: "Value"))
3534
+ TrialComponentArtifact.struct_class = Types::TrialComponentArtifact
3535
+
3536
+ TrialComponentArtifacts.key = Shapes::ShapeRef.new(shape: TrialComponentKey64)
3537
+ TrialComponentArtifacts.value = Shapes::ShapeRef.new(shape: TrialComponentArtifact)
3538
+
3539
+ TrialComponentMetricSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentMetricSummary)
3540
+
3541
+ TrialComponentMetricSummary.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
3542
+ TrialComponentMetricSummary.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, location_name: "SourceArn"))
3543
+ TrialComponentMetricSummary.add_member(:time_stamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeStamp"))
3544
+ TrialComponentMetricSummary.add_member(:max, Shapes::ShapeRef.new(shape: OptionalDouble, location_name: "Max"))
3545
+ TrialComponentMetricSummary.add_member(:min, Shapes::ShapeRef.new(shape: OptionalDouble, location_name: "Min"))
3546
+ TrialComponentMetricSummary.add_member(:last, Shapes::ShapeRef.new(shape: OptionalDouble, location_name: "Last"))
3547
+ TrialComponentMetricSummary.add_member(:count, Shapes::ShapeRef.new(shape: OptionalInteger, location_name: "Count"))
3548
+ TrialComponentMetricSummary.add_member(:avg, Shapes::ShapeRef.new(shape: OptionalDouble, location_name: "Avg"))
3549
+ TrialComponentMetricSummary.add_member(:std_dev, Shapes::ShapeRef.new(shape: OptionalDouble, location_name: "StdDev"))
3550
+ TrialComponentMetricSummary.struct_class = Types::TrialComponentMetricSummary
3551
+
3552
+ TrialComponentParameterValue.add_member(:string_value, Shapes::ShapeRef.new(shape: StringParameterValue, location_name: "StringValue"))
3553
+ TrialComponentParameterValue.add_member(:number_value, Shapes::ShapeRef.new(shape: DoubleParameterValue, location_name: "NumberValue"))
3554
+ TrialComponentParameterValue.struct_class = Types::TrialComponentParameterValue
3555
+
3556
+ TrialComponentParameters.key = Shapes::ShapeRef.new(shape: TrialComponentKey256)
3557
+ TrialComponentParameters.value = Shapes::ShapeRef.new(shape: TrialComponentParameterValue)
3558
+
3559
+ TrialComponentSimpleSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentSimpleSummary)
3560
+
3561
+ TrialComponentSimpleSummary.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialComponentName"))
3562
+ TrialComponentSimpleSummary.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
3563
+ TrialComponentSimpleSummary.add_member(:trial_component_source, Shapes::ShapeRef.new(shape: TrialComponentSource, location_name: "TrialComponentSource"))
3564
+ TrialComponentSimpleSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3565
+ TrialComponentSimpleSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
3566
+ TrialComponentSimpleSummary.struct_class = Types::TrialComponentSimpleSummary
3567
+
3568
+ TrialComponentSource.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, required: true, location_name: "SourceArn"))
3569
+ TrialComponentSource.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
3570
+ TrialComponentSource.struct_class = Types::TrialComponentSource
3571
+
3572
+ TrialComponentSourceDetail.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, location_name: "SourceArn"))
3573
+ TrialComponentSourceDetail.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
3574
+ TrialComponentSourceDetail.struct_class = Types::TrialComponentSourceDetail
3575
+
3576
+ TrialComponentStatus.add_member(:primary_status, Shapes::ShapeRef.new(shape: TrialComponentPrimaryStatus, location_name: "PrimaryStatus"))
3577
+ TrialComponentStatus.add_member(:message, Shapes::ShapeRef.new(shape: TrialComponentStatusMessage, location_name: "Message"))
3578
+ TrialComponentStatus.struct_class = Types::TrialComponentStatus
3579
+
3580
+ TrialComponentSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentSummary)
3581
+
3582
+ TrialComponentSummary.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialComponentName"))
3583
+ TrialComponentSummary.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
3584
+ TrialComponentSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3585
+ TrialComponentSummary.add_member(:trial_component_source, Shapes::ShapeRef.new(shape: TrialComponentSource, location_name: "TrialComponentSource"))
3586
+ TrialComponentSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
3587
+ TrialComponentSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
3588
+ TrialComponentSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
3589
+ TrialComponentSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3590
+ TrialComponentSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
3591
+ TrialComponentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3592
+ TrialComponentSummary.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
3593
+ TrialComponentSummary.struct_class = Types::TrialComponentSummary
3594
+
3595
+ TrialSource.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialSourceArn, required: true, location_name: "SourceArn"))
3596
+ TrialSource.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
3597
+ TrialSource.struct_class = Types::TrialSource
3598
+
3599
+ TrialSummaries.member = Shapes::ShapeRef.new(shape: TrialSummary)
3600
+
3601
+ TrialSummary.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
3602
+ TrialSummary.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "TrialName"))
3603
+ TrialSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3604
+ TrialSummary.add_member(:trial_source, Shapes::ShapeRef.new(shape: TrialSource, location_name: "TrialSource"))
3605
+ TrialSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3606
+ TrialSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3607
+ TrialSummary.struct_class = Types::TrialSummary
3608
+
3609
+ TuningJobCompletionCriteria.add_member(:target_objective_metric_value, Shapes::ShapeRef.new(shape: TargetObjectiveMetricValue, required: true, location_name: "TargetObjectiveMetricValue"))
3610
+ TuningJobCompletionCriteria.struct_class = Types::TuningJobCompletionCriteria
3611
+
2071
3612
  USD.add_member(:dollars, Shapes::ShapeRef.new(shape: Dollars, location_name: "Dollars"))
2072
3613
  USD.add_member(:cents, Shapes::ShapeRef.new(shape: Cents, location_name: "Cents"))
2073
3614
  USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
@@ -2079,6 +3620,10 @@ module Aws::SageMaker
2079
3620
  UiTemplate.add_member(:content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "Content"))
2080
3621
  UiTemplate.struct_class = Types::UiTemplate
2081
3622
 
3623
+ UiTemplateInfo.add_member(:url, Shapes::ShapeRef.new(shape: TemplateUrl, location_name: "Url"))
3624
+ UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
3625
+ UiTemplateInfo.struct_class = Types::UiTemplateInfo
3626
+
2082
3627
  UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
2083
3628
  UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
2084
3629
  UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
@@ -2086,6 +3631,13 @@ module Aws::SageMaker
2086
3631
  UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
2087
3632
  UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
2088
3633
 
3634
+ UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
3635
+ UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
3636
+ UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
3637
+
3638
+ UpdateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
3639
+ UpdateDomainResponse.struct_class = Types::UpdateDomainResponse
3640
+
2089
3641
  UpdateEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
2090
3642
  UpdateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
2091
3643
  UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
@@ -2100,6 +3652,21 @@ module Aws::SageMaker
2100
3652
  UpdateEndpointWeightsAndCapacitiesOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
2101
3653
  UpdateEndpointWeightsAndCapacitiesOutput.struct_class = Types::UpdateEndpointWeightsAndCapacitiesOutput
2102
3654
 
3655
+ UpdateExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
3656
+ UpdateExperimentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3657
+ UpdateExperimentRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
3658
+ UpdateExperimentRequest.struct_class = Types::UpdateExperimentRequest
3659
+
3660
+ UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
3661
+ UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
3662
+
3663
+ UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
3664
+ UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
3665
+ UpdateMonitoringScheduleRequest.struct_class = Types::UpdateMonitoringScheduleRequest
3666
+
3667
+ UpdateMonitoringScheduleResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
3668
+ UpdateMonitoringScheduleResponse.struct_class = Types::UpdateMonitoringScheduleResponse
3669
+
2103
3670
  UpdateNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
2104
3671
  UpdateNotebookInstanceInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
2105
3672
  UpdateNotebookInstanceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
@@ -2124,6 +3691,37 @@ module Aws::SageMaker
2124
3691
 
2125
3692
  UpdateNotebookInstanceOutput.struct_class = Types::UpdateNotebookInstanceOutput
2126
3693
 
3694
+ UpdateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
3695
+ UpdateTrialComponentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3696
+ UpdateTrialComponentRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
3697
+ UpdateTrialComponentRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
3698
+ UpdateTrialComponentRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
3699
+ UpdateTrialComponentRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
3700
+ UpdateTrialComponentRequest.add_member(:parameters_to_remove, Shapes::ShapeRef.new(shape: ListTrialComponentKey256, location_name: "ParametersToRemove"))
3701
+ UpdateTrialComponentRequest.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
3702
+ UpdateTrialComponentRequest.add_member(:input_artifacts_to_remove, Shapes::ShapeRef.new(shape: ListTrialComponentKey256, location_name: "InputArtifactsToRemove"))
3703
+ UpdateTrialComponentRequest.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
3704
+ UpdateTrialComponentRequest.add_member(:output_artifacts_to_remove, Shapes::ShapeRef.new(shape: ListTrialComponentKey256, location_name: "OutputArtifactsToRemove"))
3705
+ UpdateTrialComponentRequest.struct_class = Types::UpdateTrialComponentRequest
3706
+
3707
+ UpdateTrialComponentResponse.add_member(:trial_component_arn, Shapes::ShapeRef.new(shape: TrialComponentArn, location_name: "TrialComponentArn"))
3708
+ UpdateTrialComponentResponse.struct_class = Types::UpdateTrialComponentResponse
3709
+
3710
+ UpdateTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
3711
+ UpdateTrialRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
3712
+ UpdateTrialRequest.struct_class = Types::UpdateTrialRequest
3713
+
3714
+ UpdateTrialResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
3715
+ UpdateTrialResponse.struct_class = Types::UpdateTrialResponse
3716
+
3717
+ UpdateUserProfileRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
3718
+ UpdateUserProfileRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
3719
+ UpdateUserProfileRequest.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "UserSettings"))
3720
+ UpdateUserProfileRequest.struct_class = Types::UpdateUserProfileRequest
3721
+
3722
+ UpdateUserProfileResponse.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: UserProfileArn, location_name: "UserProfileArn"))
3723
+ UpdateUserProfileResponse.struct_class = Types::UpdateUserProfileResponse
3724
+
2127
3725
  UpdateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
2128
3726
  UpdateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, location_name: "MemberDefinitions"))
2129
3727
  UpdateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, location_name: "Description"))
@@ -2133,6 +3731,28 @@ module Aws::SageMaker
2133
3731
  UpdateWorkteamResponse.add_member(:workteam, Shapes::ShapeRef.new(shape: Workteam, required: true, location_name: "Workteam"))
2134
3732
  UpdateWorkteamResponse.struct_class = Types::UpdateWorkteamResponse
2135
3733
 
3734
+ UserContext.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileArn"))
3735
+ UserContext.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileName"))
3736
+ UserContext.add_member(:domain_id, Shapes::ShapeRef.new(shape: String, location_name: "DomainId"))
3737
+ UserContext.struct_class = Types::UserContext
3738
+
3739
+ UserProfileDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
3740
+ UserProfileDetails.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
3741
+ UserProfileDetails.add_member(:status, Shapes::ShapeRef.new(shape: UserProfileStatus, location_name: "Status"))
3742
+ UserProfileDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
3743
+ UserProfileDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
3744
+ UserProfileDetails.struct_class = Types::UserProfileDetails
3745
+
3746
+ UserProfileList.member = Shapes::ShapeRef.new(shape: UserProfileDetails)
3747
+
3748
+ UserSettings.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
3749
+ UserSettings.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroups"))
3750
+ UserSettings.add_member(:sharing_settings, Shapes::ShapeRef.new(shape: SharingSettings, location_name: "SharingSettings"))
3751
+ UserSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
3752
+ UserSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
3753
+ UserSettings.add_member(:tensor_board_app_settings, Shapes::ShapeRef.new(shape: TensorBoardAppSettings, location_name: "TensorBoardAppSettings"))
3754
+ UserSettings.struct_class = Types::UserSettings
3755
+
2136
3756
  VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
2137
3757
  VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
2138
3758
  VpcConfig.struct_class = Types::VpcConfig
@@ -2180,6 +3800,16 @@ module Aws::SageMaker
2180
3800
  o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
2181
3801
  end)
2182
3802
 
3803
+ api.add_operation(:associate_trial_component, Seahorse::Model::Operation.new.tap do |o|
3804
+ o.name = "AssociateTrialComponent"
3805
+ o.http_method = "POST"
3806
+ o.http_request_uri = "/"
3807
+ o.input = Shapes::ShapeRef.new(shape: AssociateTrialComponentRequest)
3808
+ o.output = Shapes::ShapeRef.new(shape: AssociateTrialComponentResponse)
3809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
3810
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3811
+ end)
3812
+
2183
3813
  api.add_operation(:create_algorithm, Seahorse::Model::Operation.new.tap do |o|
2184
3814
  o.name = "CreateAlgorithm"
2185
3815
  o.http_method = "POST"
@@ -2188,6 +3818,26 @@ module Aws::SageMaker
2188
3818
  o.output = Shapes::ShapeRef.new(shape: CreateAlgorithmOutput)
2189
3819
  end)
2190
3820
 
3821
+ api.add_operation(:create_app, Seahorse::Model::Operation.new.tap do |o|
3822
+ o.name = "CreateApp"
3823
+ o.http_method = "POST"
3824
+ o.http_request_uri = "/"
3825
+ o.input = Shapes::ShapeRef.new(shape: CreateAppRequest)
3826
+ o.output = Shapes::ShapeRef.new(shape: CreateAppResponse)
3827
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3828
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3829
+ end)
3830
+
3831
+ api.add_operation(:create_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
3832
+ o.name = "CreateAutoMLJob"
3833
+ o.http_method = "POST"
3834
+ o.http_request_uri = "/"
3835
+ o.input = Shapes::ShapeRef.new(shape: CreateAutoMLJobRequest)
3836
+ o.output = Shapes::ShapeRef.new(shape: CreateAutoMLJobResponse)
3837
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3838
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3839
+ end)
3840
+
2191
3841
  api.add_operation(:create_code_repository, Seahorse::Model::Operation.new.tap do |o|
2192
3842
  o.name = "CreateCodeRepository"
2193
3843
  o.http_method = "POST"
@@ -2206,6 +3856,16 @@ module Aws::SageMaker
2206
3856
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2207
3857
  end)
2208
3858
 
3859
+ api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
3860
+ o.name = "CreateDomain"
3861
+ o.http_method = "POST"
3862
+ o.http_request_uri = "/"
3863
+ o.input = Shapes::ShapeRef.new(shape: CreateDomainRequest)
3864
+ o.output = Shapes::ShapeRef.new(shape: CreateDomainResponse)
3865
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3866
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3867
+ end)
3868
+
2209
3869
  api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
2210
3870
  o.name = "CreateEndpoint"
2211
3871
  o.http_method = "POST"
@@ -2224,6 +3884,35 @@ module Aws::SageMaker
2224
3884
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2225
3885
  end)
2226
3886
 
3887
+ api.add_operation(:create_experiment, Seahorse::Model::Operation.new.tap do |o|
3888
+ o.name = "CreateExperiment"
3889
+ o.http_method = "POST"
3890
+ o.http_request_uri = "/"
3891
+ o.input = Shapes::ShapeRef.new(shape: CreateExperimentRequest)
3892
+ o.output = Shapes::ShapeRef.new(shape: CreateExperimentResponse)
3893
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3894
+ end)
3895
+
3896
+ api.add_operation(:create_flow_definition, Seahorse::Model::Operation.new.tap do |o|
3897
+ o.name = "CreateFlowDefinition"
3898
+ o.http_method = "POST"
3899
+ o.http_request_uri = "/"
3900
+ o.input = Shapes::ShapeRef.new(shape: CreateFlowDefinitionRequest)
3901
+ o.output = Shapes::ShapeRef.new(shape: CreateFlowDefinitionResponse)
3902
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3903
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3904
+ end)
3905
+
3906
+ api.add_operation(:create_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
3907
+ o.name = "CreateHumanTaskUi"
3908
+ o.http_method = "POST"
3909
+ o.http_request_uri = "/"
3910
+ o.input = Shapes::ShapeRef.new(shape: CreateHumanTaskUiRequest)
3911
+ o.output = Shapes::ShapeRef.new(shape: CreateHumanTaskUiResponse)
3912
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3913
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3914
+ end)
3915
+
2227
3916
  api.add_operation(:create_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
2228
3917
  o.name = "CreateHyperParameterTuningJob"
2229
3918
  o.http_method = "POST"
@@ -2261,6 +3950,16 @@ module Aws::SageMaker
2261
3950
  o.output = Shapes::ShapeRef.new(shape: CreateModelPackageOutput)
2262
3951
  end)
2263
3952
 
3953
+ api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
3954
+ o.name = "CreateMonitoringSchedule"
3955
+ o.http_method = "POST"
3956
+ o.http_request_uri = "/"
3957
+ o.input = Shapes::ShapeRef.new(shape: CreateMonitoringScheduleRequest)
3958
+ o.output = Shapes::ShapeRef.new(shape: CreateMonitoringScheduleResponse)
3959
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
3960
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3961
+ end)
3962
+
2264
3963
  api.add_operation(:create_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
2265
3964
  o.name = "CreateNotebookInstance"
2266
3965
  o.http_method = "POST"
@@ -2279,6 +3978,14 @@ module Aws::SageMaker
2279
3978
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2280
3979
  end)
2281
3980
 
3981
+ api.add_operation(:create_presigned_domain_url, Seahorse::Model::Operation.new.tap do |o|
3982
+ o.name = "CreatePresignedDomainUrl"
3983
+ o.http_method = "POST"
3984
+ o.http_request_uri = "/"
3985
+ o.input = Shapes::ShapeRef.new(shape: CreatePresignedDomainUrlRequest)
3986
+ o.output = Shapes::ShapeRef.new(shape: CreatePresignedDomainUrlResponse)
3987
+ end)
3988
+
2282
3989
  api.add_operation(:create_presigned_notebook_instance_url, Seahorse::Model::Operation.new.tap do |o|
2283
3990
  o.name = "CreatePresignedNotebookInstanceUrl"
2284
3991
  o.http_method = "POST"
@@ -2287,6 +3994,17 @@ module Aws::SageMaker
2287
3994
  o.output = Shapes::ShapeRef.new(shape: CreatePresignedNotebookInstanceUrlOutput)
2288
3995
  end)
2289
3996
 
3997
+ api.add_operation(:create_processing_job, Seahorse::Model::Operation.new.tap do |o|
3998
+ o.name = "CreateProcessingJob"
3999
+ o.http_method = "POST"
4000
+ o.http_request_uri = "/"
4001
+ o.input = Shapes::ShapeRef.new(shape: CreateProcessingJobRequest)
4002
+ o.output = Shapes::ShapeRef.new(shape: CreateProcessingJobResponse)
4003
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4004
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4005
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4006
+ end)
4007
+
2290
4008
  api.add_operation(:create_training_job, Seahorse::Model::Operation.new.tap do |o|
2291
4009
  o.name = "CreateTrainingJob"
2292
4010
  o.http_method = "POST"
@@ -2295,6 +4013,7 @@ module Aws::SageMaker
2295
4013
  o.output = Shapes::ShapeRef.new(shape: CreateTrainingJobResponse)
2296
4014
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
2297
4015
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4016
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2298
4017
  end)
2299
4018
 
2300
4019
  api.add_operation(:create_transform_job, Seahorse::Model::Operation.new.tap do |o|
@@ -2305,6 +4024,36 @@ module Aws::SageMaker
2305
4024
  o.output = Shapes::ShapeRef.new(shape: CreateTransformJobResponse)
2306
4025
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
2307
4026
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4027
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4028
+ end)
4029
+
4030
+ api.add_operation(:create_trial, Seahorse::Model::Operation.new.tap do |o|
4031
+ o.name = "CreateTrial"
4032
+ o.http_method = "POST"
4033
+ o.http_request_uri = "/"
4034
+ o.input = Shapes::ShapeRef.new(shape: CreateTrialRequest)
4035
+ o.output = Shapes::ShapeRef.new(shape: CreateTrialResponse)
4036
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4037
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4038
+ end)
4039
+
4040
+ api.add_operation(:create_trial_component, Seahorse::Model::Operation.new.tap do |o|
4041
+ o.name = "CreateTrialComponent"
4042
+ o.http_method = "POST"
4043
+ o.http_request_uri = "/"
4044
+ o.input = Shapes::ShapeRef.new(shape: CreateTrialComponentRequest)
4045
+ o.output = Shapes::ShapeRef.new(shape: CreateTrialComponentResponse)
4046
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4047
+ end)
4048
+
4049
+ api.add_operation(:create_user_profile, Seahorse::Model::Operation.new.tap do |o|
4050
+ o.name = "CreateUserProfile"
4051
+ o.http_method = "POST"
4052
+ o.http_request_uri = "/"
4053
+ o.input = Shapes::ShapeRef.new(shape: CreateUserProfileRequest)
4054
+ o.output = Shapes::ShapeRef.new(shape: CreateUserProfileResponse)
4055
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4056
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
2308
4057
  end)
2309
4058
 
2310
4059
  api.add_operation(:create_workteam, Seahorse::Model::Operation.new.tap do |o|
@@ -2325,6 +4074,16 @@ module Aws::SageMaker
2325
4074
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2326
4075
  end)
2327
4076
 
4077
+ api.add_operation(:delete_app, Seahorse::Model::Operation.new.tap do |o|
4078
+ o.name = "DeleteApp"
4079
+ o.http_method = "POST"
4080
+ o.http_request_uri = "/"
4081
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppRequest)
4082
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4083
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4084
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4085
+ end)
4086
+
2328
4087
  api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
2329
4088
  o.name = "DeleteCodeRepository"
2330
4089
  o.http_method = "POST"
@@ -2333,6 +4092,16 @@ module Aws::SageMaker
2333
4092
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2334
4093
  end)
2335
4094
 
4095
+ api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
4096
+ o.name = "DeleteDomain"
4097
+ o.http_method = "POST"
4098
+ o.http_request_uri = "/"
4099
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainRequest)
4100
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4101
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4102
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4103
+ end)
4104
+
2336
4105
  api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
2337
4106
  o.name = "DeleteEndpoint"
2338
4107
  o.http_method = "POST"
@@ -2349,6 +4118,24 @@ module Aws::SageMaker
2349
4118
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2350
4119
  end)
2351
4120
 
4121
+ api.add_operation(:delete_experiment, Seahorse::Model::Operation.new.tap do |o|
4122
+ o.name = "DeleteExperiment"
4123
+ o.http_method = "POST"
4124
+ o.http_request_uri = "/"
4125
+ o.input = Shapes::ShapeRef.new(shape: DeleteExperimentRequest)
4126
+ o.output = Shapes::ShapeRef.new(shape: DeleteExperimentResponse)
4127
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4128
+ end)
4129
+
4130
+ api.add_operation(:delete_flow_definition, Seahorse::Model::Operation.new.tap do |o|
4131
+ o.name = "DeleteFlowDefinition"
4132
+ o.http_method = "POST"
4133
+ o.http_request_uri = "/"
4134
+ o.input = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionRequest)
4135
+ o.output = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionResponse)
4136
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4137
+ end)
4138
+
2352
4139
  api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
2353
4140
  o.name = "DeleteModel"
2354
4141
  o.http_method = "POST"
@@ -2365,6 +4152,15 @@ module Aws::SageMaker
2365
4152
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2366
4153
  end)
2367
4154
 
4155
+ api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
4156
+ o.name = "DeleteMonitoringSchedule"
4157
+ o.http_method = "POST"
4158
+ o.http_request_uri = "/"
4159
+ o.input = Shapes::ShapeRef.new(shape: DeleteMonitoringScheduleRequest)
4160
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4161
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4162
+ end)
4163
+
2368
4164
  api.add_operation(:delete_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
2369
4165
  o.name = "DeleteNotebookInstance"
2370
4166
  o.http_method = "POST"
@@ -2389,6 +4185,34 @@ module Aws::SageMaker
2389
4185
  o.output = Shapes::ShapeRef.new(shape: DeleteTagsOutput)
2390
4186
  end)
2391
4187
 
4188
+ api.add_operation(:delete_trial, Seahorse::Model::Operation.new.tap do |o|
4189
+ o.name = "DeleteTrial"
4190
+ o.http_method = "POST"
4191
+ o.http_request_uri = "/"
4192
+ o.input = Shapes::ShapeRef.new(shape: DeleteTrialRequest)
4193
+ o.output = Shapes::ShapeRef.new(shape: DeleteTrialResponse)
4194
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4195
+ end)
4196
+
4197
+ api.add_operation(:delete_trial_component, Seahorse::Model::Operation.new.tap do |o|
4198
+ o.name = "DeleteTrialComponent"
4199
+ o.http_method = "POST"
4200
+ o.http_request_uri = "/"
4201
+ o.input = Shapes::ShapeRef.new(shape: DeleteTrialComponentRequest)
4202
+ o.output = Shapes::ShapeRef.new(shape: DeleteTrialComponentResponse)
4203
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4204
+ end)
4205
+
4206
+ api.add_operation(:delete_user_profile, Seahorse::Model::Operation.new.tap do |o|
4207
+ o.name = "DeleteUserProfile"
4208
+ o.http_method = "POST"
4209
+ o.http_request_uri = "/"
4210
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserProfileRequest)
4211
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4212
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4213
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4214
+ end)
4215
+
2392
4216
  api.add_operation(:delete_workteam, Seahorse::Model::Operation.new.tap do |o|
2393
4217
  o.name = "DeleteWorkteam"
2394
4218
  o.http_method = "POST"
@@ -2406,6 +4230,24 @@ module Aws::SageMaker
2406
4230
  o.output = Shapes::ShapeRef.new(shape: DescribeAlgorithmOutput)
2407
4231
  end)
2408
4232
 
4233
+ api.add_operation(:describe_app, Seahorse::Model::Operation.new.tap do |o|
4234
+ o.name = "DescribeApp"
4235
+ o.http_method = "POST"
4236
+ o.http_request_uri = "/"
4237
+ o.input = Shapes::ShapeRef.new(shape: DescribeAppRequest)
4238
+ o.output = Shapes::ShapeRef.new(shape: DescribeAppResponse)
4239
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4240
+ end)
4241
+
4242
+ api.add_operation(:describe_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
4243
+ o.name = "DescribeAutoMLJob"
4244
+ o.http_method = "POST"
4245
+ o.http_request_uri = "/"
4246
+ o.input = Shapes::ShapeRef.new(shape: DescribeAutoMLJobRequest)
4247
+ o.output = Shapes::ShapeRef.new(shape: DescribeAutoMLJobResponse)
4248
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4249
+ end)
4250
+
2409
4251
  api.add_operation(:describe_code_repository, Seahorse::Model::Operation.new.tap do |o|
2410
4252
  o.name = "DescribeCodeRepository"
2411
4253
  o.http_method = "POST"
@@ -2423,6 +4265,15 @@ module Aws::SageMaker
2423
4265
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2424
4266
  end)
2425
4267
 
4268
+ api.add_operation(:describe_domain, Seahorse::Model::Operation.new.tap do |o|
4269
+ o.name = "DescribeDomain"
4270
+ o.http_method = "POST"
4271
+ o.http_request_uri = "/"
4272
+ o.input = Shapes::ShapeRef.new(shape: DescribeDomainRequest)
4273
+ o.output = Shapes::ShapeRef.new(shape: DescribeDomainResponse)
4274
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4275
+ end)
4276
+
2426
4277
  api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
2427
4278
  o.name = "DescribeEndpoint"
2428
4279
  o.http_method = "POST"
@@ -2439,6 +4290,33 @@ module Aws::SageMaker
2439
4290
  o.output = Shapes::ShapeRef.new(shape: DescribeEndpointConfigOutput)
2440
4291
  end)
2441
4292
 
4293
+ api.add_operation(:describe_experiment, Seahorse::Model::Operation.new.tap do |o|
4294
+ o.name = "DescribeExperiment"
4295
+ o.http_method = "POST"
4296
+ o.http_request_uri = "/"
4297
+ o.input = Shapes::ShapeRef.new(shape: DescribeExperimentRequest)
4298
+ o.output = Shapes::ShapeRef.new(shape: DescribeExperimentResponse)
4299
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4300
+ end)
4301
+
4302
+ api.add_operation(:describe_flow_definition, Seahorse::Model::Operation.new.tap do |o|
4303
+ o.name = "DescribeFlowDefinition"
4304
+ o.http_method = "POST"
4305
+ o.http_request_uri = "/"
4306
+ o.input = Shapes::ShapeRef.new(shape: DescribeFlowDefinitionRequest)
4307
+ o.output = Shapes::ShapeRef.new(shape: DescribeFlowDefinitionResponse)
4308
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4309
+ end)
4310
+
4311
+ api.add_operation(:describe_human_task_ui, Seahorse::Model::Operation.new.tap do |o|
4312
+ o.name = "DescribeHumanTaskUi"
4313
+ o.http_method = "POST"
4314
+ o.http_request_uri = "/"
4315
+ o.input = Shapes::ShapeRef.new(shape: DescribeHumanTaskUiRequest)
4316
+ o.output = Shapes::ShapeRef.new(shape: DescribeHumanTaskUiResponse)
4317
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4318
+ end)
4319
+
2442
4320
  api.add_operation(:describe_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
2443
4321
  o.name = "DescribeHyperParameterTuningJob"
2444
4322
  o.http_method = "POST"
@@ -2473,6 +4351,15 @@ module Aws::SageMaker
2473
4351
  o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageOutput)
2474
4352
  end)
2475
4353
 
4354
+ api.add_operation(:describe_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
4355
+ o.name = "DescribeMonitoringSchedule"
4356
+ o.http_method = "POST"
4357
+ o.http_request_uri = "/"
4358
+ o.input = Shapes::ShapeRef.new(shape: DescribeMonitoringScheduleRequest)
4359
+ o.output = Shapes::ShapeRef.new(shape: DescribeMonitoringScheduleResponse)
4360
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4361
+ end)
4362
+
2476
4363
  api.add_operation(:describe_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
2477
4364
  o.name = "DescribeNotebookInstance"
2478
4365
  o.http_method = "POST"
@@ -2489,6 +4376,15 @@ module Aws::SageMaker
2489
4376
  o.output = Shapes::ShapeRef.new(shape: DescribeNotebookInstanceLifecycleConfigOutput)
2490
4377
  end)
2491
4378
 
4379
+ api.add_operation(:describe_processing_job, Seahorse::Model::Operation.new.tap do |o|
4380
+ o.name = "DescribeProcessingJob"
4381
+ o.http_method = "POST"
4382
+ o.http_request_uri = "/"
4383
+ o.input = Shapes::ShapeRef.new(shape: DescribeProcessingJobRequest)
4384
+ o.output = Shapes::ShapeRef.new(shape: DescribeProcessingJobResponse)
4385
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4386
+ end)
4387
+
2492
4388
  api.add_operation(:describe_subscribed_workteam, Seahorse::Model::Operation.new.tap do |o|
2493
4389
  o.name = "DescribeSubscribedWorkteam"
2494
4390
  o.http_method = "POST"
@@ -2515,6 +4411,33 @@ module Aws::SageMaker
2515
4411
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2516
4412
  end)
2517
4413
 
4414
+ api.add_operation(:describe_trial, Seahorse::Model::Operation.new.tap do |o|
4415
+ o.name = "DescribeTrial"
4416
+ o.http_method = "POST"
4417
+ o.http_request_uri = "/"
4418
+ o.input = Shapes::ShapeRef.new(shape: DescribeTrialRequest)
4419
+ o.output = Shapes::ShapeRef.new(shape: DescribeTrialResponse)
4420
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4421
+ end)
4422
+
4423
+ api.add_operation(:describe_trial_component, Seahorse::Model::Operation.new.tap do |o|
4424
+ o.name = "DescribeTrialComponent"
4425
+ o.http_method = "POST"
4426
+ o.http_request_uri = "/"
4427
+ o.input = Shapes::ShapeRef.new(shape: DescribeTrialComponentRequest)
4428
+ o.output = Shapes::ShapeRef.new(shape: DescribeTrialComponentResponse)
4429
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4430
+ end)
4431
+
4432
+ api.add_operation(:describe_user_profile, Seahorse::Model::Operation.new.tap do |o|
4433
+ o.name = "DescribeUserProfile"
4434
+ o.http_method = "POST"
4435
+ o.http_request_uri = "/"
4436
+ o.input = Shapes::ShapeRef.new(shape: DescribeUserProfileRequest)
4437
+ o.output = Shapes::ShapeRef.new(shape: DescribeUserProfileResponse)
4438
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4439
+ end)
4440
+
2518
4441
  api.add_operation(:describe_workteam, Seahorse::Model::Operation.new.tap do |o|
2519
4442
  o.name = "DescribeWorkteam"
2520
4443
  o.http_method = "POST"
@@ -2523,6 +4446,15 @@ module Aws::SageMaker
2523
4446
  o.output = Shapes::ShapeRef.new(shape: DescribeWorkteamResponse)
2524
4447
  end)
2525
4448
 
4449
+ api.add_operation(:disassociate_trial_component, Seahorse::Model::Operation.new.tap do |o|
4450
+ o.name = "DisassociateTrialComponent"
4451
+ o.http_method = "POST"
4452
+ o.http_request_uri = "/"
4453
+ o.input = Shapes::ShapeRef.new(shape: DisassociateTrialComponentRequest)
4454
+ o.output = Shapes::ShapeRef.new(shape: DisassociateTrialComponentResponse)
4455
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4456
+ end)
4457
+
2526
4458
  api.add_operation(:get_search_suggestions, Seahorse::Model::Operation.new.tap do |o|
2527
4459
  o.name = "GetSearchSuggestions"
2528
4460
  o.http_method = "POST"
@@ -2537,6 +4469,55 @@ module Aws::SageMaker
2537
4469
  o.http_request_uri = "/"
2538
4470
  o.input = Shapes::ShapeRef.new(shape: ListAlgorithmsInput)
2539
4471
  o.output = Shapes::ShapeRef.new(shape: ListAlgorithmsOutput)
4472
+ o[:pager] = Aws::Pager.new(
4473
+ limit_key: "max_results",
4474
+ tokens: {
4475
+ "next_token" => "next_token"
4476
+ }
4477
+ )
4478
+ end)
4479
+
4480
+ api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
4481
+ o.name = "ListApps"
4482
+ o.http_method = "POST"
4483
+ o.http_request_uri = "/"
4484
+ o.input = Shapes::ShapeRef.new(shape: ListAppsRequest)
4485
+ o.output = Shapes::ShapeRef.new(shape: ListAppsResponse)
4486
+ o[:pager] = Aws::Pager.new(
4487
+ limit_key: "max_results",
4488
+ tokens: {
4489
+ "next_token" => "next_token"
4490
+ }
4491
+ )
4492
+ end)
4493
+
4494
+ api.add_operation(:list_auto_ml_jobs, Seahorse::Model::Operation.new.tap do |o|
4495
+ o.name = "ListAutoMLJobs"
4496
+ o.http_method = "POST"
4497
+ o.http_request_uri = "/"
4498
+ o.input = Shapes::ShapeRef.new(shape: ListAutoMLJobsRequest)
4499
+ o.output = Shapes::ShapeRef.new(shape: ListAutoMLJobsResponse)
4500
+ o[:pager] = Aws::Pager.new(
4501
+ limit_key: "max_results",
4502
+ tokens: {
4503
+ "next_token" => "next_token"
4504
+ }
4505
+ )
4506
+ end)
4507
+
4508
+ api.add_operation(:list_candidates_for_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
4509
+ o.name = "ListCandidatesForAutoMLJob"
4510
+ o.http_method = "POST"
4511
+ o.http_request_uri = "/"
4512
+ o.input = Shapes::ShapeRef.new(shape: ListCandidatesForAutoMLJobRequest)
4513
+ o.output = Shapes::ShapeRef.new(shape: ListCandidatesForAutoMLJobResponse)
4514
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4515
+ o[:pager] = Aws::Pager.new(
4516
+ limit_key: "max_results",
4517
+ tokens: {
4518
+ "next_token" => "next_token"
4519
+ }
4520
+ )
2540
4521
  end)
2541
4522
 
2542
4523
  api.add_operation(:list_code_repositories, Seahorse::Model::Operation.new.tap do |o|
@@ -2545,6 +4526,12 @@ module Aws::SageMaker
2545
4526
  o.http_request_uri = "/"
2546
4527
  o.input = Shapes::ShapeRef.new(shape: ListCodeRepositoriesInput)
2547
4528
  o.output = Shapes::ShapeRef.new(shape: ListCodeRepositoriesOutput)
4529
+ o[:pager] = Aws::Pager.new(
4530
+ limit_key: "max_results",
4531
+ tokens: {
4532
+ "next_token" => "next_token"
4533
+ }
4534
+ )
2548
4535
  end)
2549
4536
 
2550
4537
  api.add_operation(:list_compilation_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -2561,6 +4548,20 @@ module Aws::SageMaker
2561
4548
  )
2562
4549
  end)
2563
4550
 
4551
+ api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
4552
+ o.name = "ListDomains"
4553
+ o.http_method = "POST"
4554
+ o.http_request_uri = "/"
4555
+ o.input = Shapes::ShapeRef.new(shape: ListDomainsRequest)
4556
+ o.output = Shapes::ShapeRef.new(shape: ListDomainsResponse)
4557
+ o[:pager] = Aws::Pager.new(
4558
+ limit_key: "max_results",
4559
+ tokens: {
4560
+ "next_token" => "next_token"
4561
+ }
4562
+ )
4563
+ end)
4564
+
2564
4565
  api.add_operation(:list_endpoint_configs, Seahorse::Model::Operation.new.tap do |o|
2565
4566
  o.name = "ListEndpointConfigs"
2566
4567
  o.http_method = "POST"
@@ -2589,6 +4590,48 @@ module Aws::SageMaker
2589
4590
  )
2590
4591
  end)
2591
4592
 
4593
+ api.add_operation(:list_experiments, Seahorse::Model::Operation.new.tap do |o|
4594
+ o.name = "ListExperiments"
4595
+ o.http_method = "POST"
4596
+ o.http_request_uri = "/"
4597
+ o.input = Shapes::ShapeRef.new(shape: ListExperimentsRequest)
4598
+ o.output = Shapes::ShapeRef.new(shape: ListExperimentsResponse)
4599
+ o[:pager] = Aws::Pager.new(
4600
+ limit_key: "max_results",
4601
+ tokens: {
4602
+ "next_token" => "next_token"
4603
+ }
4604
+ )
4605
+ end)
4606
+
4607
+ api.add_operation(:list_flow_definitions, Seahorse::Model::Operation.new.tap do |o|
4608
+ o.name = "ListFlowDefinitions"
4609
+ o.http_method = "POST"
4610
+ o.http_request_uri = "/"
4611
+ o.input = Shapes::ShapeRef.new(shape: ListFlowDefinitionsRequest)
4612
+ o.output = Shapes::ShapeRef.new(shape: ListFlowDefinitionsResponse)
4613
+ o[:pager] = Aws::Pager.new(
4614
+ limit_key: "max_results",
4615
+ tokens: {
4616
+ "next_token" => "next_token"
4617
+ }
4618
+ )
4619
+ end)
4620
+
4621
+ api.add_operation(:list_human_task_uis, Seahorse::Model::Operation.new.tap do |o|
4622
+ o.name = "ListHumanTaskUis"
4623
+ o.http_method = "POST"
4624
+ o.http_request_uri = "/"
4625
+ o.input = Shapes::ShapeRef.new(shape: ListHumanTaskUisRequest)
4626
+ o.output = Shapes::ShapeRef.new(shape: ListHumanTaskUisResponse)
4627
+ o[:pager] = Aws::Pager.new(
4628
+ limit_key: "max_results",
4629
+ tokens: {
4630
+ "next_token" => "next_token"
4631
+ }
4632
+ )
4633
+ end)
4634
+
2592
4635
  api.add_operation(:list_hyper_parameter_tuning_jobs, Seahorse::Model::Operation.new.tap do |o|
2593
4636
  o.name = "ListHyperParameterTuningJobs"
2594
4637
  o.http_method = "POST"
@@ -2638,6 +4681,12 @@ module Aws::SageMaker
2638
4681
  o.http_request_uri = "/"
2639
4682
  o.input = Shapes::ShapeRef.new(shape: ListModelPackagesInput)
2640
4683
  o.output = Shapes::ShapeRef.new(shape: ListModelPackagesOutput)
4684
+ o[:pager] = Aws::Pager.new(
4685
+ limit_key: "max_results",
4686
+ tokens: {
4687
+ "next_token" => "next_token"
4688
+ }
4689
+ )
2641
4690
  end)
2642
4691
 
2643
4692
  api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
@@ -2654,6 +4703,34 @@ module Aws::SageMaker
2654
4703
  )
2655
4704
  end)
2656
4705
 
4706
+ api.add_operation(:list_monitoring_executions, Seahorse::Model::Operation.new.tap do |o|
4707
+ o.name = "ListMonitoringExecutions"
4708
+ o.http_method = "POST"
4709
+ o.http_request_uri = "/"
4710
+ o.input = Shapes::ShapeRef.new(shape: ListMonitoringExecutionsRequest)
4711
+ o.output = Shapes::ShapeRef.new(shape: ListMonitoringExecutionsResponse)
4712
+ o[:pager] = Aws::Pager.new(
4713
+ limit_key: "max_results",
4714
+ tokens: {
4715
+ "next_token" => "next_token"
4716
+ }
4717
+ )
4718
+ end)
4719
+
4720
+ api.add_operation(:list_monitoring_schedules, Seahorse::Model::Operation.new.tap do |o|
4721
+ o.name = "ListMonitoringSchedules"
4722
+ o.http_method = "POST"
4723
+ o.http_request_uri = "/"
4724
+ o.input = Shapes::ShapeRef.new(shape: ListMonitoringSchedulesRequest)
4725
+ o.output = Shapes::ShapeRef.new(shape: ListMonitoringSchedulesResponse)
4726
+ o[:pager] = Aws::Pager.new(
4727
+ limit_key: "max_results",
4728
+ tokens: {
4729
+ "next_token" => "next_token"
4730
+ }
4731
+ )
4732
+ end)
4733
+
2657
4734
  api.add_operation(:list_notebook_instance_lifecycle_configs, Seahorse::Model::Operation.new.tap do |o|
2658
4735
  o.name = "ListNotebookInstanceLifecycleConfigs"
2659
4736
  o.http_method = "POST"
@@ -2682,6 +4759,20 @@ module Aws::SageMaker
2682
4759
  )
2683
4760
  end)
2684
4761
 
4762
+ api.add_operation(:list_processing_jobs, Seahorse::Model::Operation.new.tap do |o|
4763
+ o.name = "ListProcessingJobs"
4764
+ o.http_method = "POST"
4765
+ o.http_request_uri = "/"
4766
+ o.input = Shapes::ShapeRef.new(shape: ListProcessingJobsRequest)
4767
+ o.output = Shapes::ShapeRef.new(shape: ListProcessingJobsResponse)
4768
+ o[:pager] = Aws::Pager.new(
4769
+ limit_key: "max_results",
4770
+ tokens: {
4771
+ "next_token" => "next_token"
4772
+ }
4773
+ )
4774
+ end)
4775
+
2685
4776
  api.add_operation(:list_subscribed_workteams, Seahorse::Model::Operation.new.tap do |o|
2686
4777
  o.name = "ListSubscribedWorkteams"
2687
4778
  o.http_method = "POST"
@@ -2753,6 +4844,48 @@ module Aws::SageMaker
2753
4844
  )
2754
4845
  end)
2755
4846
 
4847
+ api.add_operation(:list_trial_components, Seahorse::Model::Operation.new.tap do |o|
4848
+ o.name = "ListTrialComponents"
4849
+ o.http_method = "POST"
4850
+ o.http_request_uri = "/"
4851
+ o.input = Shapes::ShapeRef.new(shape: ListTrialComponentsRequest)
4852
+ o.output = Shapes::ShapeRef.new(shape: ListTrialComponentsResponse)
4853
+ o[:pager] = Aws::Pager.new(
4854
+ limit_key: "max_results",
4855
+ tokens: {
4856
+ "next_token" => "next_token"
4857
+ }
4858
+ )
4859
+ end)
4860
+
4861
+ api.add_operation(:list_trials, Seahorse::Model::Operation.new.tap do |o|
4862
+ o.name = "ListTrials"
4863
+ o.http_method = "POST"
4864
+ o.http_request_uri = "/"
4865
+ o.input = Shapes::ShapeRef.new(shape: ListTrialsRequest)
4866
+ o.output = Shapes::ShapeRef.new(shape: ListTrialsResponse)
4867
+ o[:pager] = Aws::Pager.new(
4868
+ limit_key: "max_results",
4869
+ tokens: {
4870
+ "next_token" => "next_token"
4871
+ }
4872
+ )
4873
+ end)
4874
+
4875
+ api.add_operation(:list_user_profiles, Seahorse::Model::Operation.new.tap do |o|
4876
+ o.name = "ListUserProfiles"
4877
+ o.http_method = "POST"
4878
+ o.http_request_uri = "/"
4879
+ o.input = Shapes::ShapeRef.new(shape: ListUserProfilesRequest)
4880
+ o.output = Shapes::ShapeRef.new(shape: ListUserProfilesResponse)
4881
+ o[:pager] = Aws::Pager.new(
4882
+ limit_key: "max_results",
4883
+ tokens: {
4884
+ "next_token" => "next_token"
4885
+ }
4886
+ )
4887
+ end)
4888
+
2756
4889
  api.add_operation(:list_workteams, Seahorse::Model::Operation.new.tap do |o|
2757
4890
  o.name = "ListWorkteams"
2758
4891
  o.http_method = "POST"
@@ -2789,6 +4922,15 @@ module Aws::SageMaker
2789
4922
  )
2790
4923
  end)
2791
4924
 
4925
+ api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
4926
+ o.name = "StartMonitoringSchedule"
4927
+ o.http_method = "POST"
4928
+ o.http_request_uri = "/"
4929
+ o.input = Shapes::ShapeRef.new(shape: StartMonitoringScheduleRequest)
4930
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4932
+ end)
4933
+
2792
4934
  api.add_operation(:start_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
2793
4935
  o.name = "StartNotebookInstance"
2794
4936
  o.http_method = "POST"
@@ -2798,6 +4940,15 @@ module Aws::SageMaker
2798
4940
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2799
4941
  end)
2800
4942
 
4943
+ api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
4944
+ o.name = "StopAutoMLJob"
4945
+ o.http_method = "POST"
4946
+ o.http_request_uri = "/"
4947
+ o.input = Shapes::ShapeRef.new(shape: StopAutoMLJobRequest)
4948
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4949
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4950
+ end)
4951
+
2801
4952
  api.add_operation(:stop_compilation_job, Seahorse::Model::Operation.new.tap do |o|
2802
4953
  o.name = "StopCompilationJob"
2803
4954
  o.http_method = "POST"
@@ -2825,6 +4976,15 @@ module Aws::SageMaker
2825
4976
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2826
4977
  end)
2827
4978
 
4979
+ api.add_operation(:stop_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
4980
+ o.name = "StopMonitoringSchedule"
4981
+ o.http_method = "POST"
4982
+ o.http_request_uri = "/"
4983
+ o.input = Shapes::ShapeRef.new(shape: StopMonitoringScheduleRequest)
4984
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4985
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4986
+ end)
4987
+
2828
4988
  api.add_operation(:stop_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
2829
4989
  o.name = "StopNotebookInstance"
2830
4990
  o.http_method = "POST"
@@ -2833,6 +4993,15 @@ module Aws::SageMaker
2833
4993
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2834
4994
  end)
2835
4995
 
4996
+ api.add_operation(:stop_processing_job, Seahorse::Model::Operation.new.tap do |o|
4997
+ o.name = "StopProcessingJob"
4998
+ o.http_method = "POST"
4999
+ o.http_request_uri = "/"
5000
+ o.input = Shapes::ShapeRef.new(shape: StopProcessingJobRequest)
5001
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
5002
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5003
+ end)
5004
+
2836
5005
  api.add_operation(:stop_training_job, Seahorse::Model::Operation.new.tap do |o|
2837
5006
  o.name = "StopTrainingJob"
2838
5007
  o.http_method = "POST"
@@ -2859,6 +5028,17 @@ module Aws::SageMaker
2859
5028
  o.output = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryOutput)
2860
5029
  end)
2861
5030
 
5031
+ api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
5032
+ o.name = "UpdateDomain"
5033
+ o.http_method = "POST"
5034
+ o.http_request_uri = "/"
5035
+ o.input = Shapes::ShapeRef.new(shape: UpdateDomainRequest)
5036
+ o.output = Shapes::ShapeRef.new(shape: UpdateDomainResponse)
5037
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
5038
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
5039
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5040
+ end)
5041
+
2862
5042
  api.add_operation(:update_endpoint, Seahorse::Model::Operation.new.tap do |o|
2863
5043
  o.name = "UpdateEndpoint"
2864
5044
  o.http_method = "POST"
@@ -2877,6 +5057,26 @@ module Aws::SageMaker
2877
5057
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2878
5058
  end)
2879
5059
 
5060
+ api.add_operation(:update_experiment, Seahorse::Model::Operation.new.tap do |o|
5061
+ o.name = "UpdateExperiment"
5062
+ o.http_method = "POST"
5063
+ o.http_request_uri = "/"
5064
+ o.input = Shapes::ShapeRef.new(shape: UpdateExperimentRequest)
5065
+ o.output = Shapes::ShapeRef.new(shape: UpdateExperimentResponse)
5066
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5067
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5068
+ end)
5069
+
5070
+ api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
5071
+ o.name = "UpdateMonitoringSchedule"
5072
+ o.http_method = "POST"
5073
+ o.http_request_uri = "/"
5074
+ o.input = Shapes::ShapeRef.new(shape: UpdateMonitoringScheduleRequest)
5075
+ o.output = Shapes::ShapeRef.new(shape: UpdateMonitoringScheduleResponse)
5076
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
5077
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5078
+ end)
5079
+
2880
5080
  api.add_operation(:update_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
2881
5081
  o.name = "UpdateNotebookInstance"
2882
5082
  o.http_method = "POST"
@@ -2895,6 +5095,37 @@ module Aws::SageMaker
2895
5095
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2896
5096
  end)
2897
5097
 
5098
+ api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|
5099
+ o.name = "UpdateTrial"
5100
+ o.http_method = "POST"
5101
+ o.http_request_uri = "/"
5102
+ o.input = Shapes::ShapeRef.new(shape: UpdateTrialRequest)
5103
+ o.output = Shapes::ShapeRef.new(shape: UpdateTrialResponse)
5104
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5105
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5106
+ end)
5107
+
5108
+ api.add_operation(:update_trial_component, Seahorse::Model::Operation.new.tap do |o|
5109
+ o.name = "UpdateTrialComponent"
5110
+ o.http_method = "POST"
5111
+ o.http_request_uri = "/"
5112
+ o.input = Shapes::ShapeRef.new(shape: UpdateTrialComponentRequest)
5113
+ o.output = Shapes::ShapeRef.new(shape: UpdateTrialComponentResponse)
5114
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5115
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5116
+ end)
5117
+
5118
+ api.add_operation(:update_user_profile, Seahorse::Model::Operation.new.tap do |o|
5119
+ o.name = "UpdateUserProfile"
5120
+ o.http_method = "POST"
5121
+ o.http_request_uri = "/"
5122
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserProfileRequest)
5123
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserProfileResponse)
5124
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
5125
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
5126
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5127
+ end)
5128
+
2898
5129
  api.add_operation(:update_workteam, Seahorse::Model::Operation.new.tap do |o|
2899
5130
  o.name = "UpdateWorkteam"
2900
5131
  o.http_method = "POST"