aws-sdk-sagemaker 1.68.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +2 -2
- data/lib/aws-sdk-sagemaker/client.rb +4287 -247
- data/lib/aws-sdk-sagemaker/client_api.rb +2161 -18
- data/lib/aws-sdk-sagemaker/types.rb +7844 -512
- metadata +2 -2
@@ -15,9 +15,19 @@ module Aws::SageMaker
|
|
15
15
|
|
16
16
|
Accept = Shapes::StringShape.new(name: 'Accept')
|
17
17
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
18
|
+
ActionArn = Shapes::StringShape.new(name: 'ActionArn')
|
19
|
+
ActionSource = Shapes::StructureShape.new(name: 'ActionSource')
|
20
|
+
ActionStatus = Shapes::StringShape.new(name: 'ActionStatus')
|
21
|
+
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
22
|
+
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
23
|
+
AddAssociationRequest = Shapes::StructureShape.new(name: 'AddAssociationRequest')
|
24
|
+
AddAssociationResponse = Shapes::StructureShape.new(name: 'AddAssociationResponse')
|
18
25
|
AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
|
19
26
|
AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
|
20
27
|
AdditionalCodeRepositoryNamesOrUrls = Shapes::ListShape.new(name: 'AdditionalCodeRepositoryNamesOrUrls')
|
28
|
+
Alarm = Shapes::StructureShape.new(name: 'Alarm')
|
29
|
+
AlarmList = Shapes::ListShape.new(name: 'AlarmList')
|
30
|
+
AlarmName = Shapes::StringShape.new(name: 'AlarmName')
|
21
31
|
AlgorithmArn = Shapes::StringShape.new(name: 'AlgorithmArn')
|
22
32
|
AlgorithmImage = Shapes::StringShape.new(name: 'AlgorithmImage')
|
23
33
|
AlgorithmSortBy = Shapes::StringShape.new(name: 'AlgorithmSortBy')
|
@@ -34,17 +44,44 @@ module Aws::SageMaker
|
|
34
44
|
AnnotationConsolidationConfig = Shapes::StructureShape.new(name: 'AnnotationConsolidationConfig')
|
35
45
|
AppArn = Shapes::StringShape.new(name: 'AppArn')
|
36
46
|
AppDetails = Shapes::StructureShape.new(name: 'AppDetails')
|
47
|
+
AppImageConfigArn = Shapes::StringShape.new(name: 'AppImageConfigArn')
|
48
|
+
AppImageConfigDetails = Shapes::StructureShape.new(name: 'AppImageConfigDetails')
|
49
|
+
AppImageConfigList = Shapes::ListShape.new(name: 'AppImageConfigList')
|
50
|
+
AppImageConfigName = Shapes::StringShape.new(name: 'AppImageConfigName')
|
51
|
+
AppImageConfigSortKey = Shapes::StringShape.new(name: 'AppImageConfigSortKey')
|
37
52
|
AppInstanceType = Shapes::StringShape.new(name: 'AppInstanceType')
|
38
53
|
AppList = Shapes::ListShape.new(name: 'AppList')
|
54
|
+
AppManaged = Shapes::BooleanShape.new(name: 'AppManaged')
|
39
55
|
AppName = Shapes::StringShape.new(name: 'AppName')
|
56
|
+
AppNetworkAccessType = Shapes::StringShape.new(name: 'AppNetworkAccessType')
|
40
57
|
AppSortKey = Shapes::StringShape.new(name: 'AppSortKey')
|
41
58
|
AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
|
42
59
|
AppStatus = Shapes::StringShape.new(name: 'AppStatus')
|
43
60
|
AppType = Shapes::StringShape.new(name: 'AppType')
|
61
|
+
ApprovalDescription = Shapes::StringShape.new(name: 'ApprovalDescription')
|
44
62
|
ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
|
63
|
+
ArtifactArn = Shapes::StringShape.new(name: 'ArtifactArn')
|
64
|
+
ArtifactDigest = Shapes::StringShape.new(name: 'ArtifactDigest')
|
65
|
+
ArtifactSource = Shapes::StructureShape.new(name: 'ArtifactSource')
|
66
|
+
ArtifactSourceIdType = Shapes::StringShape.new(name: 'ArtifactSourceIdType')
|
67
|
+
ArtifactSourceType = Shapes::StructureShape.new(name: 'ArtifactSourceType')
|
68
|
+
ArtifactSourceTypes = Shapes::ListShape.new(name: 'ArtifactSourceTypes')
|
69
|
+
ArtifactSummaries = Shapes::ListShape.new(name: 'ArtifactSummaries')
|
70
|
+
ArtifactSummary = Shapes::StructureShape.new(name: 'ArtifactSummary')
|
45
71
|
AssemblyType = Shapes::StringShape.new(name: 'AssemblyType')
|
46
72
|
AssociateTrialComponentRequest = Shapes::StructureShape.new(name: 'AssociateTrialComponentRequest')
|
47
73
|
AssociateTrialComponentResponse = Shapes::StructureShape.new(name: 'AssociateTrialComponentResponse')
|
74
|
+
AssociationEdgeType = Shapes::StringShape.new(name: 'AssociationEdgeType')
|
75
|
+
AssociationEntityArn = Shapes::StringShape.new(name: 'AssociationEntityArn')
|
76
|
+
AssociationSummaries = Shapes::ListShape.new(name: 'AssociationSummaries')
|
77
|
+
AssociationSummary = Shapes::StructureShape.new(name: 'AssociationSummary')
|
78
|
+
AthenaCatalog = Shapes::StringShape.new(name: 'AthenaCatalog')
|
79
|
+
AthenaDatabase = Shapes::StringShape.new(name: 'AthenaDatabase')
|
80
|
+
AthenaDatasetDefinition = Shapes::StructureShape.new(name: 'AthenaDatasetDefinition')
|
81
|
+
AthenaQueryString = Shapes::StringShape.new(name: 'AthenaQueryString')
|
82
|
+
AthenaResultCompressionType = Shapes::StringShape.new(name: 'AthenaResultCompressionType')
|
83
|
+
AthenaResultFormat = Shapes::StringShape.new(name: 'AthenaResultFormat')
|
84
|
+
AthenaWorkGroup = Shapes::StringShape.new(name: 'AthenaWorkGroup')
|
48
85
|
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
49
86
|
AttributeNames = Shapes::ListShape.new(name: 'AttributeNames')
|
50
87
|
AuthMode = Shapes::StringShape.new(name: 'AuthMode')
|
@@ -77,12 +114,17 @@ module Aws::SageMaker
|
|
77
114
|
AutoMLSecurityConfig = Shapes::StructureShape.new(name: 'AutoMLSecurityConfig')
|
78
115
|
AutoMLSortBy = Shapes::StringShape.new(name: 'AutoMLSortBy')
|
79
116
|
AutoMLSortOrder = Shapes::StringShape.new(name: 'AutoMLSortOrder')
|
117
|
+
AutoRollbackConfig = Shapes::StructureShape.new(name: 'AutoRollbackConfig')
|
80
118
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
81
119
|
BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
|
120
|
+
Bias = Shapes::StructureShape.new(name: 'Bias')
|
82
121
|
BillableTimeInSeconds = Shapes::IntegerShape.new(name: 'BillableTimeInSeconds')
|
122
|
+
BlockedReason = Shapes::StringShape.new(name: 'BlockedReason')
|
123
|
+
BlueGreenUpdatePolicy = Shapes::StructureShape.new(name: 'BlueGreenUpdatePolicy')
|
83
124
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
84
125
|
BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
|
85
126
|
Branch = Shapes::StringShape.new(name: 'Branch')
|
127
|
+
CacheHitResult = Shapes::StructureShape.new(name: 'CacheHitResult')
|
86
128
|
CandidateDefinitionNotebookLocation = Shapes::StringShape.new(name: 'CandidateDefinitionNotebookLocation')
|
87
129
|
CandidateName = Shapes::StringShape.new(name: 'CandidateName')
|
88
130
|
CandidateSortBy = Shapes::StringShape.new(name: 'CandidateSortBy')
|
@@ -91,11 +133,15 @@ module Aws::SageMaker
|
|
91
133
|
CandidateStepName = Shapes::StringShape.new(name: 'CandidateStepName')
|
92
134
|
CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
|
93
135
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
136
|
+
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
137
|
+
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
138
|
+
CapacitySizeValue = Shapes::IntegerShape.new(name: 'CapacitySizeValue')
|
94
139
|
CaptureContentTypeHeader = Shapes::StructureShape.new(name: 'CaptureContentTypeHeader')
|
95
140
|
CaptureMode = Shapes::StringShape.new(name: 'CaptureMode')
|
96
141
|
CaptureOption = Shapes::StructureShape.new(name: 'CaptureOption')
|
97
142
|
CaptureOptionList = Shapes::ListShape.new(name: 'CaptureOptionList')
|
98
143
|
CaptureStatus = Shapes::StringShape.new(name: 'CaptureStatus')
|
144
|
+
Catalog = Shapes::StringShape.new(name: 'Catalog')
|
99
145
|
CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
|
100
146
|
CategoricalParameterRangeSpecification = Shapes::StructureShape.new(name: 'CategoricalParameterRangeSpecification')
|
101
147
|
CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
|
@@ -110,6 +156,7 @@ module Aws::SageMaker
|
|
110
156
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
111
157
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
112
158
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
159
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
113
160
|
CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
|
114
161
|
CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
|
115
162
|
CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
|
@@ -133,6 +180,8 @@ module Aws::SageMaker
|
|
133
180
|
CompilerOptions = Shapes::StringShape.new(name: 'CompilerOptions')
|
134
181
|
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
135
182
|
CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
|
183
|
+
ConditionOutcome = Shapes::StringShape.new(name: 'ConditionOutcome')
|
184
|
+
ConditionStepMetadata = Shapes::StructureShape.new(name: 'ConditionStepMetadata')
|
136
185
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
137
186
|
ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
|
138
187
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
@@ -147,21 +196,34 @@ module Aws::SageMaker
|
|
147
196
|
ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
|
148
197
|
ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
|
149
198
|
ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
|
199
|
+
ContentDigest = Shapes::StringShape.new(name: 'ContentDigest')
|
150
200
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
151
201
|
ContentTypes = Shapes::ListShape.new(name: 'ContentTypes')
|
202
|
+
ContextArn = Shapes::StringShape.new(name: 'ContextArn')
|
203
|
+
ContextSource = Shapes::StructureShape.new(name: 'ContextSource')
|
204
|
+
ContextSummaries = Shapes::ListShape.new(name: 'ContextSummaries')
|
205
|
+
ContextSummary = Shapes::StructureShape.new(name: 'ContextSummary')
|
152
206
|
ContinuousParameterRange = Shapes::StructureShape.new(name: 'ContinuousParameterRange')
|
153
207
|
ContinuousParameterRangeSpecification = Shapes::StructureShape.new(name: 'ContinuousParameterRangeSpecification')
|
154
208
|
ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
|
209
|
+
CreateActionRequest = Shapes::StructureShape.new(name: 'CreateActionRequest')
|
210
|
+
CreateActionResponse = Shapes::StructureShape.new(name: 'CreateActionResponse')
|
155
211
|
CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
|
156
212
|
CreateAlgorithmOutput = Shapes::StructureShape.new(name: 'CreateAlgorithmOutput')
|
213
|
+
CreateAppImageConfigRequest = Shapes::StructureShape.new(name: 'CreateAppImageConfigRequest')
|
214
|
+
CreateAppImageConfigResponse = Shapes::StructureShape.new(name: 'CreateAppImageConfigResponse')
|
157
215
|
CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
|
158
216
|
CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
|
217
|
+
CreateArtifactRequest = Shapes::StructureShape.new(name: 'CreateArtifactRequest')
|
218
|
+
CreateArtifactResponse = Shapes::StructureShape.new(name: 'CreateArtifactResponse')
|
159
219
|
CreateAutoMLJobRequest = Shapes::StructureShape.new(name: 'CreateAutoMLJobRequest')
|
160
220
|
CreateAutoMLJobResponse = Shapes::StructureShape.new(name: 'CreateAutoMLJobResponse')
|
161
221
|
CreateCodeRepositoryInput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryInput')
|
162
222
|
CreateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryOutput')
|
163
223
|
CreateCompilationJobRequest = Shapes::StructureShape.new(name: 'CreateCompilationJobRequest')
|
164
224
|
CreateCompilationJobResponse = Shapes::StructureShape.new(name: 'CreateCompilationJobResponse')
|
225
|
+
CreateContextRequest = Shapes::StructureShape.new(name: 'CreateContextRequest')
|
226
|
+
CreateContextResponse = Shapes::StructureShape.new(name: 'CreateContextResponse')
|
165
227
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
166
228
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
167
229
|
CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
|
@@ -170,16 +232,24 @@ module Aws::SageMaker
|
|
170
232
|
CreateEndpointOutput = Shapes::StructureShape.new(name: 'CreateEndpointOutput')
|
171
233
|
CreateExperimentRequest = Shapes::StructureShape.new(name: 'CreateExperimentRequest')
|
172
234
|
CreateExperimentResponse = Shapes::StructureShape.new(name: 'CreateExperimentResponse')
|
235
|
+
CreateFeatureGroupRequest = Shapes::StructureShape.new(name: 'CreateFeatureGroupRequest')
|
236
|
+
CreateFeatureGroupResponse = Shapes::StructureShape.new(name: 'CreateFeatureGroupResponse')
|
173
237
|
CreateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFlowDefinitionRequest')
|
174
238
|
CreateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFlowDefinitionResponse')
|
175
239
|
CreateHumanTaskUiRequest = Shapes::StructureShape.new(name: 'CreateHumanTaskUiRequest')
|
176
240
|
CreateHumanTaskUiResponse = Shapes::StructureShape.new(name: 'CreateHumanTaskUiResponse')
|
177
241
|
CreateHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobRequest')
|
178
242
|
CreateHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobResponse')
|
243
|
+
CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
|
244
|
+
CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
|
245
|
+
CreateImageVersionRequest = Shapes::StructureShape.new(name: 'CreateImageVersionRequest')
|
246
|
+
CreateImageVersionResponse = Shapes::StructureShape.new(name: 'CreateImageVersionResponse')
|
179
247
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
180
248
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
181
249
|
CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
|
182
250
|
CreateModelOutput = Shapes::StructureShape.new(name: 'CreateModelOutput')
|
251
|
+
CreateModelPackageGroupInput = Shapes::StructureShape.new(name: 'CreateModelPackageGroupInput')
|
252
|
+
CreateModelPackageGroupOutput = Shapes::StructureShape.new(name: 'CreateModelPackageGroupOutput')
|
183
253
|
CreateModelPackageInput = Shapes::StructureShape.new(name: 'CreateModelPackageInput')
|
184
254
|
CreateModelPackageOutput = Shapes::StructureShape.new(name: 'CreateModelPackageOutput')
|
185
255
|
CreateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleRequest')
|
@@ -188,12 +258,16 @@ module Aws::SageMaker
|
|
188
258
|
CreateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigInput')
|
189
259
|
CreateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigOutput')
|
190
260
|
CreateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceOutput')
|
261
|
+
CreatePipelineRequest = Shapes::StructureShape.new(name: 'CreatePipelineRequest')
|
262
|
+
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
191
263
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
192
264
|
CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
|
193
265
|
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
194
266
|
CreatePresignedNotebookInstanceUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlOutput')
|
195
267
|
CreateProcessingJobRequest = Shapes::StructureShape.new(name: 'CreateProcessingJobRequest')
|
196
268
|
CreateProcessingJobResponse = Shapes::StructureShape.new(name: 'CreateProcessingJobResponse')
|
269
|
+
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
270
|
+
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
197
271
|
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
198
272
|
CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
|
199
273
|
CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
|
@@ -211,34 +285,61 @@ module Aws::SageMaker
|
|
211
285
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
212
286
|
CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
|
213
287
|
CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
|
288
|
+
CustomImage = Shapes::StructureShape.new(name: 'CustomImage')
|
289
|
+
CustomImages = Shapes::ListShape.new(name: 'CustomImages')
|
214
290
|
DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
|
215
291
|
DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
|
292
|
+
DataCatalogConfig = Shapes::StructureShape.new(name: 'DataCatalogConfig')
|
293
|
+
DataDistributionType = Shapes::StringShape.new(name: 'DataDistributionType')
|
216
294
|
DataExplorationNotebookLocation = Shapes::StringShape.new(name: 'DataExplorationNotebookLocation')
|
217
295
|
DataInputConfig = Shapes::StringShape.new(name: 'DataInputConfig')
|
218
296
|
DataProcessing = Shapes::StructureShape.new(name: 'DataProcessing')
|
219
297
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
298
|
+
Database = Shapes::StringShape.new(name: 'Database')
|
299
|
+
DatasetDefinition = Shapes::StructureShape.new(name: 'DatasetDefinition')
|
220
300
|
DebugHookConfig = Shapes::StructureShape.new(name: 'DebugHookConfig')
|
221
301
|
DebugRuleConfiguration = Shapes::StructureShape.new(name: 'DebugRuleConfiguration')
|
222
302
|
DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
|
223
303
|
DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
|
224
304
|
DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
|
305
|
+
DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
|
306
|
+
DefaultUid = Shapes::IntegerShape.new(name: 'DefaultUid')
|
307
|
+
DeleteActionRequest = Shapes::StructureShape.new(name: 'DeleteActionRequest')
|
308
|
+
DeleteActionResponse = Shapes::StructureShape.new(name: 'DeleteActionResponse')
|
225
309
|
DeleteAlgorithmInput = Shapes::StructureShape.new(name: 'DeleteAlgorithmInput')
|
310
|
+
DeleteAppImageConfigRequest = Shapes::StructureShape.new(name: 'DeleteAppImageConfigRequest')
|
226
311
|
DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
|
312
|
+
DeleteArtifactRequest = Shapes::StructureShape.new(name: 'DeleteArtifactRequest')
|
313
|
+
DeleteArtifactResponse = Shapes::StructureShape.new(name: 'DeleteArtifactResponse')
|
314
|
+
DeleteAssociationRequest = Shapes::StructureShape.new(name: 'DeleteAssociationRequest')
|
315
|
+
DeleteAssociationResponse = Shapes::StructureShape.new(name: 'DeleteAssociationResponse')
|
227
316
|
DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
|
317
|
+
DeleteContextRequest = Shapes::StructureShape.new(name: 'DeleteContextRequest')
|
318
|
+
DeleteContextResponse = Shapes::StructureShape.new(name: 'DeleteContextResponse')
|
228
319
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
229
320
|
DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
|
230
321
|
DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
|
231
322
|
DeleteExperimentRequest = Shapes::StructureShape.new(name: 'DeleteExperimentRequest')
|
232
323
|
DeleteExperimentResponse = Shapes::StructureShape.new(name: 'DeleteExperimentResponse')
|
324
|
+
DeleteFeatureGroupRequest = Shapes::StructureShape.new(name: 'DeleteFeatureGroupRequest')
|
233
325
|
DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
|
234
326
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
235
327
|
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
236
328
|
DeleteHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiResponse')
|
329
|
+
DeleteImageRequest = Shapes::StructureShape.new(name: 'DeleteImageRequest')
|
330
|
+
DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
|
331
|
+
DeleteImageVersionRequest = Shapes::StructureShape.new(name: 'DeleteImageVersionRequest')
|
332
|
+
DeleteImageVersionResponse = Shapes::StructureShape.new(name: 'DeleteImageVersionResponse')
|
237
333
|
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
334
|
+
DeleteModelPackageGroupInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupInput')
|
335
|
+
DeleteModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupPolicyInput')
|
238
336
|
DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
|
239
337
|
DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
|
240
338
|
DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
|
241
339
|
DeleteNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceLifecycleConfigInput')
|
340
|
+
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
341
|
+
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
342
|
+
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
242
343
|
DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
|
243
344
|
DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
|
244
345
|
DeleteTrialComponentRequest = Shapes::StructureShape.new(name: 'DeleteTrialComponentRequest')
|
@@ -252,16 +353,25 @@ module Aws::SageMaker
|
|
252
353
|
DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
|
253
354
|
DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
|
254
355
|
DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
|
356
|
+
DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
|
357
|
+
DescribeActionRequest = Shapes::StructureShape.new(name: 'DescribeActionRequest')
|
358
|
+
DescribeActionResponse = Shapes::StructureShape.new(name: 'DescribeActionResponse')
|
255
359
|
DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
|
256
360
|
DescribeAlgorithmOutput = Shapes::StructureShape.new(name: 'DescribeAlgorithmOutput')
|
361
|
+
DescribeAppImageConfigRequest = Shapes::StructureShape.new(name: 'DescribeAppImageConfigRequest')
|
362
|
+
DescribeAppImageConfigResponse = Shapes::StructureShape.new(name: 'DescribeAppImageConfigResponse')
|
257
363
|
DescribeAppRequest = Shapes::StructureShape.new(name: 'DescribeAppRequest')
|
258
364
|
DescribeAppResponse = Shapes::StructureShape.new(name: 'DescribeAppResponse')
|
365
|
+
DescribeArtifactRequest = Shapes::StructureShape.new(name: 'DescribeArtifactRequest')
|
366
|
+
DescribeArtifactResponse = Shapes::StructureShape.new(name: 'DescribeArtifactResponse')
|
259
367
|
DescribeAutoMLJobRequest = Shapes::StructureShape.new(name: 'DescribeAutoMLJobRequest')
|
260
368
|
DescribeAutoMLJobResponse = Shapes::StructureShape.new(name: 'DescribeAutoMLJobResponse')
|
261
369
|
DescribeCodeRepositoryInput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryInput')
|
262
370
|
DescribeCodeRepositoryOutput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryOutput')
|
263
371
|
DescribeCompilationJobRequest = Shapes::StructureShape.new(name: 'DescribeCompilationJobRequest')
|
264
372
|
DescribeCompilationJobResponse = Shapes::StructureShape.new(name: 'DescribeCompilationJobResponse')
|
373
|
+
DescribeContextRequest = Shapes::StructureShape.new(name: 'DescribeContextRequest')
|
374
|
+
DescribeContextResponse = Shapes::StructureShape.new(name: 'DescribeContextResponse')
|
265
375
|
DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
|
266
376
|
DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
|
267
377
|
DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
|
@@ -270,16 +380,24 @@ module Aws::SageMaker
|
|
270
380
|
DescribeEndpointOutput = Shapes::StructureShape.new(name: 'DescribeEndpointOutput')
|
271
381
|
DescribeExperimentRequest = Shapes::StructureShape.new(name: 'DescribeExperimentRequest')
|
272
382
|
DescribeExperimentResponse = Shapes::StructureShape.new(name: 'DescribeExperimentResponse')
|
383
|
+
DescribeFeatureGroupRequest = Shapes::StructureShape.new(name: 'DescribeFeatureGroupRequest')
|
384
|
+
DescribeFeatureGroupResponse = Shapes::StructureShape.new(name: 'DescribeFeatureGroupResponse')
|
273
385
|
DescribeFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionRequest')
|
274
386
|
DescribeFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionResponse')
|
275
387
|
DescribeHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiRequest')
|
276
388
|
DescribeHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiResponse')
|
277
389
|
DescribeHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobRequest')
|
278
390
|
DescribeHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobResponse')
|
391
|
+
DescribeImageRequest = Shapes::StructureShape.new(name: 'DescribeImageRequest')
|
392
|
+
DescribeImageResponse = Shapes::StructureShape.new(name: 'DescribeImageResponse')
|
393
|
+
DescribeImageVersionRequest = Shapes::StructureShape.new(name: 'DescribeImageVersionRequest')
|
394
|
+
DescribeImageVersionResponse = Shapes::StructureShape.new(name: 'DescribeImageVersionResponse')
|
279
395
|
DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
|
280
396
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
281
397
|
DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
|
282
398
|
DescribeModelOutput = Shapes::StructureShape.new(name: 'DescribeModelOutput')
|
399
|
+
DescribeModelPackageGroupInput = Shapes::StructureShape.new(name: 'DescribeModelPackageGroupInput')
|
400
|
+
DescribeModelPackageGroupOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageGroupOutput')
|
283
401
|
DescribeModelPackageInput = Shapes::StructureShape.new(name: 'DescribeModelPackageInput')
|
284
402
|
DescribeModelPackageOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageOutput')
|
285
403
|
DescribeMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleRequest')
|
@@ -288,8 +406,16 @@ module Aws::SageMaker
|
|
288
406
|
DescribeNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigInput')
|
289
407
|
DescribeNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigOutput')
|
290
408
|
DescribeNotebookInstanceOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceOutput')
|
409
|
+
DescribePipelineDefinitionForExecutionRequest = Shapes::StructureShape.new(name: 'DescribePipelineDefinitionForExecutionRequest')
|
410
|
+
DescribePipelineDefinitionForExecutionResponse = Shapes::StructureShape.new(name: 'DescribePipelineDefinitionForExecutionResponse')
|
411
|
+
DescribePipelineExecutionRequest = Shapes::StructureShape.new(name: 'DescribePipelineExecutionRequest')
|
412
|
+
DescribePipelineExecutionResponse = Shapes::StructureShape.new(name: 'DescribePipelineExecutionResponse')
|
413
|
+
DescribePipelineRequest = Shapes::StructureShape.new(name: 'DescribePipelineRequest')
|
414
|
+
DescribePipelineResponse = Shapes::StructureShape.new(name: 'DescribePipelineResponse')
|
291
415
|
DescribeProcessingJobRequest = Shapes::StructureShape.new(name: 'DescribeProcessingJobRequest')
|
292
416
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
417
|
+
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
418
|
+
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
293
419
|
DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
|
294
420
|
DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
|
295
421
|
DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
|
@@ -306,6 +432,7 @@ module Aws::SageMaker
|
|
306
432
|
DescribeWorkforceResponse = Shapes::StructureShape.new(name: 'DescribeWorkforceResponse')
|
307
433
|
DescribeWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeWorkteamRequest')
|
308
434
|
DescribeWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeWorkteamResponse')
|
435
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
309
436
|
DesiredWeightAndCapacity = Shapes::StructureShape.new(name: 'DesiredWeightAndCapacity')
|
310
437
|
DesiredWeightAndCapacityList = Shapes::ListShape.new(name: 'DesiredWeightAndCapacityList')
|
311
438
|
DestinationS3Uri = Shapes::StringShape.new(name: 'DestinationS3Uri')
|
@@ -313,6 +440,8 @@ module Aws::SageMaker
|
|
313
440
|
DetailedModelPackageStatus = Shapes::StringShape.new(name: 'DetailedModelPackageStatus')
|
314
441
|
DirectInternetAccess = Shapes::StringShape.new(name: 'DirectInternetAccess')
|
315
442
|
DirectoryPath = Shapes::StringShape.new(name: 'DirectoryPath')
|
443
|
+
DisableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'DisableSagemakerServicecatalogPortfolioInput')
|
444
|
+
DisableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'DisableSagemakerServicecatalogPortfolioOutput')
|
316
445
|
DisassociateAdditionalCodeRepositories = Shapes::BooleanShape.new(name: 'DisassociateAdditionalCodeRepositories')
|
317
446
|
DisassociateDefaultCodeRepository = Shapes::BooleanShape.new(name: 'DisassociateDefaultCodeRepository')
|
318
447
|
DisassociateNotebookInstanceAcceleratorTypes = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceAcceleratorTypes')
|
@@ -329,6 +458,9 @@ module Aws::SageMaker
|
|
329
458
|
DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
|
330
459
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
331
460
|
EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
|
461
|
+
EnableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioInput')
|
462
|
+
EnableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioOutput')
|
463
|
+
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
332
464
|
EndpointArn = Shapes::StringShape.new(name: 'EndpointArn')
|
333
465
|
EndpointConfigArn = Shapes::StringShape.new(name: 'EndpointConfigArn')
|
334
466
|
EndpointConfigName = Shapes::StringShape.new(name: 'EndpointConfigName')
|
@@ -359,8 +491,24 @@ module Aws::SageMaker
|
|
359
491
|
ExperimentSourceArn = Shapes::StringShape.new(name: 'ExperimentSourceArn')
|
360
492
|
ExperimentSummaries = Shapes::ListShape.new(name: 'ExperimentSummaries')
|
361
493
|
ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
|
494
|
+
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
362
495
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
496
|
+
FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
|
497
|
+
FeatureDefinitions = Shapes::ListShape.new(name: 'FeatureDefinitions')
|
498
|
+
FeatureGroup = Shapes::StructureShape.new(name: 'FeatureGroup')
|
499
|
+
FeatureGroupArn = Shapes::StringShape.new(name: 'FeatureGroupArn')
|
500
|
+
FeatureGroupMaxResults = Shapes::IntegerShape.new(name: 'FeatureGroupMaxResults')
|
501
|
+
FeatureGroupName = Shapes::StringShape.new(name: 'FeatureGroupName')
|
502
|
+
FeatureGroupNameContains = Shapes::StringShape.new(name: 'FeatureGroupNameContains')
|
503
|
+
FeatureGroupSortBy = Shapes::StringShape.new(name: 'FeatureGroupSortBy')
|
504
|
+
FeatureGroupSortOrder = Shapes::StringShape.new(name: 'FeatureGroupSortOrder')
|
505
|
+
FeatureGroupStatus = Shapes::StringShape.new(name: 'FeatureGroupStatus')
|
506
|
+
FeatureGroupSummaries = Shapes::ListShape.new(name: 'FeatureGroupSummaries')
|
507
|
+
FeatureGroupSummary = Shapes::StructureShape.new(name: 'FeatureGroupSummary')
|
508
|
+
FeatureName = Shapes::StringShape.new(name: 'FeatureName')
|
509
|
+
FeatureType = Shapes::StringShape.new(name: 'FeatureType')
|
363
510
|
FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
|
511
|
+
FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
|
364
512
|
FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
|
365
513
|
FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
|
366
514
|
FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
|
@@ -386,6 +534,10 @@ module Aws::SageMaker
|
|
386
534
|
FlowDefinitionTaskTitle = Shapes::StringShape.new(name: 'FlowDefinitionTaskTitle')
|
387
535
|
Framework = Shapes::StringShape.new(name: 'Framework')
|
388
536
|
GenerateCandidateDefinitionsOnly = Shapes::BooleanShape.new(name: 'GenerateCandidateDefinitionsOnly')
|
537
|
+
GetModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyInput')
|
538
|
+
GetModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyOutput')
|
539
|
+
GetSagemakerServicecatalogPortfolioStatusInput = Shapes::StructureShape.new(name: 'GetSagemakerServicecatalogPortfolioStatusInput')
|
540
|
+
GetSagemakerServicecatalogPortfolioStatusOutput = Shapes::StructureShape.new(name: 'GetSagemakerServicecatalogPortfolioStatusOutput')
|
389
541
|
GetSearchSuggestionsRequest = Shapes::StructureShape.new(name: 'GetSearchSuggestionsRequest')
|
390
542
|
GetSearchSuggestionsResponse = Shapes::StructureShape.new(name: 'GetSearchSuggestionsResponse')
|
391
543
|
GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
|
@@ -406,6 +558,7 @@ module Aws::SageMaker
|
|
406
558
|
HumanTaskUiSummaries = Shapes::ListShape.new(name: 'HumanTaskUiSummaries')
|
407
559
|
HumanTaskUiSummary = Shapes::StructureShape.new(name: 'HumanTaskUiSummary')
|
408
560
|
HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
|
561
|
+
HyperParameterKey = Shapes::StringShape.new(name: 'HyperParameterKey')
|
409
562
|
HyperParameterScalingType = Shapes::StringShape.new(name: 'HyperParameterScalingType')
|
410
563
|
HyperParameterSpecification = Shapes::StructureShape.new(name: 'HyperParameterSpecification')
|
411
564
|
HyperParameterSpecifications = Shapes::ListShape.new(name: 'HyperParameterSpecifications')
|
@@ -427,14 +580,37 @@ module Aws::SageMaker
|
|
427
580
|
HyperParameterTuningJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSummary')
|
428
581
|
HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
|
429
582
|
HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
|
583
|
+
HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
|
430
584
|
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
585
|
+
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
586
|
+
Image = Shapes::StructureShape.new(name: 'Image')
|
431
587
|
ImageArn = Shapes::StringShape.new(name: 'ImageArn')
|
588
|
+
ImageBaseImage = Shapes::StringShape.new(name: 'ImageBaseImage')
|
432
589
|
ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
|
590
|
+
ImageContainerImage = Shapes::StringShape.new(name: 'ImageContainerImage')
|
591
|
+
ImageDeleteProperty = Shapes::StringShape.new(name: 'ImageDeleteProperty')
|
592
|
+
ImageDeletePropertyList = Shapes::ListShape.new(name: 'ImageDeletePropertyList')
|
593
|
+
ImageDescription = Shapes::StringShape.new(name: 'ImageDescription')
|
433
594
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
595
|
+
ImageDisplayName = Shapes::StringShape.new(name: 'ImageDisplayName')
|
596
|
+
ImageName = Shapes::StringShape.new(name: 'ImageName')
|
597
|
+
ImageNameContains = Shapes::StringShape.new(name: 'ImageNameContains')
|
598
|
+
ImageSortBy = Shapes::StringShape.new(name: 'ImageSortBy')
|
599
|
+
ImageSortOrder = Shapes::StringShape.new(name: 'ImageSortOrder')
|
600
|
+
ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
|
434
601
|
ImageUri = Shapes::StringShape.new(name: 'ImageUri')
|
602
|
+
ImageVersion = Shapes::StructureShape.new(name: 'ImageVersion')
|
603
|
+
ImageVersionArn = Shapes::StringShape.new(name: 'ImageVersionArn')
|
604
|
+
ImageVersionNumber = Shapes::IntegerShape.new(name: 'ImageVersionNumber')
|
605
|
+
ImageVersionSortBy = Shapes::StringShape.new(name: 'ImageVersionSortBy')
|
606
|
+
ImageVersionSortOrder = Shapes::StringShape.new(name: 'ImageVersionSortOrder')
|
607
|
+
ImageVersionStatus = Shapes::StringShape.new(name: 'ImageVersionStatus')
|
608
|
+
ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
|
609
|
+
Images = Shapes::ListShape.new(name: 'Images')
|
435
610
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
436
611
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
437
612
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
613
|
+
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
438
614
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
439
615
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
440
616
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
@@ -449,7 +625,12 @@ module Aws::SageMaker
|
|
449
625
|
JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
|
450
626
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
451
627
|
JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
|
628
|
+
KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
|
452
629
|
KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
|
630
|
+
KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
|
631
|
+
KernelName = Shapes::StringShape.new(name: 'KernelName')
|
632
|
+
KernelSpec = Shapes::StructureShape.new(name: 'KernelSpec')
|
633
|
+
KernelSpecs = Shapes::ListShape.new(name: 'KernelSpecs')
|
453
634
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
454
635
|
LabelAttributeName = Shapes::StringShape.new(name: 'LabelAttributeName')
|
455
636
|
LabelCounter = Shapes::IntegerShape.new(name: 'LabelCounter')
|
@@ -475,10 +656,19 @@ module Aws::SageMaker
|
|
475
656
|
LabelingJobSummaryList = Shapes::ListShape.new(name: 'LabelingJobSummaryList')
|
476
657
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
477
658
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
659
|
+
LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
|
660
|
+
ListActionsRequest = Shapes::StructureShape.new(name: 'ListActionsRequest')
|
661
|
+
ListActionsResponse = Shapes::StructureShape.new(name: 'ListActionsResponse')
|
478
662
|
ListAlgorithmsInput = Shapes::StructureShape.new(name: 'ListAlgorithmsInput')
|
479
663
|
ListAlgorithmsOutput = Shapes::StructureShape.new(name: 'ListAlgorithmsOutput')
|
664
|
+
ListAppImageConfigsRequest = Shapes::StructureShape.new(name: 'ListAppImageConfigsRequest')
|
665
|
+
ListAppImageConfigsResponse = Shapes::StructureShape.new(name: 'ListAppImageConfigsResponse')
|
480
666
|
ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
|
481
667
|
ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
|
668
|
+
ListArtifactsRequest = Shapes::StructureShape.new(name: 'ListArtifactsRequest')
|
669
|
+
ListArtifactsResponse = Shapes::StructureShape.new(name: 'ListArtifactsResponse')
|
670
|
+
ListAssociationsRequest = Shapes::StructureShape.new(name: 'ListAssociationsRequest')
|
671
|
+
ListAssociationsResponse = Shapes::StructureShape.new(name: 'ListAssociationsResponse')
|
482
672
|
ListAutoMLJobsRequest = Shapes::StructureShape.new(name: 'ListAutoMLJobsRequest')
|
483
673
|
ListAutoMLJobsResponse = Shapes::StructureShape.new(name: 'ListAutoMLJobsResponse')
|
484
674
|
ListCandidatesForAutoMLJobRequest = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobRequest')
|
@@ -488,6 +678,8 @@ module Aws::SageMaker
|
|
488
678
|
ListCompilationJobsRequest = Shapes::StructureShape.new(name: 'ListCompilationJobsRequest')
|
489
679
|
ListCompilationJobsResponse = Shapes::StructureShape.new(name: 'ListCompilationJobsResponse')
|
490
680
|
ListCompilationJobsSortBy = Shapes::StringShape.new(name: 'ListCompilationJobsSortBy')
|
681
|
+
ListContextsRequest = Shapes::StructureShape.new(name: 'ListContextsRequest')
|
682
|
+
ListContextsResponse = Shapes::StructureShape.new(name: 'ListContextsResponse')
|
491
683
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
492
684
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
493
685
|
ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
|
@@ -496,17 +688,26 @@ module Aws::SageMaker
|
|
496
688
|
ListEndpointsOutput = Shapes::StructureShape.new(name: 'ListEndpointsOutput')
|
497
689
|
ListExperimentsRequest = Shapes::StructureShape.new(name: 'ListExperimentsRequest')
|
498
690
|
ListExperimentsResponse = Shapes::StructureShape.new(name: 'ListExperimentsResponse')
|
691
|
+
ListFeatureGroupsRequest = Shapes::StructureShape.new(name: 'ListFeatureGroupsRequest')
|
692
|
+
ListFeatureGroupsResponse = Shapes::StructureShape.new(name: 'ListFeatureGroupsResponse')
|
499
693
|
ListFlowDefinitionsRequest = Shapes::StructureShape.new(name: 'ListFlowDefinitionsRequest')
|
500
694
|
ListFlowDefinitionsResponse = Shapes::StructureShape.new(name: 'ListFlowDefinitionsResponse')
|
501
695
|
ListHumanTaskUisRequest = Shapes::StructureShape.new(name: 'ListHumanTaskUisRequest')
|
502
696
|
ListHumanTaskUisResponse = Shapes::StructureShape.new(name: 'ListHumanTaskUisResponse')
|
503
697
|
ListHyperParameterTuningJobsRequest = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsRequest')
|
504
698
|
ListHyperParameterTuningJobsResponse = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsResponse')
|
699
|
+
ListImageVersionsRequest = Shapes::StructureShape.new(name: 'ListImageVersionsRequest')
|
700
|
+
ListImageVersionsResponse = Shapes::StructureShape.new(name: 'ListImageVersionsResponse')
|
701
|
+
ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
|
702
|
+
ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
|
505
703
|
ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
|
506
704
|
ListLabelingJobsForWorkteamResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamResponse')
|
507
705
|
ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
|
508
706
|
ListLabelingJobsRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsRequest')
|
509
707
|
ListLabelingJobsResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsResponse')
|
708
|
+
ListLineageEntityParameterKey = Shapes::ListShape.new(name: 'ListLineageEntityParameterKey')
|
709
|
+
ListModelPackageGroupsInput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsInput')
|
710
|
+
ListModelPackageGroupsOutput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsOutput')
|
510
711
|
ListModelPackagesInput = Shapes::StructureShape.new(name: 'ListModelPackagesInput')
|
511
712
|
ListModelPackagesOutput = Shapes::StructureShape.new(name: 'ListModelPackagesOutput')
|
512
713
|
ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
|
@@ -519,8 +720,18 @@ module Aws::SageMaker
|
|
519
720
|
ListNotebookInstanceLifecycleConfigsOutput = Shapes::StructureShape.new(name: 'ListNotebookInstanceLifecycleConfigsOutput')
|
520
721
|
ListNotebookInstancesInput = Shapes::StructureShape.new(name: 'ListNotebookInstancesInput')
|
521
722
|
ListNotebookInstancesOutput = Shapes::StructureShape.new(name: 'ListNotebookInstancesOutput')
|
723
|
+
ListPipelineExecutionStepsRequest = Shapes::StructureShape.new(name: 'ListPipelineExecutionStepsRequest')
|
724
|
+
ListPipelineExecutionStepsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionStepsResponse')
|
725
|
+
ListPipelineExecutionsRequest = Shapes::StructureShape.new(name: 'ListPipelineExecutionsRequest')
|
726
|
+
ListPipelineExecutionsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionsResponse')
|
727
|
+
ListPipelineParametersForExecutionRequest = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionRequest')
|
728
|
+
ListPipelineParametersForExecutionResponse = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionResponse')
|
729
|
+
ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
|
730
|
+
ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
|
522
731
|
ListProcessingJobsRequest = Shapes::StructureShape.new(name: 'ListProcessingJobsRequest')
|
523
732
|
ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
|
733
|
+
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
734
|
+
ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
|
524
735
|
ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
|
525
736
|
ListSubscribedWorkteamsResponse = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsResponse')
|
526
737
|
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
@@ -558,23 +769,38 @@ module Aws::SageMaker
|
|
558
769
|
MaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimeInSeconds')
|
559
770
|
MaxRuntimePerTrainingJobInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimePerTrainingJobInSeconds')
|
560
771
|
MaxWaitTimeInSeconds = Shapes::IntegerShape.new(name: 'MaxWaitTimeInSeconds')
|
772
|
+
MaximumExecutionTimeoutInSeconds = Shapes::IntegerShape.new(name: 'MaximumExecutionTimeoutInSeconds')
|
561
773
|
MediaType = Shapes::StringShape.new(name: 'MediaType')
|
562
774
|
MemberDefinition = Shapes::StructureShape.new(name: 'MemberDefinition')
|
563
775
|
MemberDefinitions = Shapes::ListShape.new(name: 'MemberDefinitions')
|
776
|
+
MetadataProperties = Shapes::StructureShape.new(name: 'MetadataProperties')
|
777
|
+
MetadataPropertyValue = Shapes::StringShape.new(name: 'MetadataPropertyValue')
|
564
778
|
MetricData = Shapes::StructureShape.new(name: 'MetricData')
|
565
779
|
MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
|
566
780
|
MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
|
567
781
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
568
782
|
MetricRegex = Shapes::StringShape.new(name: 'MetricRegex')
|
569
783
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
784
|
+
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
785
|
+
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
570
786
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
571
787
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
572
788
|
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
789
|
+
ModelDataQuality = Shapes::StructureShape.new(name: 'ModelDataQuality')
|
790
|
+
ModelDigests = Shapes::StructureShape.new(name: 'ModelDigests')
|
791
|
+
ModelMetrics = Shapes::StructureShape.new(name: 'ModelMetrics')
|
573
792
|
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
574
793
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
794
|
+
ModelPackage = Shapes::StructureShape.new(name: 'ModelPackage')
|
575
795
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
576
796
|
ModelPackageContainerDefinition = Shapes::StructureShape.new(name: 'ModelPackageContainerDefinition')
|
577
797
|
ModelPackageContainerDefinitionList = Shapes::ListShape.new(name: 'ModelPackageContainerDefinitionList')
|
798
|
+
ModelPackageGroup = Shapes::StructureShape.new(name: 'ModelPackageGroup')
|
799
|
+
ModelPackageGroupArn = Shapes::StringShape.new(name: 'ModelPackageGroupArn')
|
800
|
+
ModelPackageGroupSortBy = Shapes::StringShape.new(name: 'ModelPackageGroupSortBy')
|
801
|
+
ModelPackageGroupStatus = Shapes::StringShape.new(name: 'ModelPackageGroupStatus')
|
802
|
+
ModelPackageGroupSummary = Shapes::StructureShape.new(name: 'ModelPackageGroupSummary')
|
803
|
+
ModelPackageGroupSummaryList = Shapes::ListShape.new(name: 'ModelPackageGroupSummaryList')
|
578
804
|
ModelPackageSortBy = Shapes::StringShape.new(name: 'ModelPackageSortBy')
|
579
805
|
ModelPackageStatus = Shapes::StringShape.new(name: 'ModelPackageStatus')
|
580
806
|
ModelPackageStatusDetails = Shapes::StructureShape.new(name: 'ModelPackageStatusDetails')
|
@@ -582,10 +808,14 @@ module Aws::SageMaker
|
|
582
808
|
ModelPackageStatusItemList = Shapes::ListShape.new(name: 'ModelPackageStatusItemList')
|
583
809
|
ModelPackageSummary = Shapes::StructureShape.new(name: 'ModelPackageSummary')
|
584
810
|
ModelPackageSummaryList = Shapes::ListShape.new(name: 'ModelPackageSummaryList')
|
811
|
+
ModelPackageType = Shapes::StringShape.new(name: 'ModelPackageType')
|
585
812
|
ModelPackageValidationProfile = Shapes::StructureShape.new(name: 'ModelPackageValidationProfile')
|
586
813
|
ModelPackageValidationProfiles = Shapes::ListShape.new(name: 'ModelPackageValidationProfiles')
|
587
814
|
ModelPackageValidationSpecification = Shapes::StructureShape.new(name: 'ModelPackageValidationSpecification')
|
815
|
+
ModelPackageVersion = Shapes::IntegerShape.new(name: 'ModelPackageVersion')
|
816
|
+
ModelQuality = Shapes::StructureShape.new(name: 'ModelQuality')
|
588
817
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
818
|
+
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
589
819
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
590
820
|
ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
|
591
821
|
MonitoringAppSpecification = Shapes::StructureShape.new(name: 'MonitoringAppSpecification')
|
@@ -607,14 +837,17 @@ module Aws::SageMaker
|
|
607
837
|
MonitoringResources = Shapes::StructureShape.new(name: 'MonitoringResources')
|
608
838
|
MonitoringS3Output = Shapes::StructureShape.new(name: 'MonitoringS3Output')
|
609
839
|
MonitoringS3Uri = Shapes::StringShape.new(name: 'MonitoringS3Uri')
|
840
|
+
MonitoringSchedule = Shapes::StructureShape.new(name: 'MonitoringSchedule')
|
610
841
|
MonitoringScheduleArn = Shapes::StringShape.new(name: 'MonitoringScheduleArn')
|
611
842
|
MonitoringScheduleConfig = Shapes::StructureShape.new(name: 'MonitoringScheduleConfig')
|
843
|
+
MonitoringScheduleList = Shapes::ListShape.new(name: 'MonitoringScheduleList')
|
612
844
|
MonitoringScheduleName = Shapes::StringShape.new(name: 'MonitoringScheduleName')
|
613
845
|
MonitoringScheduleSortKey = Shapes::StringShape.new(name: 'MonitoringScheduleSortKey')
|
614
846
|
MonitoringScheduleSummary = Shapes::StructureShape.new(name: 'MonitoringScheduleSummary')
|
615
847
|
MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
|
616
848
|
MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
|
617
849
|
MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
|
850
|
+
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
618
851
|
NameContains = Shapes::StringShape.new(name: 'NameContains')
|
619
852
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
620
853
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
@@ -650,10 +883,15 @@ module Aws::SageMaker
|
|
650
883
|
ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
|
651
884
|
ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
|
652
885
|
ObjectiveStatusCounters = Shapes::StructureShape.new(name: 'ObjectiveStatusCounters')
|
886
|
+
OfflineStoreConfig = Shapes::StructureShape.new(name: 'OfflineStoreConfig')
|
887
|
+
OfflineStoreStatus = Shapes::StructureShape.new(name: 'OfflineStoreStatus')
|
888
|
+
OfflineStoreStatusValue = Shapes::StringShape.new(name: 'OfflineStoreStatusValue')
|
653
889
|
OidcConfig = Shapes::StructureShape.new(name: 'OidcConfig')
|
654
890
|
OidcConfigForResponse = Shapes::StructureShape.new(name: 'OidcConfigForResponse')
|
655
891
|
OidcEndpoint = Shapes::StringShape.new(name: 'OidcEndpoint')
|
656
892
|
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
893
|
+
OnlineStoreConfig = Shapes::StructureShape.new(name: 'OnlineStoreConfig')
|
894
|
+
OnlineStoreSecurityConfig = Shapes::StructureShape.new(name: 'OnlineStoreSecurityConfig')
|
657
895
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
658
896
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
659
897
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -662,7 +900,9 @@ module Aws::SageMaker
|
|
662
900
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
663
901
|
OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
|
664
902
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
903
|
+
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
665
904
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
905
|
+
ParameterList = Shapes::ListShape.new(name: 'ParameterList')
|
666
906
|
ParameterName = Shapes::StringShape.new(name: 'ParameterName')
|
667
907
|
ParameterRange = Shapes::StructureShape.new(name: 'ParameterRange')
|
668
908
|
ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
|
@@ -673,12 +913,33 @@ module Aws::SageMaker
|
|
673
913
|
ParentHyperParameterTuningJob = Shapes::StructureShape.new(name: 'ParentHyperParameterTuningJob')
|
674
914
|
ParentHyperParameterTuningJobs = Shapes::ListShape.new(name: 'ParentHyperParameterTuningJobs')
|
675
915
|
Parents = Shapes::ListShape.new(name: 'Parents')
|
916
|
+
Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
|
917
|
+
PipelineArn = Shapes::StringShape.new(name: 'PipelineArn')
|
918
|
+
PipelineDefinition = Shapes::StringShape.new(name: 'PipelineDefinition')
|
919
|
+
PipelineDescription = Shapes::StringShape.new(name: 'PipelineDescription')
|
920
|
+
PipelineExecution = Shapes::StructureShape.new(name: 'PipelineExecution')
|
921
|
+
PipelineExecutionArn = Shapes::StringShape.new(name: 'PipelineExecutionArn')
|
922
|
+
PipelineExecutionDescription = Shapes::StringShape.new(name: 'PipelineExecutionDescription')
|
923
|
+
PipelineExecutionName = Shapes::StringShape.new(name: 'PipelineExecutionName')
|
924
|
+
PipelineExecutionStatus = Shapes::StringShape.new(name: 'PipelineExecutionStatus')
|
925
|
+
PipelineExecutionStep = Shapes::StructureShape.new(name: 'PipelineExecutionStep')
|
926
|
+
PipelineExecutionStepList = Shapes::ListShape.new(name: 'PipelineExecutionStepList')
|
927
|
+
PipelineExecutionStepMetadata = Shapes::StructureShape.new(name: 'PipelineExecutionStepMetadata')
|
928
|
+
PipelineExecutionSummary = Shapes::StructureShape.new(name: 'PipelineExecutionSummary')
|
929
|
+
PipelineExecutionSummaryList = Shapes::ListShape.new(name: 'PipelineExecutionSummaryList')
|
930
|
+
PipelineName = Shapes::StringShape.new(name: 'PipelineName')
|
931
|
+
PipelineParameterName = Shapes::StringShape.new(name: 'PipelineParameterName')
|
932
|
+
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
933
|
+
PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
|
934
|
+
PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
|
935
|
+
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
676
936
|
PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
|
677
937
|
ProblemType = Shapes::StringShape.new(name: 'ProblemType')
|
678
938
|
ProcessingClusterConfig = Shapes::StructureShape.new(name: 'ProcessingClusterConfig')
|
679
939
|
ProcessingEnvironmentKey = Shapes::StringShape.new(name: 'ProcessingEnvironmentKey')
|
680
940
|
ProcessingEnvironmentMap = Shapes::MapShape.new(name: 'ProcessingEnvironmentMap')
|
681
941
|
ProcessingEnvironmentValue = Shapes::StringShape.new(name: 'ProcessingEnvironmentValue')
|
942
|
+
ProcessingFeatureStoreOutput = Shapes::StructureShape.new(name: 'ProcessingFeatureStoreOutput')
|
682
943
|
ProcessingInput = Shapes::StructureShape.new(name: 'ProcessingInput')
|
683
944
|
ProcessingInputs = Shapes::ListShape.new(name: 'ProcessingInputs')
|
684
945
|
ProcessingInstanceCount = Shapes::IntegerShape.new(name: 'ProcessingInstanceCount')
|
@@ -687,6 +948,7 @@ module Aws::SageMaker
|
|
687
948
|
ProcessingJobArn = Shapes::StringShape.new(name: 'ProcessingJobArn')
|
688
949
|
ProcessingJobName = Shapes::StringShape.new(name: 'ProcessingJobName')
|
689
950
|
ProcessingJobStatus = Shapes::StringShape.new(name: 'ProcessingJobStatus')
|
951
|
+
ProcessingJobStepMetadata = Shapes::StructureShape.new(name: 'ProcessingJobStepMetadata')
|
690
952
|
ProcessingJobSummaries = Shapes::ListShape.new(name: 'ProcessingJobSummaries')
|
691
953
|
ProcessingJobSummary = Shapes::StructureShape.new(name: 'ProcessingJobSummary')
|
692
954
|
ProcessingLocalPath = Shapes::StringShape.new(name: 'ProcessingLocalPath')
|
@@ -712,13 +974,36 @@ module Aws::SageMaker
|
|
712
974
|
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
713
975
|
ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
|
714
976
|
ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
|
977
|
+
ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
|
978
|
+
ProjectEntityName = Shapes::StringShape.new(name: 'ProjectEntityName')
|
979
|
+
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
980
|
+
ProjectSortBy = Shapes::StringShape.new(name: 'ProjectSortBy')
|
981
|
+
ProjectSortOrder = Shapes::StringShape.new(name: 'ProjectSortOrder')
|
982
|
+
ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
|
983
|
+
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
984
|
+
ProjectSummaryList = Shapes::ListShape.new(name: 'ProjectSummaryList')
|
715
985
|
PropertyNameHint = Shapes::StringShape.new(name: 'PropertyNameHint')
|
716
986
|
PropertyNameQuery = Shapes::StructureShape.new(name: 'PropertyNameQuery')
|
717
987
|
PropertyNameSuggestion = Shapes::StructureShape.new(name: 'PropertyNameSuggestion')
|
718
988
|
PropertyNameSuggestionList = Shapes::ListShape.new(name: 'PropertyNameSuggestionList')
|
989
|
+
ProvisionedProductStatusMessage = Shapes::StringShape.new(name: 'ProvisionedProductStatusMessage')
|
990
|
+
ProvisioningParameter = Shapes::StructureShape.new(name: 'ProvisioningParameter')
|
991
|
+
ProvisioningParameterKey = Shapes::StringShape.new(name: 'ProvisioningParameterKey')
|
992
|
+
ProvisioningParameterValue = Shapes::StringShape.new(name: 'ProvisioningParameterValue')
|
993
|
+
ProvisioningParameters = Shapes::ListShape.new(name: 'ProvisioningParameters')
|
719
994
|
PublicWorkforceTaskPrice = Shapes::StructureShape.new(name: 'PublicWorkforceTaskPrice')
|
995
|
+
PutModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyInput')
|
996
|
+
PutModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyOutput')
|
720
997
|
RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
|
721
998
|
RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
|
999
|
+
RedshiftClusterId = Shapes::StringShape.new(name: 'RedshiftClusterId')
|
1000
|
+
RedshiftDatabase = Shapes::StringShape.new(name: 'RedshiftDatabase')
|
1001
|
+
RedshiftDatasetDefinition = Shapes::StructureShape.new(name: 'RedshiftDatasetDefinition')
|
1002
|
+
RedshiftQueryString = Shapes::StringShape.new(name: 'RedshiftQueryString')
|
1003
|
+
RedshiftResultCompressionType = Shapes::StringShape.new(name: 'RedshiftResultCompressionType')
|
1004
|
+
RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
|
1005
|
+
RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
|
1006
|
+
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
722
1007
|
RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
|
723
1008
|
RenderUiTemplateResponse = Shapes::StructureShape.new(name: 'RenderUiTemplateResponse')
|
724
1009
|
RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
|
@@ -748,7 +1033,9 @@ module Aws::SageMaker
|
|
748
1033
|
S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
|
749
1034
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
750
1035
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
1036
|
+
S3StorageConfig = Shapes::StructureShape.new(name: 'S3StorageConfig')
|
751
1037
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
1038
|
+
SagemakerServicecatalogStatus = Shapes::StringShape.new(name: 'SagemakerServicecatalogStatus')
|
752
1039
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
753
1040
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
754
1041
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
@@ -767,14 +1054,23 @@ module Aws::SageMaker
|
|
767
1054
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
768
1055
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
769
1056
|
Seed = Shapes::IntegerShape.new(name: 'Seed')
|
1057
|
+
ServiceCatalogEntityId = Shapes::StringShape.new(name: 'ServiceCatalogEntityId')
|
1058
|
+
ServiceCatalogProvisionedProductDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisionedProductDetails')
|
1059
|
+
ServiceCatalogProvisioningDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningDetails')
|
770
1060
|
SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
|
771
1061
|
SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
|
772
1062
|
ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
|
773
1063
|
SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
|
774
1064
|
SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
|
1065
|
+
SortActionsBy = Shapes::StringShape.new(name: 'SortActionsBy')
|
1066
|
+
SortArtifactsBy = Shapes::StringShape.new(name: 'SortArtifactsBy')
|
1067
|
+
SortAssociationsBy = Shapes::StringShape.new(name: 'SortAssociationsBy')
|
775
1068
|
SortBy = Shapes::StringShape.new(name: 'SortBy')
|
1069
|
+
SortContextsBy = Shapes::StringShape.new(name: 'SortContextsBy')
|
776
1070
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
777
1071
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1072
|
+
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
1073
|
+
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
778
1074
|
SortTrialComponentsBy = Shapes::StringShape.new(name: 'SortTrialComponentsBy')
|
779
1075
|
SortTrialsBy = Shapes::StringShape.new(name: 'SortTrialsBy')
|
780
1076
|
SourceAlgorithm = Shapes::StructureShape.new(name: 'SourceAlgorithm')
|
@@ -782,17 +1078,24 @@ module Aws::SageMaker
|
|
782
1078
|
SourceAlgorithmSpecification = Shapes::StructureShape.new(name: 'SourceAlgorithmSpecification')
|
783
1079
|
SourceIpConfig = Shapes::StructureShape.new(name: 'SourceIpConfig')
|
784
1080
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
1081
|
+
SourceUri = Shapes::StringShape.new(name: 'SourceUri')
|
785
1082
|
SplitType = Shapes::StringShape.new(name: 'SplitType')
|
786
1083
|
StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
|
787
1084
|
StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
|
1085
|
+
StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
|
1086
|
+
StartPipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartPipelineExecutionResponse')
|
788
1087
|
StatusDetails = Shapes::StringShape.new(name: 'StatusDetails')
|
789
1088
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
1089
|
+
StepName = Shapes::StringShape.new(name: 'StepName')
|
1090
|
+
StepStatus = Shapes::StringShape.new(name: 'StepStatus')
|
790
1091
|
StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
|
791
1092
|
StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
|
792
1093
|
StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
|
793
1094
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
794
1095
|
StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
|
795
1096
|
StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
|
1097
|
+
StopPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StopPipelineExecutionRequest')
|
1098
|
+
StopPipelineExecutionResponse = Shapes::StructureShape.new(name: 'StopPipelineExecutionResponse')
|
796
1099
|
StopProcessingJobRequest = Shapes::StructureShape.new(name: 'StopProcessingJobRequest')
|
797
1100
|
StopTrainingJobRequest = Shapes::StructureShape.new(name: 'StopTrainingJobRequest')
|
798
1101
|
StopTransformJobRequest = Shapes::StructureShape.new(name: 'StopTransformJobRequest')
|
@@ -800,7 +1103,9 @@ module Aws::SageMaker
|
|
800
1103
|
String = Shapes::StringShape.new(name: 'String')
|
801
1104
|
String1024 = Shapes::StringShape.new(name: 'String1024')
|
802
1105
|
String200 = Shapes::StringShape.new(name: 'String200')
|
1106
|
+
String2048 = Shapes::StringShape.new(name: 'String2048')
|
803
1107
|
String256 = Shapes::StringShape.new(name: 'String256')
|
1108
|
+
String64 = Shapes::StringShape.new(name: 'String64')
|
804
1109
|
StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
|
805
1110
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
806
1111
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
@@ -808,6 +1113,7 @@ module Aws::SageMaker
|
|
808
1113
|
SubscribedWorkteams = Shapes::ListShape.new(name: 'SubscribedWorkteams')
|
809
1114
|
Success = Shapes::BooleanShape.new(name: 'Success')
|
810
1115
|
SuggestionQuery = Shapes::StructureShape.new(name: 'SuggestionQuery')
|
1116
|
+
TableName = Shapes::StringShape.new(name: 'TableName')
|
811
1117
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
812
1118
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
813
1119
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -834,7 +1140,10 @@ module Aws::SageMaker
|
|
834
1140
|
TensorBoardAppSettings = Shapes::StructureShape.new(name: 'TensorBoardAppSettings')
|
835
1141
|
TensorBoardOutputConfig = Shapes::StructureShape.new(name: 'TensorBoardOutputConfig')
|
836
1142
|
TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
|
1143
|
+
TerminationWaitInSeconds = Shapes::IntegerShape.new(name: 'TerminationWaitInSeconds')
|
837
1144
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
1145
|
+
TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
|
1146
|
+
TrafficRoutingConfigType = Shapes::StringShape.new(name: 'TrafficRoutingConfigType')
|
838
1147
|
TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
|
839
1148
|
TrainingInstanceCount = Shapes::IntegerShape.new(name: 'TrainingInstanceCount')
|
840
1149
|
TrainingInstanceType = Shapes::StringShape.new(name: 'TrainingInstanceType')
|
@@ -848,6 +1157,7 @@ module Aws::SageMaker
|
|
848
1157
|
TrainingJobStatus = Shapes::StringShape.new(name: 'TrainingJobStatus')
|
849
1158
|
TrainingJobStatusCounter = Shapes::IntegerShape.new(name: 'TrainingJobStatusCounter')
|
850
1159
|
TrainingJobStatusCounters = Shapes::StructureShape.new(name: 'TrainingJobStatusCounters')
|
1160
|
+
TrainingJobStepMetadata = Shapes::StructureShape.new(name: 'TrainingJobStepMetadata')
|
851
1161
|
TrainingJobSummaries = Shapes::ListShape.new(name: 'TrainingJobSummaries')
|
852
1162
|
TrainingJobSummary = Shapes::StructureShape.new(name: 'TrainingJobSummary')
|
853
1163
|
TrainingSpecification = Shapes::StructureShape.new(name: 'TrainingSpecification')
|
@@ -865,6 +1175,7 @@ module Aws::SageMaker
|
|
865
1175
|
TransformJobDefinition = Shapes::StructureShape.new(name: 'TransformJobDefinition')
|
866
1176
|
TransformJobName = Shapes::StringShape.new(name: 'TransformJobName')
|
867
1177
|
TransformJobStatus = Shapes::StringShape.new(name: 'TransformJobStatus')
|
1178
|
+
TransformJobStepMetadata = Shapes::StructureShape.new(name: 'TransformJobStepMetadata')
|
868
1179
|
TransformJobSummaries = Shapes::ListShape.new(name: 'TransformJobSummaries')
|
869
1180
|
TransformJobSummary = Shapes::StructureShape.new(name: 'TransformJobSummary')
|
870
1181
|
TransformOutput = Shapes::StructureShape.new(name: 'TransformOutput')
|
@@ -902,8 +1213,16 @@ module Aws::SageMaker
|
|
902
1213
|
UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
|
903
1214
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
904
1215
|
UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
|
1216
|
+
UpdateActionRequest = Shapes::StructureShape.new(name: 'UpdateActionRequest')
|
1217
|
+
UpdateActionResponse = Shapes::StructureShape.new(name: 'UpdateActionResponse')
|
1218
|
+
UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
|
1219
|
+
UpdateAppImageConfigResponse = Shapes::StructureShape.new(name: 'UpdateAppImageConfigResponse')
|
1220
|
+
UpdateArtifactRequest = Shapes::StructureShape.new(name: 'UpdateArtifactRequest')
|
1221
|
+
UpdateArtifactResponse = Shapes::StructureShape.new(name: 'UpdateArtifactResponse')
|
905
1222
|
UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
|
906
1223
|
UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
|
1224
|
+
UpdateContextRequest = Shapes::StructureShape.new(name: 'UpdateContextRequest')
|
1225
|
+
UpdateContextResponse = Shapes::StructureShape.new(name: 'UpdateContextResponse')
|
907
1226
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
908
1227
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
909
1228
|
UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
|
@@ -912,12 +1231,20 @@ module Aws::SageMaker
|
|
912
1231
|
UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
|
913
1232
|
UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
|
914
1233
|
UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
|
1234
|
+
UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
|
1235
|
+
UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
|
1236
|
+
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
1237
|
+
UpdateModelPackageOutput = Shapes::StructureShape.new(name: 'UpdateModelPackageOutput')
|
915
1238
|
UpdateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleRequest')
|
916
1239
|
UpdateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleResponse')
|
917
1240
|
UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
|
918
1241
|
UpdateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigInput')
|
919
1242
|
UpdateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigOutput')
|
920
1243
|
UpdateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceOutput')
|
1244
|
+
UpdatePipelineExecutionRequest = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionRequest')
|
1245
|
+
UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
|
1246
|
+
UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
|
1247
|
+
UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
|
921
1248
|
UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
|
922
1249
|
UpdateTrialComponentResponse = Shapes::StructureShape.new(name: 'UpdateTrialComponentResponse')
|
923
1250
|
UpdateTrialRequest = Shapes::StructureShape.new(name: 'UpdateTrialRequest')
|
@@ -942,10 +1269,12 @@ module Aws::SageMaker
|
|
942
1269
|
VariantPropertyList = Shapes::ListShape.new(name: 'VariantPropertyList')
|
943
1270
|
VariantPropertyType = Shapes::StringShape.new(name: 'VariantPropertyType')
|
944
1271
|
VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
|
1272
|
+
VersionedArnOrName = Shapes::StringShape.new(name: 'VersionedArnOrName')
|
945
1273
|
VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
|
946
1274
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
947
1275
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
948
1276
|
VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
|
1277
|
+
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
949
1278
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
950
1279
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
951
1280
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
@@ -955,6 +1284,31 @@ module Aws::SageMaker
|
|
955
1284
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
956
1285
|
Workteams = Shapes::ListShape.new(name: 'Workteams')
|
957
1286
|
|
1287
|
+
ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
|
1288
|
+
ActionSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
1289
|
+
ActionSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
|
1290
|
+
ActionSource.struct_class = Types::ActionSource
|
1291
|
+
|
1292
|
+
ActionSummaries.member = Shapes::ShapeRef.new(shape: ActionSummary)
|
1293
|
+
|
1294
|
+
ActionSummary.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
1295
|
+
ActionSummary.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ActionName"))
|
1296
|
+
ActionSummary.add_member(:source, Shapes::ShapeRef.new(shape: ActionSource, location_name: "Source"))
|
1297
|
+
ActionSummary.add_member(:action_type, Shapes::ShapeRef.new(shape: String64, location_name: "ActionType"))
|
1298
|
+
ActionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
1299
|
+
ActionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1300
|
+
ActionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1301
|
+
ActionSummary.struct_class = Types::ActionSummary
|
1302
|
+
|
1303
|
+
AddAssociationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "SourceArn"))
|
1304
|
+
AddAssociationRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "DestinationArn"))
|
1305
|
+
AddAssociationRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
1306
|
+
AddAssociationRequest.struct_class = Types::AddAssociationRequest
|
1307
|
+
|
1308
|
+
AddAssociationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
1309
|
+
AddAssociationResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
1310
|
+
AddAssociationResponse.struct_class = Types::AddAssociationResponse
|
1311
|
+
|
958
1312
|
AddTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
959
1313
|
AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
960
1314
|
AddTagsInput.struct_class = Types::AddTagsInput
|
@@ -964,6 +1318,11 @@ module Aws::SageMaker
|
|
964
1318
|
|
965
1319
|
AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
|
966
1320
|
|
1321
|
+
Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, location_name: "AlarmName"))
|
1322
|
+
Alarm.struct_class = Types::Alarm
|
1323
|
+
|
1324
|
+
AlarmList.member = Shapes::ShapeRef.new(shape: Alarm)
|
1325
|
+
|
967
1326
|
AlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
|
968
1327
|
AlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
|
969
1328
|
AlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
|
@@ -1013,6 +1372,15 @@ module Aws::SageMaker
|
|
1013
1372
|
AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
1014
1373
|
AppDetails.struct_class = Types::AppDetails
|
1015
1374
|
|
1375
|
+
AppImageConfigDetails.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
1376
|
+
AppImageConfigDetails.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "AppImageConfigName"))
|
1377
|
+
AppImageConfigDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1378
|
+
AppImageConfigDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1379
|
+
AppImageConfigDetails.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
1380
|
+
AppImageConfigDetails.struct_class = Types::AppImageConfigDetails
|
1381
|
+
|
1382
|
+
AppImageConfigList.member = Shapes::ShapeRef.new(shape: AppImageConfigDetails)
|
1383
|
+
|
1016
1384
|
AppList.member = Shapes::ShapeRef.new(shape: AppDetails)
|
1017
1385
|
|
1018
1386
|
AppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
@@ -1020,6 +1388,26 @@ module Aws::SageMaker
|
|
1020
1388
|
AppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: ContainerArguments, location_name: "ContainerArguments"))
|
1021
1389
|
AppSpecification.struct_class = Types::AppSpecification
|
1022
1390
|
|
1391
|
+
ArtifactSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
|
1392
|
+
ArtifactSource.add_member(:source_types, Shapes::ShapeRef.new(shape: ArtifactSourceTypes, location_name: "SourceTypes"))
|
1393
|
+
ArtifactSource.struct_class = Types::ArtifactSource
|
1394
|
+
|
1395
|
+
ArtifactSourceType.add_member(:source_id_type, Shapes::ShapeRef.new(shape: ArtifactSourceIdType, required: true, location_name: "SourceIdType"))
|
1396
|
+
ArtifactSourceType.add_member(:value, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "Value"))
|
1397
|
+
ArtifactSourceType.struct_class = Types::ArtifactSourceType
|
1398
|
+
|
1399
|
+
ArtifactSourceTypes.member = Shapes::ShapeRef.new(shape: ArtifactSourceType)
|
1400
|
+
|
1401
|
+
ArtifactSummaries.member = Shapes::ShapeRef.new(shape: ArtifactSummary)
|
1402
|
+
|
1403
|
+
ArtifactSummary.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
1404
|
+
ArtifactSummary.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
1405
|
+
ArtifactSummary.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, location_name: "Source"))
|
1406
|
+
ArtifactSummary.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, location_name: "ArtifactType"))
|
1407
|
+
ArtifactSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1408
|
+
ArtifactSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1409
|
+
ArtifactSummary.struct_class = Types::ArtifactSummary
|
1410
|
+
|
1023
1411
|
AssociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
1024
1412
|
AssociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
1025
1413
|
AssociateTrialComponentRequest.struct_class = Types::AssociateTrialComponentRequest
|
@@ -1028,6 +1416,29 @@ module Aws::SageMaker
|
|
1028
1416
|
AssociateTrialComponentResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
|
1029
1417
|
AssociateTrialComponentResponse.struct_class = Types::AssociateTrialComponentResponse
|
1030
1418
|
|
1419
|
+
AssociationSummaries.member = Shapes::ShapeRef.new(shape: AssociationSummary)
|
1420
|
+
|
1421
|
+
AssociationSummary.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
1422
|
+
AssociationSummary.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
1423
|
+
AssociationSummary.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
1424
|
+
AssociationSummary.add_member(:destination_type, Shapes::ShapeRef.new(shape: String256, location_name: "DestinationType"))
|
1425
|
+
AssociationSummary.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
1426
|
+
AssociationSummary.add_member(:source_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "SourceName"))
|
1427
|
+
AssociationSummary.add_member(:destination_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DestinationName"))
|
1428
|
+
AssociationSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1429
|
+
AssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
1430
|
+
AssociationSummary.struct_class = Types::AssociationSummary
|
1431
|
+
|
1432
|
+
AthenaDatasetDefinition.add_member(:catalog, Shapes::ShapeRef.new(shape: AthenaCatalog, required: true, location_name: "Catalog"))
|
1433
|
+
AthenaDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: AthenaDatabase, required: true, location_name: "Database"))
|
1434
|
+
AthenaDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: AthenaQueryString, required: true, location_name: "QueryString"))
|
1435
|
+
AthenaDatasetDefinition.add_member(:work_group, Shapes::ShapeRef.new(shape: AthenaWorkGroup, location_name: "WorkGroup"))
|
1436
|
+
AthenaDatasetDefinition.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "OutputS3Uri"))
|
1437
|
+
AthenaDatasetDefinition.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
1438
|
+
AthenaDatasetDefinition.add_member(:output_format, Shapes::ShapeRef.new(shape: AthenaResultFormat, required: true, location_name: "OutputFormat"))
|
1439
|
+
AthenaDatasetDefinition.add_member(:output_compression, Shapes::ShapeRef.new(shape: AthenaResultCompressionType, location_name: "OutputCompression"))
|
1440
|
+
AthenaDatasetDefinition.struct_class = Types::AthenaDatasetDefinition
|
1441
|
+
|
1031
1442
|
AttributeNames.member = Shapes::ShapeRef.new(shape: AttributeName)
|
1032
1443
|
|
1033
1444
|
AutoMLCandidate.add_member(:candidate_name, Shapes::ShapeRef.new(shape: CandidateName, required: true, location_name: "CandidateName"))
|
@@ -1107,8 +1518,26 @@ module Aws::SageMaker
|
|
1107
1518
|
AutoMLSecurityConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
1108
1519
|
AutoMLSecurityConfig.struct_class = Types::AutoMLSecurityConfig
|
1109
1520
|
|
1521
|
+
AutoRollbackConfig.add_member(:alarms, Shapes::ShapeRef.new(shape: AlarmList, location_name: "Alarms"))
|
1522
|
+
AutoRollbackConfig.struct_class = Types::AutoRollbackConfig
|
1523
|
+
|
1524
|
+
Bias.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
1525
|
+
Bias.struct_class = Types::Bias
|
1526
|
+
|
1527
|
+
BlueGreenUpdatePolicy.add_member(:traffic_routing_configuration, Shapes::ShapeRef.new(shape: TrafficRoutingConfig, required: true, location_name: "TrafficRoutingConfiguration"))
|
1528
|
+
BlueGreenUpdatePolicy.add_member(:termination_wait_in_seconds, Shapes::ShapeRef.new(shape: TerminationWaitInSeconds, location_name: "TerminationWaitInSeconds"))
|
1529
|
+
BlueGreenUpdatePolicy.add_member(:maximum_execution_timeout_in_seconds, Shapes::ShapeRef.new(shape: MaximumExecutionTimeoutInSeconds, location_name: "MaximumExecutionTimeoutInSeconds"))
|
1530
|
+
BlueGreenUpdatePolicy.struct_class = Types::BlueGreenUpdatePolicy
|
1531
|
+
|
1532
|
+
CacheHitResult.add_member(:source_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "SourcePipelineExecutionArn"))
|
1533
|
+
CacheHitResult.struct_class = Types::CacheHitResult
|
1534
|
+
|
1110
1535
|
CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
|
1111
1536
|
|
1537
|
+
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
1538
|
+
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
1539
|
+
CapacitySize.struct_class = Types::CapacitySize
|
1540
|
+
|
1112
1541
|
CaptureContentTypeHeader.add_member(:csv_content_types, Shapes::ShapeRef.new(shape: CsvContentTypes, location_name: "CsvContentTypes"))
|
1113
1542
|
CaptureContentTypeHeader.add_member(:json_content_types, Shapes::ShapeRef.new(shape: JsonContentTypes, location_name: "JsonContentTypes"))
|
1114
1543
|
CaptureContentTypeHeader.struct_class = Types::CaptureContentTypeHeader
|
@@ -1196,6 +1625,9 @@ module Aws::SageMaker
|
|
1196
1625
|
|
1197
1626
|
CompressionTypes.member = Shapes::ShapeRef.new(shape: CompressionType)
|
1198
1627
|
|
1628
|
+
ConditionStepMetadata.add_member(:outcome, Shapes::ShapeRef.new(shape: ConditionOutcome, location_name: "Outcome"))
|
1629
|
+
ConditionStepMetadata.struct_class = Types::ConditionStepMetadata
|
1630
|
+
|
1199
1631
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
1200
1632
|
ConflictException.struct_class = Types::ConflictException
|
1201
1633
|
|
@@ -1207,7 +1639,7 @@ module Aws::SageMaker
|
|
1207
1639
|
ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
|
1208
1640
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1209
1641
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1210
|
-
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape:
|
1642
|
+
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
|
1211
1643
|
ContainerDefinition.struct_class = Types::ContainerDefinition
|
1212
1644
|
|
1213
1645
|
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
@@ -1218,6 +1650,21 @@ module Aws::SageMaker
|
|
1218
1650
|
|
1219
1651
|
ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
|
1220
1652
|
|
1653
|
+
ContextSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
|
1654
|
+
ContextSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
1655
|
+
ContextSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
|
1656
|
+
ContextSource.struct_class = Types::ContextSource
|
1657
|
+
|
1658
|
+
ContextSummaries.member = Shapes::ShapeRef.new(shape: ContextSummary)
|
1659
|
+
|
1660
|
+
ContextSummary.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
1661
|
+
ContextSummary.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
|
1662
|
+
ContextSummary.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
|
1663
|
+
ContextSummary.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
1664
|
+
ContextSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1665
|
+
ContextSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1666
|
+
ContextSummary.struct_class = Types::ContextSummary
|
1667
|
+
|
1221
1668
|
ContinuousParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
|
1222
1669
|
ContinuousParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
|
1223
1670
|
ContinuousParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
|
@@ -1230,17 +1677,39 @@ module Aws::SageMaker
|
|
1230
1677
|
|
1231
1678
|
ContinuousParameterRanges.member = Shapes::ShapeRef.new(shape: ContinuousParameterRange)
|
1232
1679
|
|
1680
|
+
CreateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
1681
|
+
CreateActionRequest.add_member(:source, Shapes::ShapeRef.new(shape: ActionSource, required: true, location_name: "Source"))
|
1682
|
+
CreateActionRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ActionType"))
|
1683
|
+
CreateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
1684
|
+
CreateActionRequest.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
1685
|
+
CreateActionRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
1686
|
+
CreateActionRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1687
|
+
CreateActionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1688
|
+
CreateActionRequest.struct_class = Types::CreateActionRequest
|
1689
|
+
|
1690
|
+
CreateActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
1691
|
+
CreateActionResponse.struct_class = Types::CreateActionResponse
|
1692
|
+
|
1233
1693
|
CreateAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
|
1234
1694
|
CreateAlgorithmInput.add_member(:algorithm_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "AlgorithmDescription"))
|
1235
1695
|
CreateAlgorithmInput.add_member(:training_specification, Shapes::ShapeRef.new(shape: TrainingSpecification, required: true, location_name: "TrainingSpecification"))
|
1236
1696
|
CreateAlgorithmInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
1237
1697
|
CreateAlgorithmInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: AlgorithmValidationSpecification, location_name: "ValidationSpecification"))
|
1238
1698
|
CreateAlgorithmInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
1699
|
+
CreateAlgorithmInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1239
1700
|
CreateAlgorithmInput.struct_class = Types::CreateAlgorithmInput
|
1240
1701
|
|
1241
1702
|
CreateAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
|
1242
1703
|
CreateAlgorithmOutput.struct_class = Types::CreateAlgorithmOutput
|
1243
1704
|
|
1705
|
+
CreateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
1706
|
+
CreateAppImageConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1707
|
+
CreateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
1708
|
+
CreateAppImageConfigRequest.struct_class = Types::CreateAppImageConfigRequest
|
1709
|
+
|
1710
|
+
CreateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
1711
|
+
CreateAppImageConfigResponse.struct_class = Types::CreateAppImageConfigResponse
|
1712
|
+
|
1244
1713
|
CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1245
1714
|
CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1246
1715
|
CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
@@ -1252,6 +1721,17 @@ module Aws::SageMaker
|
|
1252
1721
|
CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
|
1253
1722
|
CreateAppResponse.struct_class = Types::CreateAppResponse
|
1254
1723
|
|
1724
|
+
CreateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
1725
|
+
CreateArtifactRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, required: true, location_name: "Source"))
|
1726
|
+
CreateArtifactRequest.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ArtifactType"))
|
1727
|
+
CreateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
1728
|
+
CreateArtifactRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1729
|
+
CreateArtifactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1730
|
+
CreateArtifactRequest.struct_class = Types::CreateArtifactRequest
|
1731
|
+
|
1732
|
+
CreateArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
1733
|
+
CreateArtifactResponse.struct_class = Types::CreateArtifactResponse
|
1734
|
+
|
1255
1735
|
CreateAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
1256
1736
|
CreateAutoMLJobRequest.add_member(:input_data_config, Shapes::ShapeRef.new(shape: AutoMLInputDataConfig, required: true, location_name: "InputDataConfig"))
|
1257
1737
|
CreateAutoMLJobRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: AutoMLOutputDataConfig, required: true, location_name: "OutputDataConfig"))
|
@@ -1268,6 +1748,7 @@ module Aws::SageMaker
|
|
1268
1748
|
|
1269
1749
|
CreateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
1270
1750
|
CreateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, required: true, location_name: "GitConfig"))
|
1751
|
+
CreateCodeRepositoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1271
1752
|
CreateCodeRepositoryInput.struct_class = Types::CreateCodeRepositoryInput
|
1272
1753
|
|
1273
1754
|
CreateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
@@ -1278,18 +1759,32 @@ module Aws::SageMaker
|
|
1278
1759
|
CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1279
1760
|
CreateCompilationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
1280
1761
|
CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
1762
|
+
CreateCompilationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1281
1763
|
CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
|
1282
1764
|
|
1283
1765
|
CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
|
1284
1766
|
CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
|
1285
1767
|
|
1768
|
+
CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
1769
|
+
CreateContextRequest.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, required: true, location_name: "Source"))
|
1770
|
+
CreateContextRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ContextType"))
|
1771
|
+
CreateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
1772
|
+
CreateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
1773
|
+
CreateContextRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1774
|
+
CreateContextRequest.struct_class = Types::CreateContextRequest
|
1775
|
+
|
1776
|
+
CreateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
1777
|
+
CreateContextResponse.struct_class = Types::CreateContextResponse
|
1778
|
+
|
1286
1779
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
1287
1780
|
CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
|
1288
1781
|
CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
|
1289
1782
|
CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
|
1290
1783
|
CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
1291
1784
|
CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1292
|
-
CreateDomainRequest.add_member(:
|
1785
|
+
CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
1786
|
+
CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
|
1787
|
+
CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
1293
1788
|
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
1294
1789
|
|
1295
1790
|
CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
|
@@ -1323,6 +1818,20 @@ module Aws::SageMaker
|
|
1323
1818
|
CreateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
1324
1819
|
CreateExperimentResponse.struct_class = Types::CreateExperimentResponse
|
1325
1820
|
|
1821
|
+
CreateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
1822
|
+
CreateFeatureGroupRequest.add_member(:record_identifier_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "RecordIdentifierFeatureName"))
|
1823
|
+
CreateFeatureGroupRequest.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
1824
|
+
CreateFeatureGroupRequest.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
1825
|
+
CreateFeatureGroupRequest.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
1826
|
+
CreateFeatureGroupRequest.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
1827
|
+
CreateFeatureGroupRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1828
|
+
CreateFeatureGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1829
|
+
CreateFeatureGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1830
|
+
CreateFeatureGroupRequest.struct_class = Types::CreateFeatureGroupRequest
|
1831
|
+
|
1832
|
+
CreateFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
1833
|
+
CreateFeatureGroupResponse.struct_class = Types::CreateFeatureGroupResponse
|
1834
|
+
|
1326
1835
|
CreateFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
1327
1836
|
CreateFlowDefinitionRequest.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, location_name: "HumanLoopRequestSource"))
|
1328
1837
|
CreateFlowDefinitionRequest.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
|
@@ -1354,6 +1863,24 @@ module Aws::SageMaker
|
|
1354
1863
|
CreateHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, required: true, location_name: "HyperParameterTuningJobArn"))
|
1355
1864
|
CreateHyperParameterTuningJobResponse.struct_class = Types::CreateHyperParameterTuningJobResponse
|
1356
1865
|
|
1866
|
+
CreateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
1867
|
+
CreateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
1868
|
+
CreateImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1869
|
+
CreateImageRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1870
|
+
CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1871
|
+
CreateImageRequest.struct_class = Types::CreateImageRequest
|
1872
|
+
|
1873
|
+
CreateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
1874
|
+
CreateImageResponse.struct_class = Types::CreateImageResponse
|
1875
|
+
|
1876
|
+
CreateImageVersionRequest.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, required: true, location_name: "BaseImage"))
|
1877
|
+
CreateImageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1878
|
+
CreateImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1879
|
+
CreateImageVersionRequest.struct_class = Types::CreateImageVersionRequest
|
1880
|
+
|
1881
|
+
CreateImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
|
1882
|
+
CreateImageVersionResponse.struct_class = Types::CreateImageVersionResponse
|
1883
|
+
|
1357
1884
|
CreateLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
1358
1885
|
CreateLabelingJobRequest.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, required: true, location_name: "LabelAttributeName"))
|
1359
1886
|
CreateLabelingJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
|
@@ -1381,12 +1908,26 @@ module Aws::SageMaker
|
|
1381
1908
|
CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
1382
1909
|
CreateModelOutput.struct_class = Types::CreateModelOutput
|
1383
1910
|
|
1384
|
-
|
1911
|
+
CreateModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
1912
|
+
CreateModelPackageGroupInput.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
1913
|
+
CreateModelPackageGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1914
|
+
CreateModelPackageGroupInput.struct_class = Types::CreateModelPackageGroupInput
|
1915
|
+
|
1916
|
+
CreateModelPackageGroupOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
1917
|
+
CreateModelPackageGroupOutput.struct_class = Types::CreateModelPackageGroupOutput
|
1918
|
+
|
1919
|
+
CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
1920
|
+
CreateModelPackageInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
1385
1921
|
CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
1386
1922
|
CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
1387
1923
|
CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
1388
1924
|
CreateModelPackageInput.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
|
1389
1925
|
CreateModelPackageInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
1926
|
+
CreateModelPackageInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1927
|
+
CreateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
1928
|
+
CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1929
|
+
CreateModelPackageInput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
1930
|
+
CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1390
1931
|
CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
|
1391
1932
|
|
1392
1933
|
CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
@@ -1427,6 +1968,18 @@ module Aws::SageMaker
|
|
1427
1968
|
CreateNotebookInstanceOutput.add_member(:notebook_instance_arn, Shapes::ShapeRef.new(shape: NotebookInstanceArn, location_name: "NotebookInstanceArn"))
|
1428
1969
|
CreateNotebookInstanceOutput.struct_class = Types::CreateNotebookInstanceOutput
|
1429
1970
|
|
1971
|
+
CreatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
1972
|
+
CreatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
1973
|
+
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, required: true, location_name: "PipelineDefinition"))
|
1974
|
+
CreatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
1975
|
+
CreatePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1976
|
+
CreatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1977
|
+
CreatePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1978
|
+
CreatePipelineRequest.struct_class = Types::CreatePipelineRequest
|
1979
|
+
|
1980
|
+
CreatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
1981
|
+
CreatePipelineResponse.struct_class = Types::CreatePipelineResponse
|
1982
|
+
|
1430
1983
|
CreatePresignedDomainUrlRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1431
1984
|
CreatePresignedDomainUrlRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1432
1985
|
CreatePresignedDomainUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
@@ -1458,6 +2011,16 @@ module Aws::SageMaker
|
|
1458
2011
|
CreateProcessingJobResponse.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, required: true, location_name: "ProcessingJobArn"))
|
1459
2012
|
CreateProcessingJobResponse.struct_class = Types::CreateProcessingJobResponse
|
1460
2013
|
|
2014
|
+
CreateProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2015
|
+
CreateProjectInput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
2016
|
+
CreateProjectInput.add_member(:service_catalog_provisioning_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningDetails, required: true, location_name: "ServiceCatalogProvisioningDetails"))
|
2017
|
+
CreateProjectInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2018
|
+
CreateProjectInput.struct_class = Types::CreateProjectInput
|
2019
|
+
|
2020
|
+
CreateProjectOutput.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
2021
|
+
CreateProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
2022
|
+
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
2023
|
+
|
1461
2024
|
CreateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
1462
2025
|
CreateTrainingJobRequest.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
|
1463
2026
|
CreateTrainingJobRequest.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
|
@@ -1507,6 +2070,7 @@ module Aws::SageMaker
|
|
1507
2070
|
CreateTrialComponentRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
|
1508
2071
|
CreateTrialComponentRequest.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
|
1509
2072
|
CreateTrialComponentRequest.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
|
2073
|
+
CreateTrialComponentRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1510
2074
|
CreateTrialComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1511
2075
|
CreateTrialComponentRequest.struct_class = Types::CreateTrialComponentRequest
|
1512
2076
|
|
@@ -1516,6 +2080,7 @@ module Aws::SageMaker
|
|
1516
2080
|
CreateTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
1517
2081
|
CreateTrialRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
|
1518
2082
|
CreateTrialRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
2083
|
+
CreateTrialRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1519
2084
|
CreateTrialRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1520
2085
|
CreateTrialRequest.struct_class = Types::CreateTrialRequest
|
1521
2086
|
|
@@ -1556,6 +2121,13 @@ module Aws::SageMaker
|
|
1556
2121
|
|
1557
2122
|
CsvContentTypes.member = Shapes::ShapeRef.new(shape: CsvContentType)
|
1558
2123
|
|
2124
|
+
CustomImage.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2125
|
+
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box"=>true}))
|
2126
|
+
CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
2127
|
+
CustomImage.struct_class = Types::CustomImage
|
2128
|
+
|
2129
|
+
CustomImages.member = Shapes::ShapeRef.new(shape: CustomImage)
|
2130
|
+
|
1559
2131
|
DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture"))
|
1560
2132
|
DataCaptureConfig.add_member(:initial_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "InitialSamplingPercentage"))
|
1561
2133
|
DataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
@@ -1571,6 +2143,11 @@ module Aws::SageMaker
|
|
1571
2143
|
DataCaptureConfigSummary.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, required: true, location_name: "KmsKeyId"))
|
1572
2144
|
DataCaptureConfigSummary.struct_class = Types::DataCaptureConfigSummary
|
1573
2145
|
|
2146
|
+
DataCatalogConfig.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
2147
|
+
DataCatalogConfig.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
2148
|
+
DataCatalogConfig.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
2149
|
+
DataCatalogConfig.struct_class = Types::DataCatalogConfig
|
2150
|
+
|
1574
2151
|
DataProcessing.add_member(:input_filter, Shapes::ShapeRef.new(shape: JsonPath, location_name: "InputFilter"))
|
1575
2152
|
DataProcessing.add_member(:output_filter, Shapes::ShapeRef.new(shape: JsonPath, location_name: "OutputFilter"))
|
1576
2153
|
DataProcessing.add_member(:join_source, Shapes::ShapeRef.new(shape: JoinSource, location_name: "JoinSource"))
|
@@ -1580,6 +2157,13 @@ module Aws::SageMaker
|
|
1580
2157
|
DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
|
1581
2158
|
DataSource.struct_class = Types::DataSource
|
1582
2159
|
|
2160
|
+
DatasetDefinition.add_member(:athena_dataset_definition, Shapes::ShapeRef.new(shape: AthenaDatasetDefinition, location_name: "AthenaDatasetDefinition"))
|
2161
|
+
DatasetDefinition.add_member(:redshift_dataset_definition, Shapes::ShapeRef.new(shape: RedshiftDatasetDefinition, location_name: "RedshiftDatasetDefinition"))
|
2162
|
+
DatasetDefinition.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, location_name: "LocalPath"))
|
2163
|
+
DatasetDefinition.add_member(:data_distribution_type, Shapes::ShapeRef.new(shape: DataDistributionType, location_name: "DataDistributionType"))
|
2164
|
+
DatasetDefinition.add_member(:input_mode, Shapes::ShapeRef.new(shape: InputMode, location_name: "InputMode"))
|
2165
|
+
DatasetDefinition.struct_class = Types::DatasetDefinition
|
2166
|
+
|
1583
2167
|
DebugHookConfig.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
|
1584
2168
|
DebugHookConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
1585
2169
|
DebugHookConfig.add_member(:hook_parameters, Shapes::ShapeRef.new(shape: HookParameters, location_name: "HookParameters"))
|
@@ -1606,18 +2190,48 @@ module Aws::SageMaker
|
|
1606
2190
|
|
1607
2191
|
DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
|
1608
2192
|
|
2193
|
+
DeleteActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
2194
|
+
DeleteActionRequest.struct_class = Types::DeleteActionRequest
|
2195
|
+
|
2196
|
+
DeleteActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
2197
|
+
DeleteActionResponse.struct_class = Types::DeleteActionResponse
|
2198
|
+
|
1609
2199
|
DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
|
1610
2200
|
DeleteAlgorithmInput.struct_class = Types::DeleteAlgorithmInput
|
1611
2201
|
|
2202
|
+
DeleteAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
2203
|
+
DeleteAppImageConfigRequest.struct_class = Types::DeleteAppImageConfigRequest
|
2204
|
+
|
1612
2205
|
DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1613
2206
|
DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1614
2207
|
DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
1615
2208
|
DeleteAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
|
1616
2209
|
DeleteAppRequest.struct_class = Types::DeleteAppRequest
|
1617
2210
|
|
2211
|
+
DeleteArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
2212
|
+
DeleteArtifactRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, location_name: "Source"))
|
2213
|
+
DeleteArtifactRequest.struct_class = Types::DeleteArtifactRequest
|
2214
|
+
|
2215
|
+
DeleteArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
2216
|
+
DeleteArtifactResponse.struct_class = Types::DeleteArtifactResponse
|
2217
|
+
|
2218
|
+
DeleteAssociationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "SourceArn"))
|
2219
|
+
DeleteAssociationRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "DestinationArn"))
|
2220
|
+
DeleteAssociationRequest.struct_class = Types::DeleteAssociationRequest
|
2221
|
+
|
2222
|
+
DeleteAssociationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
2223
|
+
DeleteAssociationResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
2224
|
+
DeleteAssociationResponse.struct_class = Types::DeleteAssociationResponse
|
2225
|
+
|
1618
2226
|
DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
1619
2227
|
DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
|
1620
2228
|
|
2229
|
+
DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
2230
|
+
DeleteContextRequest.struct_class = Types::DeleteContextRequest
|
2231
|
+
|
2232
|
+
DeleteContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
2233
|
+
DeleteContextResponse.struct_class = Types::DeleteContextResponse
|
2234
|
+
|
1621
2235
|
DeleteDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1622
2236
|
DeleteDomainRequest.add_member(:retention_policy, Shapes::ShapeRef.new(shape: RetentionPolicy, location_name: "RetentionPolicy"))
|
1623
2237
|
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
@@ -1634,6 +2248,9 @@ module Aws::SageMaker
|
|
1634
2248
|
DeleteExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
1635
2249
|
DeleteExperimentResponse.struct_class = Types::DeleteExperimentResponse
|
1636
2250
|
|
2251
|
+
DeleteFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
2252
|
+
DeleteFeatureGroupRequest.struct_class = Types::DeleteFeatureGroupRequest
|
2253
|
+
|
1637
2254
|
DeleteFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
1638
2255
|
DeleteFlowDefinitionRequest.struct_class = Types::DeleteFlowDefinitionRequest
|
1639
2256
|
|
@@ -1644,10 +2261,27 @@ module Aws::SageMaker
|
|
1644
2261
|
|
1645
2262
|
DeleteHumanTaskUiResponse.struct_class = Types::DeleteHumanTaskUiResponse
|
1646
2263
|
|
2264
|
+
DeleteImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2265
|
+
DeleteImageRequest.struct_class = Types::DeleteImageRequest
|
2266
|
+
|
2267
|
+
DeleteImageResponse.struct_class = Types::DeleteImageResponse
|
2268
|
+
|
2269
|
+
DeleteImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2270
|
+
DeleteImageVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, required: true, location_name: "Version"))
|
2271
|
+
DeleteImageVersionRequest.struct_class = Types::DeleteImageVersionRequest
|
2272
|
+
|
2273
|
+
DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
|
2274
|
+
|
1647
2275
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1648
2276
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
1649
2277
|
|
1650
|
-
|
2278
|
+
DeleteModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "ModelPackageGroupName"))
|
2279
|
+
DeleteModelPackageGroupInput.struct_class = Types::DeleteModelPackageGroupInput
|
2280
|
+
|
2281
|
+
DeleteModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
2282
|
+
DeleteModelPackageGroupPolicyInput.struct_class = Types::DeleteModelPackageGroupPolicyInput
|
2283
|
+
|
2284
|
+
DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
1651
2285
|
DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
|
1652
2286
|
|
1653
2287
|
DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
@@ -1659,6 +2293,16 @@ module Aws::SageMaker
|
|
1659
2293
|
DeleteNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
|
1660
2294
|
DeleteNotebookInstanceLifecycleConfigInput.struct_class = Types::DeleteNotebookInstanceLifecycleConfigInput
|
1661
2295
|
|
2296
|
+
DeletePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
2297
|
+
DeletePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2298
|
+
DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
|
2299
|
+
|
2300
|
+
DeletePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
2301
|
+
DeletePipelineResponse.struct_class = Types::DeletePipelineResponse
|
2302
|
+
|
2303
|
+
DeleteProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2304
|
+
DeleteProjectInput.struct_class = Types::DeleteProjectInput
|
2305
|
+
|
1662
2306
|
DeleteTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
1663
2307
|
DeleteTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
1664
2308
|
DeleteTagsInput.struct_class = Types::DeleteTagsInput
|
@@ -1699,6 +2343,27 @@ module Aws::SageMaker
|
|
1699
2343
|
|
1700
2344
|
DeployedImages.member = Shapes::ShapeRef.new(shape: DeployedImage)
|
1701
2345
|
|
2346
|
+
DeploymentConfig.add_member(:blue_green_update_policy, Shapes::ShapeRef.new(shape: BlueGreenUpdatePolicy, required: true, location_name: "BlueGreenUpdatePolicy"))
|
2347
|
+
DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
|
2348
|
+
DeploymentConfig.struct_class = Types::DeploymentConfig
|
2349
|
+
|
2350
|
+
DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
2351
|
+
DescribeActionRequest.struct_class = Types::DescribeActionRequest
|
2352
|
+
|
2353
|
+
DescribeActionResponse.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ActionName"))
|
2354
|
+
DescribeActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
2355
|
+
DescribeActionResponse.add_member(:source, Shapes::ShapeRef.new(shape: ActionSource, location_name: "Source"))
|
2356
|
+
DescribeActionResponse.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, location_name: "ActionType"))
|
2357
|
+
DescribeActionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
2358
|
+
DescribeActionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
2359
|
+
DescribeActionResponse.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
2360
|
+
DescribeActionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2361
|
+
DescribeActionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2362
|
+
DescribeActionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2363
|
+
DescribeActionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2364
|
+
DescribeActionResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2365
|
+
DescribeActionResponse.struct_class = Types::DescribeActionResponse
|
2366
|
+
|
1702
2367
|
DescribeAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "AlgorithmName"))
|
1703
2368
|
DescribeAlgorithmInput.struct_class = Types::DescribeAlgorithmInput
|
1704
2369
|
|
@@ -1715,6 +2380,16 @@ module Aws::SageMaker
|
|
1715
2380
|
DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
1716
2381
|
DescribeAlgorithmOutput.struct_class = Types::DescribeAlgorithmOutput
|
1717
2382
|
|
2383
|
+
DescribeAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
2384
|
+
DescribeAppImageConfigRequest.struct_class = Types::DescribeAppImageConfigRequest
|
2385
|
+
|
2386
|
+
DescribeAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
2387
|
+
DescribeAppImageConfigResponse.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "AppImageConfigName"))
|
2388
|
+
DescribeAppImageConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2389
|
+
DescribeAppImageConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2390
|
+
DescribeAppImageConfigResponse.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
2391
|
+
DescribeAppImageConfigResponse.struct_class = Types::DescribeAppImageConfigResponse
|
2392
|
+
|
1718
2393
|
DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1719
2394
|
DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1720
2395
|
DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
@@ -1734,6 +2409,21 @@ module Aws::SageMaker
|
|
1734
2409
|
DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
|
1735
2410
|
DescribeAppResponse.struct_class = Types::DescribeAppResponse
|
1736
2411
|
|
2412
|
+
DescribeArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
|
2413
|
+
DescribeArtifactRequest.struct_class = Types::DescribeArtifactRequest
|
2414
|
+
|
2415
|
+
DescribeArtifactResponse.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
2416
|
+
DescribeArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
2417
|
+
DescribeArtifactResponse.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, location_name: "Source"))
|
2418
|
+
DescribeArtifactResponse.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, location_name: "ArtifactType"))
|
2419
|
+
DescribeArtifactResponse.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
2420
|
+
DescribeArtifactResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2421
|
+
DescribeArtifactResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2422
|
+
DescribeArtifactResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2423
|
+
DescribeArtifactResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2424
|
+
DescribeArtifactResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2425
|
+
DescribeArtifactResponse.struct_class = Types::DescribeArtifactResponse
|
2426
|
+
|
1737
2427
|
DescribeAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
1738
2428
|
DescribeAutoMLJobRequest.struct_class = Types::DescribeAutoMLJobRequest
|
1739
2429
|
|
@@ -1780,11 +2470,27 @@ module Aws::SageMaker
|
|
1780
2470
|
DescribeCompilationJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
1781
2471
|
DescribeCompilationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, required: true, location_name: "FailureReason"))
|
1782
2472
|
DescribeCompilationJobResponse.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, required: true, location_name: "ModelArtifacts"))
|
2473
|
+
DescribeCompilationJobResponse.add_member(:model_digests, Shapes::ShapeRef.new(shape: ModelDigests, location_name: "ModelDigests"))
|
1783
2474
|
DescribeCompilationJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1784
2475
|
DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1785
2476
|
DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
1786
2477
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
1787
2478
|
|
2479
|
+
DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
2480
|
+
DescribeContextRequest.struct_class = Types::DescribeContextRequest
|
2481
|
+
|
2482
|
+
DescribeContextResponse.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
|
2483
|
+
DescribeContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
2484
|
+
DescribeContextResponse.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
|
2485
|
+
DescribeContextResponse.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
2486
|
+
DescribeContextResponse.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
2487
|
+
DescribeContextResponse.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
2488
|
+
DescribeContextResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2489
|
+
DescribeContextResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2490
|
+
DescribeContextResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2491
|
+
DescribeContextResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2492
|
+
DescribeContextResponse.struct_class = Types::DescribeContextResponse
|
2493
|
+
|
1788
2494
|
DescribeDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1789
2495
|
DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
|
1790
2496
|
|
@@ -1799,10 +2505,12 @@ module Aws::SageMaker
|
|
1799
2505
|
DescribeDomainResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
1800
2506
|
DescribeDomainResponse.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
|
1801
2507
|
DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
1802
|
-
DescribeDomainResponse.add_member(:
|
2508
|
+
DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
2509
|
+
DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
|
1803
2510
|
DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
|
1804
2511
|
DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
|
1805
2512
|
DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
2513
|
+
DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
1806
2514
|
DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
|
1807
2515
|
|
1808
2516
|
DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
@@ -1828,6 +2536,7 @@ module Aws::SageMaker
|
|
1828
2536
|
DescribeEndpointOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
1829
2537
|
DescribeEndpointOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
1830
2538
|
DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2539
|
+
DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
|
1831
2540
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
1832
2541
|
|
1833
2542
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
@@ -1844,6 +2553,26 @@ module Aws::SageMaker
|
|
1844
2553
|
DescribeExperimentResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
1845
2554
|
DescribeExperimentResponse.struct_class = Types::DescribeExperimentResponse
|
1846
2555
|
|
2556
|
+
DescribeFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
2557
|
+
DescribeFeatureGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2558
|
+
DescribeFeatureGroupRequest.struct_class = Types::DescribeFeatureGroupRequest
|
2559
|
+
|
2560
|
+
DescribeFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
2561
|
+
DescribeFeatureGroupResponse.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
2562
|
+
DescribeFeatureGroupResponse.add_member(:record_identifier_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "RecordIdentifierFeatureName"))
|
2563
|
+
DescribeFeatureGroupResponse.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
2564
|
+
DescribeFeatureGroupResponse.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
2565
|
+
DescribeFeatureGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
2566
|
+
DescribeFeatureGroupResponse.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
2567
|
+
DescribeFeatureGroupResponse.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
2568
|
+
DescribeFeatureGroupResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2569
|
+
DescribeFeatureGroupResponse.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
2570
|
+
DescribeFeatureGroupResponse.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
2571
|
+
DescribeFeatureGroupResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2572
|
+
DescribeFeatureGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2573
|
+
DescribeFeatureGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
2574
|
+
DescribeFeatureGroupResponse.struct_class = Types::DescribeFeatureGroupResponse
|
2575
|
+
|
1847
2576
|
DescribeFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
1848
2577
|
DescribeFlowDefinitionRequest.struct_class = Types::DescribeFlowDefinitionRequest
|
1849
2578
|
|
@@ -1889,6 +2618,35 @@ module Aws::SageMaker
|
|
1889
2618
|
DescribeHyperParameterTuningJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
1890
2619
|
DescribeHyperParameterTuningJobResponse.struct_class = Types::DescribeHyperParameterTuningJobResponse
|
1891
2620
|
|
2621
|
+
DescribeImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2622
|
+
DescribeImageRequest.struct_class = Types::DescribeImageRequest
|
2623
|
+
|
2624
|
+
DescribeImageResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2625
|
+
DescribeImageResponse.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
2626
|
+
DescribeImageResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
2627
|
+
DescribeImageResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2628
|
+
DescribeImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
2629
|
+
DescribeImageResponse.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, location_name: "ImageName"))
|
2630
|
+
DescribeImageResponse.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "ImageStatus"))
|
2631
|
+
DescribeImageResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2632
|
+
DescribeImageResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2633
|
+
DescribeImageResponse.struct_class = Types::DescribeImageResponse
|
2634
|
+
|
2635
|
+
DescribeImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2636
|
+
DescribeImageVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
|
2637
|
+
DescribeImageVersionRequest.struct_class = Types::DescribeImageVersionRequest
|
2638
|
+
|
2639
|
+
DescribeImageVersionResponse.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, location_name: "BaseImage"))
|
2640
|
+
DescribeImageVersionResponse.add_member(:container_image, Shapes::ShapeRef.new(shape: ImageContainerImage, location_name: "ContainerImage"))
|
2641
|
+
DescribeImageVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2642
|
+
DescribeImageVersionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2643
|
+
DescribeImageVersionResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
2644
|
+
DescribeImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
|
2645
|
+
DescribeImageVersionResponse.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ImageVersionStatus, location_name: "ImageVersionStatus"))
|
2646
|
+
DescribeImageVersionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2647
|
+
DescribeImageVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
|
2648
|
+
DescribeImageVersionResponse.struct_class = Types::DescribeImageVersionResponse
|
2649
|
+
|
1892
2650
|
DescribeLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
1893
2651
|
DescribeLabelingJobRequest.struct_class = Types::DescribeLabelingJobRequest
|
1894
2652
|
|
@@ -1925,10 +2683,23 @@ module Aws::SageMaker
|
|
1925
2683
|
DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
1926
2684
|
DescribeModelOutput.struct_class = Types::DescribeModelOutput
|
1927
2685
|
|
1928
|
-
|
2686
|
+
DescribeModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "ModelPackageGroupName"))
|
2687
|
+
DescribeModelPackageGroupInput.struct_class = Types::DescribeModelPackageGroupInput
|
2688
|
+
|
2689
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
2690
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
2691
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
2692
|
+
DescribeModelPackageGroupOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
2693
|
+
DescribeModelPackageGroupOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, required: true, location_name: "CreatedBy"))
|
2694
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, required: true, location_name: "ModelPackageGroupStatus"))
|
2695
|
+
DescribeModelPackageGroupOutput.struct_class = Types::DescribeModelPackageGroupOutput
|
2696
|
+
|
2697
|
+
DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
1929
2698
|
DescribeModelPackageInput.struct_class = Types::DescribeModelPackageInput
|
1930
2699
|
|
1931
2700
|
DescribeModelPackageOutput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
2701
|
+
DescribeModelPackageOutput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
2702
|
+
DescribeModelPackageOutput.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
1932
2703
|
DescribeModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
1933
2704
|
DescribeModelPackageOutput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
1934
2705
|
DescribeModelPackageOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
@@ -1938,6 +2709,13 @@ module Aws::SageMaker
|
|
1938
2709
|
DescribeModelPackageOutput.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
1939
2710
|
DescribeModelPackageOutput.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, required: true, location_name: "ModelPackageStatusDetails"))
|
1940
2711
|
DescribeModelPackageOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
2712
|
+
DescribeModelPackageOutput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
2713
|
+
DescribeModelPackageOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2714
|
+
DescribeModelPackageOutput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2715
|
+
DescribeModelPackageOutput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
2716
|
+
DescribeModelPackageOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2717
|
+
DescribeModelPackageOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2718
|
+
DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
1941
2719
|
DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
|
1942
2720
|
|
1943
2721
|
DescribeMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
@@ -1990,6 +2768,44 @@ module Aws::SageMaker
|
|
1990
2768
|
DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
1991
2769
|
DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
|
1992
2770
|
|
2771
|
+
DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
2772
|
+
DescribePipelineDefinitionForExecutionRequest.struct_class = Types::DescribePipelineDefinitionForExecutionRequest
|
2773
|
+
|
2774
|
+
DescribePipelineDefinitionForExecutionResponse.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
2775
|
+
DescribePipelineDefinitionForExecutionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2776
|
+
DescribePipelineDefinitionForExecutionResponse.struct_class = Types::DescribePipelineDefinitionForExecutionResponse
|
2777
|
+
|
2778
|
+
DescribePipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
2779
|
+
DescribePipelineExecutionRequest.struct_class = Types::DescribePipelineExecutionRequest
|
2780
|
+
|
2781
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
2782
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
2783
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
2784
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
2785
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
2786
|
+
DescribePipelineExecutionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2787
|
+
DescribePipelineExecutionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2788
|
+
DescribePipelineExecutionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2789
|
+
DescribePipelineExecutionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2790
|
+
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
2791
|
+
|
2792
|
+
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
2793
|
+
DescribePipelineRequest.struct_class = Types::DescribePipelineRequest
|
2794
|
+
|
2795
|
+
DescribePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
2796
|
+
DescribePipelineResponse.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
2797
|
+
DescribePipelineResponse.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
2798
|
+
DescribePipelineResponse.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
2799
|
+
DescribePipelineResponse.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
2800
|
+
DescribePipelineResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2801
|
+
DescribePipelineResponse.add_member(:pipeline_status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "PipelineStatus"))
|
2802
|
+
DescribePipelineResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2803
|
+
DescribePipelineResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2804
|
+
DescribePipelineResponse.add_member(:last_run_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastRunTime"))
|
2805
|
+
DescribePipelineResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2806
|
+
DescribePipelineResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2807
|
+
DescribePipelineResponse.struct_class = Types::DescribePipelineResponse
|
2808
|
+
|
1993
2809
|
DescribeProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
1994
2810
|
DescribeProcessingJobRequest.struct_class = Types::DescribeProcessingJobRequest
|
1995
2811
|
|
@@ -2016,6 +2832,20 @@ module Aws::SageMaker
|
|
2016
2832
|
DescribeProcessingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "TrainingJobArn"))
|
2017
2833
|
DescribeProcessingJobResponse.struct_class = Types::DescribeProcessingJobResponse
|
2018
2834
|
|
2835
|
+
DescribeProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2836
|
+
DescribeProjectInput.struct_class = Types::DescribeProjectInput
|
2837
|
+
|
2838
|
+
DescribeProjectOutput.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
2839
|
+
DescribeProjectOutput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2840
|
+
DescribeProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
2841
|
+
DescribeProjectOutput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
2842
|
+
DescribeProjectOutput.add_member(:service_catalog_provisioning_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningDetails, required: true, location_name: "ServiceCatalogProvisioningDetails"))
|
2843
|
+
DescribeProjectOutput.add_member(:service_catalog_provisioned_product_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisionedProductDetails, location_name: "ServiceCatalogProvisionedProductDetails"))
|
2844
|
+
DescribeProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "ProjectStatus"))
|
2845
|
+
DescribeProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2846
|
+
DescribeProjectOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2847
|
+
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
2848
|
+
|
2019
2849
|
DescribeSubscribedWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
2020
2850
|
DescribeSubscribedWorkteamRequest.struct_class = Types::DescribeSubscribedWorkteamRequest
|
2021
2851
|
|
@@ -2103,6 +2933,7 @@ module Aws::SageMaker
|
|
2103
2933
|
DescribeTrialComponentResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
|
2104
2934
|
DescribeTrialComponentResponse.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
|
2105
2935
|
DescribeTrialComponentResponse.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
|
2936
|
+
DescribeTrialComponentResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2106
2937
|
DescribeTrialComponentResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
|
2107
2938
|
DescribeTrialComponentResponse.struct_class = Types::DescribeTrialComponentResponse
|
2108
2939
|
|
@@ -2118,6 +2949,7 @@ module Aws::SageMaker
|
|
2118
2949
|
DescribeTrialResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2119
2950
|
DescribeTrialResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2120
2951
|
DescribeTrialResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2952
|
+
DescribeTrialResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2121
2953
|
DescribeTrialResponse.struct_class = Types::DescribeTrialResponse
|
2122
2954
|
|
2123
2955
|
DescribeUserProfileRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
@@ -2156,6 +2988,10 @@ module Aws::SageMaker
|
|
2156
2988
|
|
2157
2989
|
DesiredWeightAndCapacityList.member = Shapes::ShapeRef.new(shape: DesiredWeightAndCapacity)
|
2158
2990
|
|
2991
|
+
DisableSagemakerServicecatalogPortfolioInput.struct_class = Types::DisableSagemakerServicecatalogPortfolioInput
|
2992
|
+
|
2993
|
+
DisableSagemakerServicecatalogPortfolioOutput.struct_class = Types::DisableSagemakerServicecatalogPortfolioOutput
|
2994
|
+
|
2159
2995
|
DisassociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
2160
2996
|
DisassociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
2161
2997
|
DisassociateTrialComponentRequest.struct_class = Types::DisassociateTrialComponentRequest
|
@@ -2175,6 +3011,23 @@ module Aws::SageMaker
|
|
2175
3011
|
|
2176
3012
|
DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
|
2177
3013
|
|
3014
|
+
EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
|
3015
|
+
|
3016
|
+
EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
|
3017
|
+
|
3018
|
+
Endpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
3019
|
+
Endpoint.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
3020
|
+
Endpoint.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
3021
|
+
Endpoint.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ProductionVariants"))
|
3022
|
+
Endpoint.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfigSummary, location_name: "DataCaptureConfig"))
|
3023
|
+
Endpoint.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
|
3024
|
+
Endpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3025
|
+
Endpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3026
|
+
Endpoint.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
3027
|
+
Endpoint.add_member(:monitoring_schedules, Shapes::ShapeRef.new(shape: MonitoringScheduleList, location_name: "MonitoringSchedules"))
|
3028
|
+
Endpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3029
|
+
Endpoint.struct_class = Types::Endpoint
|
3030
|
+
|
2178
3031
|
EndpointConfigSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
2179
3032
|
EndpointConfigSummary.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
2180
3033
|
EndpointConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
@@ -2231,6 +3084,45 @@ module Aws::SageMaker
|
|
2231
3084
|
ExperimentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2232
3085
|
ExperimentSummary.struct_class = Types::ExperimentSummary
|
2233
3086
|
|
3087
|
+
Explainability.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
3088
|
+
Explainability.struct_class = Types::Explainability
|
3089
|
+
|
3090
|
+
FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
3091
|
+
FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
3092
|
+
FeatureDefinition.struct_class = Types::FeatureDefinition
|
3093
|
+
|
3094
|
+
FeatureDefinitions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
|
3095
|
+
|
3096
|
+
FeatureGroup.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, location_name: "FeatureGroupArn"))
|
3097
|
+
FeatureGroup.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, location_name: "FeatureGroupName"))
|
3098
|
+
FeatureGroup.add_member(:record_identifier_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "RecordIdentifierFeatureName"))
|
3099
|
+
FeatureGroup.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "EventTimeFeatureName"))
|
3100
|
+
FeatureGroup.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, location_name: "FeatureDefinitions"))
|
3101
|
+
FeatureGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
3102
|
+
FeatureGroup.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
3103
|
+
FeatureGroup.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
3104
|
+
FeatureGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3105
|
+
FeatureGroup.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3106
|
+
FeatureGroup.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
3107
|
+
FeatureGroup.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3108
|
+
FeatureGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3109
|
+
FeatureGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3110
|
+
FeatureGroup.struct_class = Types::FeatureGroup
|
3111
|
+
|
3112
|
+
FeatureGroupSummaries.member = Shapes::ShapeRef.new(shape: FeatureGroupSummary)
|
3113
|
+
|
3114
|
+
FeatureGroupSummary.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
3115
|
+
FeatureGroupSummary.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
3116
|
+
FeatureGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3117
|
+
FeatureGroupSummary.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3118
|
+
FeatureGroupSummary.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
3119
|
+
FeatureGroupSummary.struct_class = Types::FeatureGroupSummary
|
3120
|
+
|
3121
|
+
FileSystemConfig.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, location_name: "MountPath"))
|
3122
|
+
FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box"=>true}))
|
3123
|
+
FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box"=>true}))
|
3124
|
+
FileSystemConfig.struct_class = Types::FileSystemConfig
|
3125
|
+
|
2234
3126
|
FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
2235
3127
|
FileSystemDataSource.add_member(:file_system_access_mode, Shapes::ShapeRef.new(shape: FileSystemAccessMode, required: true, location_name: "FileSystemAccessMode"))
|
2236
3128
|
FileSystemDataSource.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
|
@@ -2271,6 +3163,17 @@ module Aws::SageMaker
|
|
2271
3163
|
|
2272
3164
|
FlowDefinitionTaskKeywords.member = Shapes::ShapeRef.new(shape: FlowDefinitionTaskKeyword)
|
2273
3165
|
|
3166
|
+
GetModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
3167
|
+
GetModelPackageGroupPolicyInput.struct_class = Types::GetModelPackageGroupPolicyInput
|
3168
|
+
|
3169
|
+
GetModelPackageGroupPolicyOutput.add_member(:resource_policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "ResourcePolicy"))
|
3170
|
+
GetModelPackageGroupPolicyOutput.struct_class = Types::GetModelPackageGroupPolicyOutput
|
3171
|
+
|
3172
|
+
GetSagemakerServicecatalogPortfolioStatusInput.struct_class = Types::GetSagemakerServicecatalogPortfolioStatusInput
|
3173
|
+
|
3174
|
+
GetSagemakerServicecatalogPortfolioStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: SagemakerServicecatalogStatus, location_name: "Status"))
|
3175
|
+
GetSagemakerServicecatalogPortfolioStatusOutput.struct_class = Types::GetSagemakerServicecatalogPortfolioStatusOutput
|
3176
|
+
|
2274
3177
|
GetSearchSuggestionsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
2275
3178
|
GetSearchSuggestionsRequest.add_member(:suggestion_query, Shapes::ShapeRef.new(shape: SuggestionQuery, location_name: "SuggestionQuery"))
|
2276
3179
|
GetSearchSuggestionsRequest.struct_class = Types::GetSearchSuggestionsRequest
|
@@ -2344,7 +3247,7 @@ module Aws::SageMaker
|
|
2344
3247
|
HyperParameterSpecification.add_member(:range, Shapes::ShapeRef.new(shape: ParameterRange, location_name: "Range"))
|
2345
3248
|
HyperParameterSpecification.add_member(:is_tunable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsTunable"))
|
2346
3249
|
HyperParameterSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
|
2347
|
-
HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape:
|
3250
|
+
HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape: HyperParameterValue, location_name: "DefaultValue"))
|
2348
3251
|
HyperParameterSpecification.struct_class = Types::HyperParameterSpecification
|
2349
3252
|
|
2350
3253
|
HyperParameterSpecifications.member = Shapes::ShapeRef.new(shape: HyperParameterSpecification)
|
@@ -2416,15 +3319,40 @@ module Aws::SageMaker
|
|
2416
3319
|
HyperParameterTuningJobWarmStartConfig.add_member(:warm_start_type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartType, required: true, location_name: "WarmStartType"))
|
2417
3320
|
HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
|
2418
3321
|
|
2419
|
-
HyperParameters.key = Shapes::ShapeRef.new(shape:
|
2420
|
-
HyperParameters.value = Shapes::ShapeRef.new(shape:
|
3322
|
+
HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParameterKey)
|
3323
|
+
HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParameterValue)
|
3324
|
+
|
3325
|
+
Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3326
|
+
Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
3327
|
+
Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
3328
|
+
Image.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3329
|
+
Image.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, required: true, location_name: "ImageArn"))
|
3330
|
+
Image.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
3331
|
+
Image.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, required: true, location_name: "ImageStatus"))
|
3332
|
+
Image.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
3333
|
+
Image.struct_class = Types::Image
|
2421
3334
|
|
2422
3335
|
ImageConfig.add_member(:repository_access_mode, Shapes::ShapeRef.new(shape: RepositoryAccessMode, required: true, location_name: "RepositoryAccessMode"))
|
2423
3336
|
ImageConfig.struct_class = Types::ImageConfig
|
2424
3337
|
|
3338
|
+
ImageDeletePropertyList.member = Shapes::ShapeRef.new(shape: ImageDeleteProperty)
|
3339
|
+
|
3340
|
+
ImageVersion.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3341
|
+
ImageVersion.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3342
|
+
ImageVersion.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, required: true, location_name: "ImageArn"))
|
3343
|
+
ImageVersion.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "ImageVersionArn"))
|
3344
|
+
ImageVersion.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ImageVersionStatus, required: true, location_name: "ImageVersionStatus"))
|
3345
|
+
ImageVersion.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
3346
|
+
ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, required: true, location_name: "Version"))
|
3347
|
+
ImageVersion.struct_class = Types::ImageVersion
|
3348
|
+
|
3349
|
+
ImageVersions.member = Shapes::ShapeRef.new(shape: ImageVersion)
|
3350
|
+
|
3351
|
+
Images.member = Shapes::ShapeRef.new(shape: Image)
|
3352
|
+
|
2425
3353
|
InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
2426
|
-
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes,
|
2427
|
-
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes,
|
3354
|
+
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, location_name: "SupportedTransformInstanceTypes"))
|
3355
|
+
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, location_name: "SupportedRealtimeInferenceInstanceTypes"))
|
2428
3356
|
InferenceSpecification.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: ContentTypes, required: true, location_name: "SupportedContentTypes"))
|
2429
3357
|
InferenceSpecification.add_member(:supported_response_mime_types, Shapes::ShapeRef.new(shape: ResponseMIMETypes, required: true, location_name: "SupportedResponseMIMETypes"))
|
2430
3358
|
InferenceSpecification.struct_class = Types::InferenceSpecification
|
@@ -2456,8 +3384,19 @@ module Aws::SageMaker
|
|
2456
3384
|
JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
|
2457
3385
|
|
2458
3386
|
KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
3387
|
+
KernelGatewayAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
2459
3388
|
KernelGatewayAppSettings.struct_class = Types::KernelGatewayAppSettings
|
2460
3389
|
|
3390
|
+
KernelGatewayImageConfig.add_member(:kernel_specs, Shapes::ShapeRef.new(shape: KernelSpecs, required: true, location_name: "KernelSpecs"))
|
3391
|
+
KernelGatewayImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
|
3392
|
+
KernelGatewayImageConfig.struct_class = Types::KernelGatewayImageConfig
|
3393
|
+
|
3394
|
+
KernelSpec.add_member(:name, Shapes::ShapeRef.new(shape: KernelName, required: true, location_name: "Name"))
|
3395
|
+
KernelSpec.add_member(:display_name, Shapes::ShapeRef.new(shape: KernelDisplayName, location_name: "DisplayName"))
|
3396
|
+
KernelSpec.struct_class = Types::KernelSpec
|
3397
|
+
|
3398
|
+
KernelSpecs.member = Shapes::ShapeRef.new(shape: KernelSpec)
|
3399
|
+
|
2461
3400
|
LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled"))
|
2462
3401
|
LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
|
2463
3402
|
LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled"))
|
@@ -2534,6 +3473,23 @@ module Aws::SageMaker
|
|
2534
3473
|
|
2535
3474
|
LabelingJobSummaryList.member = Shapes::ShapeRef.new(shape: LabelingJobSummary)
|
2536
3475
|
|
3476
|
+
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
3477
|
+
LineageEntityParameters.value = Shapes::ShapeRef.new(shape: StringParameterValue)
|
3478
|
+
|
3479
|
+
ListActionsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
3480
|
+
ListActionsRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, location_name: "ActionType"))
|
3481
|
+
ListActionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3482
|
+
ListActionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3483
|
+
ListActionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortActionsBy, location_name: "SortBy"))
|
3484
|
+
ListActionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3485
|
+
ListActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3486
|
+
ListActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3487
|
+
ListActionsRequest.struct_class = Types::ListActionsRequest
|
3488
|
+
|
3489
|
+
ListActionsResponse.add_member(:action_summaries, Shapes::ShapeRef.new(shape: ActionSummaries, location_name: "ActionSummaries"))
|
3490
|
+
ListActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3491
|
+
ListActionsResponse.struct_class = Types::ListActionsResponse
|
3492
|
+
|
2537
3493
|
ListAlgorithmsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
2538
3494
|
ListAlgorithmsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
2539
3495
|
ListAlgorithmsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -2547,6 +3503,21 @@ module Aws::SageMaker
|
|
2547
3503
|
ListAlgorithmsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2548
3504
|
ListAlgorithmsOutput.struct_class = Types::ListAlgorithmsOutput
|
2549
3505
|
|
3506
|
+
ListAppImageConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3507
|
+
ListAppImageConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3508
|
+
ListAppImageConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "NameContains"))
|
3509
|
+
ListAppImageConfigsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
3510
|
+
ListAppImageConfigsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
3511
|
+
ListAppImageConfigsRequest.add_member(:modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeBefore"))
|
3512
|
+
ListAppImageConfigsRequest.add_member(:modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeAfter"))
|
3513
|
+
ListAppImageConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AppImageConfigSortKey, location_name: "SortBy"))
|
3514
|
+
ListAppImageConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3515
|
+
ListAppImageConfigsRequest.struct_class = Types::ListAppImageConfigsRequest
|
3516
|
+
|
3517
|
+
ListAppImageConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3518
|
+
ListAppImageConfigsResponse.add_member(:app_image_configs, Shapes::ShapeRef.new(shape: AppImageConfigList, location_name: "AppImageConfigs"))
|
3519
|
+
ListAppImageConfigsResponse.struct_class = Types::ListAppImageConfigsResponse
|
3520
|
+
|
2550
3521
|
ListAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2551
3522
|
ListAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2552
3523
|
ListAppsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -2559,6 +3530,37 @@ module Aws::SageMaker
|
|
2559
3530
|
ListAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2560
3531
|
ListAppsResponse.struct_class = Types::ListAppsResponse
|
2561
3532
|
|
3533
|
+
ListArtifactsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
3534
|
+
ListArtifactsRequest.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, location_name: "ArtifactType"))
|
3535
|
+
ListArtifactsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3536
|
+
ListArtifactsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3537
|
+
ListArtifactsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortArtifactsBy, location_name: "SortBy"))
|
3538
|
+
ListArtifactsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3539
|
+
ListArtifactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3540
|
+
ListArtifactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3541
|
+
ListArtifactsRequest.struct_class = Types::ListArtifactsRequest
|
3542
|
+
|
3543
|
+
ListArtifactsResponse.add_member(:artifact_summaries, Shapes::ShapeRef.new(shape: ArtifactSummaries, location_name: "ArtifactSummaries"))
|
3544
|
+
ListArtifactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3545
|
+
ListArtifactsResponse.struct_class = Types::ListArtifactsResponse
|
3546
|
+
|
3547
|
+
ListAssociationsRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
3548
|
+
ListAssociationsRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
3549
|
+
ListAssociationsRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
3550
|
+
ListAssociationsRequest.add_member(:destination_type, Shapes::ShapeRef.new(shape: String256, location_name: "DestinationType"))
|
3551
|
+
ListAssociationsRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
3552
|
+
ListAssociationsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3553
|
+
ListAssociationsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3554
|
+
ListAssociationsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortAssociationsBy, location_name: "SortBy"))
|
3555
|
+
ListAssociationsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3556
|
+
ListAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3557
|
+
ListAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3558
|
+
ListAssociationsRequest.struct_class = Types::ListAssociationsRequest
|
3559
|
+
|
3560
|
+
ListAssociationsResponse.add_member(:association_summaries, Shapes::ShapeRef.new(shape: AssociationSummaries, location_name: "AssociationSummaries"))
|
3561
|
+
ListAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3562
|
+
ListAssociationsResponse.struct_class = Types::ListAssociationsResponse
|
3563
|
+
|
2562
3564
|
ListAutoMLJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2563
3565
|
ListAutoMLJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2564
3566
|
ListAutoMLJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -2619,6 +3621,20 @@ module Aws::SageMaker
|
|
2619
3621
|
ListCompilationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2620
3622
|
ListCompilationJobsResponse.struct_class = Types::ListCompilationJobsResponse
|
2621
3623
|
|
3624
|
+
ListContextsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
3625
|
+
ListContextsRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
3626
|
+
ListContextsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3627
|
+
ListContextsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3628
|
+
ListContextsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortContextsBy, location_name: "SortBy"))
|
3629
|
+
ListContextsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3630
|
+
ListContextsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3631
|
+
ListContextsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3632
|
+
ListContextsRequest.struct_class = Types::ListContextsRequest
|
3633
|
+
|
3634
|
+
ListContextsResponse.add_member(:context_summaries, Shapes::ShapeRef.new(shape: ContextSummaries, location_name: "ContextSummaries"))
|
3635
|
+
ListContextsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3636
|
+
ListContextsResponse.struct_class = Types::ListContextsResponse
|
3637
|
+
|
2622
3638
|
ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2623
3639
|
ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2624
3640
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -2668,6 +3684,21 @@ module Aws::SageMaker
|
|
2668
3684
|
ListExperimentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2669
3685
|
ListExperimentsResponse.struct_class = Types::ListExperimentsResponse
|
2670
3686
|
|
3687
|
+
ListFeatureGroupsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: FeatureGroupNameContains, location_name: "NameContains"))
|
3688
|
+
ListFeatureGroupsRequest.add_member(:feature_group_status_equals, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatusEquals"))
|
3689
|
+
ListFeatureGroupsRequest.add_member(:offline_store_status_equals, Shapes::ShapeRef.new(shape: OfflineStoreStatusValue, location_name: "OfflineStoreStatusEquals"))
|
3690
|
+
ListFeatureGroupsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
3691
|
+
ListFeatureGroupsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
3692
|
+
ListFeatureGroupsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: FeatureGroupSortOrder, location_name: "SortOrder"))
|
3693
|
+
ListFeatureGroupsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: FeatureGroupSortBy, location_name: "SortBy"))
|
3694
|
+
ListFeatureGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: FeatureGroupMaxResults, location_name: "MaxResults"))
|
3695
|
+
ListFeatureGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3696
|
+
ListFeatureGroupsRequest.struct_class = Types::ListFeatureGroupsRequest
|
3697
|
+
|
3698
|
+
ListFeatureGroupsResponse.add_member(:feature_group_summaries, Shapes::ShapeRef.new(shape: FeatureGroupSummaries, required: true, location_name: "FeatureGroupSummaries"))
|
3699
|
+
ListFeatureGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
3700
|
+
ListFeatureGroupsResponse.struct_class = Types::ListFeatureGroupsResponse
|
3701
|
+
|
2671
3702
|
ListFlowDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2672
3703
|
ListFlowDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2673
3704
|
ListFlowDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -2706,6 +3737,36 @@ module Aws::SageMaker
|
|
2706
3737
|
ListHyperParameterTuningJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2707
3738
|
ListHyperParameterTuningJobsResponse.struct_class = Types::ListHyperParameterTuningJobsResponse
|
2708
3739
|
|
3740
|
+
ListImageVersionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
3741
|
+
ListImageVersionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
3742
|
+
ListImageVersionsRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
3743
|
+
ListImageVersionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
3744
|
+
ListImageVersionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
3745
|
+
ListImageVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3746
|
+
ListImageVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3747
|
+
ListImageVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageVersionSortBy, location_name: "SortBy"))
|
3748
|
+
ListImageVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ImageVersionSortOrder, location_name: "SortOrder"))
|
3749
|
+
ListImageVersionsRequest.struct_class = Types::ListImageVersionsRequest
|
3750
|
+
|
3751
|
+
ListImageVersionsResponse.add_member(:image_versions, Shapes::ShapeRef.new(shape: ImageVersions, location_name: "ImageVersions"))
|
3752
|
+
ListImageVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3753
|
+
ListImageVersionsResponse.struct_class = Types::ListImageVersionsResponse
|
3754
|
+
|
3755
|
+
ListImagesRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
3756
|
+
ListImagesRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
3757
|
+
ListImagesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
3758
|
+
ListImagesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
3759
|
+
ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3760
|
+
ListImagesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: ImageNameContains, location_name: "NameContains"))
|
3761
|
+
ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3762
|
+
ListImagesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageSortBy, location_name: "SortBy"))
|
3763
|
+
ListImagesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ImageSortOrder, location_name: "SortOrder"))
|
3764
|
+
ListImagesRequest.struct_class = Types::ListImagesRequest
|
3765
|
+
|
3766
|
+
ListImagesResponse.add_member(:images, Shapes::ShapeRef.new(shape: Images, location_name: "Images"))
|
3767
|
+
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3768
|
+
ListImagesResponse.struct_class = Types::ListImagesResponse
|
3769
|
+
|
2709
3770
|
ListLabelingJobsForWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
2710
3771
|
ListLabelingJobsForWorkteamRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2711
3772
|
ListLabelingJobsForWorkteamRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -2736,10 +3797,28 @@ module Aws::SageMaker
|
|
2736
3797
|
ListLabelingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2737
3798
|
ListLabelingJobsResponse.struct_class = Types::ListLabelingJobsResponse
|
2738
3799
|
|
3800
|
+
ListLineageEntityParameterKey.member = Shapes::ShapeRef.new(shape: StringParameterValue)
|
3801
|
+
|
3802
|
+
ListModelPackageGroupsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
3803
|
+
ListModelPackageGroupsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
3804
|
+
ListModelPackageGroupsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3805
|
+
ListModelPackageGroupsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
3806
|
+
ListModelPackageGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3807
|
+
ListModelPackageGroupsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageGroupSortBy, location_name: "SortBy"))
|
3808
|
+
ListModelPackageGroupsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3809
|
+
ListModelPackageGroupsInput.struct_class = Types::ListModelPackageGroupsInput
|
3810
|
+
|
3811
|
+
ListModelPackageGroupsOutput.add_member(:model_package_group_summary_list, Shapes::ShapeRef.new(shape: ModelPackageGroupSummaryList, required: true, location_name: "ModelPackageGroupSummaryList"))
|
3812
|
+
ListModelPackageGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3813
|
+
ListModelPackageGroupsOutput.struct_class = Types::ListModelPackageGroupsOutput
|
3814
|
+
|
2739
3815
|
ListModelPackagesInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
2740
3816
|
ListModelPackagesInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
2741
3817
|
ListModelPackagesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2742
3818
|
ListModelPackagesInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
3819
|
+
ListModelPackagesInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3820
|
+
ListModelPackagesInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageGroupName"))
|
3821
|
+
ListModelPackagesInput.add_member(:model_package_type, Shapes::ShapeRef.new(shape: ModelPackageType, location_name: "ModelPackageType"))
|
2743
3822
|
ListModelPackagesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2744
3823
|
ListModelPackagesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageSortBy, location_name: "SortBy"))
|
2745
3824
|
ListModelPackagesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -2832,6 +3911,51 @@ module Aws::SageMaker
|
|
2832
3911
|
ListNotebookInstancesOutput.add_member(:notebook_instances, Shapes::ShapeRef.new(shape: NotebookInstanceSummaryList, location_name: "NotebookInstances"))
|
2833
3912
|
ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
|
2834
3913
|
|
3914
|
+
ListPipelineExecutionStepsRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
3915
|
+
ListPipelineExecutionStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3916
|
+
ListPipelineExecutionStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3917
|
+
ListPipelineExecutionStepsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3918
|
+
ListPipelineExecutionStepsRequest.struct_class = Types::ListPipelineExecutionStepsRequest
|
3919
|
+
|
3920
|
+
ListPipelineExecutionStepsResponse.add_member(:pipeline_execution_steps, Shapes::ShapeRef.new(shape: PipelineExecutionStepList, location_name: "PipelineExecutionSteps"))
|
3921
|
+
ListPipelineExecutionStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3922
|
+
ListPipelineExecutionStepsResponse.struct_class = Types::ListPipelineExecutionStepsResponse
|
3923
|
+
|
3924
|
+
ListPipelineExecutionsRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
3925
|
+
ListPipelineExecutionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3926
|
+
ListPipelineExecutionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3927
|
+
ListPipelineExecutionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortPipelineExecutionsBy, location_name: "SortBy"))
|
3928
|
+
ListPipelineExecutionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3929
|
+
ListPipelineExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3930
|
+
ListPipelineExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3931
|
+
ListPipelineExecutionsRequest.struct_class = Types::ListPipelineExecutionsRequest
|
3932
|
+
|
3933
|
+
ListPipelineExecutionsResponse.add_member(:pipeline_execution_summaries, Shapes::ShapeRef.new(shape: PipelineExecutionSummaryList, location_name: "PipelineExecutionSummaries"))
|
3934
|
+
ListPipelineExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3935
|
+
ListPipelineExecutionsResponse.struct_class = Types::ListPipelineExecutionsResponse
|
3936
|
+
|
3937
|
+
ListPipelineParametersForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
3938
|
+
ListPipelineParametersForExecutionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3939
|
+
ListPipelineParametersForExecutionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3940
|
+
ListPipelineParametersForExecutionRequest.struct_class = Types::ListPipelineParametersForExecutionRequest
|
3941
|
+
|
3942
|
+
ListPipelineParametersForExecutionResponse.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
3943
|
+
ListPipelineParametersForExecutionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3944
|
+
ListPipelineParametersForExecutionResponse.struct_class = Types::ListPipelineParametersForExecutionResponse
|
3945
|
+
|
3946
|
+
ListPipelinesRequest.add_member(:pipeline_name_prefix, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineNamePrefix"))
|
3947
|
+
ListPipelinesRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3948
|
+
ListPipelinesRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3949
|
+
ListPipelinesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortPipelinesBy, location_name: "SortBy"))
|
3950
|
+
ListPipelinesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3951
|
+
ListPipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3952
|
+
ListPipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3953
|
+
ListPipelinesRequest.struct_class = Types::ListPipelinesRequest
|
3954
|
+
|
3955
|
+
ListPipelinesResponse.add_member(:pipeline_summaries, Shapes::ShapeRef.new(shape: PipelineSummaryList, location_name: "PipelineSummaries"))
|
3956
|
+
ListPipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3957
|
+
ListPipelinesResponse.struct_class = Types::ListPipelinesResponse
|
3958
|
+
|
2835
3959
|
ListProcessingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2836
3960
|
ListProcessingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2837
3961
|
ListProcessingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -2848,6 +3972,19 @@ module Aws::SageMaker
|
|
2848
3972
|
ListProcessingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2849
3973
|
ListProcessingJobsResponse.struct_class = Types::ListProcessingJobsResponse
|
2850
3974
|
|
3975
|
+
ListProjectsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
3976
|
+
ListProjectsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
3977
|
+
ListProjectsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3978
|
+
ListProjectsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: ProjectEntityName, location_name: "NameContains"))
|
3979
|
+
ListProjectsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3980
|
+
ListProjectsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ProjectSortBy, location_name: "SortBy"))
|
3981
|
+
ListProjectsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: ProjectSortOrder, location_name: "SortOrder"))
|
3982
|
+
ListProjectsInput.struct_class = Types::ListProjectsInput
|
3983
|
+
|
3984
|
+
ListProjectsOutput.add_member(:project_summary_list, Shapes::ShapeRef.new(shape: ProjectSummaryList, required: true, location_name: "ProjectSummaryList"))
|
3985
|
+
ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3986
|
+
ListProjectsOutput.struct_class = Types::ListProjectsOutput
|
3987
|
+
|
2851
3988
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
2852
3989
|
ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2853
3990
|
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -2981,6 +4118,12 @@ module Aws::SageMaker
|
|
2981
4118
|
|
2982
4119
|
MemberDefinitions.member = Shapes::ShapeRef.new(shape: MemberDefinition)
|
2983
4120
|
|
4121
|
+
MetadataProperties.add_member(:commit_id, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "CommitId"))
|
4122
|
+
MetadataProperties.add_member(:repository, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "Repository"))
|
4123
|
+
MetadataProperties.add_member(:generated_by, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "GeneratedBy"))
|
4124
|
+
MetadataProperties.add_member(:project_id, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "ProjectId"))
|
4125
|
+
MetadataProperties.struct_class = Types::MetadataProperties
|
4126
|
+
|
2984
4127
|
MetricData.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
2985
4128
|
MetricData.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
|
2986
4129
|
MetricData.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
@@ -2992,6 +4135,11 @@ module Aws::SageMaker
|
|
2992
4135
|
|
2993
4136
|
MetricDefinitionList.member = Shapes::ShapeRef.new(shape: MetricDefinition)
|
2994
4137
|
|
4138
|
+
MetricsSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "ContentType"))
|
4139
|
+
MetricsSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
|
4140
|
+
MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
4141
|
+
MetricsSource.struct_class = Types::MetricsSource
|
4142
|
+
|
2995
4143
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
2996
4144
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
2997
4145
|
|
@@ -2999,6 +4147,41 @@ module Aws::SageMaker
|
|
2999
4147
|
ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
|
3000
4148
|
ModelClientConfig.struct_class = Types::ModelClientConfig
|
3001
4149
|
|
4150
|
+
ModelDataQuality.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Statistics"))
|
4151
|
+
ModelDataQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
4152
|
+
ModelDataQuality.struct_class = Types::ModelDataQuality
|
4153
|
+
|
4154
|
+
ModelDigests.add_member(:artifact_digest, Shapes::ShapeRef.new(shape: ArtifactDigest, location_name: "ArtifactDigest"))
|
4155
|
+
ModelDigests.struct_class = Types::ModelDigests
|
4156
|
+
|
4157
|
+
ModelMetrics.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
|
4158
|
+
ModelMetrics.add_member(:model_data_quality, Shapes::ShapeRef.new(shape: ModelDataQuality, location_name: "ModelDataQuality"))
|
4159
|
+
ModelMetrics.add_member(:bias, Shapes::ShapeRef.new(shape: Bias, location_name: "Bias"))
|
4160
|
+
ModelMetrics.add_member(:explainability, Shapes::ShapeRef.new(shape: Explainability, location_name: "Explainability"))
|
4161
|
+
ModelMetrics.struct_class = Types::ModelMetrics
|
4162
|
+
|
4163
|
+
ModelPackage.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
4164
|
+
ModelPackage.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
4165
|
+
ModelPackage.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
4166
|
+
ModelPackage.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageArn"))
|
4167
|
+
ModelPackage.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
4168
|
+
ModelPackage.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4169
|
+
ModelPackage.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
4170
|
+
ModelPackage.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
|
4171
|
+
ModelPackage.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
4172
|
+
ModelPackage.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, location_name: "ModelPackageStatus"))
|
4173
|
+
ModelPackage.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, location_name: "ModelPackageStatusDetails"))
|
4174
|
+
ModelPackage.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
4175
|
+
ModelPackage.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
4176
|
+
ModelPackage.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4177
|
+
ModelPackage.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
4178
|
+
ModelPackage.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
4179
|
+
ModelPackage.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4180
|
+
ModelPackage.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4181
|
+
ModelPackage.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
4182
|
+
ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4183
|
+
ModelPackage.struct_class = Types::ModelPackage
|
4184
|
+
|
3002
4185
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
3003
4186
|
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
3004
4187
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
@@ -3008,6 +4191,24 @@ module Aws::SageMaker
|
|
3008
4191
|
|
3009
4192
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
3010
4193
|
|
4194
|
+
ModelPackageGroup.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
4195
|
+
ModelPackageGroup.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, location_name: "ModelPackageGroupArn"))
|
4196
|
+
ModelPackageGroup.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
4197
|
+
ModelPackageGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4198
|
+
ModelPackageGroup.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4199
|
+
ModelPackageGroup.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, location_name: "ModelPackageGroupStatus"))
|
4200
|
+
ModelPackageGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4201
|
+
ModelPackageGroup.struct_class = Types::ModelPackageGroup
|
4202
|
+
|
4203
|
+
ModelPackageGroupSummary.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
4204
|
+
ModelPackageGroupSummary.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
4205
|
+
ModelPackageGroupSummary.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
4206
|
+
ModelPackageGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
4207
|
+
ModelPackageGroupSummary.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, required: true, location_name: "ModelPackageGroupStatus"))
|
4208
|
+
ModelPackageGroupSummary.struct_class = Types::ModelPackageGroupSummary
|
4209
|
+
|
4210
|
+
ModelPackageGroupSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageGroupSummary)
|
4211
|
+
|
3011
4212
|
ModelPackageStatusDetails.add_member(:validation_statuses, Shapes::ShapeRef.new(shape: ModelPackageStatusItemList, required: true, location_name: "ValidationStatuses"))
|
3012
4213
|
ModelPackageStatusDetails.add_member(:image_scan_statuses, Shapes::ShapeRef.new(shape: ModelPackageStatusItemList, location_name: "ImageScanStatuses"))
|
3013
4214
|
ModelPackageStatusDetails.struct_class = Types::ModelPackageStatusDetails
|
@@ -3020,10 +4221,13 @@ module Aws::SageMaker
|
|
3020
4221
|
ModelPackageStatusItemList.member = Shapes::ShapeRef.new(shape: ModelPackageStatusItem)
|
3021
4222
|
|
3022
4223
|
ModelPackageSummary.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
4224
|
+
ModelPackageSummary.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
4225
|
+
ModelPackageSummary.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
3023
4226
|
ModelPackageSummary.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
3024
4227
|
ModelPackageSummary.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
3025
4228
|
ModelPackageSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3026
4229
|
ModelPackageSummary.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
4230
|
+
ModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3027
4231
|
ModelPackageSummary.struct_class = Types::ModelPackageSummary
|
3028
4232
|
|
3029
4233
|
ModelPackageSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageSummary)
|
@@ -3038,6 +4242,13 @@ module Aws::SageMaker
|
|
3038
4242
|
ModelPackageValidationSpecification.add_member(:validation_profiles, Shapes::ShapeRef.new(shape: ModelPackageValidationProfiles, required: true, location_name: "ValidationProfiles"))
|
3039
4243
|
ModelPackageValidationSpecification.struct_class = Types::ModelPackageValidationSpecification
|
3040
4244
|
|
4245
|
+
ModelQuality.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Statistics"))
|
4246
|
+
ModelQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
4247
|
+
ModelQuality.struct_class = Types::ModelQuality
|
4248
|
+
|
4249
|
+
ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
4250
|
+
ModelStepMetadata.struct_class = Types::ModelStepMetadata
|
4251
|
+
|
3041
4252
|
ModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
3042
4253
|
ModelSummary.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
3043
4254
|
ModelSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
@@ -3115,10 +4326,24 @@ module Aws::SageMaker
|
|
3115
4326
|
MonitoringS3Output.add_member(:s3_upload_mode, Shapes::ShapeRef.new(shape: ProcessingS3UploadMode, location_name: "S3UploadMode"))
|
3116
4327
|
MonitoringS3Output.struct_class = Types::MonitoringS3Output
|
3117
4328
|
|
4329
|
+
MonitoringSchedule.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
|
4330
|
+
MonitoringSchedule.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
|
4331
|
+
MonitoringSchedule.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "MonitoringScheduleStatus"))
|
4332
|
+
MonitoringSchedule.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4333
|
+
MonitoringSchedule.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4334
|
+
MonitoringSchedule.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4335
|
+
MonitoringSchedule.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, location_name: "MonitoringScheduleConfig"))
|
4336
|
+
MonitoringSchedule.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4337
|
+
MonitoringSchedule.add_member(:last_monitoring_execution_summary, Shapes::ShapeRef.new(shape: MonitoringExecutionSummary, location_name: "LastMonitoringExecutionSummary"))
|
4338
|
+
MonitoringSchedule.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4339
|
+
MonitoringSchedule.struct_class = Types::MonitoringSchedule
|
4340
|
+
|
3118
4341
|
MonitoringScheduleConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, location_name: "ScheduleConfig"))
|
3119
|
-
MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition,
|
4342
|
+
MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition, location_name: "MonitoringJobDefinition"))
|
3120
4343
|
MonitoringScheduleConfig.struct_class = Types::MonitoringScheduleConfig
|
3121
4344
|
|
4345
|
+
MonitoringScheduleList.member = Shapes::ShapeRef.new(shape: MonitoringSchedule)
|
4346
|
+
|
3122
4347
|
MonitoringScheduleSummary.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
3123
4348
|
MonitoringScheduleSummary.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
|
3124
4349
|
MonitoringScheduleSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
@@ -3183,6 +4408,15 @@ module Aws::SageMaker
|
|
3183
4408
|
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
|
3184
4409
|
ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
|
3185
4410
|
|
4411
|
+
OfflineStoreConfig.add_member(:s3_storage_config, Shapes::ShapeRef.new(shape: S3StorageConfig, required: true, location_name: "S3StorageConfig"))
|
4412
|
+
OfflineStoreConfig.add_member(:disable_glue_table_creation, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableGlueTableCreation"))
|
4413
|
+
OfflineStoreConfig.add_member(:data_catalog_config, Shapes::ShapeRef.new(shape: DataCatalogConfig, location_name: "DataCatalogConfig"))
|
4414
|
+
OfflineStoreConfig.struct_class = Types::OfflineStoreConfig
|
4415
|
+
|
4416
|
+
OfflineStoreStatus.add_member(:status, Shapes::ShapeRef.new(shape: OfflineStoreStatusValue, required: true, location_name: "Status"))
|
4417
|
+
OfflineStoreStatus.add_member(:blocked_reason, Shapes::ShapeRef.new(shape: BlockedReason, location_name: "BlockedReason"))
|
4418
|
+
OfflineStoreStatus.struct_class = Types::OfflineStoreStatus
|
4419
|
+
|
3186
4420
|
OidcConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
3187
4421
|
OidcConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "ClientSecret"))
|
3188
4422
|
OidcConfig.add_member(:issuer, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "Issuer"))
|
@@ -3205,16 +4439,30 @@ module Aws::SageMaker
|
|
3205
4439
|
OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
|
3206
4440
|
OidcMemberDefinition.struct_class = Types::OidcMemberDefinition
|
3207
4441
|
|
4442
|
+
OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig"))
|
4443
|
+
OnlineStoreConfig.add_member(:enable_online_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableOnlineStore"))
|
4444
|
+
OnlineStoreConfig.struct_class = Types::OnlineStoreConfig
|
4445
|
+
|
4446
|
+
OnlineStoreSecurityConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
4447
|
+
OnlineStoreSecurityConfig.struct_class = Types::OnlineStoreSecurityConfig
|
4448
|
+
|
3208
4449
|
OutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3209
4450
|
OutputConfig.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "TargetDevice"))
|
3210
4451
|
OutputConfig.add_member(:target_platform, Shapes::ShapeRef.new(shape: TargetPlatform, location_name: "TargetPlatform"))
|
3211
4452
|
OutputConfig.add_member(:compiler_options, Shapes::ShapeRef.new(shape: CompilerOptions, location_name: "CompilerOptions"))
|
4453
|
+
OutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3212
4454
|
OutputConfig.struct_class = Types::OutputConfig
|
3213
4455
|
|
3214
4456
|
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3215
4457
|
OutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
3216
4458
|
OutputDataConfig.struct_class = Types::OutputDataConfig
|
3217
4459
|
|
4460
|
+
Parameter.add_member(:name, Shapes::ShapeRef.new(shape: PipelineParameterName, required: true, location_name: "Name"))
|
4461
|
+
Parameter.add_member(:value, Shapes::ShapeRef.new(shape: String1024, required: true, location_name: "Value"))
|
4462
|
+
Parameter.struct_class = Types::Parameter
|
4463
|
+
|
4464
|
+
ParameterList.member = Shapes::ShapeRef.new(shape: Parameter)
|
4465
|
+
|
3218
4466
|
ParameterRange.add_member(:integer_parameter_range_specification, Shapes::ShapeRef.new(shape: IntegerParameterRangeSpecification, location_name: "IntegerParameterRangeSpecification"))
|
3219
4467
|
ParameterRange.add_member(:continuous_parameter_range_specification, Shapes::ShapeRef.new(shape: ContinuousParameterRangeSpecification, location_name: "ContinuousParameterRangeSpecification"))
|
3220
4468
|
ParameterRange.add_member(:categorical_parameter_range_specification, Shapes::ShapeRef.new(shape: CategoricalParameterRangeSpecification, location_name: "CategoricalParameterRangeSpecification"))
|
@@ -3238,6 +4486,72 @@ module Aws::SageMaker
|
|
3238
4486
|
|
3239
4487
|
Parents.member = Shapes::ShapeRef.new(shape: Parent)
|
3240
4488
|
|
4489
|
+
Pipeline.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
4490
|
+
Pipeline.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
4491
|
+
Pipeline.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
4492
|
+
Pipeline.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
4493
|
+
Pipeline.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4494
|
+
Pipeline.add_member(:pipeline_status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "PipelineStatus"))
|
4495
|
+
Pipeline.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4496
|
+
Pipeline.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4497
|
+
Pipeline.add_member(:last_run_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastRunTime"))
|
4498
|
+
Pipeline.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4499
|
+
Pipeline.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4500
|
+
Pipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4501
|
+
Pipeline.struct_class = Types::Pipeline
|
4502
|
+
|
4503
|
+
PipelineExecution.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
4504
|
+
PipelineExecution.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
4505
|
+
PipelineExecution.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
4506
|
+
PipelineExecution.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
4507
|
+
PipelineExecution.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
4508
|
+
PipelineExecution.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4509
|
+
PipelineExecution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4510
|
+
PipelineExecution.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4511
|
+
PipelineExecution.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4512
|
+
PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
4513
|
+
PipelineExecution.struct_class = Types::PipelineExecution
|
4514
|
+
|
4515
|
+
PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
|
4516
|
+
PipelineExecutionStep.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
4517
|
+
PipelineExecutionStep.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
4518
|
+
PipelineExecutionStep.add_member(:step_status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "StepStatus"))
|
4519
|
+
PipelineExecutionStep.add_member(:cache_hit_result, Shapes::ShapeRef.new(shape: CacheHitResult, location_name: "CacheHitResult"))
|
4520
|
+
PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4521
|
+
PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
|
4522
|
+
PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
|
4523
|
+
|
4524
|
+
PipelineExecutionStepList.member = Shapes::ShapeRef.new(shape: PipelineExecutionStep)
|
4525
|
+
|
4526
|
+
PipelineExecutionStepMetadata.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJobStepMetadata, location_name: "TrainingJob"))
|
4527
|
+
PipelineExecutionStepMetadata.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJobStepMetadata, location_name: "ProcessingJob"))
|
4528
|
+
PipelineExecutionStepMetadata.add_member(:transform_job, Shapes::ShapeRef.new(shape: TransformJobStepMetadata, location_name: "TransformJob"))
|
4529
|
+
PipelineExecutionStepMetadata.add_member(:model, Shapes::ShapeRef.new(shape: ModelStepMetadata, location_name: "Model"))
|
4530
|
+
PipelineExecutionStepMetadata.add_member(:register_model, Shapes::ShapeRef.new(shape: RegisterModelStepMetadata, location_name: "RegisterModel"))
|
4531
|
+
PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
|
4532
|
+
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
4533
|
+
|
4534
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
4535
|
+
PipelineExecutionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
4536
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
4537
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
4538
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
4539
|
+
PipelineExecutionSummary.struct_class = Types::PipelineExecutionSummary
|
4540
|
+
|
4541
|
+
PipelineExecutionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineExecutionSummary)
|
4542
|
+
|
4543
|
+
PipelineSummary.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
4544
|
+
PipelineSummary.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
4545
|
+
PipelineSummary.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
4546
|
+
PipelineSummary.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
4547
|
+
PipelineSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4548
|
+
PipelineSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4549
|
+
PipelineSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4550
|
+
PipelineSummary.add_member(:last_execution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastExecutionTime"))
|
4551
|
+
PipelineSummary.struct_class = Types::PipelineSummary
|
4552
|
+
|
4553
|
+
PipelineSummaryList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
|
4554
|
+
|
3241
4555
|
ProcessingClusterConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: ProcessingInstanceCount, required: true, location_name: "InstanceCount"))
|
3242
4556
|
ProcessingClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, required: true, location_name: "InstanceType"))
|
3243
4557
|
ProcessingClusterConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProcessingVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
@@ -3247,8 +4561,13 @@ module Aws::SageMaker
|
|
3247
4561
|
ProcessingEnvironmentMap.key = Shapes::ShapeRef.new(shape: ProcessingEnvironmentKey)
|
3248
4562
|
ProcessingEnvironmentMap.value = Shapes::ShapeRef.new(shape: ProcessingEnvironmentValue)
|
3249
4563
|
|
4564
|
+
ProcessingFeatureStoreOutput.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
4565
|
+
ProcessingFeatureStoreOutput.struct_class = Types::ProcessingFeatureStoreOutput
|
4566
|
+
|
3250
4567
|
ProcessingInput.add_member(:input_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InputName"))
|
3251
|
-
ProcessingInput.add_member(:
|
4568
|
+
ProcessingInput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged"))
|
4569
|
+
ProcessingInput.add_member(:s3_input, Shapes::ShapeRef.new(shape: ProcessingS3Input, location_name: "S3Input"))
|
4570
|
+
ProcessingInput.add_member(:dataset_definition, Shapes::ShapeRef.new(shape: DatasetDefinition, location_name: "DatasetDefinition"))
|
3252
4571
|
ProcessingInput.struct_class = Types::ProcessingInput
|
3253
4572
|
|
3254
4573
|
ProcessingInputs.member = Shapes::ShapeRef.new(shape: ProcessingInput)
|
@@ -3277,6 +4596,9 @@ module Aws::SageMaker
|
|
3277
4596
|
ProcessingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3278
4597
|
ProcessingJob.struct_class = Types::ProcessingJob
|
3279
4598
|
|
4599
|
+
ProcessingJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "Arn"))
|
4600
|
+
ProcessingJobStepMetadata.struct_class = Types::ProcessingJobStepMetadata
|
4601
|
+
|
3280
4602
|
ProcessingJobSummaries.member = Shapes::ShapeRef.new(shape: ProcessingJobSummary)
|
3281
4603
|
|
3282
4604
|
ProcessingJobSummary.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
@@ -3290,7 +4612,9 @@ module Aws::SageMaker
|
|
3290
4612
|
ProcessingJobSummary.struct_class = Types::ProcessingJobSummary
|
3291
4613
|
|
3292
4614
|
ProcessingOutput.add_member(:output_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OutputName"))
|
3293
|
-
ProcessingOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: ProcessingS3Output,
|
4615
|
+
ProcessingOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: ProcessingS3Output, location_name: "S3Output"))
|
4616
|
+
ProcessingOutput.add_member(:feature_store_output, Shapes::ShapeRef.new(shape: ProcessingFeatureStoreOutput, location_name: "FeatureStoreOutput"))
|
4617
|
+
ProcessingOutput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged"))
|
3294
4618
|
ProcessingOutput.struct_class = Types::ProcessingOutput
|
3295
4619
|
|
3296
4620
|
ProcessingOutputConfig.add_member(:outputs, Shapes::ShapeRef.new(shape: ProcessingOutputs, required: true, location_name: "Outputs"))
|
@@ -3303,9 +4627,9 @@ module Aws::SageMaker
|
|
3303
4627
|
ProcessingResources.struct_class = Types::ProcessingResources
|
3304
4628
|
|
3305
4629
|
ProcessingS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
3306
|
-
ProcessingS3Input.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath,
|
4630
|
+
ProcessingS3Input.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, location_name: "LocalPath"))
|
3307
4631
|
ProcessingS3Input.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: ProcessingS3DataType, required: true, location_name: "S3DataType"))
|
3308
|
-
ProcessingS3Input.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode,
|
4632
|
+
ProcessingS3Input.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
|
3309
4633
|
ProcessingS3Input.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
|
3310
4634
|
ProcessingS3Input.add_member(:s3_compression_type, Shapes::ShapeRef.new(shape: ProcessingS3CompressionType, location_name: "S3CompressionType"))
|
3311
4635
|
ProcessingS3Input.struct_class = Types::ProcessingS3Input
|
@@ -3340,6 +4664,16 @@ module Aws::SageMaker
|
|
3340
4664
|
|
3341
4665
|
ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
|
3342
4666
|
|
4667
|
+
ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
4668
|
+
ProjectSummary.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
4669
|
+
ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
4670
|
+
ProjectSummary.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
4671
|
+
ProjectSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4672
|
+
ProjectSummary.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "ProjectStatus"))
|
4673
|
+
ProjectSummary.struct_class = Types::ProjectSummary
|
4674
|
+
|
4675
|
+
ProjectSummaryList.member = Shapes::ShapeRef.new(shape: ProjectSummary)
|
4676
|
+
|
3343
4677
|
PropertyNameQuery.add_member(:property_name_hint, Shapes::ShapeRef.new(shape: PropertyNameHint, required: true, location_name: "PropertyNameHint"))
|
3344
4678
|
PropertyNameQuery.struct_class = Types::PropertyNameQuery
|
3345
4679
|
|
@@ -3348,11 +4682,38 @@ module Aws::SageMaker
|
|
3348
4682
|
|
3349
4683
|
PropertyNameSuggestionList.member = Shapes::ShapeRef.new(shape: PropertyNameSuggestion)
|
3350
4684
|
|
4685
|
+
ProvisioningParameter.add_member(:key, Shapes::ShapeRef.new(shape: ProvisioningParameterKey, location_name: "Key"))
|
4686
|
+
ProvisioningParameter.add_member(:value, Shapes::ShapeRef.new(shape: ProvisioningParameterValue, location_name: "Value"))
|
4687
|
+
ProvisioningParameter.struct_class = Types::ProvisioningParameter
|
4688
|
+
|
4689
|
+
ProvisioningParameters.member = Shapes::ShapeRef.new(shape: ProvisioningParameter)
|
4690
|
+
|
3351
4691
|
PublicWorkforceTaskPrice.add_member(:amount_in_usd, Shapes::ShapeRef.new(shape: USD, location_name: "AmountInUsd"))
|
3352
4692
|
PublicWorkforceTaskPrice.struct_class = Types::PublicWorkforceTaskPrice
|
3353
4693
|
|
4694
|
+
PutModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
4695
|
+
PutModelPackageGroupPolicyInput.add_member(:resource_policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "ResourcePolicy"))
|
4696
|
+
PutModelPackageGroupPolicyInput.struct_class = Types::PutModelPackageGroupPolicyInput
|
4697
|
+
|
4698
|
+
PutModelPackageGroupPolicyOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
4699
|
+
PutModelPackageGroupPolicyOutput.struct_class = Types::PutModelPackageGroupPolicyOutput
|
4700
|
+
|
3354
4701
|
RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
|
3355
4702
|
|
4703
|
+
RedshiftDatasetDefinition.add_member(:cluster_id, Shapes::ShapeRef.new(shape: RedshiftClusterId, required: true, location_name: "ClusterId"))
|
4704
|
+
RedshiftDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: RedshiftDatabase, required: true, location_name: "Database"))
|
4705
|
+
RedshiftDatasetDefinition.add_member(:db_user, Shapes::ShapeRef.new(shape: RedshiftUserName, required: true, location_name: "DbUser"))
|
4706
|
+
RedshiftDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: RedshiftQueryString, required: true, location_name: "QueryString"))
|
4707
|
+
RedshiftDatasetDefinition.add_member(:cluster_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ClusterRoleArn"))
|
4708
|
+
RedshiftDatasetDefinition.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "OutputS3Uri"))
|
4709
|
+
RedshiftDatasetDefinition.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
4710
|
+
RedshiftDatasetDefinition.add_member(:output_format, Shapes::ShapeRef.new(shape: RedshiftResultFormat, required: true, location_name: "OutputFormat"))
|
4711
|
+
RedshiftDatasetDefinition.add_member(:output_compression, Shapes::ShapeRef.new(shape: RedshiftResultCompressionType, location_name: "OutputCompression"))
|
4712
|
+
RedshiftDatasetDefinition.struct_class = Types::RedshiftDatasetDefinition
|
4713
|
+
|
4714
|
+
RegisterModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
4715
|
+
RegisterModelStepMetadata.struct_class = Types::RegisterModelStepMetadata
|
4716
|
+
|
3356
4717
|
RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, location_name: "UiTemplate"))
|
3357
4718
|
RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
|
3358
4719
|
RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
@@ -3397,6 +4758,7 @@ module Aws::SageMaker
|
|
3397
4758
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
3398
4759
|
|
3399
4760
|
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
4761
|
+
ResourceSpec.add_member(:sage_maker_image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "SageMakerImageVersionArn"))
|
3400
4762
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
3401
4763
|
ResourceSpec.struct_class = Types::ResourceSpec
|
3402
4764
|
|
@@ -3414,6 +4776,10 @@ module Aws::SageMaker
|
|
3414
4776
|
S3DataSource.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNames, location_name: "AttributeNames"))
|
3415
4777
|
S3DataSource.struct_class = Types::S3DataSource
|
3416
4778
|
|
4779
|
+
S3StorageConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
4780
|
+
S3StorageConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
4781
|
+
S3StorageConfig.struct_class = Types::S3StorageConfig
|
4782
|
+
|
3417
4783
|
ScheduleConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
|
3418
4784
|
ScheduleConfig.struct_class = Types::ScheduleConfig
|
3419
4785
|
|
@@ -3429,6 +4795,12 @@ module Aws::SageMaker
|
|
3429
4795
|
SearchRecord.add_member(:experiment, Shapes::ShapeRef.new(shape: Experiment, location_name: "Experiment"))
|
3430
4796
|
SearchRecord.add_member(:trial, Shapes::ShapeRef.new(shape: Trial, location_name: "Trial"))
|
3431
4797
|
SearchRecord.add_member(:trial_component, Shapes::ShapeRef.new(shape: TrialComponent, location_name: "TrialComponent"))
|
4798
|
+
SearchRecord.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
4799
|
+
SearchRecord.add_member(:model_package, Shapes::ShapeRef.new(shape: ModelPackage, location_name: "ModelPackage"))
|
4800
|
+
SearchRecord.add_member(:model_package_group, Shapes::ShapeRef.new(shape: ModelPackageGroup, location_name: "ModelPackageGroup"))
|
4801
|
+
SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
4802
|
+
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
4803
|
+
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
3432
4804
|
SearchRecord.struct_class = Types::SearchRecord
|
3433
4805
|
|
3434
4806
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -3455,6 +4827,16 @@ module Aws::SageMaker
|
|
3455
4827
|
|
3456
4828
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
3457
4829
|
|
4830
|
+
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "ProvisionedProductId"))
|
4831
|
+
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_status_message, Shapes::ShapeRef.new(shape: ProvisionedProductStatusMessage, location_name: "ProvisionedProductStatusMessage"))
|
4832
|
+
ServiceCatalogProvisionedProductDetails.struct_class = Types::ServiceCatalogProvisionedProductDetails
|
4833
|
+
|
4834
|
+
ServiceCatalogProvisioningDetails.add_member(:product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, required: true, location_name: "ProductId"))
|
4835
|
+
ServiceCatalogProvisioningDetails.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, required: true, location_name: "ProvisioningArtifactId"))
|
4836
|
+
ServiceCatalogProvisioningDetails.add_member(:path_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "PathId"))
|
4837
|
+
ServiceCatalogProvisioningDetails.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
4838
|
+
ServiceCatalogProvisioningDetails.struct_class = Types::ServiceCatalogProvisioningDetails
|
4839
|
+
|
3458
4840
|
SharingSettings.add_member(:notebook_output_option, Shapes::ShapeRef.new(shape: NotebookOutputOption, location_name: "NotebookOutputOption"))
|
3459
4841
|
SharingSettings.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
3460
4842
|
SharingSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
|
@@ -3481,6 +4863,16 @@ module Aws::SageMaker
|
|
3481
4863
|
StartNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
3482
4864
|
StartNotebookInstanceInput.struct_class = Types::StartNotebookInstanceInput
|
3483
4865
|
|
4866
|
+
StartPipelineExecutionRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
4867
|
+
StartPipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
4868
|
+
StartPipelineExecutionRequest.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
4869
|
+
StartPipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
4870
|
+
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4871
|
+
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
4872
|
+
|
4873
|
+
StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
4874
|
+
StartPipelineExecutionResponse.struct_class = Types::StartPipelineExecutionResponse
|
4875
|
+
|
3484
4876
|
StopAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
3485
4877
|
StopAutoMLJobRequest.struct_class = Types::StopAutoMLJobRequest
|
3486
4878
|
|
@@ -3499,6 +4891,13 @@ module Aws::SageMaker
|
|
3499
4891
|
StopNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
3500
4892
|
StopNotebookInstanceInput.struct_class = Types::StopNotebookInstanceInput
|
3501
4893
|
|
4894
|
+
StopPipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
4895
|
+
StopPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4896
|
+
StopPipelineExecutionRequest.struct_class = Types::StopPipelineExecutionRequest
|
4897
|
+
|
4898
|
+
StopPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
4899
|
+
StopPipelineExecutionResponse.struct_class = Types::StopPipelineExecutionResponse
|
4900
|
+
|
3502
4901
|
StopProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
3503
4902
|
StopProcessingJobRequest.struct_class = Types::StopProcessingJobRequest
|
3504
4903
|
|
@@ -3548,6 +4947,11 @@ module Aws::SageMaker
|
|
3548
4947
|
TensorBoardOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
3549
4948
|
TensorBoardOutputConfig.struct_class = Types::TensorBoardOutputConfig
|
3550
4949
|
|
4950
|
+
TrafficRoutingConfig.add_member(:type, Shapes::ShapeRef.new(shape: TrafficRoutingConfigType, required: true, location_name: "Type"))
|
4951
|
+
TrafficRoutingConfig.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitIntervalInSeconds, required: true, location_name: "WaitIntervalInSeconds"))
|
4952
|
+
TrafficRoutingConfig.add_member(:canary_size, Shapes::ShapeRef.new(shape: CapacitySize, location_name: "CanarySize"))
|
4953
|
+
TrafficRoutingConfig.struct_class = Types::TrafficRoutingConfig
|
4954
|
+
|
3551
4955
|
TrainingInstanceTypes.member = Shapes::ShapeRef.new(shape: TrainingInstanceType)
|
3552
4956
|
|
3553
4957
|
TrainingJob.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "TrainingJobName"))
|
@@ -3602,6 +5006,9 @@ module Aws::SageMaker
|
|
3602
5006
|
TrainingJobStatusCounters.add_member(:stopped, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Stopped"))
|
3603
5007
|
TrainingJobStatusCounters.struct_class = Types::TrainingJobStatusCounters
|
3604
5008
|
|
5009
|
+
TrainingJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "Arn"))
|
5010
|
+
TrainingJobStepMetadata.struct_class = Types::TrainingJobStepMetadata
|
5011
|
+
|
3605
5012
|
TrainingJobSummaries.member = Shapes::ShapeRef.new(shape: TrainingJobSummary)
|
3606
5013
|
|
3607
5014
|
TrainingJobSummary.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
@@ -3668,6 +5075,9 @@ module Aws::SageMaker
|
|
3668
5075
|
TransformJobDefinition.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, required: true, location_name: "TransformResources"))
|
3669
5076
|
TransformJobDefinition.struct_class = Types::TransformJobDefinition
|
3670
5077
|
|
5078
|
+
TransformJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: TransformJobArn, location_name: "Arn"))
|
5079
|
+
TransformJobStepMetadata.struct_class = Types::TransformJobStepMetadata
|
5080
|
+
|
3671
5081
|
TransformJobSummaries.member = Shapes::ShapeRef.new(shape: TransformJobSummary)
|
3672
5082
|
|
3673
5083
|
TransformJobSummary.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
@@ -3703,6 +5113,7 @@ module Aws::SageMaker
|
|
3703
5113
|
Trial.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3704
5114
|
Trial.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3705
5115
|
Trial.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5116
|
+
Trial.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3706
5117
|
Trial.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3707
5118
|
Trial.add_member(:trial_component_summaries, Shapes::ShapeRef.new(shape: TrialComponentSimpleSummaries, location_name: "TrialComponentSummaries"))
|
3708
5119
|
Trial.struct_class = Types::Trial
|
@@ -3722,6 +5133,7 @@ module Aws::SageMaker
|
|
3722
5133
|
TrialComponent.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
|
3723
5134
|
TrialComponent.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
|
3724
5135
|
TrialComponent.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
|
5136
|
+
TrialComponent.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3725
5137
|
TrialComponent.add_member(:source_detail, Shapes::ShapeRef.new(shape: TrialComponentSourceDetail, location_name: "SourceDetail"))
|
3726
5138
|
TrialComponent.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3727
5139
|
TrialComponent.add_member(:parents, Shapes::ShapeRef.new(shape: Parents, location_name: "Parents"))
|
@@ -3825,6 +5237,32 @@ module Aws::SageMaker
|
|
3825
5237
|
UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
|
3826
5238
|
UiTemplateInfo.struct_class = Types::UiTemplateInfo
|
3827
5239
|
|
5240
|
+
UpdateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
5241
|
+
UpdateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
5242
|
+
UpdateActionRequest.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
5243
|
+
UpdateActionRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
5244
|
+
UpdateActionRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
|
5245
|
+
UpdateActionRequest.struct_class = Types::UpdateActionRequest
|
5246
|
+
|
5247
|
+
UpdateActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
5248
|
+
UpdateActionResponse.struct_class = Types::UpdateActionResponse
|
5249
|
+
|
5250
|
+
UpdateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
5251
|
+
UpdateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
5252
|
+
UpdateAppImageConfigRequest.struct_class = Types::UpdateAppImageConfigRequest
|
5253
|
+
|
5254
|
+
UpdateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
5255
|
+
UpdateAppImageConfigResponse.struct_class = Types::UpdateAppImageConfigResponse
|
5256
|
+
|
5257
|
+
UpdateArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
|
5258
|
+
UpdateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
5259
|
+
UpdateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
5260
|
+
UpdateArtifactRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
|
5261
|
+
UpdateArtifactRequest.struct_class = Types::UpdateArtifactRequest
|
5262
|
+
|
5263
|
+
UpdateArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
5264
|
+
UpdateArtifactResponse.struct_class = Types::UpdateArtifactResponse
|
5265
|
+
|
3828
5266
|
UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
3829
5267
|
UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
|
3830
5268
|
UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
|
@@ -3832,6 +5270,15 @@ module Aws::SageMaker
|
|
3832
5270
|
UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
3833
5271
|
UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
|
3834
5272
|
|
5273
|
+
UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
5274
|
+
UpdateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
5275
|
+
UpdateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
5276
|
+
UpdateContextRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
|
5277
|
+
UpdateContextRequest.struct_class = Types::UpdateContextRequest
|
5278
|
+
|
5279
|
+
UpdateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
5280
|
+
UpdateContextResponse.struct_class = Types::UpdateContextResponse
|
5281
|
+
|
3835
5282
|
UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
3836
5283
|
UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
3837
5284
|
UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
|
@@ -3843,6 +5290,7 @@ module Aws::SageMaker
|
|
3843
5290
|
UpdateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
3844
5291
|
UpdateEndpointInput.add_member(:retain_all_variant_properties, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainAllVariantProperties"))
|
3845
5292
|
UpdateEndpointInput.add_member(:exclude_retained_variant_properties, Shapes::ShapeRef.new(shape: VariantPropertyList, location_name: "ExcludeRetainedVariantProperties"))
|
5293
|
+
UpdateEndpointInput.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "DeploymentConfig"))
|
3846
5294
|
UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
|
3847
5295
|
|
3848
5296
|
UpdateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
@@ -3863,6 +5311,24 @@ module Aws::SageMaker
|
|
3863
5311
|
UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
3864
5312
|
UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
|
3865
5313
|
|
5314
|
+
UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
|
5315
|
+
UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
5316
|
+
UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
5317
|
+
UpdateImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
5318
|
+
UpdateImageRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5319
|
+
UpdateImageRequest.struct_class = Types::UpdateImageRequest
|
5320
|
+
|
5321
|
+
UpdateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
5322
|
+
UpdateImageResponse.struct_class = Types::UpdateImageResponse
|
5323
|
+
|
5324
|
+
UpdateModelPackageInput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
5325
|
+
UpdateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, required: true, location_name: "ModelApprovalStatus"))
|
5326
|
+
UpdateModelPackageInput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
5327
|
+
UpdateModelPackageInput.struct_class = Types::UpdateModelPackageInput
|
5328
|
+
|
5329
|
+
UpdateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
5330
|
+
UpdateModelPackageOutput.struct_class = Types::UpdateModelPackageOutput
|
5331
|
+
|
3866
5332
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
3867
5333
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
|
3868
5334
|
UpdateMonitoringScheduleRequest.struct_class = Types::UpdateMonitoringScheduleRequest
|
@@ -3894,6 +5360,24 @@ module Aws::SageMaker
|
|
3894
5360
|
|
3895
5361
|
UpdateNotebookInstanceOutput.struct_class = Types::UpdateNotebookInstanceOutput
|
3896
5362
|
|
5363
|
+
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
5364
|
+
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
5365
|
+
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
5366
|
+
UpdatePipelineExecutionRequest.struct_class = Types::UpdatePipelineExecutionRequest
|
5367
|
+
|
5368
|
+
UpdatePipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5369
|
+
UpdatePipelineExecutionResponse.struct_class = Types::UpdatePipelineExecutionResponse
|
5370
|
+
|
5371
|
+
UpdatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
5372
|
+
UpdatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
5373
|
+
UpdatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
5374
|
+
UpdatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
5375
|
+
UpdatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5376
|
+
UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
|
5377
|
+
|
5378
|
+
UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5379
|
+
UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
|
5380
|
+
|
3897
5381
|
UpdateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
3898
5382
|
UpdateTrialComponentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
|
3899
5383
|
UpdateTrialComponentRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
|
@@ -4021,6 +5505,16 @@ module Aws::SageMaker
|
|
4021
5505
|
"uid" => "sagemaker-2017-07-24",
|
4022
5506
|
}
|
4023
5507
|
|
5508
|
+
api.add_operation(:add_association, Seahorse::Model::Operation.new.tap do |o|
|
5509
|
+
o.name = "AddAssociation"
|
5510
|
+
o.http_method = "POST"
|
5511
|
+
o.http_request_uri = "/"
|
5512
|
+
o.input = Shapes::ShapeRef.new(shape: AddAssociationRequest)
|
5513
|
+
o.output = Shapes::ShapeRef.new(shape: AddAssociationResponse)
|
5514
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5515
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5516
|
+
end)
|
5517
|
+
|
4024
5518
|
api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
|
4025
5519
|
o.name = "AddTags"
|
4026
5520
|
o.http_method = "POST"
|
@@ -4039,6 +5533,15 @@ module Aws::SageMaker
|
|
4039
5533
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4040
5534
|
end)
|
4041
5535
|
|
5536
|
+
api.add_operation(:create_action, Seahorse::Model::Operation.new.tap do |o|
|
5537
|
+
o.name = "CreateAction"
|
5538
|
+
o.http_method = "POST"
|
5539
|
+
o.http_request_uri = "/"
|
5540
|
+
o.input = Shapes::ShapeRef.new(shape: CreateActionRequest)
|
5541
|
+
o.output = Shapes::ShapeRef.new(shape: CreateActionResponse)
|
5542
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5543
|
+
end)
|
5544
|
+
|
4042
5545
|
api.add_operation(:create_algorithm, Seahorse::Model::Operation.new.tap do |o|
|
4043
5546
|
o.name = "CreateAlgorithm"
|
4044
5547
|
o.http_method = "POST"
|
@@ -4057,6 +5560,24 @@ module Aws::SageMaker
|
|
4057
5560
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4058
5561
|
end)
|
4059
5562
|
|
5563
|
+
api.add_operation(:create_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
5564
|
+
o.name = "CreateAppImageConfig"
|
5565
|
+
o.http_method = "POST"
|
5566
|
+
o.http_request_uri = "/"
|
5567
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAppImageConfigRequest)
|
5568
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAppImageConfigResponse)
|
5569
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5570
|
+
end)
|
5571
|
+
|
5572
|
+
api.add_operation(:create_artifact, Seahorse::Model::Operation.new.tap do |o|
|
5573
|
+
o.name = "CreateArtifact"
|
5574
|
+
o.http_method = "POST"
|
5575
|
+
o.http_request_uri = "/"
|
5576
|
+
o.input = Shapes::ShapeRef.new(shape: CreateArtifactRequest)
|
5577
|
+
o.output = Shapes::ShapeRef.new(shape: CreateArtifactResponse)
|
5578
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5579
|
+
end)
|
5580
|
+
|
4060
5581
|
api.add_operation(:create_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
4061
5582
|
o.name = "CreateAutoMLJob"
|
4062
5583
|
o.http_method = "POST"
|
@@ -4085,6 +5606,15 @@ module Aws::SageMaker
|
|
4085
5606
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4086
5607
|
end)
|
4087
5608
|
|
5609
|
+
api.add_operation(:create_context, Seahorse::Model::Operation.new.tap do |o|
|
5610
|
+
o.name = "CreateContext"
|
5611
|
+
o.http_method = "POST"
|
5612
|
+
o.http_request_uri = "/"
|
5613
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContextRequest)
|
5614
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContextResponse)
|
5615
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5616
|
+
end)
|
5617
|
+
|
4088
5618
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
4089
5619
|
o.name = "CreateDomain"
|
4090
5620
|
o.http_method = "POST"
|
@@ -4122,6 +5652,16 @@ module Aws::SageMaker
|
|
4122
5652
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4123
5653
|
end)
|
4124
5654
|
|
5655
|
+
api.add_operation(:create_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
5656
|
+
o.name = "CreateFeatureGroup"
|
5657
|
+
o.http_method = "POST"
|
5658
|
+
o.http_request_uri = "/"
|
5659
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFeatureGroupRequest)
|
5660
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFeatureGroupResponse)
|
5661
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5662
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5663
|
+
end)
|
5664
|
+
|
4125
5665
|
api.add_operation(:create_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
4126
5666
|
o.name = "CreateFlowDefinition"
|
4127
5667
|
o.http_method = "POST"
|
@@ -4152,6 +5692,27 @@ module Aws::SageMaker
|
|
4152
5692
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4153
5693
|
end)
|
4154
5694
|
|
5695
|
+
api.add_operation(:create_image, Seahorse::Model::Operation.new.tap do |o|
|
5696
|
+
o.name = "CreateImage"
|
5697
|
+
o.http_method = "POST"
|
5698
|
+
o.http_request_uri = "/"
|
5699
|
+
o.input = Shapes::ShapeRef.new(shape: CreateImageRequest)
|
5700
|
+
o.output = Shapes::ShapeRef.new(shape: CreateImageResponse)
|
5701
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5702
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5703
|
+
end)
|
5704
|
+
|
5705
|
+
api.add_operation(:create_image_version, Seahorse::Model::Operation.new.tap do |o|
|
5706
|
+
o.name = "CreateImageVersion"
|
5707
|
+
o.http_method = "POST"
|
5708
|
+
o.http_request_uri = "/"
|
5709
|
+
o.input = Shapes::ShapeRef.new(shape: CreateImageVersionRequest)
|
5710
|
+
o.output = Shapes::ShapeRef.new(shape: CreateImageVersionResponse)
|
5711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5712
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5713
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5714
|
+
end)
|
5715
|
+
|
4155
5716
|
api.add_operation(:create_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
4156
5717
|
o.name = "CreateLabelingJob"
|
4157
5718
|
o.http_method = "POST"
|
@@ -4177,6 +5738,17 @@ module Aws::SageMaker
|
|
4177
5738
|
o.http_request_uri = "/"
|
4178
5739
|
o.input = Shapes::ShapeRef.new(shape: CreateModelPackageInput)
|
4179
5740
|
o.output = Shapes::ShapeRef.new(shape: CreateModelPackageOutput)
|
5741
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
5742
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5743
|
+
end)
|
5744
|
+
|
5745
|
+
api.add_operation(:create_model_package_group, Seahorse::Model::Operation.new.tap do |o|
|
5746
|
+
o.name = "CreateModelPackageGroup"
|
5747
|
+
o.http_method = "POST"
|
5748
|
+
o.http_request_uri = "/"
|
5749
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelPackageGroupInput)
|
5750
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelPackageGroupOutput)
|
5751
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4180
5752
|
end)
|
4181
5753
|
|
4182
5754
|
api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4207,6 +5779,16 @@ module Aws::SageMaker
|
|
4207
5779
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4208
5780
|
end)
|
4209
5781
|
|
5782
|
+
api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
5783
|
+
o.name = "CreatePipeline"
|
5784
|
+
o.http_method = "POST"
|
5785
|
+
o.http_request_uri = "/"
|
5786
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePipelineRequest)
|
5787
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
|
5788
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5789
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5790
|
+
end)
|
5791
|
+
|
4210
5792
|
api.add_operation(:create_presigned_domain_url, Seahorse::Model::Operation.new.tap do |o|
|
4211
5793
|
o.name = "CreatePresignedDomainUrl"
|
4212
5794
|
o.http_method = "POST"
|
@@ -4235,6 +5817,15 @@ module Aws::SageMaker
|
|
4235
5817
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4236
5818
|
end)
|
4237
5819
|
|
5820
|
+
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
5821
|
+
o.name = "CreateProject"
|
5822
|
+
o.http_method = "POST"
|
5823
|
+
o.http_request_uri = "/"
|
5824
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProjectInput)
|
5825
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProjectOutput)
|
5826
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5827
|
+
end)
|
5828
|
+
|
4238
5829
|
api.add_operation(:create_training_job, Seahorse::Model::Operation.new.tap do |o|
|
4239
5830
|
o.name = "CreateTrainingJob"
|
4240
5831
|
o.http_method = "POST"
|
@@ -4304,6 +5895,15 @@ module Aws::SageMaker
|
|
4304
5895
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4305
5896
|
end)
|
4306
5897
|
|
5898
|
+
api.add_operation(:delete_action, Seahorse::Model::Operation.new.tap do |o|
|
5899
|
+
o.name = "DeleteAction"
|
5900
|
+
o.http_method = "POST"
|
5901
|
+
o.http_request_uri = "/"
|
5902
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteActionRequest)
|
5903
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteActionResponse)
|
5904
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5905
|
+
end)
|
5906
|
+
|
4307
5907
|
api.add_operation(:delete_algorithm, Seahorse::Model::Operation.new.tap do |o|
|
4308
5908
|
o.name = "DeleteAlgorithm"
|
4309
5909
|
o.http_method = "POST"
|
@@ -4322,6 +5922,33 @@ module Aws::SageMaker
|
|
4322
5922
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4323
5923
|
end)
|
4324
5924
|
|
5925
|
+
api.add_operation(:delete_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
5926
|
+
o.name = "DeleteAppImageConfig"
|
5927
|
+
o.http_method = "POST"
|
5928
|
+
o.http_request_uri = "/"
|
5929
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAppImageConfigRequest)
|
5930
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5931
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5932
|
+
end)
|
5933
|
+
|
5934
|
+
api.add_operation(:delete_artifact, Seahorse::Model::Operation.new.tap do |o|
|
5935
|
+
o.name = "DeleteArtifact"
|
5936
|
+
o.http_method = "POST"
|
5937
|
+
o.http_request_uri = "/"
|
5938
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteArtifactRequest)
|
5939
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteArtifactResponse)
|
5940
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5941
|
+
end)
|
5942
|
+
|
5943
|
+
api.add_operation(:delete_association, Seahorse::Model::Operation.new.tap do |o|
|
5944
|
+
o.name = "DeleteAssociation"
|
5945
|
+
o.http_method = "POST"
|
5946
|
+
o.http_request_uri = "/"
|
5947
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAssociationRequest)
|
5948
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAssociationResponse)
|
5949
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5950
|
+
end)
|
5951
|
+
|
4325
5952
|
api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
4326
5953
|
o.name = "DeleteCodeRepository"
|
4327
5954
|
o.http_method = "POST"
|
@@ -4330,6 +5957,15 @@ module Aws::SageMaker
|
|
4330
5957
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4331
5958
|
end)
|
4332
5959
|
|
5960
|
+
api.add_operation(:delete_context, Seahorse::Model::Operation.new.tap do |o|
|
5961
|
+
o.name = "DeleteContext"
|
5962
|
+
o.http_method = "POST"
|
5963
|
+
o.http_request_uri = "/"
|
5964
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContextRequest)
|
5965
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContextResponse)
|
5966
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5967
|
+
end)
|
5968
|
+
|
4333
5969
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
4334
5970
|
o.name = "DeleteDomain"
|
4335
5971
|
o.http_method = "POST"
|
@@ -4365,8 +6001,17 @@ module Aws::SageMaker
|
|
4365
6001
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4366
6002
|
end)
|
4367
6003
|
|
4368
|
-
api.add_operation(:
|
4369
|
-
o.name = "
|
6004
|
+
api.add_operation(:delete_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
6005
|
+
o.name = "DeleteFeatureGroup"
|
6006
|
+
o.http_method = "POST"
|
6007
|
+
o.http_request_uri = "/"
|
6008
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFeatureGroupRequest)
|
6009
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6010
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6011
|
+
end)
|
6012
|
+
|
6013
|
+
api.add_operation(:delete_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
6014
|
+
o.name = "DeleteFlowDefinition"
|
4370
6015
|
o.http_method = "POST"
|
4371
6016
|
o.http_request_uri = "/"
|
4372
6017
|
o.input = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionRequest)
|
@@ -4384,6 +6029,26 @@ module Aws::SageMaker
|
|
4384
6029
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4385
6030
|
end)
|
4386
6031
|
|
6032
|
+
api.add_operation(:delete_image, Seahorse::Model::Operation.new.tap do |o|
|
6033
|
+
o.name = "DeleteImage"
|
6034
|
+
o.http_method = "POST"
|
6035
|
+
o.http_request_uri = "/"
|
6036
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteImageRequest)
|
6037
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteImageResponse)
|
6038
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6039
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6040
|
+
end)
|
6041
|
+
|
6042
|
+
api.add_operation(:delete_image_version, Seahorse::Model::Operation.new.tap do |o|
|
6043
|
+
o.name = "DeleteImageVersion"
|
6044
|
+
o.http_method = "POST"
|
6045
|
+
o.http_request_uri = "/"
|
6046
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteImageVersionRequest)
|
6047
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteImageVersionResponse)
|
6048
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6049
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6050
|
+
end)
|
6051
|
+
|
4387
6052
|
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
4388
6053
|
o.name = "DeleteModel"
|
4389
6054
|
o.http_method = "POST"
|
@@ -4398,6 +6063,23 @@ module Aws::SageMaker
|
|
4398
6063
|
o.http_request_uri = "/"
|
4399
6064
|
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageInput)
|
4400
6065
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6066
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6067
|
+
end)
|
6068
|
+
|
6069
|
+
api.add_operation(:delete_model_package_group, Seahorse::Model::Operation.new.tap do |o|
|
6070
|
+
o.name = "DeleteModelPackageGroup"
|
6071
|
+
o.http_method = "POST"
|
6072
|
+
o.http_request_uri = "/"
|
6073
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupInput)
|
6074
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6075
|
+
end)
|
6076
|
+
|
6077
|
+
api.add_operation(:delete_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
6078
|
+
o.name = "DeleteModelPackageGroupPolicy"
|
6079
|
+
o.http_method = "POST"
|
6080
|
+
o.http_request_uri = "/"
|
6081
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupPolicyInput)
|
6082
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4401
6083
|
end)
|
4402
6084
|
|
4403
6085
|
api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4425,6 +6107,23 @@ module Aws::SageMaker
|
|
4425
6107
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4426
6108
|
end)
|
4427
6109
|
|
6110
|
+
api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
6111
|
+
o.name = "DeletePipeline"
|
6112
|
+
o.http_method = "POST"
|
6113
|
+
o.http_request_uri = "/"
|
6114
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
|
6115
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
|
6116
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6117
|
+
end)
|
6118
|
+
|
6119
|
+
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
6120
|
+
o.name = "DeleteProject"
|
6121
|
+
o.http_method = "POST"
|
6122
|
+
o.http_request_uri = "/"
|
6123
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProjectInput)
|
6124
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6125
|
+
end)
|
6126
|
+
|
4428
6127
|
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
4429
6128
|
o.name = "DeleteTags"
|
4430
6129
|
o.http_method = "POST"
|
@@ -4478,6 +6177,15 @@ module Aws::SageMaker
|
|
4478
6177
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4479
6178
|
end)
|
4480
6179
|
|
6180
|
+
api.add_operation(:describe_action, Seahorse::Model::Operation.new.tap do |o|
|
6181
|
+
o.name = "DescribeAction"
|
6182
|
+
o.http_method = "POST"
|
6183
|
+
o.http_request_uri = "/"
|
6184
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeActionRequest)
|
6185
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeActionResponse)
|
6186
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6187
|
+
end)
|
6188
|
+
|
4481
6189
|
api.add_operation(:describe_algorithm, Seahorse::Model::Operation.new.tap do |o|
|
4482
6190
|
o.name = "DescribeAlgorithm"
|
4483
6191
|
o.http_method = "POST"
|
@@ -4495,6 +6203,24 @@ module Aws::SageMaker
|
|
4495
6203
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4496
6204
|
end)
|
4497
6205
|
|
6206
|
+
api.add_operation(:describe_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
6207
|
+
o.name = "DescribeAppImageConfig"
|
6208
|
+
o.http_method = "POST"
|
6209
|
+
o.http_request_uri = "/"
|
6210
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppImageConfigRequest)
|
6211
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppImageConfigResponse)
|
6212
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6213
|
+
end)
|
6214
|
+
|
6215
|
+
api.add_operation(:describe_artifact, Seahorse::Model::Operation.new.tap do |o|
|
6216
|
+
o.name = "DescribeArtifact"
|
6217
|
+
o.http_method = "POST"
|
6218
|
+
o.http_request_uri = "/"
|
6219
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeArtifactRequest)
|
6220
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeArtifactResponse)
|
6221
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6222
|
+
end)
|
6223
|
+
|
4498
6224
|
api.add_operation(:describe_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
4499
6225
|
o.name = "DescribeAutoMLJob"
|
4500
6226
|
o.http_method = "POST"
|
@@ -4521,6 +6247,15 @@ module Aws::SageMaker
|
|
4521
6247
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4522
6248
|
end)
|
4523
6249
|
|
6250
|
+
api.add_operation(:describe_context, Seahorse::Model::Operation.new.tap do |o|
|
6251
|
+
o.name = "DescribeContext"
|
6252
|
+
o.http_method = "POST"
|
6253
|
+
o.http_request_uri = "/"
|
6254
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeContextRequest)
|
6255
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeContextResponse)
|
6256
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6257
|
+
end)
|
6258
|
+
|
4524
6259
|
api.add_operation(:describe_domain, Seahorse::Model::Operation.new.tap do |o|
|
4525
6260
|
o.name = "DescribeDomain"
|
4526
6261
|
o.http_method = "POST"
|
@@ -4555,6 +6290,15 @@ module Aws::SageMaker
|
|
4555
6290
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4556
6291
|
end)
|
4557
6292
|
|
6293
|
+
api.add_operation(:describe_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
6294
|
+
o.name = "DescribeFeatureGroup"
|
6295
|
+
o.http_method = "POST"
|
6296
|
+
o.http_request_uri = "/"
|
6297
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFeatureGroupRequest)
|
6298
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFeatureGroupResponse)
|
6299
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6300
|
+
end)
|
6301
|
+
|
4558
6302
|
api.add_operation(:describe_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
4559
6303
|
o.name = "DescribeFlowDefinition"
|
4560
6304
|
o.http_method = "POST"
|
@@ -4582,6 +6326,24 @@ module Aws::SageMaker
|
|
4582
6326
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4583
6327
|
end)
|
4584
6328
|
|
6329
|
+
api.add_operation(:describe_image, Seahorse::Model::Operation.new.tap do |o|
|
6330
|
+
o.name = "DescribeImage"
|
6331
|
+
o.http_method = "POST"
|
6332
|
+
o.http_request_uri = "/"
|
6333
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImageRequest)
|
6334
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImageResponse)
|
6335
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6336
|
+
end)
|
6337
|
+
|
6338
|
+
api.add_operation(:describe_image_version, Seahorse::Model::Operation.new.tap do |o|
|
6339
|
+
o.name = "DescribeImageVersion"
|
6340
|
+
o.http_method = "POST"
|
6341
|
+
o.http_request_uri = "/"
|
6342
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImageVersionRequest)
|
6343
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImageVersionResponse)
|
6344
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6345
|
+
end)
|
6346
|
+
|
4585
6347
|
api.add_operation(:describe_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
4586
6348
|
o.name = "DescribeLabelingJob"
|
4587
6349
|
o.http_method = "POST"
|
@@ -4607,6 +6369,14 @@ module Aws::SageMaker
|
|
4607
6369
|
o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageOutput)
|
4608
6370
|
end)
|
4609
6371
|
|
6372
|
+
api.add_operation(:describe_model_package_group, Seahorse::Model::Operation.new.tap do |o|
|
6373
|
+
o.name = "DescribeModelPackageGroup"
|
6374
|
+
o.http_method = "POST"
|
6375
|
+
o.http_request_uri = "/"
|
6376
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelPackageGroupInput)
|
6377
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageGroupOutput)
|
6378
|
+
end)
|
6379
|
+
|
4610
6380
|
api.add_operation(:describe_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
4611
6381
|
o.name = "DescribeMonitoringSchedule"
|
4612
6382
|
o.http_method = "POST"
|
@@ -4632,6 +6402,33 @@ module Aws::SageMaker
|
|
4632
6402
|
o.output = Shapes::ShapeRef.new(shape: DescribeNotebookInstanceLifecycleConfigOutput)
|
4633
6403
|
end)
|
4634
6404
|
|
6405
|
+
api.add_operation(:describe_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
6406
|
+
o.name = "DescribePipeline"
|
6407
|
+
o.http_method = "POST"
|
6408
|
+
o.http_request_uri = "/"
|
6409
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePipelineRequest)
|
6410
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePipelineResponse)
|
6411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6412
|
+
end)
|
6413
|
+
|
6414
|
+
api.add_operation(:describe_pipeline_definition_for_execution, Seahorse::Model::Operation.new.tap do |o|
|
6415
|
+
o.name = "DescribePipelineDefinitionForExecution"
|
6416
|
+
o.http_method = "POST"
|
6417
|
+
o.http_request_uri = "/"
|
6418
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePipelineDefinitionForExecutionRequest)
|
6419
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePipelineDefinitionForExecutionResponse)
|
6420
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6421
|
+
end)
|
6422
|
+
|
6423
|
+
api.add_operation(:describe_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
6424
|
+
o.name = "DescribePipelineExecution"
|
6425
|
+
o.http_method = "POST"
|
6426
|
+
o.http_request_uri = "/"
|
6427
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePipelineExecutionRequest)
|
6428
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePipelineExecutionResponse)
|
6429
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6430
|
+
end)
|
6431
|
+
|
4635
6432
|
api.add_operation(:describe_processing_job, Seahorse::Model::Operation.new.tap do |o|
|
4636
6433
|
o.name = "DescribeProcessingJob"
|
4637
6434
|
o.http_method = "POST"
|
@@ -4641,6 +6438,14 @@ module Aws::SageMaker
|
|
4641
6438
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4642
6439
|
end)
|
4643
6440
|
|
6441
|
+
api.add_operation(:describe_project, Seahorse::Model::Operation.new.tap do |o|
|
6442
|
+
o.name = "DescribeProject"
|
6443
|
+
o.http_method = "POST"
|
6444
|
+
o.http_request_uri = "/"
|
6445
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProjectInput)
|
6446
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
6447
|
+
end)
|
6448
|
+
|
4644
6449
|
api.add_operation(:describe_subscribed_workteam, Seahorse::Model::Operation.new.tap do |o|
|
4645
6450
|
o.name = "DescribeSubscribedWorkteam"
|
4646
6451
|
o.http_method = "POST"
|
@@ -4710,6 +6515,14 @@ module Aws::SageMaker
|
|
4710
6515
|
o.output = Shapes::ShapeRef.new(shape: DescribeWorkteamResponse)
|
4711
6516
|
end)
|
4712
6517
|
|
6518
|
+
api.add_operation(:disable_sagemaker_servicecatalog_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
6519
|
+
o.name = "DisableSagemakerServicecatalogPortfolio"
|
6520
|
+
o.http_method = "POST"
|
6521
|
+
o.http_request_uri = "/"
|
6522
|
+
o.input = Shapes::ShapeRef.new(shape: DisableSagemakerServicecatalogPortfolioInput)
|
6523
|
+
o.output = Shapes::ShapeRef.new(shape: DisableSagemakerServicecatalogPortfolioOutput)
|
6524
|
+
end)
|
6525
|
+
|
4713
6526
|
api.add_operation(:disassociate_trial_component, Seahorse::Model::Operation.new.tap do |o|
|
4714
6527
|
o.name = "DisassociateTrialComponent"
|
4715
6528
|
o.http_method = "POST"
|
@@ -4719,6 +6532,30 @@ module Aws::SageMaker
|
|
4719
6532
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4720
6533
|
end)
|
4721
6534
|
|
6535
|
+
api.add_operation(:enable_sagemaker_servicecatalog_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
6536
|
+
o.name = "EnableSagemakerServicecatalogPortfolio"
|
6537
|
+
o.http_method = "POST"
|
6538
|
+
o.http_request_uri = "/"
|
6539
|
+
o.input = Shapes::ShapeRef.new(shape: EnableSagemakerServicecatalogPortfolioInput)
|
6540
|
+
o.output = Shapes::ShapeRef.new(shape: EnableSagemakerServicecatalogPortfolioOutput)
|
6541
|
+
end)
|
6542
|
+
|
6543
|
+
api.add_operation(:get_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
6544
|
+
o.name = "GetModelPackageGroupPolicy"
|
6545
|
+
o.http_method = "POST"
|
6546
|
+
o.http_request_uri = "/"
|
6547
|
+
o.input = Shapes::ShapeRef.new(shape: GetModelPackageGroupPolicyInput)
|
6548
|
+
o.output = Shapes::ShapeRef.new(shape: GetModelPackageGroupPolicyOutput)
|
6549
|
+
end)
|
6550
|
+
|
6551
|
+
api.add_operation(:get_sagemaker_servicecatalog_portfolio_status, Seahorse::Model::Operation.new.tap do |o|
|
6552
|
+
o.name = "GetSagemakerServicecatalogPortfolioStatus"
|
6553
|
+
o.http_method = "POST"
|
6554
|
+
o.http_request_uri = "/"
|
6555
|
+
o.input = Shapes::ShapeRef.new(shape: GetSagemakerServicecatalogPortfolioStatusInput)
|
6556
|
+
o.output = Shapes::ShapeRef.new(shape: GetSagemakerServicecatalogPortfolioStatusOutput)
|
6557
|
+
end)
|
6558
|
+
|
4722
6559
|
api.add_operation(:get_search_suggestions, Seahorse::Model::Operation.new.tap do |o|
|
4723
6560
|
o.name = "GetSearchSuggestions"
|
4724
6561
|
o.http_method = "POST"
|
@@ -4727,6 +6564,21 @@ module Aws::SageMaker
|
|
4727
6564
|
o.output = Shapes::ShapeRef.new(shape: GetSearchSuggestionsResponse)
|
4728
6565
|
end)
|
4729
6566
|
|
6567
|
+
api.add_operation(:list_actions, Seahorse::Model::Operation.new.tap do |o|
|
6568
|
+
o.name = "ListActions"
|
6569
|
+
o.http_method = "POST"
|
6570
|
+
o.http_request_uri = "/"
|
6571
|
+
o.input = Shapes::ShapeRef.new(shape: ListActionsRequest)
|
6572
|
+
o.output = Shapes::ShapeRef.new(shape: ListActionsResponse)
|
6573
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6574
|
+
o[:pager] = Aws::Pager.new(
|
6575
|
+
limit_key: "max_results",
|
6576
|
+
tokens: {
|
6577
|
+
"next_token" => "next_token"
|
6578
|
+
}
|
6579
|
+
)
|
6580
|
+
end)
|
6581
|
+
|
4730
6582
|
api.add_operation(:list_algorithms, Seahorse::Model::Operation.new.tap do |o|
|
4731
6583
|
o.name = "ListAlgorithms"
|
4732
6584
|
o.http_method = "POST"
|
@@ -4741,6 +6593,20 @@ module Aws::SageMaker
|
|
4741
6593
|
)
|
4742
6594
|
end)
|
4743
6595
|
|
6596
|
+
api.add_operation(:list_app_image_configs, Seahorse::Model::Operation.new.tap do |o|
|
6597
|
+
o.name = "ListAppImageConfigs"
|
6598
|
+
o.http_method = "POST"
|
6599
|
+
o.http_request_uri = "/"
|
6600
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppImageConfigsRequest)
|
6601
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppImageConfigsResponse)
|
6602
|
+
o[:pager] = Aws::Pager.new(
|
6603
|
+
limit_key: "max_results",
|
6604
|
+
tokens: {
|
6605
|
+
"next_token" => "next_token"
|
6606
|
+
}
|
6607
|
+
)
|
6608
|
+
end)
|
6609
|
+
|
4744
6610
|
api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
|
4745
6611
|
o.name = "ListApps"
|
4746
6612
|
o.http_method = "POST"
|
@@ -4755,6 +6621,36 @@ module Aws::SageMaker
|
|
4755
6621
|
)
|
4756
6622
|
end)
|
4757
6623
|
|
6624
|
+
api.add_operation(:list_artifacts, Seahorse::Model::Operation.new.tap do |o|
|
6625
|
+
o.name = "ListArtifacts"
|
6626
|
+
o.http_method = "POST"
|
6627
|
+
o.http_request_uri = "/"
|
6628
|
+
o.input = Shapes::ShapeRef.new(shape: ListArtifactsRequest)
|
6629
|
+
o.output = Shapes::ShapeRef.new(shape: ListArtifactsResponse)
|
6630
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6631
|
+
o[:pager] = Aws::Pager.new(
|
6632
|
+
limit_key: "max_results",
|
6633
|
+
tokens: {
|
6634
|
+
"next_token" => "next_token"
|
6635
|
+
}
|
6636
|
+
)
|
6637
|
+
end)
|
6638
|
+
|
6639
|
+
api.add_operation(:list_associations, Seahorse::Model::Operation.new.tap do |o|
|
6640
|
+
o.name = "ListAssociations"
|
6641
|
+
o.http_method = "POST"
|
6642
|
+
o.http_request_uri = "/"
|
6643
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssociationsRequest)
|
6644
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssociationsResponse)
|
6645
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6646
|
+
o[:pager] = Aws::Pager.new(
|
6647
|
+
limit_key: "max_results",
|
6648
|
+
tokens: {
|
6649
|
+
"next_token" => "next_token"
|
6650
|
+
}
|
6651
|
+
)
|
6652
|
+
end)
|
6653
|
+
|
4758
6654
|
api.add_operation(:list_auto_ml_jobs, Seahorse::Model::Operation.new.tap do |o|
|
4759
6655
|
o.name = "ListAutoMLJobs"
|
4760
6656
|
o.http_method = "POST"
|
@@ -4812,6 +6708,21 @@ module Aws::SageMaker
|
|
4812
6708
|
)
|
4813
6709
|
end)
|
4814
6710
|
|
6711
|
+
api.add_operation(:list_contexts, Seahorse::Model::Operation.new.tap do |o|
|
6712
|
+
o.name = "ListContexts"
|
6713
|
+
o.http_method = "POST"
|
6714
|
+
o.http_request_uri = "/"
|
6715
|
+
o.input = Shapes::ShapeRef.new(shape: ListContextsRequest)
|
6716
|
+
o.output = Shapes::ShapeRef.new(shape: ListContextsResponse)
|
6717
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6718
|
+
o[:pager] = Aws::Pager.new(
|
6719
|
+
limit_key: "max_results",
|
6720
|
+
tokens: {
|
6721
|
+
"next_token" => "next_token"
|
6722
|
+
}
|
6723
|
+
)
|
6724
|
+
end)
|
6725
|
+
|
4815
6726
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
4816
6727
|
o.name = "ListDomains"
|
4817
6728
|
o.http_method = "POST"
|
@@ -4868,6 +6779,20 @@ module Aws::SageMaker
|
|
4868
6779
|
)
|
4869
6780
|
end)
|
4870
6781
|
|
6782
|
+
api.add_operation(:list_feature_groups, Seahorse::Model::Operation.new.tap do |o|
|
6783
|
+
o.name = "ListFeatureGroups"
|
6784
|
+
o.http_method = "POST"
|
6785
|
+
o.http_request_uri = "/"
|
6786
|
+
o.input = Shapes::ShapeRef.new(shape: ListFeatureGroupsRequest)
|
6787
|
+
o.output = Shapes::ShapeRef.new(shape: ListFeatureGroupsResponse)
|
6788
|
+
o[:pager] = Aws::Pager.new(
|
6789
|
+
limit_key: "max_results",
|
6790
|
+
tokens: {
|
6791
|
+
"next_token" => "next_token"
|
6792
|
+
}
|
6793
|
+
)
|
6794
|
+
end)
|
6795
|
+
|
4871
6796
|
api.add_operation(:list_flow_definitions, Seahorse::Model::Operation.new.tap do |o|
|
4872
6797
|
o.name = "ListFlowDefinitions"
|
4873
6798
|
o.http_method = "POST"
|
@@ -4910,6 +6835,35 @@ module Aws::SageMaker
|
|
4910
6835
|
)
|
4911
6836
|
end)
|
4912
6837
|
|
6838
|
+
api.add_operation(:list_image_versions, Seahorse::Model::Operation.new.tap do |o|
|
6839
|
+
o.name = "ListImageVersions"
|
6840
|
+
o.http_method = "POST"
|
6841
|
+
o.http_request_uri = "/"
|
6842
|
+
o.input = Shapes::ShapeRef.new(shape: ListImageVersionsRequest)
|
6843
|
+
o.output = Shapes::ShapeRef.new(shape: ListImageVersionsResponse)
|
6844
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6845
|
+
o[:pager] = Aws::Pager.new(
|
6846
|
+
limit_key: "max_results",
|
6847
|
+
tokens: {
|
6848
|
+
"next_token" => "next_token"
|
6849
|
+
}
|
6850
|
+
)
|
6851
|
+
end)
|
6852
|
+
|
6853
|
+
api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
|
6854
|
+
o.name = "ListImages"
|
6855
|
+
o.http_method = "POST"
|
6856
|
+
o.http_request_uri = "/"
|
6857
|
+
o.input = Shapes::ShapeRef.new(shape: ListImagesRequest)
|
6858
|
+
o.output = Shapes::ShapeRef.new(shape: ListImagesResponse)
|
6859
|
+
o[:pager] = Aws::Pager.new(
|
6860
|
+
limit_key: "max_results",
|
6861
|
+
tokens: {
|
6862
|
+
"next_token" => "next_token"
|
6863
|
+
}
|
6864
|
+
)
|
6865
|
+
end)
|
6866
|
+
|
4913
6867
|
api.add_operation(:list_labeling_jobs, Seahorse::Model::Operation.new.tap do |o|
|
4914
6868
|
o.name = "ListLabelingJobs"
|
4915
6869
|
o.http_method = "POST"
|
@@ -4939,6 +6893,20 @@ module Aws::SageMaker
|
|
4939
6893
|
)
|
4940
6894
|
end)
|
4941
6895
|
|
6896
|
+
api.add_operation(:list_model_package_groups, Seahorse::Model::Operation.new.tap do |o|
|
6897
|
+
o.name = "ListModelPackageGroups"
|
6898
|
+
o.http_method = "POST"
|
6899
|
+
o.http_request_uri = "/"
|
6900
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelPackageGroupsInput)
|
6901
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelPackageGroupsOutput)
|
6902
|
+
o[:pager] = Aws::Pager.new(
|
6903
|
+
limit_key: "max_results",
|
6904
|
+
tokens: {
|
6905
|
+
"next_token" => "next_token"
|
6906
|
+
}
|
6907
|
+
)
|
6908
|
+
end)
|
6909
|
+
|
4942
6910
|
api.add_operation(:list_model_packages, Seahorse::Model::Operation.new.tap do |o|
|
4943
6911
|
o.name = "ListModelPackages"
|
4944
6912
|
o.http_method = "POST"
|
@@ -5023,6 +6991,65 @@ module Aws::SageMaker
|
|
5023
6991
|
)
|
5024
6992
|
end)
|
5025
6993
|
|
6994
|
+
api.add_operation(:list_pipeline_execution_steps, Seahorse::Model::Operation.new.tap do |o|
|
6995
|
+
o.name = "ListPipelineExecutionSteps"
|
6996
|
+
o.http_method = "POST"
|
6997
|
+
o.http_request_uri = "/"
|
6998
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineExecutionStepsRequest)
|
6999
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineExecutionStepsResponse)
|
7000
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7001
|
+
o[:pager] = Aws::Pager.new(
|
7002
|
+
limit_key: "max_results",
|
7003
|
+
tokens: {
|
7004
|
+
"next_token" => "next_token"
|
7005
|
+
}
|
7006
|
+
)
|
7007
|
+
end)
|
7008
|
+
|
7009
|
+
api.add_operation(:list_pipeline_executions, Seahorse::Model::Operation.new.tap do |o|
|
7010
|
+
o.name = "ListPipelineExecutions"
|
7011
|
+
o.http_method = "POST"
|
7012
|
+
o.http_request_uri = "/"
|
7013
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineExecutionsRequest)
|
7014
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineExecutionsResponse)
|
7015
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7016
|
+
o[:pager] = Aws::Pager.new(
|
7017
|
+
limit_key: "max_results",
|
7018
|
+
tokens: {
|
7019
|
+
"next_token" => "next_token"
|
7020
|
+
}
|
7021
|
+
)
|
7022
|
+
end)
|
7023
|
+
|
7024
|
+
api.add_operation(:list_pipeline_parameters_for_execution, Seahorse::Model::Operation.new.tap do |o|
|
7025
|
+
o.name = "ListPipelineParametersForExecution"
|
7026
|
+
o.http_method = "POST"
|
7027
|
+
o.http_request_uri = "/"
|
7028
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineParametersForExecutionRequest)
|
7029
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineParametersForExecutionResponse)
|
7030
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7031
|
+
o[:pager] = Aws::Pager.new(
|
7032
|
+
limit_key: "max_results",
|
7033
|
+
tokens: {
|
7034
|
+
"next_token" => "next_token"
|
7035
|
+
}
|
7036
|
+
)
|
7037
|
+
end)
|
7038
|
+
|
7039
|
+
api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
|
7040
|
+
o.name = "ListPipelines"
|
7041
|
+
o.http_method = "POST"
|
7042
|
+
o.http_request_uri = "/"
|
7043
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelinesRequest)
|
7044
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelinesResponse)
|
7045
|
+
o[:pager] = Aws::Pager.new(
|
7046
|
+
limit_key: "max_results",
|
7047
|
+
tokens: {
|
7048
|
+
"next_token" => "next_token"
|
7049
|
+
}
|
7050
|
+
)
|
7051
|
+
end)
|
7052
|
+
|
5026
7053
|
api.add_operation(:list_processing_jobs, Seahorse::Model::Operation.new.tap do |o|
|
5027
7054
|
o.name = "ListProcessingJobs"
|
5028
7055
|
o.http_method = "POST"
|
@@ -5037,6 +7064,20 @@ module Aws::SageMaker
|
|
5037
7064
|
)
|
5038
7065
|
end)
|
5039
7066
|
|
7067
|
+
api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
|
7068
|
+
o.name = "ListProjects"
|
7069
|
+
o.http_method = "POST"
|
7070
|
+
o.http_request_uri = "/"
|
7071
|
+
o.input = Shapes::ShapeRef.new(shape: ListProjectsInput)
|
7072
|
+
o.output = Shapes::ShapeRef.new(shape: ListProjectsOutput)
|
7073
|
+
o[:pager] = Aws::Pager.new(
|
7074
|
+
limit_key: "max_results",
|
7075
|
+
tokens: {
|
7076
|
+
"next_token" => "next_token"
|
7077
|
+
}
|
7078
|
+
)
|
7079
|
+
end)
|
7080
|
+
|
5040
7081
|
api.add_operation(:list_subscribed_workteams, Seahorse::Model::Operation.new.tap do |o|
|
5041
7082
|
o.name = "ListSubscribedWorkteams"
|
5042
7083
|
o.http_method = "POST"
|
@@ -5180,6 +7221,14 @@ module Aws::SageMaker
|
|
5180
7221
|
)
|
5181
7222
|
end)
|
5182
7223
|
|
7224
|
+
api.add_operation(:put_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
7225
|
+
o.name = "PutModelPackageGroupPolicy"
|
7226
|
+
o.http_method = "POST"
|
7227
|
+
o.http_request_uri = "/"
|
7228
|
+
o.input = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyInput)
|
7229
|
+
o.output = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyOutput)
|
7230
|
+
end)
|
7231
|
+
|
5183
7232
|
api.add_operation(:render_ui_template, Seahorse::Model::Operation.new.tap do |o|
|
5184
7233
|
o.name = "RenderUiTemplate"
|
5185
7234
|
o.http_method = "POST"
|
@@ -5221,6 +7270,16 @@ module Aws::SageMaker
|
|
5221
7270
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5222
7271
|
end)
|
5223
7272
|
|
7273
|
+
api.add_operation(:start_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
7274
|
+
o.name = "StartPipelineExecution"
|
7275
|
+
o.http_method = "POST"
|
7276
|
+
o.http_request_uri = "/"
|
7277
|
+
o.input = Shapes::ShapeRef.new(shape: StartPipelineExecutionRequest)
|
7278
|
+
o.output = Shapes::ShapeRef.new(shape: StartPipelineExecutionResponse)
|
7279
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7280
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
7281
|
+
end)
|
7282
|
+
|
5224
7283
|
api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
5225
7284
|
o.name = "StopAutoMLJob"
|
5226
7285
|
o.http_method = "POST"
|
@@ -5274,6 +7333,15 @@ module Aws::SageMaker
|
|
5274
7333
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5275
7334
|
end)
|
5276
7335
|
|
7336
|
+
api.add_operation(:stop_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
7337
|
+
o.name = "StopPipelineExecution"
|
7338
|
+
o.http_method = "POST"
|
7339
|
+
o.http_request_uri = "/"
|
7340
|
+
o.input = Shapes::ShapeRef.new(shape: StopPipelineExecutionRequest)
|
7341
|
+
o.output = Shapes::ShapeRef.new(shape: StopPipelineExecutionResponse)
|
7342
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7343
|
+
end)
|
7344
|
+
|
5277
7345
|
api.add_operation(:stop_processing_job, Seahorse::Model::Operation.new.tap do |o|
|
5278
7346
|
o.name = "StopProcessingJob"
|
5279
7347
|
o.http_method = "POST"
|
@@ -5301,6 +7369,35 @@ module Aws::SageMaker
|
|
5301
7369
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5302
7370
|
end)
|
5303
7371
|
|
7372
|
+
api.add_operation(:update_action, Seahorse::Model::Operation.new.tap do |o|
|
7373
|
+
o.name = "UpdateAction"
|
7374
|
+
o.http_method = "POST"
|
7375
|
+
o.http_request_uri = "/"
|
7376
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateActionRequest)
|
7377
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateActionResponse)
|
7378
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7379
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7380
|
+
end)
|
7381
|
+
|
7382
|
+
api.add_operation(:update_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
7383
|
+
o.name = "UpdateAppImageConfig"
|
7384
|
+
o.http_method = "POST"
|
7385
|
+
o.http_request_uri = "/"
|
7386
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAppImageConfigRequest)
|
7387
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAppImageConfigResponse)
|
7388
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7389
|
+
end)
|
7390
|
+
|
7391
|
+
api.add_operation(:update_artifact, Seahorse::Model::Operation.new.tap do |o|
|
7392
|
+
o.name = "UpdateArtifact"
|
7393
|
+
o.http_method = "POST"
|
7394
|
+
o.http_request_uri = "/"
|
7395
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateArtifactRequest)
|
7396
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateArtifactResponse)
|
7397
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7398
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7399
|
+
end)
|
7400
|
+
|
5304
7401
|
api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
5305
7402
|
o.name = "UpdateCodeRepository"
|
5306
7403
|
o.http_method = "POST"
|
@@ -5309,6 +7406,16 @@ module Aws::SageMaker
|
|
5309
7406
|
o.output = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryOutput)
|
5310
7407
|
end)
|
5311
7408
|
|
7409
|
+
api.add_operation(:update_context, Seahorse::Model::Operation.new.tap do |o|
|
7410
|
+
o.name = "UpdateContext"
|
7411
|
+
o.http_method = "POST"
|
7412
|
+
o.http_request_uri = "/"
|
7413
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContextRequest)
|
7414
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContextResponse)
|
7415
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7416
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7417
|
+
end)
|
7418
|
+
|
5312
7419
|
api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
|
5313
7420
|
o.name = "UpdateDomain"
|
5314
7421
|
o.http_method = "POST"
|
@@ -5348,6 +7455,24 @@ module Aws::SageMaker
|
|
5348
7455
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5349
7456
|
end)
|
5350
7457
|
|
7458
|
+
api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
|
7459
|
+
o.name = "UpdateImage"
|
7460
|
+
o.http_method = "POST"
|
7461
|
+
o.http_request_uri = "/"
|
7462
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateImageRequest)
|
7463
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateImageResponse)
|
7464
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
7465
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7466
|
+
end)
|
7467
|
+
|
7468
|
+
api.add_operation(:update_model_package, Seahorse::Model::Operation.new.tap do |o|
|
7469
|
+
o.name = "UpdateModelPackage"
|
7470
|
+
o.http_method = "POST"
|
7471
|
+
o.http_request_uri = "/"
|
7472
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateModelPackageInput)
|
7473
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateModelPackageOutput)
|
7474
|
+
end)
|
7475
|
+
|
5351
7476
|
api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
5352
7477
|
o.name = "UpdateMonitoringSchedule"
|
5353
7478
|
o.http_method = "POST"
|
@@ -5376,6 +7501,24 @@ module Aws::SageMaker
|
|
5376
7501
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5377
7502
|
end)
|
5378
7503
|
|
7504
|
+
api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
7505
|
+
o.name = "UpdatePipeline"
|
7506
|
+
o.http_method = "POST"
|
7507
|
+
o.http_request_uri = "/"
|
7508
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
|
7509
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
|
7510
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7511
|
+
end)
|
7512
|
+
|
7513
|
+
api.add_operation(:update_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
7514
|
+
o.name = "UpdatePipelineExecution"
|
7515
|
+
o.http_method = "POST"
|
7516
|
+
o.http_request_uri = "/"
|
7517
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionRequest)
|
7518
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionResponse)
|
7519
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7520
|
+
end)
|
7521
|
+
|
5379
7522
|
api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|
|
5380
7523
|
o.name = "UpdateTrial"
|
5381
7524
|
o.http_method = "POST"
|