aws-sdk-sagemaker 1.24.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,30 +12,87 @@ module Aws::SageMaker
12
12
  include Seahorse::Model
13
13
 
14
14
  Accept = Shapes::StringShape.new(name: 'Accept')
15
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
15
16
  AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
16
17
  AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
18
+ AdditionalCodeRepositoryNamesOrUrls = Shapes::ListShape.new(name: 'AdditionalCodeRepositoryNamesOrUrls')
19
+ AlgorithmArn = Shapes::StringShape.new(name: 'AlgorithmArn')
17
20
  AlgorithmImage = Shapes::StringShape.new(name: 'AlgorithmImage')
21
+ AlgorithmSortBy = Shapes::StringShape.new(name: 'AlgorithmSortBy')
18
22
  AlgorithmSpecification = Shapes::StructureShape.new(name: 'AlgorithmSpecification')
23
+ AlgorithmStatus = Shapes::StringShape.new(name: 'AlgorithmStatus')
24
+ AlgorithmStatusDetails = Shapes::StructureShape.new(name: 'AlgorithmStatusDetails')
25
+ AlgorithmStatusItem = Shapes::StructureShape.new(name: 'AlgorithmStatusItem')
26
+ AlgorithmStatusItemList = Shapes::ListShape.new(name: 'AlgorithmStatusItemList')
27
+ AlgorithmSummary = Shapes::StructureShape.new(name: 'AlgorithmSummary')
28
+ AlgorithmSummaryList = Shapes::ListShape.new(name: 'AlgorithmSummaryList')
29
+ AlgorithmValidationProfile = Shapes::StructureShape.new(name: 'AlgorithmValidationProfile')
30
+ AlgorithmValidationProfiles = Shapes::ListShape.new(name: 'AlgorithmValidationProfiles')
31
+ AlgorithmValidationSpecification = Shapes::StructureShape.new(name: 'AlgorithmValidationSpecification')
32
+ AnnotationConsolidationConfig = Shapes::StructureShape.new(name: 'AnnotationConsolidationConfig')
33
+ ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
19
34
  AssemblyType = Shapes::StringShape.new(name: 'AssemblyType')
35
+ AttributeName = Shapes::StringShape.new(name: 'AttributeName')
36
+ AttributeNames = Shapes::ListShape.new(name: 'AttributeNames')
20
37
  BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
38
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
39
+ BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
40
+ Branch = Shapes::StringShape.new(name: 'Branch')
21
41
  CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
42
+ CategoricalParameterRangeSpecification = Shapes::StructureShape.new(name: 'CategoricalParameterRangeSpecification')
22
43
  CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
44
+ Cents = Shapes::IntegerShape.new(name: 'Cents')
45
+ CertifyForMarketplace = Shapes::BooleanShape.new(name: 'CertifyForMarketplace')
23
46
  Channel = Shapes::StructureShape.new(name: 'Channel')
24
47
  ChannelName = Shapes::StringShape.new(name: 'ChannelName')
48
+ ChannelSpecification = Shapes::StructureShape.new(name: 'ChannelSpecification')
49
+ ChannelSpecifications = Shapes::ListShape.new(name: 'ChannelSpecifications')
50
+ CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
51
+ CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
52
+ CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
53
+ CodeRepositoryNameOrUrl = Shapes::StringShape.new(name: 'CodeRepositoryNameOrUrl')
54
+ CodeRepositorySortBy = Shapes::StringShape.new(name: 'CodeRepositorySortBy')
55
+ CodeRepositorySortOrder = Shapes::StringShape.new(name: 'CodeRepositorySortOrder')
56
+ CodeRepositorySummary = Shapes::StructureShape.new(name: 'CodeRepositorySummary')
57
+ CodeRepositorySummaryList = Shapes::ListShape.new(name: 'CodeRepositorySummaryList')
58
+ CognitoClientId = Shapes::StringShape.new(name: 'CognitoClientId')
59
+ CognitoMemberDefinition = Shapes::StructureShape.new(name: 'CognitoMemberDefinition')
60
+ CognitoUserGroup = Shapes::StringShape.new(name: 'CognitoUserGroup')
61
+ CognitoUserPool = Shapes::StringShape.new(name: 'CognitoUserPool')
62
+ CompilationJobArn = Shapes::StringShape.new(name: 'CompilationJobArn')
63
+ CompilationJobStatus = Shapes::StringShape.new(name: 'CompilationJobStatus')
64
+ CompilationJobSummaries = Shapes::ListShape.new(name: 'CompilationJobSummaries')
65
+ CompilationJobSummary = Shapes::StructureShape.new(name: 'CompilationJobSummary')
25
66
  CompressionType = Shapes::StringShape.new(name: 'CompressionType')
67
+ CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
26
68
  ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
69
+ ContainerDefinitionList = Shapes::ListShape.new(name: 'ContainerDefinitionList')
27
70
  ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
71
+ ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
72
+ ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
28
73
  ContentType = Shapes::StringShape.new(name: 'ContentType')
74
+ ContentTypes = Shapes::ListShape.new(name: 'ContentTypes')
29
75
  ContinuousParameterRange = Shapes::StructureShape.new(name: 'ContinuousParameterRange')
76
+ ContinuousParameterRangeSpecification = Shapes::StructureShape.new(name: 'ContinuousParameterRangeSpecification')
30
77
  ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
78
+ CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
79
+ CreateAlgorithmOutput = Shapes::StructureShape.new(name: 'CreateAlgorithmOutput')
80
+ CreateCodeRepositoryInput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryInput')
81
+ CreateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryOutput')
82
+ CreateCompilationJobRequest = Shapes::StructureShape.new(name: 'CreateCompilationJobRequest')
83
+ CreateCompilationJobResponse = Shapes::StructureShape.new(name: 'CreateCompilationJobResponse')
31
84
  CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
32
85
  CreateEndpointConfigOutput = Shapes::StructureShape.new(name: 'CreateEndpointConfigOutput')
33
86
  CreateEndpointInput = Shapes::StructureShape.new(name: 'CreateEndpointInput')
34
87
  CreateEndpointOutput = Shapes::StructureShape.new(name: 'CreateEndpointOutput')
35
88
  CreateHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobRequest')
36
89
  CreateHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobResponse')
90
+ CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
91
+ CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
37
92
  CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
38
93
  CreateModelOutput = Shapes::StructureShape.new(name: 'CreateModelOutput')
94
+ CreateModelPackageInput = Shapes::StructureShape.new(name: 'CreateModelPackageInput')
95
+ CreateModelPackageOutput = Shapes::StructureShape.new(name: 'CreateModelPackageOutput')
39
96
  CreateNotebookInstanceInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceInput')
40
97
  CreateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigInput')
41
98
  CreateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigOutput')
@@ -46,37 +103,65 @@ module Aws::SageMaker
46
103
  CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
47
104
  CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
48
105
  CreateTransformJobResponse = Shapes::StructureShape.new(name: 'CreateTransformJobResponse')
106
+ CreateWorkteamRequest = Shapes::StructureShape.new(name: 'CreateWorkteamRequest')
107
+ CreateWorkteamResponse = Shapes::StructureShape.new(name: 'CreateWorkteamResponse')
49
108
  CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
109
+ DataInputConfig = Shapes::StringShape.new(name: 'DataInputConfig')
50
110
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
111
+ DeleteAlgorithmInput = Shapes::StructureShape.new(name: 'DeleteAlgorithmInput')
112
+ DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
51
113
  DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
52
114
  DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
53
115
  DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
116
+ DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
54
117
  DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
55
118
  DeleteNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceLifecycleConfigInput')
56
119
  DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
57
120
  DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
121
+ DeleteWorkteamRequest = Shapes::StructureShape.new(name: 'DeleteWorkteamRequest')
122
+ DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
58
123
  DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
59
124
  DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
125
+ DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
126
+ DescribeAlgorithmOutput = Shapes::StructureShape.new(name: 'DescribeAlgorithmOutput')
127
+ DescribeCodeRepositoryInput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryInput')
128
+ DescribeCodeRepositoryOutput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryOutput')
129
+ DescribeCompilationJobRequest = Shapes::StructureShape.new(name: 'DescribeCompilationJobRequest')
130
+ DescribeCompilationJobResponse = Shapes::StructureShape.new(name: 'DescribeCompilationJobResponse')
60
131
  DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
61
132
  DescribeEndpointConfigOutput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigOutput')
62
133
  DescribeEndpointInput = Shapes::StructureShape.new(name: 'DescribeEndpointInput')
63
134
  DescribeEndpointOutput = Shapes::StructureShape.new(name: 'DescribeEndpointOutput')
64
135
  DescribeHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobRequest')
65
136
  DescribeHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobResponse')
137
+ DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
138
+ DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
66
139
  DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
67
140
  DescribeModelOutput = Shapes::StructureShape.new(name: 'DescribeModelOutput')
141
+ DescribeModelPackageInput = Shapes::StructureShape.new(name: 'DescribeModelPackageInput')
142
+ DescribeModelPackageOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageOutput')
68
143
  DescribeNotebookInstanceInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceInput')
69
144
  DescribeNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigInput')
70
145
  DescribeNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigOutput')
71
146
  DescribeNotebookInstanceOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceOutput')
147
+ DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
148
+ DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
72
149
  DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
73
150
  DescribeTrainingJobResponse = Shapes::StructureShape.new(name: 'DescribeTrainingJobResponse')
74
151
  DescribeTransformJobRequest = Shapes::StructureShape.new(name: 'DescribeTransformJobRequest')
75
152
  DescribeTransformJobResponse = Shapes::StructureShape.new(name: 'DescribeTransformJobResponse')
153
+ DescribeWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeWorkteamRequest')
154
+ DescribeWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeWorkteamResponse')
76
155
  DesiredWeightAndCapacity = Shapes::StructureShape.new(name: 'DesiredWeightAndCapacity')
77
156
  DesiredWeightAndCapacityList = Shapes::ListShape.new(name: 'DesiredWeightAndCapacityList')
157
+ DetailedAlgorithmStatus = Shapes::StringShape.new(name: 'DetailedAlgorithmStatus')
158
+ DetailedModelPackageStatus = Shapes::StringShape.new(name: 'DetailedModelPackageStatus')
78
159
  DirectInternetAccess = Shapes::StringShape.new(name: 'DirectInternetAccess')
160
+ DisassociateAdditionalCodeRepositories = Shapes::BooleanShape.new(name: 'DisassociateAdditionalCodeRepositories')
161
+ DisassociateDefaultCodeRepository = Shapes::BooleanShape.new(name: 'DisassociateDefaultCodeRepository')
162
+ DisassociateNotebookInstanceAcceleratorTypes = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceAcceleratorTypes')
79
163
  DisassociateNotebookInstanceLifecycleConfig = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceLifecycleConfig')
164
+ Dollars = Shapes::IntegerShape.new(name: 'Dollars')
80
165
  EndpointArn = Shapes::StringShape.new(name: 'EndpointArn')
81
166
  EndpointConfigArn = Shapes::StringShape.new(name: 'EndpointConfigArn')
82
167
  EndpointConfigName = Shapes::StringShape.new(name: 'EndpointConfigName')
@@ -90,14 +175,27 @@ module Aws::SageMaker
90
175
  EndpointStatus = Shapes::StringShape.new(name: 'EndpointStatus')
91
176
  EndpointSummary = Shapes::StructureShape.new(name: 'EndpointSummary')
92
177
  EndpointSummaryList = Shapes::ListShape.new(name: 'EndpointSummaryList')
178
+ EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
179
+ EntityName = Shapes::StringShape.new(name: 'EntityName')
93
180
  EnvironmentKey = Shapes::StringShape.new(name: 'EnvironmentKey')
94
181
  EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
95
182
  EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
96
183
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
184
+ Filter = Shapes::StructureShape.new(name: 'Filter')
185
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
186
+ FilterValue = Shapes::StringShape.new(name: 'FilterValue')
97
187
  FinalHyperParameterTuningJobObjectiveMetric = Shapes::StructureShape.new(name: 'FinalHyperParameterTuningJobObjectiveMetric')
98
188
  FinalMetricDataList = Shapes::ListShape.new(name: 'FinalMetricDataList')
99
189
  Float = Shapes::FloatShape.new(name: 'Float')
190
+ Framework = Shapes::StringShape.new(name: 'Framework')
191
+ GetSearchSuggestionsRequest = Shapes::StructureShape.new(name: 'GetSearchSuggestionsRequest')
192
+ GetSearchSuggestionsResponse = Shapes::StructureShape.new(name: 'GetSearchSuggestionsResponse')
193
+ GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
194
+ GitConfigForUpdate = Shapes::StructureShape.new(name: 'GitConfigForUpdate')
195
+ HumanTaskConfig = Shapes::StructureShape.new(name: 'HumanTaskConfig')
100
196
  HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
197
+ HyperParameterSpecification = Shapes::StructureShape.new(name: 'HyperParameterSpecification')
198
+ HyperParameterSpecifications = Shapes::ListShape.new(name: 'HyperParameterSpecifications')
101
199
  HyperParameterTrainingJobDefinition = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobDefinition')
102
200
  HyperParameterTrainingJobSummaries = Shapes::ListShape.new(name: 'HyperParameterTrainingJobSummaries')
103
201
  HyperParameterTrainingJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobSummary')
@@ -106,6 +204,7 @@ module Aws::SageMaker
106
204
  HyperParameterTuningJobName = Shapes::StringShape.new(name: 'HyperParameterTuningJobName')
107
205
  HyperParameterTuningJobObjective = Shapes::StructureShape.new(name: 'HyperParameterTuningJobObjective')
108
206
  HyperParameterTuningJobObjectiveType = Shapes::StringShape.new(name: 'HyperParameterTuningJobObjectiveType')
207
+ HyperParameterTuningJobObjectives = Shapes::ListShape.new(name: 'HyperParameterTuningJobObjectives')
109
208
  HyperParameterTuningJobSortByOptions = Shapes::StringShape.new(name: 'HyperParameterTuningJobSortByOptions')
110
209
  HyperParameterTuningJobStatus = Shapes::StringShape.new(name: 'HyperParameterTuningJobStatus')
111
210
  HyperParameterTuningJobStrategyType = Shapes::StringShape.new(name: 'HyperParameterTuningJobStrategyType')
@@ -115,24 +214,68 @@ module Aws::SageMaker
115
214
  HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
116
215
  HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
117
216
  Image = Shapes::StringShape.new(name: 'Image')
217
+ ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
218
+ InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
219
+ InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
118
220
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
221
+ InputModes = Shapes::ListShape.new(name: 'InputModes')
119
222
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
120
223
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
224
+ IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
121
225
  IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
226
+ JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
227
+ JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
122
228
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
229
+ LabelAttributeName = Shapes::StringShape.new(name: 'LabelAttributeName')
230
+ LabelCounter = Shapes::IntegerShape.new(name: 'LabelCounter')
231
+ LabelCounters = Shapes::StructureShape.new(name: 'LabelCounters')
232
+ LabelCountersForWorkteam = Shapes::StructureShape.new(name: 'LabelCountersForWorkteam')
233
+ LabelingJobAlgorithmSpecificationArn = Shapes::StringShape.new(name: 'LabelingJobAlgorithmSpecificationArn')
234
+ LabelingJobAlgorithmsConfig = Shapes::StructureShape.new(name: 'LabelingJobAlgorithmsConfig')
235
+ LabelingJobArn = Shapes::StringShape.new(name: 'LabelingJobArn')
236
+ LabelingJobDataAttributes = Shapes::StructureShape.new(name: 'LabelingJobDataAttributes')
237
+ LabelingJobDataSource = Shapes::StructureShape.new(name: 'LabelingJobDataSource')
238
+ LabelingJobForWorkteamSummary = Shapes::StructureShape.new(name: 'LabelingJobForWorkteamSummary')
239
+ LabelingJobForWorkteamSummaryList = Shapes::ListShape.new(name: 'LabelingJobForWorkteamSummaryList')
240
+ LabelingJobInputConfig = Shapes::StructureShape.new(name: 'LabelingJobInputConfig')
241
+ LabelingJobName = Shapes::StringShape.new(name: 'LabelingJobName')
242
+ LabelingJobOutput = Shapes::StructureShape.new(name: 'LabelingJobOutput')
243
+ LabelingJobOutputConfig = Shapes::StructureShape.new(name: 'LabelingJobOutputConfig')
244
+ LabelingJobResourceConfig = Shapes::StructureShape.new(name: 'LabelingJobResourceConfig')
245
+ LabelingJobS3DataSource = Shapes::StructureShape.new(name: 'LabelingJobS3DataSource')
246
+ LabelingJobStatus = Shapes::StringShape.new(name: 'LabelingJobStatus')
247
+ LabelingJobStoppingConditions = Shapes::StructureShape.new(name: 'LabelingJobStoppingConditions')
248
+ LabelingJobSummary = Shapes::StructureShape.new(name: 'LabelingJobSummary')
249
+ LabelingJobSummaryList = Shapes::ListShape.new(name: 'LabelingJobSummaryList')
250
+ LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
123
251
  LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
252
+ ListAlgorithmsInput = Shapes::StructureShape.new(name: 'ListAlgorithmsInput')
253
+ ListAlgorithmsOutput = Shapes::StructureShape.new(name: 'ListAlgorithmsOutput')
254
+ ListCodeRepositoriesInput = Shapes::StructureShape.new(name: 'ListCodeRepositoriesInput')
255
+ ListCodeRepositoriesOutput = Shapes::StructureShape.new(name: 'ListCodeRepositoriesOutput')
256
+ ListCompilationJobsRequest = Shapes::StructureShape.new(name: 'ListCompilationJobsRequest')
257
+ ListCompilationJobsResponse = Shapes::StructureShape.new(name: 'ListCompilationJobsResponse')
124
258
  ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
125
259
  ListEndpointConfigsOutput = Shapes::StructureShape.new(name: 'ListEndpointConfigsOutput')
126
260
  ListEndpointsInput = Shapes::StructureShape.new(name: 'ListEndpointsInput')
127
261
  ListEndpointsOutput = Shapes::StructureShape.new(name: 'ListEndpointsOutput')
128
262
  ListHyperParameterTuningJobsRequest = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsRequest')
129
263
  ListHyperParameterTuningJobsResponse = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsResponse')
264
+ ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
265
+ ListLabelingJobsForWorkteamResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamResponse')
266
+ ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
267
+ ListLabelingJobsRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsRequest')
268
+ ListLabelingJobsResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsResponse')
269
+ ListModelPackagesInput = Shapes::StructureShape.new(name: 'ListModelPackagesInput')
270
+ ListModelPackagesOutput = Shapes::StructureShape.new(name: 'ListModelPackagesOutput')
130
271
  ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
131
272
  ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
132
273
  ListNotebookInstanceLifecycleConfigsInput = Shapes::StructureShape.new(name: 'ListNotebookInstanceLifecycleConfigsInput')
133
274
  ListNotebookInstanceLifecycleConfigsOutput = Shapes::StructureShape.new(name: 'ListNotebookInstanceLifecycleConfigsOutput')
134
275
  ListNotebookInstancesInput = Shapes::StructureShape.new(name: 'ListNotebookInstancesInput')
135
276
  ListNotebookInstancesOutput = Shapes::StructureShape.new(name: 'ListNotebookInstancesOutput')
277
+ ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
278
+ ListSubscribedWorkteamsResponse = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsResponse')
136
279
  ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
137
280
  ListTagsMaxResults = Shapes::IntegerShape.new(name: 'ListTagsMaxResults')
138
281
  ListTagsOutput = Shapes::StructureShape.new(name: 'ListTagsOutput')
@@ -142,12 +285,20 @@ module Aws::SageMaker
142
285
  ListTrainingJobsResponse = Shapes::StructureShape.new(name: 'ListTrainingJobsResponse')
143
286
  ListTransformJobsRequest = Shapes::StructureShape.new(name: 'ListTransformJobsRequest')
144
287
  ListTransformJobsResponse = Shapes::StructureShape.new(name: 'ListTransformJobsResponse')
288
+ ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
289
+ ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
290
+ ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
291
+ MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
145
292
  MaxConcurrentTransforms = Shapes::IntegerShape.new(name: 'MaxConcurrentTransforms')
293
+ MaxHumanLabeledObjectCount = Shapes::IntegerShape.new(name: 'MaxHumanLabeledObjectCount')
146
294
  MaxNumberOfTrainingJobs = Shapes::IntegerShape.new(name: 'MaxNumberOfTrainingJobs')
147
295
  MaxParallelTrainingJobs = Shapes::IntegerShape.new(name: 'MaxParallelTrainingJobs')
148
296
  MaxPayloadInMB = Shapes::IntegerShape.new(name: 'MaxPayloadInMB')
297
+ MaxPercentageOfInputDatasetLabeled = Shapes::IntegerShape.new(name: 'MaxPercentageOfInputDatasetLabeled')
149
298
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
150
299
  MaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimeInSeconds')
300
+ MemberDefinition = Shapes::StructureShape.new(name: 'MemberDefinition')
301
+ MemberDefinitions = Shapes::ListShape.new(name: 'MemberDefinitions')
151
302
  MetricData = Shapes::StructureShape.new(name: 'MetricData')
152
303
  MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
153
304
  MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
@@ -158,12 +309,29 @@ module Aws::SageMaker
158
309
  ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
159
310
  ModelName = Shapes::StringShape.new(name: 'ModelName')
160
311
  ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
312
+ ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
313
+ ModelPackageContainerDefinition = Shapes::StructureShape.new(name: 'ModelPackageContainerDefinition')
314
+ ModelPackageContainerDefinitionList = Shapes::ListShape.new(name: 'ModelPackageContainerDefinitionList')
315
+ ModelPackageSortBy = Shapes::StringShape.new(name: 'ModelPackageSortBy')
316
+ ModelPackageStatus = Shapes::StringShape.new(name: 'ModelPackageStatus')
317
+ ModelPackageStatusDetails = Shapes::StructureShape.new(name: 'ModelPackageStatusDetails')
318
+ ModelPackageStatusItem = Shapes::StructureShape.new(name: 'ModelPackageStatusItem')
319
+ ModelPackageStatusItemList = Shapes::ListShape.new(name: 'ModelPackageStatusItemList')
320
+ ModelPackageSummary = Shapes::StructureShape.new(name: 'ModelPackageSummary')
321
+ ModelPackageSummaryList = Shapes::ListShape.new(name: 'ModelPackageSummaryList')
322
+ ModelPackageValidationProfile = Shapes::StructureShape.new(name: 'ModelPackageValidationProfile')
323
+ ModelPackageValidationProfiles = Shapes::ListShape.new(name: 'ModelPackageValidationProfiles')
324
+ ModelPackageValidationSpecification = Shapes::StructureShape.new(name: 'ModelPackageValidationSpecification')
161
325
  ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
162
326
  ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
163
327
  ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
164
328
  NameContains = Shapes::StringShape.new(name: 'NameContains')
329
+ NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
330
+ NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
165
331
  NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
166
332
  NextToken = Shapes::StringShape.new(name: 'NextToken')
333
+ NotebookInstanceAcceleratorType = Shapes::StringShape.new(name: 'NotebookInstanceAcceleratorType')
334
+ NotebookInstanceAcceleratorTypes = Shapes::ListShape.new(name: 'NotebookInstanceAcceleratorTypes')
167
335
  NotebookInstanceArn = Shapes::StringShape.new(name: 'NotebookInstanceArn')
168
336
  NotebookInstanceLifecycleConfigArn = Shapes::StringShape.new(name: 'NotebookInstanceLifecycleConfigArn')
169
337
  NotebookInstanceLifecycleConfigContent = Shapes::StringShape.new(name: 'NotebookInstanceLifecycleConfigContent')
@@ -184,64 +352,122 @@ module Aws::SageMaker
184
352
  NotebookInstanceSummaryList = Shapes::ListShape.new(name: 'NotebookInstanceSummaryList')
185
353
  NotebookInstanceUrl = Shapes::StringShape.new(name: 'NotebookInstanceUrl')
186
354
  NotebookInstanceVolumeSizeInGB = Shapes::IntegerShape.new(name: 'NotebookInstanceVolumeSizeInGB')
355
+ NumberOfHumanWorkersPerDataObject = Shapes::IntegerShape.new(name: 'NumberOfHumanWorkersPerDataObject')
187
356
  ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
188
357
  ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
189
358
  ObjectiveStatusCounters = Shapes::StructureShape.new(name: 'ObjectiveStatusCounters')
359
+ Operator = Shapes::StringShape.new(name: 'Operator')
190
360
  OrderKey = Shapes::StringShape.new(name: 'OrderKey')
361
+ OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
191
362
  OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
192
363
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
193
364
  ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
365
+ ParameterName = Shapes::StringShape.new(name: 'ParameterName')
366
+ ParameterRange = Shapes::StructureShape.new(name: 'ParameterRange')
194
367
  ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
368
+ ParameterType = Shapes::StringShape.new(name: 'ParameterType')
195
369
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
196
370
  ParameterValues = Shapes::ListShape.new(name: 'ParameterValues')
197
371
  ParentHyperParameterTuningJob = Shapes::StructureShape.new(name: 'ParentHyperParameterTuningJob')
198
372
  ParentHyperParameterTuningJobs = Shapes::ListShape.new(name: 'ParentHyperParameterTuningJobs')
373
+ ProductId = Shapes::StringShape.new(name: 'ProductId')
374
+ ProductListings = Shapes::ListShape.new(name: 'ProductListings')
199
375
  ProductionVariant = Shapes::StructureShape.new(name: 'ProductionVariant')
376
+ ProductionVariantAcceleratorType = Shapes::StringShape.new(name: 'ProductionVariantAcceleratorType')
200
377
  ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
201
378
  ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
202
379
  ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
203
380
  ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
381
+ PropertyNameHint = Shapes::StringShape.new(name: 'PropertyNameHint')
382
+ PropertyNameQuery = Shapes::StructureShape.new(name: 'PropertyNameQuery')
383
+ PropertyNameSuggestion = Shapes::StructureShape.new(name: 'PropertyNameSuggestion')
384
+ PropertyNameSuggestionList = Shapes::ListShape.new(name: 'PropertyNameSuggestionList')
385
+ PublicWorkforceTaskPrice = Shapes::StructureShape.new(name: 'PublicWorkforceTaskPrice')
386
+ RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
204
387
  RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
388
+ RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
389
+ RenderUiTemplateResponse = Shapes::StructureShape.new(name: 'RenderUiTemplateResponse')
390
+ RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
391
+ RenderingError = Shapes::StructureShape.new(name: 'RenderingError')
392
+ RenderingErrorList = Shapes::ListShape.new(name: 'RenderingErrorList')
205
393
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
206
394
  ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
207
395
  ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
208
396
  ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
209
397
  ResourceLimits = Shapes::StructureShape.new(name: 'ResourceLimits')
210
398
  ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
399
+ ResourcePropertyName = Shapes::StringShape.new(name: 'ResourcePropertyName')
400
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
401
+ ResponseMIMEType = Shapes::StringShape.new(name: 'ResponseMIMEType')
402
+ ResponseMIMETypes = Shapes::ListShape.new(name: 'ResponseMIMETypes')
211
403
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
212
404
  S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
213
405
  S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
214
406
  S3DataType = Shapes::StringShape.new(name: 'S3DataType')
215
407
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
408
+ SearchExpression = Shapes::StructureShape.new(name: 'SearchExpression')
409
+ SearchExpressionList = Shapes::ListShape.new(name: 'SearchExpressionList')
410
+ SearchRecord = Shapes::StructureShape.new(name: 'SearchRecord')
411
+ SearchRequest = Shapes::StructureShape.new(name: 'SearchRequest')
412
+ SearchResponse = Shapes::StructureShape.new(name: 'SearchResponse')
413
+ SearchResultsList = Shapes::ListShape.new(name: 'SearchResultsList')
414
+ SearchSortOrder = Shapes::StringShape.new(name: 'SearchSortOrder')
216
415
  SecondaryStatus = Shapes::StringShape.new(name: 'SecondaryStatus')
217
416
  SecondaryStatusTransition = Shapes::StructureShape.new(name: 'SecondaryStatusTransition')
218
417
  SecondaryStatusTransitions = Shapes::ListShape.new(name: 'SecondaryStatusTransitions')
418
+ SecretArn = Shapes::StringShape.new(name: 'SecretArn')
219
419
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
220
420
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
421
+ Seed = Shapes::IntegerShape.new(name: 'Seed')
221
422
  SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
423
+ ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
222
424
  SortBy = Shapes::StringShape.new(name: 'SortBy')
223
425
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
426
+ SourceAlgorithm = Shapes::StructureShape.new(name: 'SourceAlgorithm')
427
+ SourceAlgorithmList = Shapes::ListShape.new(name: 'SourceAlgorithmList')
428
+ SourceAlgorithmSpecification = Shapes::StructureShape.new(name: 'SourceAlgorithmSpecification')
224
429
  SplitType = Shapes::StringShape.new(name: 'SplitType')
225
430
  StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
226
431
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
432
+ StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
227
433
  StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
434
+ StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
228
435
  StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
229
436
  StopTrainingJobRequest = Shapes::StructureShape.new(name: 'StopTrainingJobRequest')
230
437
  StopTransformJobRequest = Shapes::StructureShape.new(name: 'StopTransformJobRequest')
231
438
  StoppingCondition = Shapes::StructureShape.new(name: 'StoppingCondition')
439
+ String = Shapes::StringShape.new(name: 'String')
440
+ String200 = Shapes::StringShape.new(name: 'String200')
232
441
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
233
442
  Subnets = Shapes::ListShape.new(name: 'Subnets')
443
+ SubscribedWorkteam = Shapes::StructureShape.new(name: 'SubscribedWorkteam')
444
+ SubscribedWorkteams = Shapes::ListShape.new(name: 'SubscribedWorkteams')
445
+ Success = Shapes::BooleanShape.new(name: 'Success')
446
+ SuggestionQuery = Shapes::StructureShape.new(name: 'SuggestionQuery')
234
447
  Tag = Shapes::StructureShape.new(name: 'Tag')
235
448
  TagKey = Shapes::StringShape.new(name: 'TagKey')
236
449
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
237
450
  TagList = Shapes::ListShape.new(name: 'TagList')
238
451
  TagValue = Shapes::StringShape.new(name: 'TagValue')
452
+ TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
453
+ TaskAvailabilityLifetimeInSeconds = Shapes::IntegerShape.new(name: 'TaskAvailabilityLifetimeInSeconds')
239
454
  TaskCount = Shapes::IntegerShape.new(name: 'TaskCount')
455
+ TaskDescription = Shapes::StringShape.new(name: 'TaskDescription')
456
+ TaskInput = Shapes::StringShape.new(name: 'TaskInput')
457
+ TaskKeyword = Shapes::StringShape.new(name: 'TaskKeyword')
458
+ TaskKeywords = Shapes::ListShape.new(name: 'TaskKeywords')
459
+ TaskTimeLimitInSeconds = Shapes::IntegerShape.new(name: 'TaskTimeLimitInSeconds')
460
+ TaskTitle = Shapes::StringShape.new(name: 'TaskTitle')
461
+ TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
462
+ TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
240
463
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
241
464
  TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
242
465
  TrainingInstanceCount = Shapes::IntegerShape.new(name: 'TrainingInstanceCount')
243
466
  TrainingInstanceType = Shapes::StringShape.new(name: 'TrainingInstanceType')
467
+ TrainingInstanceTypes = Shapes::ListShape.new(name: 'TrainingInstanceTypes')
468
+ TrainingJob = Shapes::StructureShape.new(name: 'TrainingJob')
244
469
  TrainingJobArn = Shapes::StringShape.new(name: 'TrainingJobArn')
470
+ TrainingJobDefinition = Shapes::StructureShape.new(name: 'TrainingJobDefinition')
245
471
  TrainingJobName = Shapes::StringShape.new(name: 'TrainingJobName')
246
472
  TrainingJobSortByOptions = Shapes::StringShape.new(name: 'TrainingJobSortByOptions')
247
473
  TrainingJobStatus = Shapes::StringShape.new(name: 'TrainingJobStatus')
@@ -249,6 +475,7 @@ module Aws::SageMaker
249
475
  TrainingJobStatusCounters = Shapes::StructureShape.new(name: 'TrainingJobStatusCounters')
250
476
  TrainingJobSummaries = Shapes::ListShape.new(name: 'TrainingJobSummaries')
251
477
  TrainingJobSummary = Shapes::StructureShape.new(name: 'TrainingJobSummary')
478
+ TrainingSpecification = Shapes::StructureShape.new(name: 'TrainingSpecification')
252
479
  TransformDataSource = Shapes::StructureShape.new(name: 'TransformDataSource')
253
480
  TransformEnvironmentKey = Shapes::StringShape.new(name: 'TransformEnvironmentKey')
254
481
  TransformEnvironmentMap = Shapes::MapShape.new(name: 'TransformEnvironmentMap')
@@ -256,7 +483,9 @@ module Aws::SageMaker
256
483
  TransformInput = Shapes::StructureShape.new(name: 'TransformInput')
257
484
  TransformInstanceCount = Shapes::IntegerShape.new(name: 'TransformInstanceCount')
258
485
  TransformInstanceType = Shapes::StringShape.new(name: 'TransformInstanceType')
486
+ TransformInstanceTypes = Shapes::ListShape.new(name: 'TransformInstanceTypes')
259
487
  TransformJobArn = Shapes::StringShape.new(name: 'TransformJobArn')
488
+ TransformJobDefinition = Shapes::StructureShape.new(name: 'TransformJobDefinition')
260
489
  TransformJobName = Shapes::StringShape.new(name: 'TransformJobName')
261
490
  TransformJobStatus = Shapes::StringShape.new(name: 'TransformJobStatus')
262
491
  TransformJobSummaries = Shapes::ListShape.new(name: 'TransformJobSummaries')
@@ -264,6 +493,11 @@ module Aws::SageMaker
264
493
  TransformOutput = Shapes::StructureShape.new(name: 'TransformOutput')
265
494
  TransformResources = Shapes::StructureShape.new(name: 'TransformResources')
266
495
  TransformS3DataSource = Shapes::StructureShape.new(name: 'TransformS3DataSource')
496
+ USD = Shapes::StructureShape.new(name: 'USD')
497
+ UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
498
+ UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
499
+ UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
500
+ UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
267
501
  UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
268
502
  UpdateEndpointOutput = Shapes::StructureShape.new(name: 'UpdateEndpointOutput')
269
503
  UpdateEndpointWeightsAndCapacitiesInput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesInput')
@@ -272,12 +506,18 @@ module Aws::SageMaker
272
506
  UpdateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigInput')
273
507
  UpdateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigOutput')
274
508
  UpdateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceOutput')
509
+ UpdateWorkteamRequest = Shapes::StructureShape.new(name: 'UpdateWorkteamRequest')
510
+ UpdateWorkteamResponse = Shapes::StructureShape.new(name: 'UpdateWorkteamResponse')
275
511
  Url = Shapes::StringShape.new(name: 'Url')
276
512
  VariantName = Shapes::StringShape.new(name: 'VariantName')
277
513
  VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
278
514
  VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
279
515
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
280
516
  VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
517
+ Workteam = Shapes::StructureShape.new(name: 'Workteam')
518
+ WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
519
+ WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
520
+ Workteams = Shapes::ListShape.new(name: 'Workteams')
281
521
 
282
522
  AddTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
283
523
  AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
@@ -286,15 +526,57 @@ module Aws::SageMaker
286
526
  AddTagsOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
287
527
  AddTagsOutput.struct_class = Types::AddTagsOutput
288
528
 
529
+ AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
530
+
289
531
  AlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
532
+ AlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
290
533
  AlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
291
534
  AlgorithmSpecification.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "MetricDefinitions"))
292
535
  AlgorithmSpecification.struct_class = Types::AlgorithmSpecification
293
536
 
537
+ AlgorithmStatusDetails.add_member(:validation_statuses, Shapes::ShapeRef.new(shape: AlgorithmStatusItemList, location_name: "ValidationStatuses"))
538
+ AlgorithmStatusDetails.add_member(:image_scan_statuses, Shapes::ShapeRef.new(shape: AlgorithmStatusItemList, location_name: "ImageScanStatuses"))
539
+ AlgorithmStatusDetails.struct_class = Types::AlgorithmStatusDetails
540
+
541
+ AlgorithmStatusItem.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
542
+ AlgorithmStatusItem.add_member(:status, Shapes::ShapeRef.new(shape: DetailedAlgorithmStatus, required: true, location_name: "Status"))
543
+ AlgorithmStatusItem.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
544
+ AlgorithmStatusItem.struct_class = Types::AlgorithmStatusItem
545
+
546
+ AlgorithmStatusItemList.member = Shapes::ShapeRef.new(shape: AlgorithmStatusItem)
547
+
548
+ AlgorithmSummary.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
549
+ AlgorithmSummary.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
550
+ AlgorithmSummary.add_member(:algorithm_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "AlgorithmDescription"))
551
+ AlgorithmSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
552
+ AlgorithmSummary.add_member(:algorithm_status, Shapes::ShapeRef.new(shape: AlgorithmStatus, required: true, location_name: "AlgorithmStatus"))
553
+ AlgorithmSummary.struct_class = Types::AlgorithmSummary
554
+
555
+ AlgorithmSummaryList.member = Shapes::ShapeRef.new(shape: AlgorithmSummary)
556
+
557
+ AlgorithmValidationProfile.add_member(:profile_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ProfileName"))
558
+ AlgorithmValidationProfile.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: TrainingJobDefinition, required: true, location_name: "TrainingJobDefinition"))
559
+ AlgorithmValidationProfile.add_member(:transform_job_definition, Shapes::ShapeRef.new(shape: TransformJobDefinition, location_name: "TransformJobDefinition"))
560
+ AlgorithmValidationProfile.struct_class = Types::AlgorithmValidationProfile
561
+
562
+ AlgorithmValidationProfiles.member = Shapes::ShapeRef.new(shape: AlgorithmValidationProfile)
563
+
564
+ AlgorithmValidationSpecification.add_member(:validation_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ValidationRole"))
565
+ AlgorithmValidationSpecification.add_member(:validation_profiles, Shapes::ShapeRef.new(shape: AlgorithmValidationProfiles, required: true, location_name: "ValidationProfiles"))
566
+ AlgorithmValidationSpecification.struct_class = Types::AlgorithmValidationSpecification
567
+
568
+ AnnotationConsolidationConfig.add_member(:annotation_consolidation_lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "AnnotationConsolidationLambdaArn"))
569
+ AnnotationConsolidationConfig.struct_class = Types::AnnotationConsolidationConfig
570
+
571
+ AttributeNames.member = Shapes::ShapeRef.new(shape: AttributeName)
572
+
294
573
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
295
574
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: ParameterValues, required: true, location_name: "Values"))
296
575
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
297
576
 
577
+ CategoricalParameterRangeSpecification.add_member(:values, Shapes::ShapeRef.new(shape: ParameterValues, required: true, location_name: "Values"))
578
+ CategoricalParameterRangeSpecification.struct_class = Types::CategoricalParameterRangeSpecification
579
+
298
580
  CategoricalParameterRanges.member = Shapes::ShapeRef.new(shape: CategoricalParameterRange)
299
581
 
300
582
  Channel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "ChannelName"))
@@ -303,21 +585,98 @@ module Aws::SageMaker
303
585
  Channel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
304
586
  Channel.add_member(:record_wrapper_type, Shapes::ShapeRef.new(shape: RecordWrapper, location_name: "RecordWrapperType"))
305
587
  Channel.add_member(:input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "InputMode"))
588
+ Channel.add_member(:shuffle_config, Shapes::ShapeRef.new(shape: ShuffleConfig, location_name: "ShuffleConfig"))
306
589
  Channel.struct_class = Types::Channel
307
590
 
591
+ ChannelSpecification.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "Name"))
592
+ ChannelSpecification.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
593
+ ChannelSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
594
+ ChannelSpecification.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: ContentTypes, required: true, location_name: "SupportedContentTypes"))
595
+ ChannelSpecification.add_member(:supported_compression_types, Shapes::ShapeRef.new(shape: CompressionTypes, location_name: "SupportedCompressionTypes"))
596
+ ChannelSpecification.add_member(:supported_input_modes, Shapes::ShapeRef.new(shape: InputModes, required: true, location_name: "SupportedInputModes"))
597
+ ChannelSpecification.struct_class = Types::ChannelSpecification
598
+
599
+ ChannelSpecifications.member = Shapes::ShapeRef.new(shape: ChannelSpecification)
600
+
601
+ CodeRepositorySummary.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
602
+ CodeRepositorySummary.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
603
+ CodeRepositorySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
604
+ CodeRepositorySummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
605
+ CodeRepositorySummary.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, location_name: "GitConfig"))
606
+ CodeRepositorySummary.struct_class = Types::CodeRepositorySummary
607
+
608
+ CodeRepositorySummaryList.member = Shapes::ShapeRef.new(shape: CodeRepositorySummary)
609
+
610
+ CognitoMemberDefinition.add_member(:user_pool, Shapes::ShapeRef.new(shape: CognitoUserPool, required: true, location_name: "UserPool"))
611
+ CognitoMemberDefinition.add_member(:user_group, Shapes::ShapeRef.new(shape: CognitoUserGroup, required: true, location_name: "UserGroup"))
612
+ CognitoMemberDefinition.add_member(:client_id, Shapes::ShapeRef.new(shape: CognitoClientId, required: true, location_name: "ClientId"))
613
+ CognitoMemberDefinition.struct_class = Types::CognitoMemberDefinition
614
+
615
+ CompilationJobSummaries.member = Shapes::ShapeRef.new(shape: CompilationJobSummary)
616
+
617
+ CompilationJobSummary.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
618
+ CompilationJobSummary.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
619
+ CompilationJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
620
+ CompilationJobSummary.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
621
+ CompilationJobSummary.add_member(:compilation_target_device, Shapes::ShapeRef.new(shape: TargetDevice, required: true, location_name: "CompilationTargetDevice"))
622
+ CompilationJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
623
+ CompilationJobSummary.add_member(:compilation_job_status, Shapes::ShapeRef.new(shape: CompilationJobStatus, required: true, location_name: "CompilationJobStatus"))
624
+ CompilationJobSummary.struct_class = Types::CompilationJobSummary
625
+
626
+ CompressionTypes.member = Shapes::ShapeRef.new(shape: CompressionType)
627
+
308
628
  ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
309
- ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, required: true, location_name: "Image"))
629
+ ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "Image"))
310
630
  ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
311
631
  ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
632
+ ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageName"))
312
633
  ContainerDefinition.struct_class = Types::ContainerDefinition
313
634
 
635
+ ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
636
+
637
+ ContentClassifiers.member = Shapes::ShapeRef.new(shape: ContentClassifier)
638
+
639
+ ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
640
+
314
641
  ContinuousParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
315
642
  ContinuousParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
316
643
  ContinuousParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
317
644
  ContinuousParameterRange.struct_class = Types::ContinuousParameterRange
318
645
 
646
+ ContinuousParameterRangeSpecification.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
647
+ ContinuousParameterRangeSpecification.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
648
+ ContinuousParameterRangeSpecification.struct_class = Types::ContinuousParameterRangeSpecification
649
+
319
650
  ContinuousParameterRanges.member = Shapes::ShapeRef.new(shape: ContinuousParameterRange)
320
651
 
652
+ CreateAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
653
+ CreateAlgorithmInput.add_member(:algorithm_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "AlgorithmDescription"))
654
+ CreateAlgorithmInput.add_member(:training_specification, Shapes::ShapeRef.new(shape: TrainingSpecification, required: true, location_name: "TrainingSpecification"))
655
+ CreateAlgorithmInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
656
+ CreateAlgorithmInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: AlgorithmValidationSpecification, location_name: "ValidationSpecification"))
657
+ CreateAlgorithmInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
658
+ CreateAlgorithmInput.struct_class = Types::CreateAlgorithmInput
659
+
660
+ CreateAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
661
+ CreateAlgorithmOutput.struct_class = Types::CreateAlgorithmOutput
662
+
663
+ CreateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
664
+ CreateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, required: true, location_name: "GitConfig"))
665
+ CreateCodeRepositoryInput.struct_class = Types::CreateCodeRepositoryInput
666
+
667
+ CreateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
668
+ CreateCodeRepositoryOutput.struct_class = Types::CreateCodeRepositoryOutput
669
+
670
+ CreateCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
671
+ CreateCompilationJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
672
+ CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
673
+ CreateCompilationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
674
+ CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
675
+ CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
676
+
677
+ CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
678
+ CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
679
+
321
680
  CreateEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
322
681
  CreateEndpointConfigInput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
323
682
  CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -345,16 +704,44 @@ module Aws::SageMaker
345
704
  CreateHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, required: true, location_name: "HyperParameterTuningJobArn"))
346
705
  CreateHyperParameterTuningJobResponse.struct_class = Types::CreateHyperParameterTuningJobResponse
347
706
 
707
+ CreateLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
708
+ CreateLabelingJobRequest.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, required: true, location_name: "LabelAttributeName"))
709
+ CreateLabelingJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
710
+ CreateLabelingJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: LabelingJobOutputConfig, required: true, location_name: "OutputConfig"))
711
+ CreateLabelingJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
712
+ CreateLabelingJobRequest.add_member(:label_category_config_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "LabelCategoryConfigS3Uri"))
713
+ CreateLabelingJobRequest.add_member(:stopping_conditions, Shapes::ShapeRef.new(shape: LabelingJobStoppingConditions, location_name: "StoppingConditions"))
714
+ CreateLabelingJobRequest.add_member(:labeling_job_algorithms_config, Shapes::ShapeRef.new(shape: LabelingJobAlgorithmsConfig, location_name: "LabelingJobAlgorithmsConfig"))
715
+ CreateLabelingJobRequest.add_member(:human_task_config, Shapes::ShapeRef.new(shape: HumanTaskConfig, required: true, location_name: "HumanTaskConfig"))
716
+ CreateLabelingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
717
+ CreateLabelingJobRequest.struct_class = Types::CreateLabelingJobRequest
718
+
719
+ CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
720
+ CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
721
+
348
722
  CreateModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
349
- CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, required: true, location_name: "PrimaryContainer"))
723
+ CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
724
+ CreateModelInput.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
350
725
  CreateModelInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleArn"))
351
726
  CreateModelInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
352
727
  CreateModelInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
728
+ CreateModelInput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
353
729
  CreateModelInput.struct_class = Types::CreateModelInput
354
730
 
355
731
  CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
356
732
  CreateModelOutput.struct_class = Types::CreateModelOutput
357
733
 
734
+ CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
735
+ CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
736
+ CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
737
+ CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
738
+ CreateModelPackageInput.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
739
+ CreateModelPackageInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
740
+ CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
741
+
742
+ CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
743
+ CreateModelPackageOutput.struct_class = Types::CreateModelPackageOutput
744
+
358
745
  CreateNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
359
746
  CreateNotebookInstanceInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "InstanceType"))
360
747
  CreateNotebookInstanceInput.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
@@ -365,6 +752,9 @@ module Aws::SageMaker
365
752
  CreateNotebookInstanceInput.add_member(:lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, location_name: "LifecycleConfigName"))
366
753
  CreateNotebookInstanceInput.add_member(:direct_internet_access, Shapes::ShapeRef.new(shape: DirectInternetAccess, location_name: "DirectInternetAccess"))
367
754
  CreateNotebookInstanceInput.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: NotebookInstanceVolumeSizeInGB, location_name: "VolumeSizeInGB"))
755
+ CreateNotebookInstanceInput.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorTypes, location_name: "AcceleratorTypes"))
756
+ CreateNotebookInstanceInput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
757
+ CreateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
368
758
  CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
369
759
 
370
760
  CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -395,6 +785,7 @@ module Aws::SageMaker
395
785
  CreateTrainingJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
396
786
  CreateTrainingJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
397
787
  CreateTrainingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
788
+ CreateTrainingJobRequest.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
398
789
  CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
399
790
 
400
791
  CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
@@ -415,9 +806,24 @@ module Aws::SageMaker
415
806
  CreateTransformJobResponse.add_member(:transform_job_arn, Shapes::ShapeRef.new(shape: TransformJobArn, required: true, location_name: "TransformJobArn"))
416
807
  CreateTransformJobResponse.struct_class = Types::CreateTransformJobResponse
417
808
 
809
+ CreateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
810
+ CreateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
811
+ CreateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
812
+ CreateWorkteamRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
813
+ CreateWorkteamRequest.struct_class = Types::CreateWorkteamRequest
814
+
815
+ CreateWorkteamResponse.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, location_name: "WorkteamArn"))
816
+ CreateWorkteamResponse.struct_class = Types::CreateWorkteamResponse
817
+
418
818
  DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, required: true, location_name: "S3DataSource"))
419
819
  DataSource.struct_class = Types::DataSource
420
820
 
821
+ DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
822
+ DeleteAlgorithmInput.struct_class = Types::DeleteAlgorithmInput
823
+
824
+ DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
825
+ DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
826
+
421
827
  DeleteEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
422
828
  DeleteEndpointConfigInput.struct_class = Types::DeleteEndpointConfigInput
423
829
 
@@ -427,6 +833,9 @@ module Aws::SageMaker
427
833
  DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
428
834
  DeleteModelInput.struct_class = Types::DeleteModelInput
429
835
 
836
+ DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
837
+ DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
838
+
430
839
  DeleteNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
431
840
  DeleteNotebookInstanceInput.struct_class = Types::DeleteNotebookInstanceInput
432
841
 
@@ -439,6 +848,12 @@ module Aws::SageMaker
439
848
 
440
849
  DeleteTagsOutput.struct_class = Types::DeleteTagsOutput
441
850
 
851
+ DeleteWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
852
+ DeleteWorkteamRequest.struct_class = Types::DeleteWorkteamRequest
853
+
854
+ DeleteWorkteamResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, required: true, location_name: "Success"))
855
+ DeleteWorkteamResponse.struct_class = Types::DeleteWorkteamResponse
856
+
442
857
  DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape: Image, location_name: "SpecifiedImage"))
443
858
  DeployedImage.add_member(:resolved_image, Shapes::ShapeRef.new(shape: Image, location_name: "ResolvedImage"))
444
859
  DeployedImage.add_member(:resolution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResolutionTime"))
@@ -446,6 +861,50 @@ module Aws::SageMaker
446
861
 
447
862
  DeployedImages.member = Shapes::ShapeRef.new(shape: DeployedImage)
448
863
 
864
+ DescribeAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "AlgorithmName"))
865
+ DescribeAlgorithmInput.struct_class = Types::DescribeAlgorithmInput
866
+
867
+ DescribeAlgorithmOutput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
868
+ DescribeAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
869
+ DescribeAlgorithmOutput.add_member(:algorithm_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "AlgorithmDescription"))
870
+ DescribeAlgorithmOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
871
+ DescribeAlgorithmOutput.add_member(:training_specification, Shapes::ShapeRef.new(shape: TrainingSpecification, required: true, location_name: "TrainingSpecification"))
872
+ DescribeAlgorithmOutput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
873
+ DescribeAlgorithmOutput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: AlgorithmValidationSpecification, location_name: "ValidationSpecification"))
874
+ DescribeAlgorithmOutput.add_member(:algorithm_status, Shapes::ShapeRef.new(shape: AlgorithmStatus, required: true, location_name: "AlgorithmStatus"))
875
+ DescribeAlgorithmOutput.add_member(:algorithm_status_details, Shapes::ShapeRef.new(shape: AlgorithmStatusDetails, required: true, location_name: "AlgorithmStatusDetails"))
876
+ DescribeAlgorithmOutput.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
877
+ DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
878
+ DescribeAlgorithmOutput.struct_class = Types::DescribeAlgorithmOutput
879
+
880
+ DescribeCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
881
+ DescribeCodeRepositoryInput.struct_class = Types::DescribeCodeRepositoryInput
882
+
883
+ DescribeCodeRepositoryOutput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
884
+ DescribeCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
885
+ DescribeCodeRepositoryOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
886
+ DescribeCodeRepositoryOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
887
+ DescribeCodeRepositoryOutput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, location_name: "GitConfig"))
888
+ DescribeCodeRepositoryOutput.struct_class = Types::DescribeCodeRepositoryOutput
889
+
890
+ DescribeCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
891
+ DescribeCompilationJobRequest.struct_class = Types::DescribeCompilationJobRequest
892
+
893
+ DescribeCompilationJobResponse.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
894
+ DescribeCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
895
+ DescribeCompilationJobResponse.add_member(:compilation_job_status, Shapes::ShapeRef.new(shape: CompilationJobStatus, required: true, location_name: "CompilationJobStatus"))
896
+ DescribeCompilationJobResponse.add_member(:compilation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationStartTime"))
897
+ DescribeCompilationJobResponse.add_member(:compilation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompilationEndTime"))
898
+ DescribeCompilationJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
899
+ DescribeCompilationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
900
+ DescribeCompilationJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
901
+ DescribeCompilationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, required: true, location_name: "FailureReason"))
902
+ DescribeCompilationJobResponse.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, required: true, location_name: "ModelArtifacts"))
903
+ DescribeCompilationJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
904
+ DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
905
+ DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
906
+ DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
907
+
449
908
  DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
450
909
  DescribeEndpointConfigInput.struct_class = Types::DescribeEndpointConfigInput
451
910
 
@@ -488,17 +947,57 @@ module Aws::SageMaker
488
947
  DescribeHyperParameterTuningJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
489
948
  DescribeHyperParameterTuningJobResponse.struct_class = Types::DescribeHyperParameterTuningJobResponse
490
949
 
950
+ DescribeLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
951
+ DescribeLabelingJobRequest.struct_class = Types::DescribeLabelingJobRequest
952
+
953
+ DescribeLabelingJobResponse.add_member(:labeling_job_status, Shapes::ShapeRef.new(shape: LabelingJobStatus, required: true, location_name: "LabelingJobStatus"))
954
+ DescribeLabelingJobResponse.add_member(:label_counters, Shapes::ShapeRef.new(shape: LabelCounters, required: true, location_name: "LabelCounters"))
955
+ DescribeLabelingJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
956
+ DescribeLabelingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
957
+ DescribeLabelingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
958
+ DescribeLabelingJobResponse.add_member(:job_reference_code, Shapes::ShapeRef.new(shape: JobReferenceCode, required: true, location_name: "JobReferenceCode"))
959
+ DescribeLabelingJobResponse.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
960
+ DescribeLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
961
+ DescribeLabelingJobResponse.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, location_name: "LabelAttributeName"))
962
+ DescribeLabelingJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
963
+ DescribeLabelingJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: LabelingJobOutputConfig, required: true, location_name: "OutputConfig"))
964
+ DescribeLabelingJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
965
+ DescribeLabelingJobResponse.add_member(:label_category_config_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "LabelCategoryConfigS3Uri"))
966
+ DescribeLabelingJobResponse.add_member(:stopping_conditions, Shapes::ShapeRef.new(shape: LabelingJobStoppingConditions, location_name: "StoppingConditions"))
967
+ DescribeLabelingJobResponse.add_member(:labeling_job_algorithms_config, Shapes::ShapeRef.new(shape: LabelingJobAlgorithmsConfig, location_name: "LabelingJobAlgorithmsConfig"))
968
+ DescribeLabelingJobResponse.add_member(:human_task_config, Shapes::ShapeRef.new(shape: HumanTaskConfig, required: true, location_name: "HumanTaskConfig"))
969
+ DescribeLabelingJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
970
+ DescribeLabelingJobResponse.add_member(:labeling_job_output, Shapes::ShapeRef.new(shape: LabelingJobOutput, location_name: "LabelingJobOutput"))
971
+ DescribeLabelingJobResponse.struct_class = Types::DescribeLabelingJobResponse
972
+
491
973
  DescribeModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
492
974
  DescribeModelInput.struct_class = Types::DescribeModelInput
493
975
 
494
976
  DescribeModelOutput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
495
- DescribeModelOutput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, required: true, location_name: "PrimaryContainer"))
977
+ DescribeModelOutput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
978
+ DescribeModelOutput.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
496
979
  DescribeModelOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleArn"))
497
980
  DescribeModelOutput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
498
981
  DescribeModelOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
499
982
  DescribeModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
983
+ DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
500
984
  DescribeModelOutput.struct_class = Types::DescribeModelOutput
501
985
 
986
+ DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "ModelPackageName"))
987
+ DescribeModelPackageInput.struct_class = Types::DescribeModelPackageInput
988
+
989
+ DescribeModelPackageOutput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
990
+ DescribeModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
991
+ DescribeModelPackageOutput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
992
+ DescribeModelPackageOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
993
+ DescribeModelPackageOutput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
994
+ DescribeModelPackageOutput.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
995
+ DescribeModelPackageOutput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
996
+ DescribeModelPackageOutput.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
997
+ DescribeModelPackageOutput.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, required: true, location_name: "ModelPackageStatusDetails"))
998
+ DescribeModelPackageOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
999
+ DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
1000
+
502
1001
  DescribeNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
503
1002
  DescribeNotebookInstanceInput.struct_class = Types::DescribeNotebookInstanceInput
504
1003
 
@@ -529,14 +1028,24 @@ module Aws::SageMaker
529
1028
  DescribeNotebookInstanceOutput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, location_name: "NotebookInstanceLifecycleConfigName"))
530
1029
  DescribeNotebookInstanceOutput.add_member(:direct_internet_access, Shapes::ShapeRef.new(shape: DirectInternetAccess, location_name: "DirectInternetAccess"))
531
1030
  DescribeNotebookInstanceOutput.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: NotebookInstanceVolumeSizeInGB, location_name: "VolumeSizeInGB"))
1031
+ DescribeNotebookInstanceOutput.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorTypes, location_name: "AcceleratorTypes"))
1032
+ DescribeNotebookInstanceOutput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
1033
+ DescribeNotebookInstanceOutput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
532
1034
  DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
533
1035
 
1036
+ DescribeSubscribedWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1037
+ DescribeSubscribedWorkteamRequest.struct_class = Types::DescribeSubscribedWorkteamRequest
1038
+
1039
+ DescribeSubscribedWorkteamResponse.add_member(:subscribed_workteam, Shapes::ShapeRef.new(shape: SubscribedWorkteam, required: true, location_name: "SubscribedWorkteam"))
1040
+ DescribeSubscribedWorkteamResponse.struct_class = Types::DescribeSubscribedWorkteamResponse
1041
+
534
1042
  DescribeTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
535
1043
  DescribeTrainingJobRequest.struct_class = Types::DescribeTrainingJobRequest
536
1044
 
537
1045
  DescribeTrainingJobResponse.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
538
1046
  DescribeTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
539
1047
  DescribeTrainingJobResponse.add_member(:tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "TuningJobArn"))
1048
+ DescribeTrainingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
540
1049
  DescribeTrainingJobResponse.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, required: true, location_name: "ModelArtifacts"))
541
1050
  DescribeTrainingJobResponse.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
542
1051
  DescribeTrainingJobResponse.add_member(:secondary_status, Shapes::ShapeRef.new(shape: SecondaryStatus, required: true, location_name: "SecondaryStatus"))
@@ -555,6 +1064,7 @@ module Aws::SageMaker
555
1064
  DescribeTrainingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
556
1065
  DescribeTrainingJobResponse.add_member(:secondary_status_transitions, Shapes::ShapeRef.new(shape: SecondaryStatusTransitions, location_name: "SecondaryStatusTransitions"))
557
1066
  DescribeTrainingJobResponse.add_member(:final_metric_data_list, Shapes::ShapeRef.new(shape: FinalMetricDataList, location_name: "FinalMetricDataList"))
1067
+ DescribeTrainingJobResponse.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
558
1068
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
559
1069
 
560
1070
  DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
@@ -575,8 +1085,15 @@ module Aws::SageMaker
575
1085
  DescribeTransformJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
576
1086
  DescribeTransformJobResponse.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
577
1087
  DescribeTransformJobResponse.add_member(:transform_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformEndTime"))
1088
+ DescribeTransformJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
578
1089
  DescribeTransformJobResponse.struct_class = Types::DescribeTransformJobResponse
579
1090
 
1091
+ DescribeWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
1092
+ DescribeWorkteamRequest.struct_class = Types::DescribeWorkteamRequest
1093
+
1094
+ DescribeWorkteamResponse.add_member(:workteam, Shapes::ShapeRef.new(shape: Workteam, required: true, location_name: "Workteam"))
1095
+ DescribeWorkteamResponse.struct_class = Types::DescribeWorkteamResponse
1096
+
580
1097
  DesiredWeightAndCapacity.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
581
1098
  DesiredWeightAndCapacity.add_member(:desired_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "DesiredWeight"))
582
1099
  DesiredWeightAndCapacity.add_member(:desired_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "DesiredInstanceCount"))
@@ -603,6 +1120,13 @@ module Aws::SageMaker
603
1120
  EnvironmentMap.key = Shapes::ShapeRef.new(shape: EnvironmentKey)
604
1121
  EnvironmentMap.value = Shapes::ShapeRef.new(shape: EnvironmentValue)
605
1122
 
1123
+ Filter.add_member(:name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "Name"))
1124
+ Filter.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, location_name: "Operator"))
1125
+ Filter.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, location_name: "Value"))
1126
+ Filter.struct_class = Types::Filter
1127
+
1128
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter)
1129
+
606
1130
  FinalHyperParameterTuningJobObjectiveMetric.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, location_name: "Type"))
607
1131
  FinalHyperParameterTuningJobObjectiveMetric.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
608
1132
  FinalHyperParameterTuningJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value"))
@@ -610,11 +1134,52 @@ module Aws::SageMaker
610
1134
 
611
1135
  FinalMetricDataList.member = Shapes::ShapeRef.new(shape: MetricData)
612
1136
 
1137
+ GetSearchSuggestionsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
1138
+ GetSearchSuggestionsRequest.add_member(:suggestion_query, Shapes::ShapeRef.new(shape: SuggestionQuery, location_name: "SuggestionQuery"))
1139
+ GetSearchSuggestionsRequest.struct_class = Types::GetSearchSuggestionsRequest
1140
+
1141
+ GetSearchSuggestionsResponse.add_member(:property_name_suggestions, Shapes::ShapeRef.new(shape: PropertyNameSuggestionList, location_name: "PropertyNameSuggestions"))
1142
+ GetSearchSuggestionsResponse.struct_class = Types::GetSearchSuggestionsResponse
1143
+
1144
+ GitConfig.add_member(:repository_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "RepositoryUrl"))
1145
+ GitConfig.add_member(:branch, Shapes::ShapeRef.new(shape: Branch, location_name: "Branch"))
1146
+ GitConfig.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
1147
+ GitConfig.struct_class = Types::GitConfig
1148
+
1149
+ GitConfigForUpdate.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
1150
+ GitConfigForUpdate.struct_class = Types::GitConfigForUpdate
1151
+
1152
+ HumanTaskConfig.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1153
+ HumanTaskConfig.add_member(:ui_config, Shapes::ShapeRef.new(shape: UiConfig, required: true, location_name: "UiConfig"))
1154
+ HumanTaskConfig.add_member(:pre_human_task_lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "PreHumanTaskLambdaArn"))
1155
+ HumanTaskConfig.add_member(:task_keywords, Shapes::ShapeRef.new(shape: TaskKeywords, location_name: "TaskKeywords"))
1156
+ HumanTaskConfig.add_member(:task_title, Shapes::ShapeRef.new(shape: TaskTitle, required: true, location_name: "TaskTitle"))
1157
+ HumanTaskConfig.add_member(:task_description, Shapes::ShapeRef.new(shape: TaskDescription, required: true, location_name: "TaskDescription"))
1158
+ HumanTaskConfig.add_member(:number_of_human_workers_per_data_object, Shapes::ShapeRef.new(shape: NumberOfHumanWorkersPerDataObject, required: true, location_name: "NumberOfHumanWorkersPerDataObject"))
1159
+ HumanTaskConfig.add_member(:task_time_limit_in_seconds, Shapes::ShapeRef.new(shape: TaskTimeLimitInSeconds, required: true, location_name: "TaskTimeLimitInSeconds"))
1160
+ HumanTaskConfig.add_member(:task_availability_lifetime_in_seconds, Shapes::ShapeRef.new(shape: TaskAvailabilityLifetimeInSeconds, location_name: "TaskAvailabilityLifetimeInSeconds"))
1161
+ HumanTaskConfig.add_member(:max_concurrent_task_count, Shapes::ShapeRef.new(shape: MaxConcurrentTaskCount, location_name: "MaxConcurrentTaskCount"))
1162
+ HumanTaskConfig.add_member(:annotation_consolidation_config, Shapes::ShapeRef.new(shape: AnnotationConsolidationConfig, required: true, location_name: "AnnotationConsolidationConfig"))
1163
+ HumanTaskConfig.add_member(:public_workforce_task_price, Shapes::ShapeRef.new(shape: PublicWorkforceTaskPrice, location_name: "PublicWorkforceTaskPrice"))
1164
+ HumanTaskConfig.struct_class = Types::HumanTaskConfig
1165
+
613
1166
  HyperParameterAlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
614
1167
  HyperParameterAlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
1168
+ HyperParameterAlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
615
1169
  HyperParameterAlgorithmSpecification.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "MetricDefinitions"))
616
1170
  HyperParameterAlgorithmSpecification.struct_class = Types::HyperParameterAlgorithmSpecification
617
1171
 
1172
+ HyperParameterSpecification.add_member(:name, Shapes::ShapeRef.new(shape: ParameterName, required: true, location_name: "Name"))
1173
+ HyperParameterSpecification.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
1174
+ HyperParameterSpecification.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, required: true, location_name: "Type"))
1175
+ HyperParameterSpecification.add_member(:range, Shapes::ShapeRef.new(shape: ParameterRange, location_name: "Range"))
1176
+ HyperParameterSpecification.add_member(:is_tunable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsTunable"))
1177
+ HyperParameterSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
1178
+ HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
1179
+ HyperParameterSpecification.struct_class = Types::HyperParameterSpecification
1180
+
1181
+ HyperParameterSpecifications.member = Shapes::ShapeRef.new(shape: HyperParameterSpecification)
1182
+
618
1183
  HyperParameterTrainingJobDefinition.add_member(:static_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "StaticHyperParameters"))
619
1184
  HyperParameterTrainingJobDefinition.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: HyperParameterAlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
620
1185
  HyperParameterTrainingJobDefinition.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
@@ -623,6 +1188,7 @@ module Aws::SageMaker
623
1188
  HyperParameterTrainingJobDefinition.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
624
1189
  HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
625
1190
  HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
1191
+ HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
626
1192
  HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
627
1193
 
628
1194
  HyperParameterTrainingJobSummaries.member = Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary)
@@ -650,6 +1216,8 @@ module Aws::SageMaker
650
1216
  HyperParameterTuningJobObjective.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
651
1217
  HyperParameterTuningJobObjective.struct_class = Types::HyperParameterTuningJobObjective
652
1218
 
1219
+ HyperParameterTuningJobObjectives.member = Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective)
1220
+
653
1221
  HyperParameterTuningJobSummaries.member = Shapes::ShapeRef.new(shape: HyperParameterTuningJobSummary)
654
1222
 
655
1223
  HyperParameterTuningJobSummary.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
@@ -671,15 +1239,145 @@ module Aws::SageMaker
671
1239
  HyperParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
672
1240
  HyperParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
673
1241
 
1242
+ InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
1243
+ InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, required: true, location_name: "SupportedTransformInstanceTypes"))
1244
+ InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, required: true, location_name: "SupportedRealtimeInferenceInstanceTypes"))
1245
+ InferenceSpecification.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: ContentTypes, required: true, location_name: "SupportedContentTypes"))
1246
+ InferenceSpecification.add_member(:supported_response_mime_types, Shapes::ShapeRef.new(shape: ResponseMIMETypes, required: true, location_name: "SupportedResponseMIMETypes"))
1247
+ InferenceSpecification.struct_class = Types::InferenceSpecification
1248
+
1249
+ InputConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
1250
+ InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
1251
+ InputConfig.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, required: true, location_name: "Framework"))
1252
+ InputConfig.struct_class = Types::InputConfig
1253
+
674
1254
  InputDataConfig.member = Shapes::ShapeRef.new(shape: Channel)
675
1255
 
1256
+ InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
1257
+
676
1258
  IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
677
1259
  IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
678
1260
  IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
679
1261
  IntegerParameterRange.struct_class = Types::IntegerParameterRange
680
1262
 
1263
+ IntegerParameterRangeSpecification.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
1264
+ IntegerParameterRangeSpecification.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
1265
+ IntegerParameterRangeSpecification.struct_class = Types::IntegerParameterRangeSpecification
1266
+
681
1267
  IntegerParameterRanges.member = Shapes::ShapeRef.new(shape: IntegerParameterRange)
682
1268
 
1269
+ LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled"))
1270
+ LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
1271
+ LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled"))
1272
+ LabelCounters.add_member(:failed_non_retryable_error, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "FailedNonRetryableError"))
1273
+ LabelCounters.add_member(:unlabeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "Unlabeled"))
1274
+ LabelCounters.struct_class = Types::LabelCounters
1275
+
1276
+ LabelCountersForWorkteam.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
1277
+ LabelCountersForWorkteam.add_member(:pending_human, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "PendingHuman"))
1278
+ LabelCountersForWorkteam.add_member(:total, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "Total"))
1279
+ LabelCountersForWorkteam.struct_class = Types::LabelCountersForWorkteam
1280
+
1281
+ LabelingJobAlgorithmsConfig.add_member(:labeling_job_algorithm_specification_arn, Shapes::ShapeRef.new(shape: LabelingJobAlgorithmSpecificationArn, required: true, location_name: "LabelingJobAlgorithmSpecificationArn"))
1282
+ LabelingJobAlgorithmsConfig.add_member(:initial_active_learning_model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "InitialActiveLearningModelArn"))
1283
+ LabelingJobAlgorithmsConfig.add_member(:labeling_job_resource_config, Shapes::ShapeRef.new(shape: LabelingJobResourceConfig, location_name: "LabelingJobResourceConfig"))
1284
+ LabelingJobAlgorithmsConfig.struct_class = Types::LabelingJobAlgorithmsConfig
1285
+
1286
+ LabelingJobDataAttributes.add_member(:content_classifiers, Shapes::ShapeRef.new(shape: ContentClassifiers, location_name: "ContentClassifiers"))
1287
+ LabelingJobDataAttributes.struct_class = Types::LabelingJobDataAttributes
1288
+
1289
+ LabelingJobDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: LabelingJobS3DataSource, required: true, location_name: "S3DataSource"))
1290
+ LabelingJobDataSource.struct_class = Types::LabelingJobDataSource
1291
+
1292
+ LabelingJobForWorkteamSummary.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, location_name: "LabelingJobName"))
1293
+ LabelingJobForWorkteamSummary.add_member(:job_reference_code, Shapes::ShapeRef.new(shape: JobReferenceCode, required: true, location_name: "JobReferenceCode"))
1294
+ LabelingJobForWorkteamSummary.add_member(:work_requester_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "WorkRequesterAccountId"))
1295
+ LabelingJobForWorkteamSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1296
+ LabelingJobForWorkteamSummary.add_member(:label_counters, Shapes::ShapeRef.new(shape: LabelCountersForWorkteam, location_name: "LabelCounters"))
1297
+ LabelingJobForWorkteamSummary.struct_class = Types::LabelingJobForWorkteamSummary
1298
+
1299
+ LabelingJobForWorkteamSummaryList.member = Shapes::ShapeRef.new(shape: LabelingJobForWorkteamSummary)
1300
+
1301
+ LabelingJobInputConfig.add_member(:data_source, Shapes::ShapeRef.new(shape: LabelingJobDataSource, required: true, location_name: "DataSource"))
1302
+ LabelingJobInputConfig.add_member(:data_attributes, Shapes::ShapeRef.new(shape: LabelingJobDataAttributes, location_name: "DataAttributes"))
1303
+ LabelingJobInputConfig.struct_class = Types::LabelingJobInputConfig
1304
+
1305
+ LabelingJobOutput.add_member(:output_dataset_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "OutputDatasetS3Uri"))
1306
+ LabelingJobOutput.add_member(:final_active_learning_model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "FinalActiveLearningModelArn"))
1307
+ LabelingJobOutput.struct_class = Types::LabelingJobOutput
1308
+
1309
+ LabelingJobOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
1310
+ LabelingJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
1311
+ LabelingJobOutputConfig.struct_class = Types::LabelingJobOutputConfig
1312
+
1313
+ LabelingJobResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
1314
+ LabelingJobResourceConfig.struct_class = Types::LabelingJobResourceConfig
1315
+
1316
+ LabelingJobS3DataSource.add_member(:manifest_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ManifestS3Uri"))
1317
+ LabelingJobS3DataSource.struct_class = Types::LabelingJobS3DataSource
1318
+
1319
+ LabelingJobStoppingConditions.add_member(:max_human_labeled_object_count, Shapes::ShapeRef.new(shape: MaxHumanLabeledObjectCount, location_name: "MaxHumanLabeledObjectCount"))
1320
+ LabelingJobStoppingConditions.add_member(:max_percentage_of_input_dataset_labeled, Shapes::ShapeRef.new(shape: MaxPercentageOfInputDatasetLabeled, location_name: "MaxPercentageOfInputDatasetLabeled"))
1321
+ LabelingJobStoppingConditions.struct_class = Types::LabelingJobStoppingConditions
1322
+
1323
+ LabelingJobSummary.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
1324
+ LabelingJobSummary.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
1325
+ LabelingJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1326
+ LabelingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1327
+ LabelingJobSummary.add_member(:labeling_job_status, Shapes::ShapeRef.new(shape: LabelingJobStatus, required: true, location_name: "LabelingJobStatus"))
1328
+ LabelingJobSummary.add_member(:label_counters, Shapes::ShapeRef.new(shape: LabelCounters, required: true, location_name: "LabelCounters"))
1329
+ LabelingJobSummary.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1330
+ LabelingJobSummary.add_member(:pre_human_task_lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "PreHumanTaskLambdaArn"))
1331
+ LabelingJobSummary.add_member(:annotation_consolidation_lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, location_name: "AnnotationConsolidationLambdaArn"))
1332
+ LabelingJobSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1333
+ LabelingJobSummary.add_member(:labeling_job_output, Shapes::ShapeRef.new(shape: LabelingJobOutput, location_name: "LabelingJobOutput"))
1334
+ LabelingJobSummary.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, location_name: "InputConfig"))
1335
+ LabelingJobSummary.struct_class = Types::LabelingJobSummary
1336
+
1337
+ LabelingJobSummaryList.member = Shapes::ShapeRef.new(shape: LabelingJobSummary)
1338
+
1339
+ ListAlgorithmsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
1340
+ ListAlgorithmsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
1341
+ ListAlgorithmsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1342
+ ListAlgorithmsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
1343
+ ListAlgorithmsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1344
+ ListAlgorithmsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: AlgorithmSortBy, location_name: "SortBy"))
1345
+ ListAlgorithmsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1346
+ ListAlgorithmsInput.struct_class = Types::ListAlgorithmsInput
1347
+
1348
+ ListAlgorithmsOutput.add_member(:algorithm_summary_list, Shapes::ShapeRef.new(shape: AlgorithmSummaryList, required: true, location_name: "AlgorithmSummaryList"))
1349
+ ListAlgorithmsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1350
+ ListAlgorithmsOutput.struct_class = Types::ListAlgorithmsOutput
1351
+
1352
+ ListCodeRepositoriesInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
1353
+ ListCodeRepositoriesInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
1354
+ ListCodeRepositoriesInput.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
1355
+ ListCodeRepositoriesInput.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
1356
+ ListCodeRepositoriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1357
+ ListCodeRepositoriesInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: CodeRepositoryNameContains, location_name: "NameContains"))
1358
+ ListCodeRepositoriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1359
+ ListCodeRepositoriesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: CodeRepositorySortBy, location_name: "SortBy"))
1360
+ ListCodeRepositoriesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: CodeRepositorySortOrder, location_name: "SortOrder"))
1361
+ ListCodeRepositoriesInput.struct_class = Types::ListCodeRepositoriesInput
1362
+
1363
+ ListCodeRepositoriesOutput.add_member(:code_repository_summary_list, Shapes::ShapeRef.new(shape: CodeRepositorySummaryList, required: true, location_name: "CodeRepositorySummaryList"))
1364
+ ListCodeRepositoriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1365
+ ListCodeRepositoriesOutput.struct_class = Types::ListCodeRepositoriesOutput
1366
+
1367
+ ListCompilationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1368
+ ListCompilationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1369
+ ListCompilationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
1370
+ ListCompilationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
1371
+ ListCompilationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
1372
+ ListCompilationJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeBefore"))
1373
+ ListCompilationJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
1374
+ ListCompilationJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: CompilationJobStatus, location_name: "StatusEquals"))
1375
+ ListCompilationJobsRequest.struct_class = Types::ListCompilationJobsRequest
1376
+
1377
+ ListCompilationJobsResponse.add_member(:compilation_job_summaries, Shapes::ShapeRef.new(shape: CompilationJobSummaries, required: true, location_name: "CompilationJobSummaries"))
1378
+ ListCompilationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1379
+ ListCompilationJobsResponse.struct_class = Types::ListCompilationJobsResponse
1380
+
683
1381
  ListEndpointConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointConfigSortKey, location_name: "SortBy"))
684
1382
  ListEndpointConfigsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
685
1383
  ListEndpointConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
@@ -725,6 +1423,49 @@ module Aws::SageMaker
725
1423
  ListHyperParameterTuningJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
726
1424
  ListHyperParameterTuningJobsResponse.struct_class = Types::ListHyperParameterTuningJobsResponse
727
1425
 
1426
+ ListLabelingJobsForWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1427
+ ListLabelingJobsForWorkteamRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1428
+ ListLabelingJobsForWorkteamRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1429
+ ListLabelingJobsForWorkteamRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
1430
+ ListLabelingJobsForWorkteamRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
1431
+ ListLabelingJobsForWorkteamRequest.add_member(:job_reference_code_contains, Shapes::ShapeRef.new(shape: JobReferenceCodeContains, location_name: "JobReferenceCodeContains"))
1432
+ ListLabelingJobsForWorkteamRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListLabelingJobsForWorkteamSortByOptions, location_name: "SortBy"))
1433
+ ListLabelingJobsForWorkteamRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1434
+ ListLabelingJobsForWorkteamRequest.struct_class = Types::ListLabelingJobsForWorkteamRequest
1435
+
1436
+ ListLabelingJobsForWorkteamResponse.add_member(:labeling_job_summary_list, Shapes::ShapeRef.new(shape: LabelingJobForWorkteamSummaryList, required: true, location_name: "LabelingJobSummaryList"))
1437
+ ListLabelingJobsForWorkteamResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1438
+ ListLabelingJobsForWorkteamResponse.struct_class = Types::ListLabelingJobsForWorkteamResponse
1439
+
1440
+ ListLabelingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
1441
+ ListLabelingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
1442
+ ListLabelingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
1443
+ ListLabelingJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
1444
+ ListLabelingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1445
+ ListLabelingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1446
+ ListLabelingJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
1447
+ ListLabelingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
1448
+ ListLabelingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1449
+ ListLabelingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: LabelingJobStatus, location_name: "StatusEquals"))
1450
+ ListLabelingJobsRequest.struct_class = Types::ListLabelingJobsRequest
1451
+
1452
+ ListLabelingJobsResponse.add_member(:labeling_job_summary_list, Shapes::ShapeRef.new(shape: LabelingJobSummaryList, location_name: "LabelingJobSummaryList"))
1453
+ ListLabelingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1454
+ ListLabelingJobsResponse.struct_class = Types::ListLabelingJobsResponse
1455
+
1456
+ ListModelPackagesInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
1457
+ ListModelPackagesInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
1458
+ ListModelPackagesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1459
+ ListModelPackagesInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
1460
+ ListModelPackagesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1461
+ ListModelPackagesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageSortBy, location_name: "SortBy"))
1462
+ ListModelPackagesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1463
+ ListModelPackagesInput.struct_class = Types::ListModelPackagesInput
1464
+
1465
+ ListModelPackagesOutput.add_member(:model_package_summary_list, Shapes::ShapeRef.new(shape: ModelPackageSummaryList, required: true, location_name: "ModelPackageSummaryList"))
1466
+ ListModelPackagesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1467
+ ListModelPackagesOutput.struct_class = Types::ListModelPackagesOutput
1468
+
728
1469
  ListModelsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelSortKey, location_name: "SortBy"))
729
1470
  ListModelsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
730
1471
  ListModelsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
@@ -764,12 +1505,23 @@ module Aws::SageMaker
764
1505
  ListNotebookInstancesInput.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
765
1506
  ListNotebookInstancesInput.add_member(:status_equals, Shapes::ShapeRef.new(shape: NotebookInstanceStatus, location_name: "StatusEquals"))
766
1507
  ListNotebookInstancesInput.add_member(:notebook_instance_lifecycle_config_name_contains, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, location_name: "NotebookInstanceLifecycleConfigNameContains"))
1508
+ ListNotebookInstancesInput.add_member(:default_code_repository_contains, Shapes::ShapeRef.new(shape: CodeRepositoryContains, location_name: "DefaultCodeRepositoryContains"))
1509
+ ListNotebookInstancesInput.add_member(:additional_code_repository_equals, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "AdditionalCodeRepositoryEquals"))
767
1510
  ListNotebookInstancesInput.struct_class = Types::ListNotebookInstancesInput
768
1511
 
769
1512
  ListNotebookInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
770
1513
  ListNotebookInstancesOutput.add_member(:notebook_instances, Shapes::ShapeRef.new(shape: NotebookInstanceSummaryList, location_name: "NotebookInstances"))
771
1514
  ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
772
1515
 
1516
+ ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
1517
+ ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1518
+ ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1519
+ ListSubscribedWorkteamsRequest.struct_class = Types::ListSubscribedWorkteamsRequest
1520
+
1521
+ ListSubscribedWorkteamsResponse.add_member(:subscribed_workteams, Shapes::ShapeRef.new(shape: SubscribedWorkteams, required: true, location_name: "SubscribedWorkteams"))
1522
+ ListSubscribedWorkteamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1523
+ ListSubscribedWorkteamsResponse.struct_class = Types::ListSubscribedWorkteamsResponse
1524
+
773
1525
  ListTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
774
1526
  ListTagsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
775
1527
  ListTagsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTagsMaxResults, location_name: "MaxResults"))
@@ -823,6 +1575,22 @@ module Aws::SageMaker
823
1575
  ListTransformJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
824
1576
  ListTransformJobsResponse.struct_class = Types::ListTransformJobsResponse
825
1577
 
1578
+ ListWorkteamsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListWorkteamsSortByOptions, location_name: "SortBy"))
1579
+ ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1580
+ ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
1581
+ ListWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1582
+ ListWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1583
+ ListWorkteamsRequest.struct_class = Types::ListWorkteamsRequest
1584
+
1585
+ ListWorkteamsResponse.add_member(:workteams, Shapes::ShapeRef.new(shape: Workteams, required: true, location_name: "Workteams"))
1586
+ ListWorkteamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1587
+ ListWorkteamsResponse.struct_class = Types::ListWorkteamsResponse
1588
+
1589
+ MemberDefinition.add_member(:cognito_member_definition, Shapes::ShapeRef.new(shape: CognitoMemberDefinition, location_name: "CognitoMemberDefinition"))
1590
+ MemberDefinition.struct_class = Types::MemberDefinition
1591
+
1592
+ MemberDefinitions.member = Shapes::ShapeRef.new(shape: MemberDefinition)
1593
+
826
1594
  MetricData.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
827
1595
  MetricData.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
828
1596
  MetricData.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
@@ -837,6 +1605,45 @@ module Aws::SageMaker
837
1605
  ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
838
1606
  ModelArtifacts.struct_class = Types::ModelArtifacts
839
1607
 
1608
+ ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
1609
+ ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: Image, required: true, location_name: "Image"))
1610
+ ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
1611
+ ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
1612
+ ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
1613
+ ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
1614
+
1615
+ ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
1616
+
1617
+ ModelPackageStatusDetails.add_member(:validation_statuses, Shapes::ShapeRef.new(shape: ModelPackageStatusItemList, required: true, location_name: "ValidationStatuses"))
1618
+ ModelPackageStatusDetails.add_member(:image_scan_statuses, Shapes::ShapeRef.new(shape: ModelPackageStatusItemList, location_name: "ImageScanStatuses"))
1619
+ ModelPackageStatusDetails.struct_class = Types::ModelPackageStatusDetails
1620
+
1621
+ ModelPackageStatusItem.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
1622
+ ModelPackageStatusItem.add_member(:status, Shapes::ShapeRef.new(shape: DetailedModelPackageStatus, required: true, location_name: "Status"))
1623
+ ModelPackageStatusItem.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
1624
+ ModelPackageStatusItem.struct_class = Types::ModelPackageStatusItem
1625
+
1626
+ ModelPackageStatusItemList.member = Shapes::ShapeRef.new(shape: ModelPackageStatusItem)
1627
+
1628
+ ModelPackageSummary.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
1629
+ ModelPackageSummary.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
1630
+ ModelPackageSummary.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
1631
+ ModelPackageSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
1632
+ ModelPackageSummary.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
1633
+ ModelPackageSummary.struct_class = Types::ModelPackageSummary
1634
+
1635
+ ModelPackageSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageSummary)
1636
+
1637
+ ModelPackageValidationProfile.add_member(:profile_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ProfileName"))
1638
+ ModelPackageValidationProfile.add_member(:transform_job_definition, Shapes::ShapeRef.new(shape: TransformJobDefinition, required: true, location_name: "TransformJobDefinition"))
1639
+ ModelPackageValidationProfile.struct_class = Types::ModelPackageValidationProfile
1640
+
1641
+ ModelPackageValidationProfiles.member = Shapes::ShapeRef.new(shape: ModelPackageValidationProfile)
1642
+
1643
+ ModelPackageValidationSpecification.add_member(:validation_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ValidationRole"))
1644
+ ModelPackageValidationSpecification.add_member(:validation_profiles, Shapes::ShapeRef.new(shape: ModelPackageValidationProfiles, required: true, location_name: "ValidationProfiles"))
1645
+ ModelPackageValidationSpecification.struct_class = Types::ModelPackageValidationSpecification
1646
+
840
1647
  ModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
841
1648
  ModelSummary.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
842
1649
  ModelSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
@@ -844,6 +1651,14 @@ module Aws::SageMaker
844
1651
 
845
1652
  ModelSummaryList.member = Shapes::ShapeRef.new(shape: ModelSummary)
846
1653
 
1654
+ NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
1655
+ NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
1656
+ NestedFilters.struct_class = Types::NestedFilters
1657
+
1658
+ NestedFiltersList.member = Shapes::ShapeRef.new(shape: NestedFilters)
1659
+
1660
+ NotebookInstanceAcceleratorTypes.member = Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorType)
1661
+
847
1662
  NotebookInstanceLifecycleConfigList.member = Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleHook)
848
1663
 
849
1664
  NotebookInstanceLifecycleConfigSummary.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -865,6 +1680,8 @@ module Aws::SageMaker
865
1680
  NotebookInstanceSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
866
1681
  NotebookInstanceSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
867
1682
  NotebookInstanceSummary.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, location_name: "NotebookInstanceLifecycleConfigName"))
1683
+ NotebookInstanceSummary.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
1684
+ NotebookInstanceSummary.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
868
1685
  NotebookInstanceSummary.struct_class = Types::NotebookInstanceSummary
869
1686
 
870
1687
  NotebookInstanceSummaryList.member = Shapes::ShapeRef.new(shape: NotebookInstanceSummary)
@@ -874,10 +1691,19 @@ module Aws::SageMaker
874
1691
  ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
875
1692
  ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
876
1693
 
1694
+ OutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
1695
+ OutputConfig.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice, required: true, location_name: "TargetDevice"))
1696
+ OutputConfig.struct_class = Types::OutputConfig
1697
+
877
1698
  OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
878
1699
  OutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
879
1700
  OutputDataConfig.struct_class = Types::OutputDataConfig
880
1701
 
1702
+ ParameterRange.add_member(:integer_parameter_range_specification, Shapes::ShapeRef.new(shape: IntegerParameterRangeSpecification, location_name: "IntegerParameterRangeSpecification"))
1703
+ ParameterRange.add_member(:continuous_parameter_range_specification, Shapes::ShapeRef.new(shape: ContinuousParameterRangeSpecification, location_name: "ContinuousParameterRangeSpecification"))
1704
+ ParameterRange.add_member(:categorical_parameter_range_specification, Shapes::ShapeRef.new(shape: CategoricalParameterRangeSpecification, location_name: "CategoricalParameterRangeSpecification"))
1705
+ ParameterRange.struct_class = Types::ParameterRange
1706
+
881
1707
  ParameterRanges.add_member(:integer_parameter_ranges, Shapes::ShapeRef.new(shape: IntegerParameterRanges, location_name: "IntegerParameterRanges"))
882
1708
  ParameterRanges.add_member(:continuous_parameter_ranges, Shapes::ShapeRef.new(shape: ContinuousParameterRanges, location_name: "ContinuousParameterRanges"))
883
1709
  ParameterRanges.add_member(:categorical_parameter_ranges, Shapes::ShapeRef.new(shape: CategoricalParameterRanges, location_name: "CategoricalParameterRanges"))
@@ -890,11 +1716,14 @@ module Aws::SageMaker
890
1716
 
891
1717
  ParentHyperParameterTuningJobs.member = Shapes::ShapeRef.new(shape: ParentHyperParameterTuningJob)
892
1718
 
1719
+ ProductListings.member = Shapes::ShapeRef.new(shape: String)
1720
+
893
1721
  ProductionVariant.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
894
1722
  ProductionVariant.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
895
1723
  ProductionVariant.add_member(:initial_instance_count, Shapes::ShapeRef.new(shape: TaskCount, required: true, location_name: "InitialInstanceCount"))
896
1724
  ProductionVariant.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
897
1725
  ProductionVariant.add_member(:initial_variant_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "InitialVariantWeight"))
1726
+ ProductionVariant.add_member(:accelerator_type, Shapes::ShapeRef.new(shape: ProductionVariantAcceleratorType, location_name: "AcceleratorType"))
898
1727
  ProductionVariant.struct_class = Types::ProductionVariant
899
1728
 
900
1729
  ProductionVariantList.member = Shapes::ShapeRef.new(shape: ProductionVariant)
@@ -909,6 +1738,37 @@ module Aws::SageMaker
909
1738
 
910
1739
  ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
911
1740
 
1741
+ PropertyNameQuery.add_member(:property_name_hint, Shapes::ShapeRef.new(shape: PropertyNameHint, required: true, location_name: "PropertyNameHint"))
1742
+ PropertyNameQuery.struct_class = Types::PropertyNameQuery
1743
+
1744
+ PropertyNameSuggestion.add_member(:property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, location_name: "PropertyName"))
1745
+ PropertyNameSuggestion.struct_class = Types::PropertyNameSuggestion
1746
+
1747
+ PropertyNameSuggestionList.member = Shapes::ShapeRef.new(shape: PropertyNameSuggestion)
1748
+
1749
+ PublicWorkforceTaskPrice.add_member(:amount_in_usd, Shapes::ShapeRef.new(shape: USD, location_name: "AmountInUsd"))
1750
+ PublicWorkforceTaskPrice.struct_class = Types::PublicWorkforceTaskPrice
1751
+
1752
+ RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
1753
+
1754
+ RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, required: true, location_name: "UiTemplate"))
1755
+ RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
1756
+ RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1757
+ RenderUiTemplateRequest.struct_class = Types::RenderUiTemplateRequest
1758
+
1759
+ RenderUiTemplateResponse.add_member(:rendered_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RenderedContent"))
1760
+ RenderUiTemplateResponse.add_member(:errors, Shapes::ShapeRef.new(shape: RenderingErrorList, required: true, location_name: "Errors"))
1761
+ RenderUiTemplateResponse.struct_class = Types::RenderUiTemplateResponse
1762
+
1763
+ RenderableTask.add_member(:input, Shapes::ShapeRef.new(shape: TaskInput, required: true, location_name: "Input"))
1764
+ RenderableTask.struct_class = Types::RenderableTask
1765
+
1766
+ RenderingError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Code"))
1767
+ RenderingError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
1768
+ RenderingError.struct_class = Types::RenderingError
1769
+
1770
+ RenderingErrorList.member = Shapes::ShapeRef.new(shape: RenderingError)
1771
+
912
1772
  ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
913
1773
  ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
914
1774
  ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
@@ -919,11 +1779,39 @@ module Aws::SageMaker
919
1779
  ResourceLimits.add_member(:max_parallel_training_jobs, Shapes::ShapeRef.new(shape: MaxParallelTrainingJobs, required: true, location_name: "MaxParallelTrainingJobs"))
920
1780
  ResourceLimits.struct_class = Types::ResourceLimits
921
1781
 
1782
+ ResponseMIMETypes.member = Shapes::ShapeRef.new(shape: ResponseMIMEType)
1783
+
922
1784
  S3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3DataType, required: true, location_name: "S3DataType"))
923
1785
  S3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
924
1786
  S3DataSource.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistribution, location_name: "S3DataDistributionType"))
1787
+ S3DataSource.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNames, location_name: "AttributeNames"))
925
1788
  S3DataSource.struct_class = Types::S3DataSource
926
1789
 
1790
+ SearchExpression.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1791
+ SearchExpression.add_member(:nested_filters, Shapes::ShapeRef.new(shape: NestedFiltersList, location_name: "NestedFilters"))
1792
+ SearchExpression.add_member(:sub_expressions, Shapes::ShapeRef.new(shape: SearchExpressionList, location_name: "SubExpressions"))
1793
+ SearchExpression.add_member(:operator, Shapes::ShapeRef.new(shape: BooleanOperator, location_name: "Operator"))
1794
+ SearchExpression.struct_class = Types::SearchExpression
1795
+
1796
+ SearchExpressionList.member = Shapes::ShapeRef.new(shape: SearchExpression)
1797
+
1798
+ SearchRecord.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
1799
+ SearchRecord.struct_class = Types::SearchRecord
1800
+
1801
+ SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
1802
+ SearchRequest.add_member(:search_expression, Shapes::ShapeRef.new(shape: SearchExpression, location_name: "SearchExpression"))
1803
+ SearchRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResourcePropertyName, location_name: "SortBy"))
1804
+ SearchRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SearchSortOrder, location_name: "SortOrder"))
1805
+ SearchRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1806
+ SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1807
+ SearchRequest.struct_class = Types::SearchRequest
1808
+
1809
+ SearchResponse.add_member(:results, Shapes::ShapeRef.new(shape: SearchResultsList, location_name: "Results"))
1810
+ SearchResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1811
+ SearchResponse.struct_class = Types::SearchResponse
1812
+
1813
+ SearchResultsList.member = Shapes::ShapeRef.new(shape: SearchRecord)
1814
+
927
1815
  SecondaryStatusTransition.add_member(:status, Shapes::ShapeRef.new(shape: SecondaryStatus, required: true, location_name: "Status"))
928
1816
  SecondaryStatusTransition.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
929
1817
  SecondaryStatusTransition.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
@@ -934,12 +1822,30 @@ module Aws::SageMaker
934
1822
 
935
1823
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
936
1824
 
1825
+ ShuffleConfig.add_member(:seed, Shapes::ShapeRef.new(shape: Seed, required: true, location_name: "Seed"))
1826
+ ShuffleConfig.struct_class = Types::ShuffleConfig
1827
+
1828
+ SourceAlgorithm.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
1829
+ SourceAlgorithm.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "AlgorithmName"))
1830
+ SourceAlgorithm.struct_class = Types::SourceAlgorithm
1831
+
1832
+ SourceAlgorithmList.member = Shapes::ShapeRef.new(shape: SourceAlgorithm)
1833
+
1834
+ SourceAlgorithmSpecification.add_member(:source_algorithms, Shapes::ShapeRef.new(shape: SourceAlgorithmList, required: true, location_name: "SourceAlgorithms"))
1835
+ SourceAlgorithmSpecification.struct_class = Types::SourceAlgorithmSpecification
1836
+
937
1837
  StartNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
938
1838
  StartNotebookInstanceInput.struct_class = Types::StartNotebookInstanceInput
939
1839
 
1840
+ StopCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
1841
+ StopCompilationJobRequest.struct_class = Types::StopCompilationJobRequest
1842
+
940
1843
  StopHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
941
1844
  StopHyperParameterTuningJobRequest.struct_class = Types::StopHyperParameterTuningJobRequest
942
1845
 
1846
+ StopLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
1847
+ StopLabelingJobRequest.struct_class = Types::StopLabelingJobRequest
1848
+
943
1849
  StopNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
944
1850
  StopNotebookInstanceInput.struct_class = Types::StopNotebookInstanceInput
945
1851
 
@@ -954,6 +1860,18 @@ module Aws::SageMaker
954
1860
 
955
1861
  Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
956
1862
 
1863
+ SubscribedWorkteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
1864
+ SubscribedWorkteam.add_member(:marketplace_title, Shapes::ShapeRef.new(shape: String200, location_name: "MarketplaceTitle"))
1865
+ SubscribedWorkteam.add_member(:seller_name, Shapes::ShapeRef.new(shape: String, location_name: "SellerName"))
1866
+ SubscribedWorkteam.add_member(:marketplace_description, Shapes::ShapeRef.new(shape: String200, location_name: "MarketplaceDescription"))
1867
+ SubscribedWorkteam.add_member(:listing_id, Shapes::ShapeRef.new(shape: String, location_name: "ListingId"))
1868
+ SubscribedWorkteam.struct_class = Types::SubscribedWorkteam
1869
+
1870
+ SubscribedWorkteams.member = Shapes::ShapeRef.new(shape: SubscribedWorkteam)
1871
+
1872
+ SuggestionQuery.add_member(:property_name_query, Shapes::ShapeRef.new(shape: PropertyNameQuery, location_name: "PropertyNameQuery"))
1873
+ SuggestionQuery.struct_class = Types::SuggestionQuery
1874
+
957
1875
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
958
1876
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
959
1877
  Tag.struct_class = Types::Tag
@@ -962,6 +1880,44 @@ module Aws::SageMaker
962
1880
 
963
1881
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
964
1882
 
1883
+ TaskKeywords.member = Shapes::ShapeRef.new(shape: TaskKeyword)
1884
+
1885
+ TrainingInstanceTypes.member = Shapes::ShapeRef.new(shape: TrainingInstanceType)
1886
+
1887
+ TrainingJob.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "TrainingJobName"))
1888
+ TrainingJob.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "TrainingJobArn"))
1889
+ TrainingJob.add_member(:tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "TuningJobArn"))
1890
+ TrainingJob.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, location_name: "LabelingJobArn"))
1891
+ TrainingJob.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, location_name: "ModelArtifacts"))
1892
+ TrainingJob.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, location_name: "TrainingJobStatus"))
1893
+ TrainingJob.add_member(:secondary_status, Shapes::ShapeRef.new(shape: SecondaryStatus, location_name: "SecondaryStatus"))
1894
+ TrainingJob.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1895
+ TrainingJob.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
1896
+ TrainingJob.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, location_name: "AlgorithmSpecification"))
1897
+ TrainingJob.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1898
+ TrainingJob.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
1899
+ TrainingJob.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "OutputDataConfig"))
1900
+ TrainingJob.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
1901
+ TrainingJob.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
1902
+ TrainingJob.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "StoppingCondition"))
1903
+ TrainingJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1904
+ TrainingJob.add_member(:training_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingStartTime"))
1905
+ TrainingJob.add_member(:training_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingEndTime"))
1906
+ TrainingJob.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1907
+ TrainingJob.add_member(:secondary_status_transitions, Shapes::ShapeRef.new(shape: SecondaryStatusTransitions, location_name: "SecondaryStatusTransitions"))
1908
+ TrainingJob.add_member(:final_metric_data_list, Shapes::ShapeRef.new(shape: FinalMetricDataList, location_name: "FinalMetricDataList"))
1909
+ TrainingJob.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
1910
+ TrainingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1911
+ TrainingJob.struct_class = Types::TrainingJob
1912
+
1913
+ TrainingJobDefinition.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
1914
+ TrainingJobDefinition.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
1915
+ TrainingJobDefinition.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, required: true, location_name: "InputDataConfig"))
1916
+ TrainingJobDefinition.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
1917
+ TrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
1918
+ TrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
1919
+ TrainingJobDefinition.struct_class = Types::TrainingJobDefinition
1920
+
965
1921
  TrainingJobStatusCounters.add_member(:completed, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Completed"))
966
1922
  TrainingJobStatusCounters.add_member(:in_progress, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "InProgress"))
967
1923
  TrainingJobStatusCounters.add_member(:retryable_error, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "RetryableError"))
@@ -979,6 +1935,16 @@ module Aws::SageMaker
979
1935
  TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
980
1936
  TrainingJobSummary.struct_class = Types::TrainingJobSummary
981
1937
 
1938
+ TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: Image, required: true, location_name: "TrainingImage"))
1939
+ TrainingSpecification.add_member(:training_image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "TrainingImageDigest"))
1940
+ TrainingSpecification.add_member(:supported_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameterSpecifications, location_name: "SupportedHyperParameters"))
1941
+ TrainingSpecification.add_member(:supported_training_instance_types, Shapes::ShapeRef.new(shape: TrainingInstanceTypes, required: true, location_name: "SupportedTrainingInstanceTypes"))
1942
+ TrainingSpecification.add_member(:supports_distributed_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDistributedTraining"))
1943
+ TrainingSpecification.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "MetricDefinitions"))
1944
+ TrainingSpecification.add_member(:training_channels, Shapes::ShapeRef.new(shape: ChannelSpecifications, required: true, location_name: "TrainingChannels"))
1945
+ TrainingSpecification.add_member(:supported_tuning_job_objective_metrics, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectives, location_name: "SupportedTuningJobObjectiveMetrics"))
1946
+ TrainingSpecification.struct_class = Types::TrainingSpecification
1947
+
982
1948
  TransformDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: TransformS3DataSource, required: true, location_name: "S3DataSource"))
983
1949
  TransformDataSource.struct_class = Types::TransformDataSource
984
1950
 
@@ -991,6 +1957,17 @@ module Aws::SageMaker
991
1957
  TransformInput.add_member(:split_type, Shapes::ShapeRef.new(shape: SplitType, location_name: "SplitType"))
992
1958
  TransformInput.struct_class = Types::TransformInput
993
1959
 
1960
+ TransformInstanceTypes.member = Shapes::ShapeRef.new(shape: TransformInstanceType)
1961
+
1962
+ TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
1963
+ TransformJobDefinition.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: MaxPayloadInMB, location_name: "MaxPayloadInMB"))
1964
+ TransformJobDefinition.add_member(:batch_strategy, Shapes::ShapeRef.new(shape: BatchStrategy, location_name: "BatchStrategy"))
1965
+ TransformJobDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
1966
+ TransformJobDefinition.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, required: true, location_name: "TransformInput"))
1967
+ TransformJobDefinition.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, required: true, location_name: "TransformOutput"))
1968
+ TransformJobDefinition.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, required: true, location_name: "TransformResources"))
1969
+ TransformJobDefinition.struct_class = Types::TransformJobDefinition
1970
+
994
1971
  TransformJobSummaries.member = Shapes::ShapeRef.new(shape: TransformJobSummary)
995
1972
 
996
1973
  TransformJobSummary.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
@@ -1017,6 +1994,24 @@ module Aws::SageMaker
1017
1994
  TransformS3DataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
1018
1995
  TransformS3DataSource.struct_class = Types::TransformS3DataSource
1019
1996
 
1997
+ USD.add_member(:dollars, Shapes::ShapeRef.new(shape: Dollars, location_name: "Dollars"))
1998
+ USD.add_member(:cents, Shapes::ShapeRef.new(shape: Cents, location_name: "Cents"))
1999
+ USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
2000
+ USD.struct_class = Types::USD
2001
+
2002
+ UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "UiTemplateS3Uri"))
2003
+ UiConfig.struct_class = Types::UiConfig
2004
+
2005
+ UiTemplate.add_member(:content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "Content"))
2006
+ UiTemplate.struct_class = Types::UiTemplate
2007
+
2008
+ UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
2009
+ UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
2010
+ UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
2011
+
2012
+ UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
2013
+ UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
2014
+
1020
2015
  UpdateEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
1021
2016
  UpdateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
1022
2017
  UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
@@ -1037,6 +2032,12 @@ module Aws::SageMaker
1037
2032
  UpdateNotebookInstanceInput.add_member(:lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, location_name: "LifecycleConfigName"))
1038
2033
  UpdateNotebookInstanceInput.add_member(:disassociate_lifecycle_config, Shapes::ShapeRef.new(shape: DisassociateNotebookInstanceLifecycleConfig, location_name: "DisassociateLifecycleConfig"))
1039
2034
  UpdateNotebookInstanceInput.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: NotebookInstanceVolumeSizeInGB, location_name: "VolumeSizeInGB"))
2035
+ UpdateNotebookInstanceInput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
2036
+ UpdateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
2037
+ UpdateNotebookInstanceInput.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorTypes, location_name: "AcceleratorTypes"))
2038
+ UpdateNotebookInstanceInput.add_member(:disassociate_accelerator_types, Shapes::ShapeRef.new(shape: DisassociateNotebookInstanceAcceleratorTypes, location_name: "DisassociateAcceleratorTypes"))
2039
+ UpdateNotebookInstanceInput.add_member(:disassociate_default_code_repository, Shapes::ShapeRef.new(shape: DisassociateDefaultCodeRepository, location_name: "DisassociateDefaultCodeRepository"))
2040
+ UpdateNotebookInstanceInput.add_member(:disassociate_additional_code_repositories, Shapes::ShapeRef.new(shape: DisassociateAdditionalCodeRepositories, location_name: "DisassociateAdditionalCodeRepositories"))
1040
2041
  UpdateNotebookInstanceInput.struct_class = Types::UpdateNotebookInstanceInput
1041
2042
 
1042
2043
  UpdateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -1048,12 +2049,32 @@ module Aws::SageMaker
1048
2049
 
1049
2050
  UpdateNotebookInstanceOutput.struct_class = Types::UpdateNotebookInstanceOutput
1050
2051
 
2052
+ UpdateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
2053
+ UpdateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, location_name: "MemberDefinitions"))
2054
+ UpdateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, location_name: "Description"))
2055
+ UpdateWorkteamRequest.struct_class = Types::UpdateWorkteamRequest
2056
+
2057
+ UpdateWorkteamResponse.add_member(:workteam, Shapes::ShapeRef.new(shape: Workteam, required: true, location_name: "Workteam"))
2058
+ UpdateWorkteamResponse.struct_class = Types::UpdateWorkteamResponse
2059
+
1051
2060
  VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
1052
2061
  VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "Subnets"))
1053
2062
  VpcConfig.struct_class = Types::VpcConfig
1054
2063
 
1055
2064
  VpcSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
1056
2065
 
2066
+ Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
2067
+ Workteam.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
2068
+ Workteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
2069
+ Workteam.add_member(:product_listing_ids, Shapes::ShapeRef.new(shape: ProductListings, location_name: "ProductListingIds"))
2070
+ Workteam.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
2071
+ Workteam.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
2072
+ Workteam.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
2073
+ Workteam.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
2074
+ Workteam.struct_class = Types::Workteam
2075
+
2076
+ Workteams.member = Shapes::ShapeRef.new(shape: Workteam)
2077
+
1057
2078
 
1058
2079
  # @api private
1059
2080
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1082,6 +2103,32 @@ module Aws::SageMaker
1082
2103
  o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
1083
2104
  end)
1084
2105
 
2106
+ api.add_operation(:create_algorithm, Seahorse::Model::Operation.new.tap do |o|
2107
+ o.name = "CreateAlgorithm"
2108
+ o.http_method = "POST"
2109
+ o.http_request_uri = "/"
2110
+ o.input = Shapes::ShapeRef.new(shape: CreateAlgorithmInput)
2111
+ o.output = Shapes::ShapeRef.new(shape: CreateAlgorithmOutput)
2112
+ end)
2113
+
2114
+ api.add_operation(:create_code_repository, Seahorse::Model::Operation.new.tap do |o|
2115
+ o.name = "CreateCodeRepository"
2116
+ o.http_method = "POST"
2117
+ o.http_request_uri = "/"
2118
+ o.input = Shapes::ShapeRef.new(shape: CreateCodeRepositoryInput)
2119
+ o.output = Shapes::ShapeRef.new(shape: CreateCodeRepositoryOutput)
2120
+ end)
2121
+
2122
+ api.add_operation(:create_compilation_job, Seahorse::Model::Operation.new.tap do |o|
2123
+ o.name = "CreateCompilationJob"
2124
+ o.http_method = "POST"
2125
+ o.http_request_uri = "/"
2126
+ o.input = Shapes::ShapeRef.new(shape: CreateCompilationJobRequest)
2127
+ o.output = Shapes::ShapeRef.new(shape: CreateCompilationJobResponse)
2128
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
2129
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2130
+ end)
2131
+
1085
2132
  api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
1086
2133
  o.name = "CreateEndpoint"
1087
2134
  o.http_method = "POST"
@@ -1110,6 +2157,16 @@ module Aws::SageMaker
1110
2157
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
1111
2158
  end)
1112
2159
 
2160
+ api.add_operation(:create_labeling_job, Seahorse::Model::Operation.new.tap do |o|
2161
+ o.name = "CreateLabelingJob"
2162
+ o.http_method = "POST"
2163
+ o.http_request_uri = "/"
2164
+ o.input = Shapes::ShapeRef.new(shape: CreateLabelingJobRequest)
2165
+ o.output = Shapes::ShapeRef.new(shape: CreateLabelingJobResponse)
2166
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
2167
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2168
+ end)
2169
+
1113
2170
  api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
1114
2171
  o.name = "CreateModel"
1115
2172
  o.http_method = "POST"
@@ -1119,6 +2176,14 @@ module Aws::SageMaker
1119
2176
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
1120
2177
  end)
1121
2178
 
2179
+ api.add_operation(:create_model_package, Seahorse::Model::Operation.new.tap do |o|
2180
+ o.name = "CreateModelPackage"
2181
+ o.http_method = "POST"
2182
+ o.http_request_uri = "/"
2183
+ o.input = Shapes::ShapeRef.new(shape: CreateModelPackageInput)
2184
+ o.output = Shapes::ShapeRef.new(shape: CreateModelPackageOutput)
2185
+ end)
2186
+
1122
2187
  api.add_operation(:create_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
1123
2188
  o.name = "CreateNotebookInstance"
1124
2189
  o.http_method = "POST"
@@ -1165,6 +2230,32 @@ module Aws::SageMaker
1165
2230
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
1166
2231
  end)
1167
2232
 
2233
+ api.add_operation(:create_workteam, Seahorse::Model::Operation.new.tap do |o|
2234
+ o.name = "CreateWorkteam"
2235
+ o.http_method = "POST"
2236
+ o.http_request_uri = "/"
2237
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkteamRequest)
2238
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkteamResponse)
2239
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
2240
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2241
+ end)
2242
+
2243
+ api.add_operation(:delete_algorithm, Seahorse::Model::Operation.new.tap do |o|
2244
+ o.name = "DeleteAlgorithm"
2245
+ o.http_method = "POST"
2246
+ o.http_request_uri = "/"
2247
+ o.input = Shapes::ShapeRef.new(shape: DeleteAlgorithmInput)
2248
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2249
+ end)
2250
+
2251
+ api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
2252
+ o.name = "DeleteCodeRepository"
2253
+ o.http_method = "POST"
2254
+ o.http_request_uri = "/"
2255
+ o.input = Shapes::ShapeRef.new(shape: DeleteCodeRepositoryInput)
2256
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2257
+ end)
2258
+
1168
2259
  api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
1169
2260
  o.name = "DeleteEndpoint"
1170
2261
  o.http_method = "POST"
@@ -1189,6 +2280,14 @@ module Aws::SageMaker
1189
2280
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1190
2281
  end)
1191
2282
 
2283
+ api.add_operation(:delete_model_package, Seahorse::Model::Operation.new.tap do |o|
2284
+ o.name = "DeleteModelPackage"
2285
+ o.http_method = "POST"
2286
+ o.http_request_uri = "/"
2287
+ o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageInput)
2288
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2289
+ end)
2290
+
1192
2291
  api.add_operation(:delete_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
1193
2292
  o.name = "DeleteNotebookInstance"
1194
2293
  o.http_method = "POST"
@@ -1213,6 +2312,40 @@ module Aws::SageMaker
1213
2312
  o.output = Shapes::ShapeRef.new(shape: DeleteTagsOutput)
1214
2313
  end)
1215
2314
 
2315
+ api.add_operation(:delete_workteam, Seahorse::Model::Operation.new.tap do |o|
2316
+ o.name = "DeleteWorkteam"
2317
+ o.http_method = "POST"
2318
+ o.http_request_uri = "/"
2319
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkteamRequest)
2320
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkteamResponse)
2321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2322
+ end)
2323
+
2324
+ api.add_operation(:describe_algorithm, Seahorse::Model::Operation.new.tap do |o|
2325
+ o.name = "DescribeAlgorithm"
2326
+ o.http_method = "POST"
2327
+ o.http_request_uri = "/"
2328
+ o.input = Shapes::ShapeRef.new(shape: DescribeAlgorithmInput)
2329
+ o.output = Shapes::ShapeRef.new(shape: DescribeAlgorithmOutput)
2330
+ end)
2331
+
2332
+ api.add_operation(:describe_code_repository, Seahorse::Model::Operation.new.tap do |o|
2333
+ o.name = "DescribeCodeRepository"
2334
+ o.http_method = "POST"
2335
+ o.http_request_uri = "/"
2336
+ o.input = Shapes::ShapeRef.new(shape: DescribeCodeRepositoryInput)
2337
+ o.output = Shapes::ShapeRef.new(shape: DescribeCodeRepositoryOutput)
2338
+ end)
2339
+
2340
+ api.add_operation(:describe_compilation_job, Seahorse::Model::Operation.new.tap do |o|
2341
+ o.name = "DescribeCompilationJob"
2342
+ o.http_method = "POST"
2343
+ o.http_request_uri = "/"
2344
+ o.input = Shapes::ShapeRef.new(shape: DescribeCompilationJobRequest)
2345
+ o.output = Shapes::ShapeRef.new(shape: DescribeCompilationJobResponse)
2346
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2347
+ end)
2348
+
1216
2349
  api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
1217
2350
  o.name = "DescribeEndpoint"
1218
2351
  o.http_method = "POST"
@@ -1238,6 +2371,15 @@ module Aws::SageMaker
1238
2371
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
1239
2372
  end)
1240
2373
 
2374
+ api.add_operation(:describe_labeling_job, Seahorse::Model::Operation.new.tap do |o|
2375
+ o.name = "DescribeLabelingJob"
2376
+ o.http_method = "POST"
2377
+ o.http_request_uri = "/"
2378
+ o.input = Shapes::ShapeRef.new(shape: DescribeLabelingJobRequest)
2379
+ o.output = Shapes::ShapeRef.new(shape: DescribeLabelingJobResponse)
2380
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2381
+ end)
2382
+
1241
2383
  api.add_operation(:describe_model, Seahorse::Model::Operation.new.tap do |o|
1242
2384
  o.name = "DescribeModel"
1243
2385
  o.http_method = "POST"
@@ -1246,6 +2388,14 @@ module Aws::SageMaker
1246
2388
  o.output = Shapes::ShapeRef.new(shape: DescribeModelOutput)
1247
2389
  end)
1248
2390
 
2391
+ api.add_operation(:describe_model_package, Seahorse::Model::Operation.new.tap do |o|
2392
+ o.name = "DescribeModelPackage"
2393
+ o.http_method = "POST"
2394
+ o.http_request_uri = "/"
2395
+ o.input = Shapes::ShapeRef.new(shape: DescribeModelPackageInput)
2396
+ o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageOutput)
2397
+ end)
2398
+
1249
2399
  api.add_operation(:describe_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
1250
2400
  o.name = "DescribeNotebookInstance"
1251
2401
  o.http_method = "POST"
@@ -1262,6 +2412,14 @@ module Aws::SageMaker
1262
2412
  o.output = Shapes::ShapeRef.new(shape: DescribeNotebookInstanceLifecycleConfigOutput)
1263
2413
  end)
1264
2414
 
2415
+ api.add_operation(:describe_subscribed_workteam, Seahorse::Model::Operation.new.tap do |o|
2416
+ o.name = "DescribeSubscribedWorkteam"
2417
+ o.http_method = "POST"
2418
+ o.http_request_uri = "/"
2419
+ o.input = Shapes::ShapeRef.new(shape: DescribeSubscribedWorkteamRequest)
2420
+ o.output = Shapes::ShapeRef.new(shape: DescribeSubscribedWorkteamResponse)
2421
+ end)
2422
+
1265
2423
  api.add_operation(:describe_training_job, Seahorse::Model::Operation.new.tap do |o|
1266
2424
  o.name = "DescribeTrainingJob"
1267
2425
  o.http_method = "POST"
@@ -1280,6 +2438,52 @@ module Aws::SageMaker
1280
2438
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
1281
2439
  end)
1282
2440
 
2441
+ api.add_operation(:describe_workteam, Seahorse::Model::Operation.new.tap do |o|
2442
+ o.name = "DescribeWorkteam"
2443
+ o.http_method = "POST"
2444
+ o.http_request_uri = "/"
2445
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorkteamRequest)
2446
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorkteamResponse)
2447
+ end)
2448
+
2449
+ api.add_operation(:get_search_suggestions, Seahorse::Model::Operation.new.tap do |o|
2450
+ o.name = "GetSearchSuggestions"
2451
+ o.http_method = "POST"
2452
+ o.http_request_uri = "/"
2453
+ o.input = Shapes::ShapeRef.new(shape: GetSearchSuggestionsRequest)
2454
+ o.output = Shapes::ShapeRef.new(shape: GetSearchSuggestionsResponse)
2455
+ end)
2456
+
2457
+ api.add_operation(:list_algorithms, Seahorse::Model::Operation.new.tap do |o|
2458
+ o.name = "ListAlgorithms"
2459
+ o.http_method = "POST"
2460
+ o.http_request_uri = "/"
2461
+ o.input = Shapes::ShapeRef.new(shape: ListAlgorithmsInput)
2462
+ o.output = Shapes::ShapeRef.new(shape: ListAlgorithmsOutput)
2463
+ end)
2464
+
2465
+ api.add_operation(:list_code_repositories, Seahorse::Model::Operation.new.tap do |o|
2466
+ o.name = "ListCodeRepositories"
2467
+ o.http_method = "POST"
2468
+ o.http_request_uri = "/"
2469
+ o.input = Shapes::ShapeRef.new(shape: ListCodeRepositoriesInput)
2470
+ o.output = Shapes::ShapeRef.new(shape: ListCodeRepositoriesOutput)
2471
+ end)
2472
+
2473
+ api.add_operation(:list_compilation_jobs, Seahorse::Model::Operation.new.tap do |o|
2474
+ o.name = "ListCompilationJobs"
2475
+ o.http_method = "POST"
2476
+ o.http_request_uri = "/"
2477
+ o.input = Shapes::ShapeRef.new(shape: ListCompilationJobsRequest)
2478
+ o.output = Shapes::ShapeRef.new(shape: ListCompilationJobsResponse)
2479
+ o[:pager] = Aws::Pager.new(
2480
+ limit_key: "max_results",
2481
+ tokens: {
2482
+ "next_token" => "next_token"
2483
+ }
2484
+ )
2485
+ end)
2486
+
1283
2487
  api.add_operation(:list_endpoint_configs, Seahorse::Model::Operation.new.tap do |o|
1284
2488
  o.name = "ListEndpointConfigs"
1285
2489
  o.http_method = "POST"
@@ -1322,6 +2526,43 @@ module Aws::SageMaker
1322
2526
  )
1323
2527
  end)
1324
2528
 
2529
+ api.add_operation(:list_labeling_jobs, Seahorse::Model::Operation.new.tap do |o|
2530
+ o.name = "ListLabelingJobs"
2531
+ o.http_method = "POST"
2532
+ o.http_request_uri = "/"
2533
+ o.input = Shapes::ShapeRef.new(shape: ListLabelingJobsRequest)
2534
+ o.output = Shapes::ShapeRef.new(shape: ListLabelingJobsResponse)
2535
+ o[:pager] = Aws::Pager.new(
2536
+ limit_key: "max_results",
2537
+ tokens: {
2538
+ "next_token" => "next_token"
2539
+ }
2540
+ )
2541
+ end)
2542
+
2543
+ api.add_operation(:list_labeling_jobs_for_workteam, Seahorse::Model::Operation.new.tap do |o|
2544
+ o.name = "ListLabelingJobsForWorkteam"
2545
+ o.http_method = "POST"
2546
+ o.http_request_uri = "/"
2547
+ o.input = Shapes::ShapeRef.new(shape: ListLabelingJobsForWorkteamRequest)
2548
+ o.output = Shapes::ShapeRef.new(shape: ListLabelingJobsForWorkteamResponse)
2549
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2550
+ o[:pager] = Aws::Pager.new(
2551
+ limit_key: "max_results",
2552
+ tokens: {
2553
+ "next_token" => "next_token"
2554
+ }
2555
+ )
2556
+ end)
2557
+
2558
+ api.add_operation(:list_model_packages, Seahorse::Model::Operation.new.tap do |o|
2559
+ o.name = "ListModelPackages"
2560
+ o.http_method = "POST"
2561
+ o.http_request_uri = "/"
2562
+ o.input = Shapes::ShapeRef.new(shape: ListModelPackagesInput)
2563
+ o.output = Shapes::ShapeRef.new(shape: ListModelPackagesOutput)
2564
+ end)
2565
+
1325
2566
  api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
1326
2567
  o.name = "ListModels"
1327
2568
  o.http_method = "POST"
@@ -1364,6 +2605,20 @@ module Aws::SageMaker
1364
2605
  )
1365
2606
  end)
1366
2607
 
2608
+ api.add_operation(:list_subscribed_workteams, Seahorse::Model::Operation.new.tap do |o|
2609
+ o.name = "ListSubscribedWorkteams"
2610
+ o.http_method = "POST"
2611
+ o.http_request_uri = "/"
2612
+ o.input = Shapes::ShapeRef.new(shape: ListSubscribedWorkteamsRequest)
2613
+ o.output = Shapes::ShapeRef.new(shape: ListSubscribedWorkteamsResponse)
2614
+ o[:pager] = Aws::Pager.new(
2615
+ limit_key: "max_results",
2616
+ tokens: {
2617
+ "next_token" => "next_token"
2618
+ }
2619
+ )
2620
+ end)
2621
+
1367
2622
  api.add_operation(:list_tags, Seahorse::Model::Operation.new.tap do |o|
1368
2623
  o.name = "ListTags"
1369
2624
  o.http_method = "POST"
@@ -1421,6 +2676,42 @@ module Aws::SageMaker
1421
2676
  )
1422
2677
  end)
1423
2678
 
2679
+ api.add_operation(:list_workteams, Seahorse::Model::Operation.new.tap do |o|
2680
+ o.name = "ListWorkteams"
2681
+ o.http_method = "POST"
2682
+ o.http_request_uri = "/"
2683
+ o.input = Shapes::ShapeRef.new(shape: ListWorkteamsRequest)
2684
+ o.output = Shapes::ShapeRef.new(shape: ListWorkteamsResponse)
2685
+ o[:pager] = Aws::Pager.new(
2686
+ limit_key: "max_results",
2687
+ tokens: {
2688
+ "next_token" => "next_token"
2689
+ }
2690
+ )
2691
+ end)
2692
+
2693
+ api.add_operation(:render_ui_template, Seahorse::Model::Operation.new.tap do |o|
2694
+ o.name = "RenderUiTemplate"
2695
+ o.http_method = "POST"
2696
+ o.http_request_uri = "/"
2697
+ o.input = Shapes::ShapeRef.new(shape: RenderUiTemplateRequest)
2698
+ o.output = Shapes::ShapeRef.new(shape: RenderUiTemplateResponse)
2699
+ end)
2700
+
2701
+ api.add_operation(:search, Seahorse::Model::Operation.new.tap do |o|
2702
+ o.name = "Search"
2703
+ o.http_method = "POST"
2704
+ o.http_request_uri = "/"
2705
+ o.input = Shapes::ShapeRef.new(shape: SearchRequest)
2706
+ o.output = Shapes::ShapeRef.new(shape: SearchResponse)
2707
+ o[:pager] = Aws::Pager.new(
2708
+ limit_key: "max_results",
2709
+ tokens: {
2710
+ "next_token" => "next_token"
2711
+ }
2712
+ )
2713
+ end)
2714
+
1424
2715
  api.add_operation(:start_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
1425
2716
  o.name = "StartNotebookInstance"
1426
2717
  o.http_method = "POST"
@@ -1430,6 +2721,15 @@ module Aws::SageMaker
1430
2721
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
1431
2722
  end)
1432
2723
 
2724
+ api.add_operation(:stop_compilation_job, Seahorse::Model::Operation.new.tap do |o|
2725
+ o.name = "StopCompilationJob"
2726
+ o.http_method = "POST"
2727
+ o.http_request_uri = "/"
2728
+ o.input = Shapes::ShapeRef.new(shape: StopCompilationJobRequest)
2729
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2730
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2731
+ end)
2732
+
1433
2733
  api.add_operation(:stop_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
1434
2734
  o.name = "StopHyperParameterTuningJob"
1435
2735
  o.http_method = "POST"
@@ -1439,6 +2739,15 @@ module Aws::SageMaker
1439
2739
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
1440
2740
  end)
1441
2741
 
2742
+ api.add_operation(:stop_labeling_job, Seahorse::Model::Operation.new.tap do |o|
2743
+ o.name = "StopLabelingJob"
2744
+ o.http_method = "POST"
2745
+ o.http_request_uri = "/"
2746
+ o.input = Shapes::ShapeRef.new(shape: StopLabelingJobRequest)
2747
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2748
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
2749
+ end)
2750
+
1442
2751
  api.add_operation(:stop_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
1443
2752
  o.name = "StopNotebookInstance"
1444
2753
  o.http_method = "POST"
@@ -1465,6 +2774,14 @@ module Aws::SageMaker
1465
2774
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
1466
2775
  end)
1467
2776
 
2777
+ api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
2778
+ o.name = "UpdateCodeRepository"
2779
+ o.http_method = "POST"
2780
+ o.http_request_uri = "/"
2781
+ o.input = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryInput)
2782
+ o.output = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryOutput)
2783
+ end)
2784
+
1468
2785
  api.add_operation(:update_endpoint, Seahorse::Model::Operation.new.tap do |o|
1469
2786
  o.name = "UpdateEndpoint"
1470
2787
  o.http_method = "POST"
@@ -1500,6 +2817,15 @@ module Aws::SageMaker
1500
2817
  o.output = Shapes::ShapeRef.new(shape: UpdateNotebookInstanceLifecycleConfigOutput)
1501
2818
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
1502
2819
  end)
2820
+
2821
+ api.add_operation(:update_workteam, Seahorse::Model::Operation.new.tap do |o|
2822
+ o.name = "UpdateWorkteam"
2823
+ o.http_method = "POST"
2824
+ o.http_request_uri = "/"
2825
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkteamRequest)
2826
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkteamResponse)
2827
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
2828
+ end)
1503
2829
  end
1504
2830
 
1505
2831
  end