aws-sdk-sagemaker 1.72.0 → 1.77.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 +5763 -416
- data/lib/aws-sdk-sagemaker/client_api.rb +2744 -8
- data/lib/aws-sdk-sagemaker/types.rb +19742 -9985
- metadata +4 -4
@@ -15,9 +15,21 @@ 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
|
+
AgentVersion = Shapes::StructureShape.new(name: 'AgentVersion')
|
29
|
+
AgentVersions = Shapes::ListShape.new(name: 'AgentVersions')
|
30
|
+
Alarm = Shapes::StructureShape.new(name: 'Alarm')
|
31
|
+
AlarmList = Shapes::ListShape.new(name: 'AlarmList')
|
32
|
+
AlarmName = Shapes::StringShape.new(name: 'AlarmName')
|
21
33
|
AlgorithmArn = Shapes::StringShape.new(name: 'AlgorithmArn')
|
22
34
|
AlgorithmImage = Shapes::StringShape.new(name: 'AlgorithmImage')
|
23
35
|
AlgorithmSortBy = Shapes::StringShape.new(name: 'AlgorithmSortBy')
|
@@ -41,16 +53,37 @@ module Aws::SageMaker
|
|
41
53
|
AppImageConfigSortKey = Shapes::StringShape.new(name: 'AppImageConfigSortKey')
|
42
54
|
AppInstanceType = Shapes::StringShape.new(name: 'AppInstanceType')
|
43
55
|
AppList = Shapes::ListShape.new(name: 'AppList')
|
56
|
+
AppManaged = Shapes::BooleanShape.new(name: 'AppManaged')
|
44
57
|
AppName = Shapes::StringShape.new(name: 'AppName')
|
45
58
|
AppNetworkAccessType = Shapes::StringShape.new(name: 'AppNetworkAccessType')
|
46
59
|
AppSortKey = Shapes::StringShape.new(name: 'AppSortKey')
|
47
60
|
AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
|
48
61
|
AppStatus = Shapes::StringShape.new(name: 'AppStatus')
|
49
62
|
AppType = Shapes::StringShape.new(name: 'AppType')
|
63
|
+
ApprovalDescription = Shapes::StringShape.new(name: 'ApprovalDescription')
|
50
64
|
ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
|
65
|
+
ArtifactArn = Shapes::StringShape.new(name: 'ArtifactArn')
|
66
|
+
ArtifactDigest = Shapes::StringShape.new(name: 'ArtifactDigest')
|
67
|
+
ArtifactSource = Shapes::StructureShape.new(name: 'ArtifactSource')
|
68
|
+
ArtifactSourceIdType = Shapes::StringShape.new(name: 'ArtifactSourceIdType')
|
69
|
+
ArtifactSourceType = Shapes::StructureShape.new(name: 'ArtifactSourceType')
|
70
|
+
ArtifactSourceTypes = Shapes::ListShape.new(name: 'ArtifactSourceTypes')
|
71
|
+
ArtifactSummaries = Shapes::ListShape.new(name: 'ArtifactSummaries')
|
72
|
+
ArtifactSummary = Shapes::StructureShape.new(name: 'ArtifactSummary')
|
51
73
|
AssemblyType = Shapes::StringShape.new(name: 'AssemblyType')
|
52
74
|
AssociateTrialComponentRequest = Shapes::StructureShape.new(name: 'AssociateTrialComponentRequest')
|
53
75
|
AssociateTrialComponentResponse = Shapes::StructureShape.new(name: 'AssociateTrialComponentResponse')
|
76
|
+
AssociationEdgeType = Shapes::StringShape.new(name: 'AssociationEdgeType')
|
77
|
+
AssociationEntityArn = Shapes::StringShape.new(name: 'AssociationEntityArn')
|
78
|
+
AssociationSummaries = Shapes::ListShape.new(name: 'AssociationSummaries')
|
79
|
+
AssociationSummary = Shapes::StructureShape.new(name: 'AssociationSummary')
|
80
|
+
AthenaCatalog = Shapes::StringShape.new(name: 'AthenaCatalog')
|
81
|
+
AthenaDatabase = Shapes::StringShape.new(name: 'AthenaDatabase')
|
82
|
+
AthenaDatasetDefinition = Shapes::StructureShape.new(name: 'AthenaDatasetDefinition')
|
83
|
+
AthenaQueryString = Shapes::StringShape.new(name: 'AthenaQueryString')
|
84
|
+
AthenaResultCompressionType = Shapes::StringShape.new(name: 'AthenaResultCompressionType')
|
85
|
+
AthenaResultFormat = Shapes::StringShape.new(name: 'AthenaResultFormat')
|
86
|
+
AthenaWorkGroup = Shapes::StringShape.new(name: 'AthenaWorkGroup')
|
54
87
|
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
55
88
|
AttributeNames = Shapes::ListShape.new(name: 'AttributeNames')
|
56
89
|
AuthMode = Shapes::StringShape.new(name: 'AuthMode')
|
@@ -83,12 +116,17 @@ module Aws::SageMaker
|
|
83
116
|
AutoMLSecurityConfig = Shapes::StructureShape.new(name: 'AutoMLSecurityConfig')
|
84
117
|
AutoMLSortBy = Shapes::StringShape.new(name: 'AutoMLSortBy')
|
85
118
|
AutoMLSortOrder = Shapes::StringShape.new(name: 'AutoMLSortOrder')
|
119
|
+
AutoRollbackConfig = Shapes::StructureShape.new(name: 'AutoRollbackConfig')
|
86
120
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
87
121
|
BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
|
122
|
+
Bias = Shapes::StructureShape.new(name: 'Bias')
|
88
123
|
BillableTimeInSeconds = Shapes::IntegerShape.new(name: 'BillableTimeInSeconds')
|
124
|
+
BlockedReason = Shapes::StringShape.new(name: 'BlockedReason')
|
125
|
+
BlueGreenUpdatePolicy = Shapes::StructureShape.new(name: 'BlueGreenUpdatePolicy')
|
89
126
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
90
127
|
BooleanOperator = Shapes::StringShape.new(name: 'BooleanOperator')
|
91
128
|
Branch = Shapes::StringShape.new(name: 'Branch')
|
129
|
+
CacheHitResult = Shapes::StructureShape.new(name: 'CacheHitResult')
|
92
130
|
CandidateDefinitionNotebookLocation = Shapes::StringShape.new(name: 'CandidateDefinitionNotebookLocation')
|
93
131
|
CandidateName = Shapes::StringShape.new(name: 'CandidateName')
|
94
132
|
CandidateSortBy = Shapes::StringShape.new(name: 'CandidateSortBy')
|
@@ -97,11 +135,15 @@ module Aws::SageMaker
|
|
97
135
|
CandidateStepName = Shapes::StringShape.new(name: 'CandidateStepName')
|
98
136
|
CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
|
99
137
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
138
|
+
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
139
|
+
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
140
|
+
CapacitySizeValue = Shapes::IntegerShape.new(name: 'CapacitySizeValue')
|
100
141
|
CaptureContentTypeHeader = Shapes::StructureShape.new(name: 'CaptureContentTypeHeader')
|
101
142
|
CaptureMode = Shapes::StringShape.new(name: 'CaptureMode')
|
102
143
|
CaptureOption = Shapes::StructureShape.new(name: 'CaptureOption')
|
103
144
|
CaptureOptionList = Shapes::ListShape.new(name: 'CaptureOptionList')
|
104
145
|
CaptureStatus = Shapes::StringShape.new(name: 'CaptureStatus')
|
146
|
+
Catalog = Shapes::StringShape.new(name: 'Catalog')
|
105
147
|
CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
|
106
148
|
CategoricalParameterRangeSpecification = Shapes::StructureShape.new(name: 'CategoricalParameterRangeSpecification')
|
107
149
|
CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
|
@@ -140,6 +182,8 @@ module Aws::SageMaker
|
|
140
182
|
CompilerOptions = Shapes::StringShape.new(name: 'CompilerOptions')
|
141
183
|
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
142
184
|
CompressionTypes = Shapes::ListShape.new(name: 'CompressionTypes')
|
185
|
+
ConditionOutcome = Shapes::StringShape.new(name: 'ConditionOutcome')
|
186
|
+
ConditionStepMetadata = Shapes::StructureShape.new(name: 'ConditionStepMetadata')
|
143
187
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
144
188
|
ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
|
145
189
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
@@ -154,31 +198,48 @@ module Aws::SageMaker
|
|
154
198
|
ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
|
155
199
|
ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
|
156
200
|
ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
|
201
|
+
ContentDigest = Shapes::StringShape.new(name: 'ContentDigest')
|
157
202
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
158
203
|
ContentTypes = Shapes::ListShape.new(name: 'ContentTypes')
|
204
|
+
ContextArn = Shapes::StringShape.new(name: 'ContextArn')
|
205
|
+
ContextSource = Shapes::StructureShape.new(name: 'ContextSource')
|
206
|
+
ContextSummaries = Shapes::ListShape.new(name: 'ContextSummaries')
|
207
|
+
ContextSummary = Shapes::StructureShape.new(name: 'ContextSummary')
|
159
208
|
ContinuousParameterRange = Shapes::StructureShape.new(name: 'ContinuousParameterRange')
|
160
209
|
ContinuousParameterRangeSpecification = Shapes::StructureShape.new(name: 'ContinuousParameterRangeSpecification')
|
161
210
|
ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
|
211
|
+
CreateActionRequest = Shapes::StructureShape.new(name: 'CreateActionRequest')
|
212
|
+
CreateActionResponse = Shapes::StructureShape.new(name: 'CreateActionResponse')
|
162
213
|
CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
|
163
214
|
CreateAlgorithmOutput = Shapes::StructureShape.new(name: 'CreateAlgorithmOutput')
|
164
215
|
CreateAppImageConfigRequest = Shapes::StructureShape.new(name: 'CreateAppImageConfigRequest')
|
165
216
|
CreateAppImageConfigResponse = Shapes::StructureShape.new(name: 'CreateAppImageConfigResponse')
|
166
217
|
CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
|
167
218
|
CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
|
219
|
+
CreateArtifactRequest = Shapes::StructureShape.new(name: 'CreateArtifactRequest')
|
220
|
+
CreateArtifactResponse = Shapes::StructureShape.new(name: 'CreateArtifactResponse')
|
168
221
|
CreateAutoMLJobRequest = Shapes::StructureShape.new(name: 'CreateAutoMLJobRequest')
|
169
222
|
CreateAutoMLJobResponse = Shapes::StructureShape.new(name: 'CreateAutoMLJobResponse')
|
170
223
|
CreateCodeRepositoryInput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryInput')
|
171
224
|
CreateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'CreateCodeRepositoryOutput')
|
172
225
|
CreateCompilationJobRequest = Shapes::StructureShape.new(name: 'CreateCompilationJobRequest')
|
173
226
|
CreateCompilationJobResponse = Shapes::StructureShape.new(name: 'CreateCompilationJobResponse')
|
227
|
+
CreateContextRequest = Shapes::StructureShape.new(name: 'CreateContextRequest')
|
228
|
+
CreateContextResponse = Shapes::StructureShape.new(name: 'CreateContextResponse')
|
229
|
+
CreateDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateDataQualityJobDefinitionRequest')
|
230
|
+
CreateDataQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateDataQualityJobDefinitionResponse')
|
231
|
+
CreateDeviceFleetRequest = Shapes::StructureShape.new(name: 'CreateDeviceFleetRequest')
|
174
232
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
175
233
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
234
|
+
CreateEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'CreateEdgePackagingJobRequest')
|
176
235
|
CreateEndpointConfigInput = Shapes::StructureShape.new(name: 'CreateEndpointConfigInput')
|
177
236
|
CreateEndpointConfigOutput = Shapes::StructureShape.new(name: 'CreateEndpointConfigOutput')
|
178
237
|
CreateEndpointInput = Shapes::StructureShape.new(name: 'CreateEndpointInput')
|
179
238
|
CreateEndpointOutput = Shapes::StructureShape.new(name: 'CreateEndpointOutput')
|
180
239
|
CreateExperimentRequest = Shapes::StructureShape.new(name: 'CreateExperimentRequest')
|
181
240
|
CreateExperimentResponse = Shapes::StructureShape.new(name: 'CreateExperimentResponse')
|
241
|
+
CreateFeatureGroupRequest = Shapes::StructureShape.new(name: 'CreateFeatureGroupRequest')
|
242
|
+
CreateFeatureGroupResponse = Shapes::StructureShape.new(name: 'CreateFeatureGroupResponse')
|
182
243
|
CreateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFlowDefinitionRequest')
|
183
244
|
CreateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFlowDefinitionResponse')
|
184
245
|
CreateHumanTaskUiRequest = Shapes::StructureShape.new(name: 'CreateHumanTaskUiRequest')
|
@@ -191,22 +252,34 @@ module Aws::SageMaker
|
|
191
252
|
CreateImageVersionResponse = Shapes::StructureShape.new(name: 'CreateImageVersionResponse')
|
192
253
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
193
254
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
255
|
+
CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
|
256
|
+
CreateModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionResponse')
|
257
|
+
CreateModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelExplainabilityJobDefinitionRequest')
|
258
|
+
CreateModelExplainabilityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelExplainabilityJobDefinitionResponse')
|
194
259
|
CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
|
195
260
|
CreateModelOutput = Shapes::StructureShape.new(name: 'CreateModelOutput')
|
261
|
+
CreateModelPackageGroupInput = Shapes::StructureShape.new(name: 'CreateModelPackageGroupInput')
|
262
|
+
CreateModelPackageGroupOutput = Shapes::StructureShape.new(name: 'CreateModelPackageGroupOutput')
|
196
263
|
CreateModelPackageInput = Shapes::StructureShape.new(name: 'CreateModelPackageInput')
|
197
264
|
CreateModelPackageOutput = Shapes::StructureShape.new(name: 'CreateModelPackageOutput')
|
265
|
+
CreateModelQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelQualityJobDefinitionRequest')
|
266
|
+
CreateModelQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'CreateModelQualityJobDefinitionResponse')
|
198
267
|
CreateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleRequest')
|
199
268
|
CreateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'CreateMonitoringScheduleResponse')
|
200
269
|
CreateNotebookInstanceInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceInput')
|
201
270
|
CreateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigInput')
|
202
271
|
CreateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceLifecycleConfigOutput')
|
203
272
|
CreateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'CreateNotebookInstanceOutput')
|
273
|
+
CreatePipelineRequest = Shapes::StructureShape.new(name: 'CreatePipelineRequest')
|
274
|
+
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
204
275
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
205
276
|
CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
|
206
277
|
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
207
278
|
CreatePresignedNotebookInstanceUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlOutput')
|
208
279
|
CreateProcessingJobRequest = Shapes::StructureShape.new(name: 'CreateProcessingJobRequest')
|
209
280
|
CreateProcessingJobResponse = Shapes::StructureShape.new(name: 'CreateProcessingJobResponse')
|
281
|
+
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
282
|
+
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
210
283
|
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
211
284
|
CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
|
212
285
|
CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
|
@@ -228,10 +301,17 @@ module Aws::SageMaker
|
|
228
301
|
CustomImages = Shapes::ListShape.new(name: 'CustomImages')
|
229
302
|
DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
|
230
303
|
DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
|
304
|
+
DataCatalogConfig = Shapes::StructureShape.new(name: 'DataCatalogConfig')
|
305
|
+
DataDistributionType = Shapes::StringShape.new(name: 'DataDistributionType')
|
231
306
|
DataExplorationNotebookLocation = Shapes::StringShape.new(name: 'DataExplorationNotebookLocation')
|
232
307
|
DataInputConfig = Shapes::StringShape.new(name: 'DataInputConfig')
|
233
308
|
DataProcessing = Shapes::StructureShape.new(name: 'DataProcessing')
|
309
|
+
DataQualityAppSpecification = Shapes::StructureShape.new(name: 'DataQualityAppSpecification')
|
310
|
+
DataQualityBaselineConfig = Shapes::StructureShape.new(name: 'DataQualityBaselineConfig')
|
311
|
+
DataQualityJobInput = Shapes::StructureShape.new(name: 'DataQualityJobInput')
|
234
312
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
313
|
+
Database = Shapes::StringShape.new(name: 'Database')
|
314
|
+
DatasetDefinition = Shapes::StructureShape.new(name: 'DatasetDefinition')
|
235
315
|
DebugHookConfig = Shapes::StructureShape.new(name: 'DebugHookConfig')
|
236
316
|
DebugRuleConfiguration = Shapes::StructureShape.new(name: 'DebugRuleConfiguration')
|
237
317
|
DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
|
@@ -239,15 +319,26 @@ module Aws::SageMaker
|
|
239
319
|
DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
|
240
320
|
DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
|
241
321
|
DefaultUid = Shapes::IntegerShape.new(name: 'DefaultUid')
|
322
|
+
DeleteActionRequest = Shapes::StructureShape.new(name: 'DeleteActionRequest')
|
323
|
+
DeleteActionResponse = Shapes::StructureShape.new(name: 'DeleteActionResponse')
|
242
324
|
DeleteAlgorithmInput = Shapes::StructureShape.new(name: 'DeleteAlgorithmInput')
|
243
325
|
DeleteAppImageConfigRequest = Shapes::StructureShape.new(name: 'DeleteAppImageConfigRequest')
|
244
326
|
DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
|
327
|
+
DeleteArtifactRequest = Shapes::StructureShape.new(name: 'DeleteArtifactRequest')
|
328
|
+
DeleteArtifactResponse = Shapes::StructureShape.new(name: 'DeleteArtifactResponse')
|
329
|
+
DeleteAssociationRequest = Shapes::StructureShape.new(name: 'DeleteAssociationRequest')
|
330
|
+
DeleteAssociationResponse = Shapes::StructureShape.new(name: 'DeleteAssociationResponse')
|
245
331
|
DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
|
332
|
+
DeleteContextRequest = Shapes::StructureShape.new(name: 'DeleteContextRequest')
|
333
|
+
DeleteContextResponse = Shapes::StructureShape.new(name: 'DeleteContextResponse')
|
334
|
+
DeleteDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityJobDefinitionRequest')
|
335
|
+
DeleteDeviceFleetRequest = Shapes::StructureShape.new(name: 'DeleteDeviceFleetRequest')
|
246
336
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
247
337
|
DeleteEndpointConfigInput = Shapes::StructureShape.new(name: 'DeleteEndpointConfigInput')
|
248
338
|
DeleteEndpointInput = Shapes::StructureShape.new(name: 'DeleteEndpointInput')
|
249
339
|
DeleteExperimentRequest = Shapes::StructureShape.new(name: 'DeleteExperimentRequest')
|
250
340
|
DeleteExperimentResponse = Shapes::StructureShape.new(name: 'DeleteExperimentResponse')
|
341
|
+
DeleteFeatureGroupRequest = Shapes::StructureShape.new(name: 'DeleteFeatureGroupRequest')
|
251
342
|
DeleteFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionRequest')
|
252
343
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
253
344
|
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
@@ -256,11 +347,19 @@ module Aws::SageMaker
|
|
256
347
|
DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
|
257
348
|
DeleteImageVersionRequest = Shapes::StructureShape.new(name: 'DeleteImageVersionRequest')
|
258
349
|
DeleteImageVersionResponse = Shapes::StructureShape.new(name: 'DeleteImageVersionResponse')
|
350
|
+
DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
|
351
|
+
DeleteModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelExplainabilityJobDefinitionRequest')
|
259
352
|
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
353
|
+
DeleteModelPackageGroupInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupInput')
|
354
|
+
DeleteModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'DeleteModelPackageGroupPolicyInput')
|
260
355
|
DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
|
356
|
+
DeleteModelQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelQualityJobDefinitionRequest')
|
261
357
|
DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
|
262
358
|
DeleteNotebookInstanceInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceInput')
|
263
359
|
DeleteNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DeleteNotebookInstanceLifecycleConfigInput')
|
360
|
+
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
361
|
+
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
362
|
+
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
264
363
|
DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
|
265
364
|
DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
|
266
365
|
DeleteTrialComponentRequest = Shapes::StructureShape.new(name: 'DeleteTrialComponentRequest')
|
@@ -274,26 +373,44 @@ module Aws::SageMaker
|
|
274
373
|
DeleteWorkteamResponse = Shapes::StructureShape.new(name: 'DeleteWorkteamResponse')
|
275
374
|
DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
|
276
375
|
DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
|
376
|
+
DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
|
377
|
+
DeregisterDevicesRequest = Shapes::StructureShape.new(name: 'DeregisterDevicesRequest')
|
378
|
+
DescribeActionRequest = Shapes::StructureShape.new(name: 'DescribeActionRequest')
|
379
|
+
DescribeActionResponse = Shapes::StructureShape.new(name: 'DescribeActionResponse')
|
277
380
|
DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
|
278
381
|
DescribeAlgorithmOutput = Shapes::StructureShape.new(name: 'DescribeAlgorithmOutput')
|
279
382
|
DescribeAppImageConfigRequest = Shapes::StructureShape.new(name: 'DescribeAppImageConfigRequest')
|
280
383
|
DescribeAppImageConfigResponse = Shapes::StructureShape.new(name: 'DescribeAppImageConfigResponse')
|
281
384
|
DescribeAppRequest = Shapes::StructureShape.new(name: 'DescribeAppRequest')
|
282
385
|
DescribeAppResponse = Shapes::StructureShape.new(name: 'DescribeAppResponse')
|
386
|
+
DescribeArtifactRequest = Shapes::StructureShape.new(name: 'DescribeArtifactRequest')
|
387
|
+
DescribeArtifactResponse = Shapes::StructureShape.new(name: 'DescribeArtifactResponse')
|
283
388
|
DescribeAutoMLJobRequest = Shapes::StructureShape.new(name: 'DescribeAutoMLJobRequest')
|
284
389
|
DescribeAutoMLJobResponse = Shapes::StructureShape.new(name: 'DescribeAutoMLJobResponse')
|
285
390
|
DescribeCodeRepositoryInput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryInput')
|
286
391
|
DescribeCodeRepositoryOutput = Shapes::StructureShape.new(name: 'DescribeCodeRepositoryOutput')
|
287
392
|
DescribeCompilationJobRequest = Shapes::StructureShape.new(name: 'DescribeCompilationJobRequest')
|
288
393
|
DescribeCompilationJobResponse = Shapes::StructureShape.new(name: 'DescribeCompilationJobResponse')
|
394
|
+
DescribeContextRequest = Shapes::StructureShape.new(name: 'DescribeContextRequest')
|
395
|
+
DescribeContextResponse = Shapes::StructureShape.new(name: 'DescribeContextResponse')
|
396
|
+
DescribeDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeDataQualityJobDefinitionRequest')
|
397
|
+
DescribeDataQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeDataQualityJobDefinitionResponse')
|
398
|
+
DescribeDeviceFleetRequest = Shapes::StructureShape.new(name: 'DescribeDeviceFleetRequest')
|
399
|
+
DescribeDeviceFleetResponse = Shapes::StructureShape.new(name: 'DescribeDeviceFleetResponse')
|
400
|
+
DescribeDeviceRequest = Shapes::StructureShape.new(name: 'DescribeDeviceRequest')
|
401
|
+
DescribeDeviceResponse = Shapes::StructureShape.new(name: 'DescribeDeviceResponse')
|
289
402
|
DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
|
290
403
|
DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
|
404
|
+
DescribeEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'DescribeEdgePackagingJobRequest')
|
405
|
+
DescribeEdgePackagingJobResponse = Shapes::StructureShape.new(name: 'DescribeEdgePackagingJobResponse')
|
291
406
|
DescribeEndpointConfigInput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigInput')
|
292
407
|
DescribeEndpointConfigOutput = Shapes::StructureShape.new(name: 'DescribeEndpointConfigOutput')
|
293
408
|
DescribeEndpointInput = Shapes::StructureShape.new(name: 'DescribeEndpointInput')
|
294
409
|
DescribeEndpointOutput = Shapes::StructureShape.new(name: 'DescribeEndpointOutput')
|
295
410
|
DescribeExperimentRequest = Shapes::StructureShape.new(name: 'DescribeExperimentRequest')
|
296
411
|
DescribeExperimentResponse = Shapes::StructureShape.new(name: 'DescribeExperimentResponse')
|
412
|
+
DescribeFeatureGroupRequest = Shapes::StructureShape.new(name: 'DescribeFeatureGroupRequest')
|
413
|
+
DescribeFeatureGroupResponse = Shapes::StructureShape.new(name: 'DescribeFeatureGroupResponse')
|
297
414
|
DescribeFlowDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionRequest')
|
298
415
|
DescribeFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeFlowDefinitionResponse')
|
299
416
|
DescribeHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiRequest')
|
@@ -306,18 +423,34 @@ module Aws::SageMaker
|
|
306
423
|
DescribeImageVersionResponse = Shapes::StructureShape.new(name: 'DescribeImageVersionResponse')
|
307
424
|
DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
|
308
425
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
426
|
+
DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
|
427
|
+
DescribeModelBiasJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionResponse')
|
428
|
+
DescribeModelExplainabilityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelExplainabilityJobDefinitionRequest')
|
429
|
+
DescribeModelExplainabilityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelExplainabilityJobDefinitionResponse')
|
309
430
|
DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
|
310
431
|
DescribeModelOutput = Shapes::StructureShape.new(name: 'DescribeModelOutput')
|
432
|
+
DescribeModelPackageGroupInput = Shapes::StructureShape.new(name: 'DescribeModelPackageGroupInput')
|
433
|
+
DescribeModelPackageGroupOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageGroupOutput')
|
311
434
|
DescribeModelPackageInput = Shapes::StructureShape.new(name: 'DescribeModelPackageInput')
|
312
435
|
DescribeModelPackageOutput = Shapes::StructureShape.new(name: 'DescribeModelPackageOutput')
|
436
|
+
DescribeModelQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelQualityJobDefinitionRequest')
|
437
|
+
DescribeModelQualityJobDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeModelQualityJobDefinitionResponse')
|
313
438
|
DescribeMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleRequest')
|
314
439
|
DescribeMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'DescribeMonitoringScheduleResponse')
|
315
440
|
DescribeNotebookInstanceInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceInput')
|
316
441
|
DescribeNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigInput')
|
317
442
|
DescribeNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceLifecycleConfigOutput')
|
318
443
|
DescribeNotebookInstanceOutput = Shapes::StructureShape.new(name: 'DescribeNotebookInstanceOutput')
|
444
|
+
DescribePipelineDefinitionForExecutionRequest = Shapes::StructureShape.new(name: 'DescribePipelineDefinitionForExecutionRequest')
|
445
|
+
DescribePipelineDefinitionForExecutionResponse = Shapes::StructureShape.new(name: 'DescribePipelineDefinitionForExecutionResponse')
|
446
|
+
DescribePipelineExecutionRequest = Shapes::StructureShape.new(name: 'DescribePipelineExecutionRequest')
|
447
|
+
DescribePipelineExecutionResponse = Shapes::StructureShape.new(name: 'DescribePipelineExecutionResponse')
|
448
|
+
DescribePipelineRequest = Shapes::StructureShape.new(name: 'DescribePipelineRequest')
|
449
|
+
DescribePipelineResponse = Shapes::StructureShape.new(name: 'DescribePipelineResponse')
|
319
450
|
DescribeProcessingJobRequest = Shapes::StructureShape.new(name: 'DescribeProcessingJobRequest')
|
320
451
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
452
|
+
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
453
|
+
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
321
454
|
DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
|
322
455
|
DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
|
323
456
|
DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
|
@@ -334,13 +467,30 @@ module Aws::SageMaker
|
|
334
467
|
DescribeWorkforceResponse = Shapes::StructureShape.new(name: 'DescribeWorkforceResponse')
|
335
468
|
DescribeWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeWorkteamRequest')
|
336
469
|
DescribeWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeWorkteamResponse')
|
470
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
337
471
|
DesiredWeightAndCapacity = Shapes::StructureShape.new(name: 'DesiredWeightAndCapacity')
|
338
472
|
DesiredWeightAndCapacityList = Shapes::ListShape.new(name: 'DesiredWeightAndCapacityList')
|
339
473
|
DestinationS3Uri = Shapes::StringShape.new(name: 'DestinationS3Uri')
|
340
474
|
DetailedAlgorithmStatus = Shapes::StringShape.new(name: 'DetailedAlgorithmStatus')
|
341
475
|
DetailedModelPackageStatus = Shapes::StringShape.new(name: 'DetailedModelPackageStatus')
|
476
|
+
Device = Shapes::StructureShape.new(name: 'Device')
|
477
|
+
DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
|
478
|
+
DeviceDescription = Shapes::StringShape.new(name: 'DeviceDescription')
|
479
|
+
DeviceFleetArn = Shapes::StringShape.new(name: 'DeviceFleetArn')
|
480
|
+
DeviceFleetDescription = Shapes::StringShape.new(name: 'DeviceFleetDescription')
|
481
|
+
DeviceFleetSummaries = Shapes::ListShape.new(name: 'DeviceFleetSummaries')
|
482
|
+
DeviceFleetSummary = Shapes::StructureShape.new(name: 'DeviceFleetSummary')
|
483
|
+
DeviceName = Shapes::StringShape.new(name: 'DeviceName')
|
484
|
+
DeviceNames = Shapes::ListShape.new(name: 'DeviceNames')
|
485
|
+
DeviceStats = Shapes::StructureShape.new(name: 'DeviceStats')
|
486
|
+
DeviceSummaries = Shapes::ListShape.new(name: 'DeviceSummaries')
|
487
|
+
DeviceSummary = Shapes::StructureShape.new(name: 'DeviceSummary')
|
488
|
+
Devices = Shapes::ListShape.new(name: 'Devices')
|
342
489
|
DirectInternetAccess = Shapes::StringShape.new(name: 'DirectInternetAccess')
|
343
490
|
DirectoryPath = Shapes::StringShape.new(name: 'DirectoryPath')
|
491
|
+
DisableProfiler = Shapes::BooleanShape.new(name: 'DisableProfiler')
|
492
|
+
DisableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'DisableSagemakerServicecatalogPortfolioInput')
|
493
|
+
DisableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'DisableSagemakerServicecatalogPortfolioOutput')
|
344
494
|
DisassociateAdditionalCodeRepositories = Shapes::BooleanShape.new(name: 'DisassociateAdditionalCodeRepositories')
|
345
495
|
DisassociateDefaultCodeRepository = Shapes::BooleanShape.new(name: 'DisassociateDefaultCodeRepository')
|
346
496
|
DisassociateNotebookInstanceAcceleratorTypes = Shapes::BooleanShape.new(name: 'DisassociateNotebookInstanceAcceleratorTypes')
|
@@ -355,8 +505,23 @@ module Aws::SageMaker
|
|
355
505
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
356
506
|
DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
|
357
507
|
DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
|
508
|
+
EdgeModel = Shapes::StructureShape.new(name: 'EdgeModel')
|
509
|
+
EdgeModelStat = Shapes::StructureShape.new(name: 'EdgeModelStat')
|
510
|
+
EdgeModelStats = Shapes::ListShape.new(name: 'EdgeModelStats')
|
511
|
+
EdgeModelSummaries = Shapes::ListShape.new(name: 'EdgeModelSummaries')
|
512
|
+
EdgeModelSummary = Shapes::StructureShape.new(name: 'EdgeModelSummary')
|
513
|
+
EdgeModels = Shapes::ListShape.new(name: 'EdgeModels')
|
514
|
+
EdgeOutputConfig = Shapes::StructureShape.new(name: 'EdgeOutputConfig')
|
515
|
+
EdgePackagingJobArn = Shapes::StringShape.new(name: 'EdgePackagingJobArn')
|
516
|
+
EdgePackagingJobStatus = Shapes::StringShape.new(name: 'EdgePackagingJobStatus')
|
517
|
+
EdgePackagingJobSummaries = Shapes::ListShape.new(name: 'EdgePackagingJobSummaries')
|
518
|
+
EdgePackagingJobSummary = Shapes::StructureShape.new(name: 'EdgePackagingJobSummary')
|
519
|
+
EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
|
358
520
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
359
521
|
EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
|
522
|
+
EnableSagemakerServicecatalogPortfolioInput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioInput')
|
523
|
+
EnableSagemakerServicecatalogPortfolioOutput = Shapes::StructureShape.new(name: 'EnableSagemakerServicecatalogPortfolioOutput')
|
524
|
+
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
360
525
|
EndpointArn = Shapes::StringShape.new(name: 'EndpointArn')
|
361
526
|
EndpointConfigArn = Shapes::StringShape.new(name: 'EndpointConfigArn')
|
362
527
|
EndpointConfigName = Shapes::StringShape.new(name: 'EndpointConfigName')
|
@@ -387,7 +552,22 @@ module Aws::SageMaker
|
|
387
552
|
ExperimentSourceArn = Shapes::StringShape.new(name: 'ExperimentSourceArn')
|
388
553
|
ExperimentSummaries = Shapes::ListShape.new(name: 'ExperimentSummaries')
|
389
554
|
ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
|
555
|
+
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
390
556
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
557
|
+
FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
|
558
|
+
FeatureDefinitions = Shapes::ListShape.new(name: 'FeatureDefinitions')
|
559
|
+
FeatureGroup = Shapes::StructureShape.new(name: 'FeatureGroup')
|
560
|
+
FeatureGroupArn = Shapes::StringShape.new(name: 'FeatureGroupArn')
|
561
|
+
FeatureGroupMaxResults = Shapes::IntegerShape.new(name: 'FeatureGroupMaxResults')
|
562
|
+
FeatureGroupName = Shapes::StringShape.new(name: 'FeatureGroupName')
|
563
|
+
FeatureGroupNameContains = Shapes::StringShape.new(name: 'FeatureGroupNameContains')
|
564
|
+
FeatureGroupSortBy = Shapes::StringShape.new(name: 'FeatureGroupSortBy')
|
565
|
+
FeatureGroupSortOrder = Shapes::StringShape.new(name: 'FeatureGroupSortOrder')
|
566
|
+
FeatureGroupStatus = Shapes::StringShape.new(name: 'FeatureGroupStatus')
|
567
|
+
FeatureGroupSummaries = Shapes::ListShape.new(name: 'FeatureGroupSummaries')
|
568
|
+
FeatureGroupSummary = Shapes::StructureShape.new(name: 'FeatureGroupSummary')
|
569
|
+
FeatureName = Shapes::StringShape.new(name: 'FeatureName')
|
570
|
+
FeatureType = Shapes::StringShape.new(name: 'FeatureType')
|
391
571
|
FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
|
392
572
|
FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
|
393
573
|
FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
|
@@ -414,7 +594,14 @@ module Aws::SageMaker
|
|
414
594
|
FlowDefinitionTaskTimeLimitInSeconds = Shapes::IntegerShape.new(name: 'FlowDefinitionTaskTimeLimitInSeconds')
|
415
595
|
FlowDefinitionTaskTitle = Shapes::StringShape.new(name: 'FlowDefinitionTaskTitle')
|
416
596
|
Framework = Shapes::StringShape.new(name: 'Framework')
|
597
|
+
FrameworkVersion = Shapes::StringShape.new(name: 'FrameworkVersion')
|
417
598
|
GenerateCandidateDefinitionsOnly = Shapes::BooleanShape.new(name: 'GenerateCandidateDefinitionsOnly')
|
599
|
+
GetDeviceFleetReportRequest = Shapes::StructureShape.new(name: 'GetDeviceFleetReportRequest')
|
600
|
+
GetDeviceFleetReportResponse = Shapes::StructureShape.new(name: 'GetDeviceFleetReportResponse')
|
601
|
+
GetModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyInput')
|
602
|
+
GetModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'GetModelPackageGroupPolicyOutput')
|
603
|
+
GetSagemakerServicecatalogPortfolioStatusInput = Shapes::StructureShape.new(name: 'GetSagemakerServicecatalogPortfolioStatusInput')
|
604
|
+
GetSagemakerServicecatalogPortfolioStatusOutput = Shapes::StructureShape.new(name: 'GetSagemakerServicecatalogPortfolioStatusOutput')
|
418
605
|
GetSearchSuggestionsRequest = Shapes::StructureShape.new(name: 'GetSearchSuggestionsRequest')
|
419
606
|
GetSearchSuggestionsResponse = Shapes::StructureShape.new(name: 'GetSearchSuggestionsResponse')
|
420
607
|
GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
|
@@ -459,6 +646,7 @@ module Aws::SageMaker
|
|
459
646
|
HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
|
460
647
|
HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
|
461
648
|
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
649
|
+
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
462
650
|
Image = Shapes::StructureShape.new(name: 'Image')
|
463
651
|
ImageArn = Shapes::StringShape.new(name: 'ImageArn')
|
464
652
|
ImageBaseImage = Shapes::StringShape.new(name: 'ImageBaseImage')
|
@@ -486,13 +674,16 @@ module Aws::SageMaker
|
|
486
674
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
487
675
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
488
676
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
677
|
+
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
489
678
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
490
679
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
680
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
491
681
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
492
682
|
IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
|
493
683
|
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
494
684
|
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
495
685
|
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
686
|
+
IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
|
496
687
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
497
688
|
JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
|
498
689
|
JoinSource = Shapes::StringShape.new(name: 'JoinSource')
|
@@ -531,12 +722,19 @@ module Aws::SageMaker
|
|
531
722
|
LabelingJobSummaryList = Shapes::ListShape.new(name: 'LabelingJobSummaryList')
|
532
723
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
533
724
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
725
|
+
LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
|
726
|
+
ListActionsRequest = Shapes::StructureShape.new(name: 'ListActionsRequest')
|
727
|
+
ListActionsResponse = Shapes::StructureShape.new(name: 'ListActionsResponse')
|
534
728
|
ListAlgorithmsInput = Shapes::StructureShape.new(name: 'ListAlgorithmsInput')
|
535
729
|
ListAlgorithmsOutput = Shapes::StructureShape.new(name: 'ListAlgorithmsOutput')
|
536
730
|
ListAppImageConfigsRequest = Shapes::StructureShape.new(name: 'ListAppImageConfigsRequest')
|
537
731
|
ListAppImageConfigsResponse = Shapes::StructureShape.new(name: 'ListAppImageConfigsResponse')
|
538
732
|
ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
|
539
733
|
ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
|
734
|
+
ListArtifactsRequest = Shapes::StructureShape.new(name: 'ListArtifactsRequest')
|
735
|
+
ListArtifactsResponse = Shapes::StructureShape.new(name: 'ListArtifactsResponse')
|
736
|
+
ListAssociationsRequest = Shapes::StructureShape.new(name: 'ListAssociationsRequest')
|
737
|
+
ListAssociationsResponse = Shapes::StructureShape.new(name: 'ListAssociationsResponse')
|
540
738
|
ListAutoMLJobsRequest = Shapes::StructureShape.new(name: 'ListAutoMLJobsRequest')
|
541
739
|
ListAutoMLJobsResponse = Shapes::StructureShape.new(name: 'ListAutoMLJobsResponse')
|
542
740
|
ListCandidatesForAutoMLJobRequest = Shapes::StructureShape.new(name: 'ListCandidatesForAutoMLJobRequest')
|
@@ -546,14 +744,28 @@ module Aws::SageMaker
|
|
546
744
|
ListCompilationJobsRequest = Shapes::StructureShape.new(name: 'ListCompilationJobsRequest')
|
547
745
|
ListCompilationJobsResponse = Shapes::StructureShape.new(name: 'ListCompilationJobsResponse')
|
548
746
|
ListCompilationJobsSortBy = Shapes::StringShape.new(name: 'ListCompilationJobsSortBy')
|
747
|
+
ListContextsRequest = Shapes::StructureShape.new(name: 'ListContextsRequest')
|
748
|
+
ListContextsResponse = Shapes::StructureShape.new(name: 'ListContextsResponse')
|
749
|
+
ListDataQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsRequest')
|
750
|
+
ListDataQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListDataQualityJobDefinitionsResponse')
|
751
|
+
ListDeviceFleetsRequest = Shapes::StructureShape.new(name: 'ListDeviceFleetsRequest')
|
752
|
+
ListDeviceFleetsResponse = Shapes::StructureShape.new(name: 'ListDeviceFleetsResponse')
|
753
|
+
ListDeviceFleetsSortBy = Shapes::StringShape.new(name: 'ListDeviceFleetsSortBy')
|
754
|
+
ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
|
755
|
+
ListDevicesResponse = Shapes::StructureShape.new(name: 'ListDevicesResponse')
|
549
756
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
550
757
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
758
|
+
ListEdgePackagingJobsRequest = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsRequest')
|
759
|
+
ListEdgePackagingJobsResponse = Shapes::StructureShape.new(name: 'ListEdgePackagingJobsResponse')
|
760
|
+
ListEdgePackagingJobsSortBy = Shapes::StringShape.new(name: 'ListEdgePackagingJobsSortBy')
|
551
761
|
ListEndpointConfigsInput = Shapes::StructureShape.new(name: 'ListEndpointConfigsInput')
|
552
762
|
ListEndpointConfigsOutput = Shapes::StructureShape.new(name: 'ListEndpointConfigsOutput')
|
553
763
|
ListEndpointsInput = Shapes::StructureShape.new(name: 'ListEndpointsInput')
|
554
764
|
ListEndpointsOutput = Shapes::StructureShape.new(name: 'ListEndpointsOutput')
|
555
765
|
ListExperimentsRequest = Shapes::StructureShape.new(name: 'ListExperimentsRequest')
|
556
766
|
ListExperimentsResponse = Shapes::StructureShape.new(name: 'ListExperimentsResponse')
|
767
|
+
ListFeatureGroupsRequest = Shapes::StructureShape.new(name: 'ListFeatureGroupsRequest')
|
768
|
+
ListFeatureGroupsResponse = Shapes::StructureShape.new(name: 'ListFeatureGroupsResponse')
|
557
769
|
ListFlowDefinitionsRequest = Shapes::StructureShape.new(name: 'ListFlowDefinitionsRequest')
|
558
770
|
ListFlowDefinitionsResponse = Shapes::StructureShape.new(name: 'ListFlowDefinitionsResponse')
|
559
771
|
ListHumanTaskUisRequest = Shapes::StructureShape.new(name: 'ListHumanTaskUisRequest')
|
@@ -569,8 +781,18 @@ module Aws::SageMaker
|
|
569
781
|
ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
|
570
782
|
ListLabelingJobsRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsRequest')
|
571
783
|
ListLabelingJobsResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsResponse')
|
784
|
+
ListLineageEntityParameterKey = Shapes::ListShape.new(name: 'ListLineageEntityParameterKey')
|
785
|
+
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
786
|
+
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
787
|
+
ListModelBiasJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsResponse')
|
788
|
+
ListModelExplainabilityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsRequest')
|
789
|
+
ListModelExplainabilityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelExplainabilityJobDefinitionsResponse')
|
790
|
+
ListModelPackageGroupsInput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsInput')
|
791
|
+
ListModelPackageGroupsOutput = Shapes::StructureShape.new(name: 'ListModelPackageGroupsOutput')
|
572
792
|
ListModelPackagesInput = Shapes::StructureShape.new(name: 'ListModelPackagesInput')
|
573
793
|
ListModelPackagesOutput = Shapes::StructureShape.new(name: 'ListModelPackagesOutput')
|
794
|
+
ListModelQualityJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsRequest')
|
795
|
+
ListModelQualityJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListModelQualityJobDefinitionsResponse')
|
574
796
|
ListModelsInput = Shapes::StructureShape.new(name: 'ListModelsInput')
|
575
797
|
ListModelsOutput = Shapes::StructureShape.new(name: 'ListModelsOutput')
|
576
798
|
ListMonitoringExecutionsRequest = Shapes::StructureShape.new(name: 'ListMonitoringExecutionsRequest')
|
@@ -581,8 +803,18 @@ module Aws::SageMaker
|
|
581
803
|
ListNotebookInstanceLifecycleConfigsOutput = Shapes::StructureShape.new(name: 'ListNotebookInstanceLifecycleConfigsOutput')
|
582
804
|
ListNotebookInstancesInput = Shapes::StructureShape.new(name: 'ListNotebookInstancesInput')
|
583
805
|
ListNotebookInstancesOutput = Shapes::StructureShape.new(name: 'ListNotebookInstancesOutput')
|
806
|
+
ListPipelineExecutionStepsRequest = Shapes::StructureShape.new(name: 'ListPipelineExecutionStepsRequest')
|
807
|
+
ListPipelineExecutionStepsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionStepsResponse')
|
808
|
+
ListPipelineExecutionsRequest = Shapes::StructureShape.new(name: 'ListPipelineExecutionsRequest')
|
809
|
+
ListPipelineExecutionsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionsResponse')
|
810
|
+
ListPipelineParametersForExecutionRequest = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionRequest')
|
811
|
+
ListPipelineParametersForExecutionResponse = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionResponse')
|
812
|
+
ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
|
813
|
+
ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
|
584
814
|
ListProcessingJobsRequest = Shapes::StructureShape.new(name: 'ListProcessingJobsRequest')
|
585
815
|
ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
|
816
|
+
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
817
|
+
ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
|
586
818
|
ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
|
587
819
|
ListSubscribedWorkteamsResponse = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsResponse')
|
588
820
|
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
@@ -607,6 +839,7 @@ module Aws::SageMaker
|
|
607
839
|
ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
|
608
840
|
ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
|
609
841
|
ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
|
842
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
610
843
|
MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
|
611
844
|
MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
|
612
845
|
MaxConcurrentTaskCount = Shapes::IntegerShape.new(name: 'MaxConcurrentTaskCount')
|
@@ -620,23 +853,45 @@ module Aws::SageMaker
|
|
620
853
|
MaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimeInSeconds')
|
621
854
|
MaxRuntimePerTrainingJobInSeconds = Shapes::IntegerShape.new(name: 'MaxRuntimePerTrainingJobInSeconds')
|
622
855
|
MaxWaitTimeInSeconds = Shapes::IntegerShape.new(name: 'MaxWaitTimeInSeconds')
|
856
|
+
MaximumExecutionTimeoutInSeconds = Shapes::IntegerShape.new(name: 'MaximumExecutionTimeoutInSeconds')
|
623
857
|
MediaType = Shapes::StringShape.new(name: 'MediaType')
|
624
858
|
MemberDefinition = Shapes::StructureShape.new(name: 'MemberDefinition')
|
625
859
|
MemberDefinitions = Shapes::ListShape.new(name: 'MemberDefinitions')
|
860
|
+
MetadataProperties = Shapes::StructureShape.new(name: 'MetadataProperties')
|
861
|
+
MetadataPropertyValue = Shapes::StringShape.new(name: 'MetadataPropertyValue')
|
626
862
|
MetricData = Shapes::StructureShape.new(name: 'MetricData')
|
627
863
|
MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
|
628
864
|
MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
|
629
865
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
630
866
|
MetricRegex = Shapes::StringShape.new(name: 'MetricRegex')
|
631
867
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
868
|
+
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
869
|
+
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
632
870
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
633
871
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
872
|
+
ModelBiasAppSpecification = Shapes::StructureShape.new(name: 'ModelBiasAppSpecification')
|
873
|
+
ModelBiasBaselineConfig = Shapes::StructureShape.new(name: 'ModelBiasBaselineConfig')
|
874
|
+
ModelBiasJobInput = Shapes::StructureShape.new(name: 'ModelBiasJobInput')
|
875
|
+
ModelCacheSetting = Shapes::StringShape.new(name: 'ModelCacheSetting')
|
634
876
|
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
877
|
+
ModelDataQuality = Shapes::StructureShape.new(name: 'ModelDataQuality')
|
878
|
+
ModelDigests = Shapes::StructureShape.new(name: 'ModelDigests')
|
879
|
+
ModelExplainabilityAppSpecification = Shapes::StructureShape.new(name: 'ModelExplainabilityAppSpecification')
|
880
|
+
ModelExplainabilityBaselineConfig = Shapes::StructureShape.new(name: 'ModelExplainabilityBaselineConfig')
|
881
|
+
ModelExplainabilityJobInput = Shapes::StructureShape.new(name: 'ModelExplainabilityJobInput')
|
882
|
+
ModelMetrics = Shapes::StructureShape.new(name: 'ModelMetrics')
|
635
883
|
ModelName = Shapes::StringShape.new(name: 'ModelName')
|
636
884
|
ModelNameContains = Shapes::StringShape.new(name: 'ModelNameContains')
|
885
|
+
ModelPackage = Shapes::StructureShape.new(name: 'ModelPackage')
|
637
886
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
638
887
|
ModelPackageContainerDefinition = Shapes::StructureShape.new(name: 'ModelPackageContainerDefinition')
|
639
888
|
ModelPackageContainerDefinitionList = Shapes::ListShape.new(name: 'ModelPackageContainerDefinitionList')
|
889
|
+
ModelPackageGroup = Shapes::StructureShape.new(name: 'ModelPackageGroup')
|
890
|
+
ModelPackageGroupArn = Shapes::StringShape.new(name: 'ModelPackageGroupArn')
|
891
|
+
ModelPackageGroupSortBy = Shapes::StringShape.new(name: 'ModelPackageGroupSortBy')
|
892
|
+
ModelPackageGroupStatus = Shapes::StringShape.new(name: 'ModelPackageGroupStatus')
|
893
|
+
ModelPackageGroupSummary = Shapes::StructureShape.new(name: 'ModelPackageGroupSummary')
|
894
|
+
ModelPackageGroupSummaryList = Shapes::ListShape.new(name: 'ModelPackageGroupSummaryList')
|
640
895
|
ModelPackageSortBy = Shapes::StringShape.new(name: 'ModelPackageSortBy')
|
641
896
|
ModelPackageStatus = Shapes::StringShape.new(name: 'ModelPackageStatus')
|
642
897
|
ModelPackageStatusDetails = Shapes::StructureShape.new(name: 'ModelPackageStatusDetails')
|
@@ -644,10 +899,17 @@ module Aws::SageMaker
|
|
644
899
|
ModelPackageStatusItemList = Shapes::ListShape.new(name: 'ModelPackageStatusItemList')
|
645
900
|
ModelPackageSummary = Shapes::StructureShape.new(name: 'ModelPackageSummary')
|
646
901
|
ModelPackageSummaryList = Shapes::ListShape.new(name: 'ModelPackageSummaryList')
|
902
|
+
ModelPackageType = Shapes::StringShape.new(name: 'ModelPackageType')
|
647
903
|
ModelPackageValidationProfile = Shapes::StructureShape.new(name: 'ModelPackageValidationProfile')
|
648
904
|
ModelPackageValidationProfiles = Shapes::ListShape.new(name: 'ModelPackageValidationProfiles')
|
649
905
|
ModelPackageValidationSpecification = Shapes::StructureShape.new(name: 'ModelPackageValidationSpecification')
|
906
|
+
ModelPackageVersion = Shapes::IntegerShape.new(name: 'ModelPackageVersion')
|
907
|
+
ModelQuality = Shapes::StructureShape.new(name: 'ModelQuality')
|
908
|
+
ModelQualityAppSpecification = Shapes::StructureShape.new(name: 'ModelQualityAppSpecification')
|
909
|
+
ModelQualityBaselineConfig = Shapes::StructureShape.new(name: 'ModelQualityBaselineConfig')
|
910
|
+
ModelQualityJobInput = Shapes::StructureShape.new(name: 'ModelQualityJobInput')
|
650
911
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
912
|
+
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
651
913
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
652
914
|
ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
|
653
915
|
MonitoringAppSpecification = Shapes::StructureShape.new(name: 'MonitoringAppSpecification')
|
@@ -659,25 +921,38 @@ module Aws::SageMaker
|
|
659
921
|
MonitoringExecutionSortKey = Shapes::StringShape.new(name: 'MonitoringExecutionSortKey')
|
660
922
|
MonitoringExecutionSummary = Shapes::StructureShape.new(name: 'MonitoringExecutionSummary')
|
661
923
|
MonitoringExecutionSummaryList = Shapes::ListShape.new(name: 'MonitoringExecutionSummaryList')
|
924
|
+
MonitoringGroundTruthS3Input = Shapes::StructureShape.new(name: 'MonitoringGroundTruthS3Input')
|
662
925
|
MonitoringInput = Shapes::StructureShape.new(name: 'MonitoringInput')
|
663
926
|
MonitoringInputs = Shapes::ListShape.new(name: 'MonitoringInputs')
|
664
927
|
MonitoringJobDefinition = Shapes::StructureShape.new(name: 'MonitoringJobDefinition')
|
928
|
+
MonitoringJobDefinitionArn = Shapes::StringShape.new(name: 'MonitoringJobDefinitionArn')
|
929
|
+
MonitoringJobDefinitionName = Shapes::StringShape.new(name: 'MonitoringJobDefinitionName')
|
930
|
+
MonitoringJobDefinitionSortKey = Shapes::StringShape.new(name: 'MonitoringJobDefinitionSortKey')
|
931
|
+
MonitoringJobDefinitionSummary = Shapes::StructureShape.new(name: 'MonitoringJobDefinitionSummary')
|
932
|
+
MonitoringJobDefinitionSummaryList = Shapes::ListShape.new(name: 'MonitoringJobDefinitionSummaryList')
|
665
933
|
MonitoringMaxRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MonitoringMaxRuntimeInSeconds')
|
934
|
+
MonitoringNetworkConfig = Shapes::StructureShape.new(name: 'MonitoringNetworkConfig')
|
666
935
|
MonitoringOutput = Shapes::StructureShape.new(name: 'MonitoringOutput')
|
667
936
|
MonitoringOutputConfig = Shapes::StructureShape.new(name: 'MonitoringOutputConfig')
|
668
937
|
MonitoringOutputs = Shapes::ListShape.new(name: 'MonitoringOutputs')
|
938
|
+
MonitoringProblemType = Shapes::StringShape.new(name: 'MonitoringProblemType')
|
669
939
|
MonitoringResources = Shapes::StructureShape.new(name: 'MonitoringResources')
|
670
940
|
MonitoringS3Output = Shapes::StructureShape.new(name: 'MonitoringS3Output')
|
671
941
|
MonitoringS3Uri = Shapes::StringShape.new(name: 'MonitoringS3Uri')
|
942
|
+
MonitoringSchedule = Shapes::StructureShape.new(name: 'MonitoringSchedule')
|
672
943
|
MonitoringScheduleArn = Shapes::StringShape.new(name: 'MonitoringScheduleArn')
|
673
944
|
MonitoringScheduleConfig = Shapes::StructureShape.new(name: 'MonitoringScheduleConfig')
|
945
|
+
MonitoringScheduleList = Shapes::ListShape.new(name: 'MonitoringScheduleList')
|
674
946
|
MonitoringScheduleName = Shapes::StringShape.new(name: 'MonitoringScheduleName')
|
675
947
|
MonitoringScheduleSortKey = Shapes::StringShape.new(name: 'MonitoringScheduleSortKey')
|
676
948
|
MonitoringScheduleSummary = Shapes::StructureShape.new(name: 'MonitoringScheduleSummary')
|
677
949
|
MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
|
678
950
|
MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
|
679
951
|
MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
|
952
|
+
MonitoringTimeOffsetString = Shapes::StringShape.new(name: 'MonitoringTimeOffsetString')
|
953
|
+
MonitoringType = Shapes::StringShape.new(name: 'MonitoringType')
|
680
954
|
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
955
|
+
MultiModelConfig = Shapes::StructureShape.new(name: 'MultiModelConfig')
|
681
956
|
NameContains = Shapes::StringShape.new(name: 'NameContains')
|
682
957
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
683
958
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
@@ -713,10 +988,15 @@ module Aws::SageMaker
|
|
713
988
|
ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
|
714
989
|
ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
|
715
990
|
ObjectiveStatusCounters = Shapes::StructureShape.new(name: 'ObjectiveStatusCounters')
|
991
|
+
OfflineStoreConfig = Shapes::StructureShape.new(name: 'OfflineStoreConfig')
|
992
|
+
OfflineStoreStatus = Shapes::StructureShape.new(name: 'OfflineStoreStatus')
|
993
|
+
OfflineStoreStatusValue = Shapes::StringShape.new(name: 'OfflineStoreStatusValue')
|
716
994
|
OidcConfig = Shapes::StructureShape.new(name: 'OidcConfig')
|
717
995
|
OidcConfigForResponse = Shapes::StructureShape.new(name: 'OidcConfigForResponse')
|
718
996
|
OidcEndpoint = Shapes::StringShape.new(name: 'OidcEndpoint')
|
719
997
|
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
998
|
+
OnlineStoreConfig = Shapes::StructureShape.new(name: 'OnlineStoreConfig')
|
999
|
+
OnlineStoreSecurityConfig = Shapes::StructureShape.new(name: 'OnlineStoreSecurityConfig')
|
720
1000
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
721
1001
|
OptionalDouble = Shapes::FloatShape.new(name: 'OptionalDouble')
|
722
1002
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
@@ -725,7 +1005,9 @@ module Aws::SageMaker
|
|
725
1005
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
726
1006
|
OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
|
727
1007
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
1008
|
+
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
728
1009
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
1010
|
+
ParameterList = Shapes::ListShape.new(name: 'ParameterList')
|
729
1011
|
ParameterName = Shapes::StringShape.new(name: 'ParameterName')
|
730
1012
|
ParameterRange = Shapes::StructureShape.new(name: 'ParameterRange')
|
731
1013
|
ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
|
@@ -736,12 +1018,34 @@ module Aws::SageMaker
|
|
736
1018
|
ParentHyperParameterTuningJob = Shapes::StructureShape.new(name: 'ParentHyperParameterTuningJob')
|
737
1019
|
ParentHyperParameterTuningJobs = Shapes::ListShape.new(name: 'ParentHyperParameterTuningJobs')
|
738
1020
|
Parents = Shapes::ListShape.new(name: 'Parents')
|
1021
|
+
Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
|
1022
|
+
PipelineArn = Shapes::StringShape.new(name: 'PipelineArn')
|
1023
|
+
PipelineDefinition = Shapes::StringShape.new(name: 'PipelineDefinition')
|
1024
|
+
PipelineDescription = Shapes::StringShape.new(name: 'PipelineDescription')
|
1025
|
+
PipelineExecution = Shapes::StructureShape.new(name: 'PipelineExecution')
|
1026
|
+
PipelineExecutionArn = Shapes::StringShape.new(name: 'PipelineExecutionArn')
|
1027
|
+
PipelineExecutionDescription = Shapes::StringShape.new(name: 'PipelineExecutionDescription')
|
1028
|
+
PipelineExecutionName = Shapes::StringShape.new(name: 'PipelineExecutionName')
|
1029
|
+
PipelineExecutionStatus = Shapes::StringShape.new(name: 'PipelineExecutionStatus')
|
1030
|
+
PipelineExecutionStep = Shapes::StructureShape.new(name: 'PipelineExecutionStep')
|
1031
|
+
PipelineExecutionStepList = Shapes::ListShape.new(name: 'PipelineExecutionStepList')
|
1032
|
+
PipelineExecutionStepMetadata = Shapes::StructureShape.new(name: 'PipelineExecutionStepMetadata')
|
1033
|
+
PipelineExecutionSummary = Shapes::StructureShape.new(name: 'PipelineExecutionSummary')
|
1034
|
+
PipelineExecutionSummaryList = Shapes::ListShape.new(name: 'PipelineExecutionSummaryList')
|
1035
|
+
PipelineName = Shapes::StringShape.new(name: 'PipelineName')
|
1036
|
+
PipelineParameterName = Shapes::StringShape.new(name: 'PipelineParameterName')
|
1037
|
+
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
1038
|
+
PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
|
1039
|
+
PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
|
1040
|
+
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
739
1041
|
PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
|
1042
|
+
ProbabilityThresholdAttribute = Shapes::FloatShape.new(name: 'ProbabilityThresholdAttribute')
|
740
1043
|
ProblemType = Shapes::StringShape.new(name: 'ProblemType')
|
741
1044
|
ProcessingClusterConfig = Shapes::StructureShape.new(name: 'ProcessingClusterConfig')
|
742
1045
|
ProcessingEnvironmentKey = Shapes::StringShape.new(name: 'ProcessingEnvironmentKey')
|
743
1046
|
ProcessingEnvironmentMap = Shapes::MapShape.new(name: 'ProcessingEnvironmentMap')
|
744
1047
|
ProcessingEnvironmentValue = Shapes::StringShape.new(name: 'ProcessingEnvironmentValue')
|
1048
|
+
ProcessingFeatureStoreOutput = Shapes::StructureShape.new(name: 'ProcessingFeatureStoreOutput')
|
745
1049
|
ProcessingInput = Shapes::StructureShape.new(name: 'ProcessingInput')
|
746
1050
|
ProcessingInputs = Shapes::ListShape.new(name: 'ProcessingInputs')
|
747
1051
|
ProcessingInstanceCount = Shapes::IntegerShape.new(name: 'ProcessingInstanceCount')
|
@@ -750,6 +1054,7 @@ module Aws::SageMaker
|
|
750
1054
|
ProcessingJobArn = Shapes::StringShape.new(name: 'ProcessingJobArn')
|
751
1055
|
ProcessingJobName = Shapes::StringShape.new(name: 'ProcessingJobName')
|
752
1056
|
ProcessingJobStatus = Shapes::StringShape.new(name: 'ProcessingJobStatus')
|
1057
|
+
ProcessingJobStepMetadata = Shapes::StructureShape.new(name: 'ProcessingJobStepMetadata')
|
753
1058
|
ProcessingJobSummaries = Shapes::ListShape.new(name: 'ProcessingJobSummaries')
|
754
1059
|
ProcessingJobSummary = Shapes::StructureShape.new(name: 'ProcessingJobSummary')
|
755
1060
|
ProcessingLocalPath = Shapes::StringShape.new(name: 'ProcessingLocalPath')
|
@@ -775,13 +1080,46 @@ module Aws::SageMaker
|
|
775
1080
|
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
776
1081
|
ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
|
777
1082
|
ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
|
1083
|
+
ProfilerConfig = Shapes::StructureShape.new(name: 'ProfilerConfig')
|
1084
|
+
ProfilerConfigForUpdate = Shapes::StructureShape.new(name: 'ProfilerConfigForUpdate')
|
1085
|
+
ProfilerRuleConfiguration = Shapes::StructureShape.new(name: 'ProfilerRuleConfiguration')
|
1086
|
+
ProfilerRuleConfigurations = Shapes::ListShape.new(name: 'ProfilerRuleConfigurations')
|
1087
|
+
ProfilerRuleEvaluationStatus = Shapes::StructureShape.new(name: 'ProfilerRuleEvaluationStatus')
|
1088
|
+
ProfilerRuleEvaluationStatuses = Shapes::ListShape.new(name: 'ProfilerRuleEvaluationStatuses')
|
1089
|
+
ProfilingIntervalInMilliseconds = Shapes::IntegerShape.new(name: 'ProfilingIntervalInMilliseconds')
|
1090
|
+
ProfilingParameters = Shapes::MapShape.new(name: 'ProfilingParameters')
|
1091
|
+
ProfilingStatus = Shapes::StringShape.new(name: 'ProfilingStatus')
|
1092
|
+
ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
|
1093
|
+
ProjectEntityName = Shapes::StringShape.new(name: 'ProjectEntityName')
|
1094
|
+
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
1095
|
+
ProjectSortBy = Shapes::StringShape.new(name: 'ProjectSortBy')
|
1096
|
+
ProjectSortOrder = Shapes::StringShape.new(name: 'ProjectSortOrder')
|
1097
|
+
ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
|
1098
|
+
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
1099
|
+
ProjectSummaryList = Shapes::ListShape.new(name: 'ProjectSummaryList')
|
778
1100
|
PropertyNameHint = Shapes::StringShape.new(name: 'PropertyNameHint')
|
779
1101
|
PropertyNameQuery = Shapes::StructureShape.new(name: 'PropertyNameQuery')
|
780
1102
|
PropertyNameSuggestion = Shapes::StructureShape.new(name: 'PropertyNameSuggestion')
|
781
1103
|
PropertyNameSuggestionList = Shapes::ListShape.new(name: 'PropertyNameSuggestionList')
|
1104
|
+
ProvisionedProductStatusMessage = Shapes::StringShape.new(name: 'ProvisionedProductStatusMessage')
|
1105
|
+
ProvisioningParameter = Shapes::StructureShape.new(name: 'ProvisioningParameter')
|
1106
|
+
ProvisioningParameterKey = Shapes::StringShape.new(name: 'ProvisioningParameterKey')
|
1107
|
+
ProvisioningParameterValue = Shapes::StringShape.new(name: 'ProvisioningParameterValue')
|
1108
|
+
ProvisioningParameters = Shapes::ListShape.new(name: 'ProvisioningParameters')
|
782
1109
|
PublicWorkforceTaskPrice = Shapes::StructureShape.new(name: 'PublicWorkforceTaskPrice')
|
1110
|
+
PutModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyInput')
|
1111
|
+
PutModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyOutput')
|
783
1112
|
RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
|
784
1113
|
RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
|
1114
|
+
RedshiftClusterId = Shapes::StringShape.new(name: 'RedshiftClusterId')
|
1115
|
+
RedshiftDatabase = Shapes::StringShape.new(name: 'RedshiftDatabase')
|
1116
|
+
RedshiftDatasetDefinition = Shapes::StructureShape.new(name: 'RedshiftDatasetDefinition')
|
1117
|
+
RedshiftQueryString = Shapes::StringShape.new(name: 'RedshiftQueryString')
|
1118
|
+
RedshiftResultCompressionType = Shapes::StringShape.new(name: 'RedshiftResultCompressionType')
|
1119
|
+
RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
|
1120
|
+
RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
|
1121
|
+
RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
|
1122
|
+
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
785
1123
|
RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
|
786
1124
|
RenderUiTemplateResponse = Shapes::StructureShape.new(name: 'RenderUiTemplateResponse')
|
787
1125
|
RenderableTask = Shapes::StructureShape.new(name: 'RenderableTask')
|
@@ -811,7 +1149,9 @@ module Aws::SageMaker
|
|
811
1149
|
S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
|
812
1150
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
813
1151
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
1152
|
+
S3StorageConfig = Shapes::StructureShape.new(name: 'S3StorageConfig')
|
814
1153
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
1154
|
+
SagemakerServicecatalogStatus = Shapes::StringShape.new(name: 'SagemakerServicecatalogStatus')
|
815
1155
|
SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
|
816
1156
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
817
1157
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
@@ -830,14 +1170,23 @@ module Aws::SageMaker
|
|
830
1170
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
831
1171
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
832
1172
|
Seed = Shapes::IntegerShape.new(name: 'Seed')
|
1173
|
+
ServiceCatalogEntityId = Shapes::StringShape.new(name: 'ServiceCatalogEntityId')
|
1174
|
+
ServiceCatalogProvisionedProductDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisionedProductDetails')
|
1175
|
+
ServiceCatalogProvisioningDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningDetails')
|
833
1176
|
SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
|
834
1177
|
SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
|
835
1178
|
ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
|
836
1179
|
SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
|
837
1180
|
SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
|
1181
|
+
SortActionsBy = Shapes::StringShape.new(name: 'SortActionsBy')
|
1182
|
+
SortArtifactsBy = Shapes::StringShape.new(name: 'SortArtifactsBy')
|
1183
|
+
SortAssociationsBy = Shapes::StringShape.new(name: 'SortAssociationsBy')
|
838
1184
|
SortBy = Shapes::StringShape.new(name: 'SortBy')
|
1185
|
+
SortContextsBy = Shapes::StringShape.new(name: 'SortContextsBy')
|
839
1186
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
840
1187
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
1188
|
+
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
1189
|
+
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
841
1190
|
SortTrialComponentsBy = Shapes::StringShape.new(name: 'SortTrialComponentsBy')
|
842
1191
|
SortTrialsBy = Shapes::StringShape.new(name: 'SortTrialsBy')
|
843
1192
|
SourceAlgorithm = Shapes::StructureShape.new(name: 'SourceAlgorithm')
|
@@ -845,17 +1194,25 @@ module Aws::SageMaker
|
|
845
1194
|
SourceAlgorithmSpecification = Shapes::StructureShape.new(name: 'SourceAlgorithmSpecification')
|
846
1195
|
SourceIpConfig = Shapes::StructureShape.new(name: 'SourceIpConfig')
|
847
1196
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
1197
|
+
SourceUri = Shapes::StringShape.new(name: 'SourceUri')
|
848
1198
|
SplitType = Shapes::StringShape.new(name: 'SplitType')
|
849
1199
|
StartMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StartMonitoringScheduleRequest')
|
850
1200
|
StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
|
1201
|
+
StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
|
1202
|
+
StartPipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartPipelineExecutionResponse')
|
851
1203
|
StatusDetails = Shapes::StringShape.new(name: 'StatusDetails')
|
852
1204
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
1205
|
+
StepName = Shapes::StringShape.new(name: 'StepName')
|
1206
|
+
StepStatus = Shapes::StringShape.new(name: 'StepStatus')
|
853
1207
|
StopAutoMLJobRequest = Shapes::StructureShape.new(name: 'StopAutoMLJobRequest')
|
854
1208
|
StopCompilationJobRequest = Shapes::StructureShape.new(name: 'StopCompilationJobRequest')
|
1209
|
+
StopEdgePackagingJobRequest = Shapes::StructureShape.new(name: 'StopEdgePackagingJobRequest')
|
855
1210
|
StopHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'StopHyperParameterTuningJobRequest')
|
856
1211
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
857
1212
|
StopMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'StopMonitoringScheduleRequest')
|
858
1213
|
StopNotebookInstanceInput = Shapes::StructureShape.new(name: 'StopNotebookInstanceInput')
|
1214
|
+
StopPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StopPipelineExecutionRequest')
|
1215
|
+
StopPipelineExecutionResponse = Shapes::StructureShape.new(name: 'StopPipelineExecutionResponse')
|
859
1216
|
StopProcessingJobRequest = Shapes::StructureShape.new(name: 'StopProcessingJobRequest')
|
860
1217
|
StopTrainingJobRequest = Shapes::StructureShape.new(name: 'StopTrainingJobRequest')
|
861
1218
|
StopTransformJobRequest = Shapes::StructureShape.new(name: 'StopTransformJobRequest')
|
@@ -863,7 +1220,9 @@ module Aws::SageMaker
|
|
863
1220
|
String = Shapes::StringShape.new(name: 'String')
|
864
1221
|
String1024 = Shapes::StringShape.new(name: 'String1024')
|
865
1222
|
String200 = Shapes::StringShape.new(name: 'String200')
|
1223
|
+
String2048 = Shapes::StringShape.new(name: 'String2048')
|
866
1224
|
String256 = Shapes::StringShape.new(name: 'String256')
|
1225
|
+
String64 = Shapes::StringShape.new(name: 'String64')
|
867
1226
|
StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
|
868
1227
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
869
1228
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
@@ -871,6 +1230,7 @@ module Aws::SageMaker
|
|
871
1230
|
SubscribedWorkteams = Shapes::ListShape.new(name: 'SubscribedWorkteams')
|
872
1231
|
Success = Shapes::BooleanShape.new(name: 'Success')
|
873
1232
|
SuggestionQuery = Shapes::StructureShape.new(name: 'SuggestionQuery')
|
1233
|
+
TableName = Shapes::StringShape.new(name: 'TableName')
|
874
1234
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
875
1235
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
876
1236
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -897,7 +1257,11 @@ module Aws::SageMaker
|
|
897
1257
|
TensorBoardAppSettings = Shapes::StructureShape.new(name: 'TensorBoardAppSettings')
|
898
1258
|
TensorBoardOutputConfig = Shapes::StructureShape.new(name: 'TensorBoardOutputConfig')
|
899
1259
|
TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
|
1260
|
+
TerminationWaitInSeconds = Shapes::IntegerShape.new(name: 'TerminationWaitInSeconds')
|
1261
|
+
ThingName = Shapes::StringShape.new(name: 'ThingName')
|
900
1262
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
1263
|
+
TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
|
1264
|
+
TrafficRoutingConfigType = Shapes::StringShape.new(name: 'TrafficRoutingConfigType')
|
901
1265
|
TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
|
902
1266
|
TrainingInstanceCount = Shapes::IntegerShape.new(name: 'TrainingInstanceCount')
|
903
1267
|
TrainingInstanceType = Shapes::StringShape.new(name: 'TrainingInstanceType')
|
@@ -911,6 +1275,7 @@ module Aws::SageMaker
|
|
911
1275
|
TrainingJobStatus = Shapes::StringShape.new(name: 'TrainingJobStatus')
|
912
1276
|
TrainingJobStatusCounter = Shapes::IntegerShape.new(name: 'TrainingJobStatusCounter')
|
913
1277
|
TrainingJobStatusCounters = Shapes::StructureShape.new(name: 'TrainingJobStatusCounters')
|
1278
|
+
TrainingJobStepMetadata = Shapes::StructureShape.new(name: 'TrainingJobStepMetadata')
|
914
1279
|
TrainingJobSummaries = Shapes::ListShape.new(name: 'TrainingJobSummaries')
|
915
1280
|
TrainingJobSummary = Shapes::StructureShape.new(name: 'TrainingJobSummary')
|
916
1281
|
TrainingSpecification = Shapes::StructureShape.new(name: 'TrainingSpecification')
|
@@ -928,6 +1293,7 @@ module Aws::SageMaker
|
|
928
1293
|
TransformJobDefinition = Shapes::StructureShape.new(name: 'TransformJobDefinition')
|
929
1294
|
TransformJobName = Shapes::StringShape.new(name: 'TransformJobName')
|
930
1295
|
TransformJobStatus = Shapes::StringShape.new(name: 'TransformJobStatus')
|
1296
|
+
TransformJobStepMetadata = Shapes::StructureShape.new(name: 'TransformJobStepMetadata')
|
931
1297
|
TransformJobSummaries = Shapes::ListShape.new(name: 'TransformJobSummaries')
|
932
1298
|
TransformJobSummary = Shapes::StructureShape.new(name: 'TransformJobSummary')
|
933
1299
|
TransformOutput = Shapes::StructureShape.new(name: 'TransformOutput')
|
@@ -965,10 +1331,18 @@ module Aws::SageMaker
|
|
965
1331
|
UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
|
966
1332
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
967
1333
|
UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
|
1334
|
+
UpdateActionRequest = Shapes::StructureShape.new(name: 'UpdateActionRequest')
|
1335
|
+
UpdateActionResponse = Shapes::StructureShape.new(name: 'UpdateActionResponse')
|
968
1336
|
UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
|
969
1337
|
UpdateAppImageConfigResponse = Shapes::StructureShape.new(name: 'UpdateAppImageConfigResponse')
|
1338
|
+
UpdateArtifactRequest = Shapes::StructureShape.new(name: 'UpdateArtifactRequest')
|
1339
|
+
UpdateArtifactResponse = Shapes::StructureShape.new(name: 'UpdateArtifactResponse')
|
970
1340
|
UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
|
971
1341
|
UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
|
1342
|
+
UpdateContextRequest = Shapes::StructureShape.new(name: 'UpdateContextRequest')
|
1343
|
+
UpdateContextResponse = Shapes::StructureShape.new(name: 'UpdateContextResponse')
|
1344
|
+
UpdateDeviceFleetRequest = Shapes::StructureShape.new(name: 'UpdateDeviceFleetRequest')
|
1345
|
+
UpdateDevicesRequest = Shapes::StructureShape.new(name: 'UpdateDevicesRequest')
|
972
1346
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
973
1347
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
974
1348
|
UpdateEndpointInput = Shapes::StructureShape.new(name: 'UpdateEndpointInput')
|
@@ -979,12 +1353,20 @@ module Aws::SageMaker
|
|
979
1353
|
UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
|
980
1354
|
UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
|
981
1355
|
UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
|
1356
|
+
UpdateModelPackageInput = Shapes::StructureShape.new(name: 'UpdateModelPackageInput')
|
1357
|
+
UpdateModelPackageOutput = Shapes::StructureShape.new(name: 'UpdateModelPackageOutput')
|
982
1358
|
UpdateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleRequest')
|
983
1359
|
UpdateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleResponse')
|
984
1360
|
UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
|
985
1361
|
UpdateNotebookInstanceLifecycleConfigInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigInput')
|
986
1362
|
UpdateNotebookInstanceLifecycleConfigOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceLifecycleConfigOutput')
|
987
1363
|
UpdateNotebookInstanceOutput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceOutput')
|
1364
|
+
UpdatePipelineExecutionRequest = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionRequest')
|
1365
|
+
UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
|
1366
|
+
UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
|
1367
|
+
UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
|
1368
|
+
UpdateTrainingJobRequest = Shapes::StructureShape.new(name: 'UpdateTrainingJobRequest')
|
1369
|
+
UpdateTrainingJobResponse = Shapes::StructureShape.new(name: 'UpdateTrainingJobResponse')
|
988
1370
|
UpdateTrialComponentRequest = Shapes::StructureShape.new(name: 'UpdateTrialComponentRequest')
|
989
1371
|
UpdateTrialComponentResponse = Shapes::StructureShape.new(name: 'UpdateTrialComponentResponse')
|
990
1372
|
UpdateTrialRequest = Shapes::StructureShape.new(name: 'UpdateTrialRequest')
|
@@ -1014,6 +1396,7 @@ module Aws::SageMaker
|
|
1014
1396
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
1015
1397
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
1016
1398
|
VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
|
1399
|
+
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
1017
1400
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
1018
1401
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
1019
1402
|
WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
|
@@ -1023,6 +1406,31 @@ module Aws::SageMaker
|
|
1023
1406
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
1024
1407
|
Workteams = Shapes::ListShape.new(name: 'Workteams')
|
1025
1408
|
|
1409
|
+
ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
|
1410
|
+
ActionSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
1411
|
+
ActionSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
|
1412
|
+
ActionSource.struct_class = Types::ActionSource
|
1413
|
+
|
1414
|
+
ActionSummaries.member = Shapes::ShapeRef.new(shape: ActionSummary)
|
1415
|
+
|
1416
|
+
ActionSummary.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
1417
|
+
ActionSummary.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ActionName"))
|
1418
|
+
ActionSummary.add_member(:source, Shapes::ShapeRef.new(shape: ActionSource, location_name: "Source"))
|
1419
|
+
ActionSummary.add_member(:action_type, Shapes::ShapeRef.new(shape: String64, location_name: "ActionType"))
|
1420
|
+
ActionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
1421
|
+
ActionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1422
|
+
ActionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1423
|
+
ActionSummary.struct_class = Types::ActionSummary
|
1424
|
+
|
1425
|
+
AddAssociationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "SourceArn"))
|
1426
|
+
AddAssociationRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "DestinationArn"))
|
1427
|
+
AddAssociationRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
1428
|
+
AddAssociationRequest.struct_class = Types::AddAssociationRequest
|
1429
|
+
|
1430
|
+
AddAssociationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
1431
|
+
AddAssociationResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
1432
|
+
AddAssociationResponse.struct_class = Types::AddAssociationResponse
|
1433
|
+
|
1026
1434
|
AddTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
1027
1435
|
AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
1028
1436
|
AddTagsInput.struct_class = Types::AddTagsInput
|
@@ -1032,6 +1440,17 @@ module Aws::SageMaker
|
|
1032
1440
|
|
1033
1441
|
AdditionalCodeRepositoryNamesOrUrls.member = Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl)
|
1034
1442
|
|
1443
|
+
AgentVersion.add_member(:version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "Version"))
|
1444
|
+
AgentVersion.add_member(:agent_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AgentCount"))
|
1445
|
+
AgentVersion.struct_class = Types::AgentVersion
|
1446
|
+
|
1447
|
+
AgentVersions.member = Shapes::ShapeRef.new(shape: AgentVersion)
|
1448
|
+
|
1449
|
+
Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, location_name: "AlarmName"))
|
1450
|
+
Alarm.struct_class = Types::Alarm
|
1451
|
+
|
1452
|
+
AlarmList.member = Shapes::ShapeRef.new(shape: Alarm)
|
1453
|
+
|
1035
1454
|
AlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
|
1036
1455
|
AlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
|
1037
1456
|
AlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
|
@@ -1097,6 +1516,26 @@ module Aws::SageMaker
|
|
1097
1516
|
AppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: ContainerArguments, location_name: "ContainerArguments"))
|
1098
1517
|
AppSpecification.struct_class = Types::AppSpecification
|
1099
1518
|
|
1519
|
+
ArtifactSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
|
1520
|
+
ArtifactSource.add_member(:source_types, Shapes::ShapeRef.new(shape: ArtifactSourceTypes, location_name: "SourceTypes"))
|
1521
|
+
ArtifactSource.struct_class = Types::ArtifactSource
|
1522
|
+
|
1523
|
+
ArtifactSourceType.add_member(:source_id_type, Shapes::ShapeRef.new(shape: ArtifactSourceIdType, required: true, location_name: "SourceIdType"))
|
1524
|
+
ArtifactSourceType.add_member(:value, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "Value"))
|
1525
|
+
ArtifactSourceType.struct_class = Types::ArtifactSourceType
|
1526
|
+
|
1527
|
+
ArtifactSourceTypes.member = Shapes::ShapeRef.new(shape: ArtifactSourceType)
|
1528
|
+
|
1529
|
+
ArtifactSummaries.member = Shapes::ShapeRef.new(shape: ArtifactSummary)
|
1530
|
+
|
1531
|
+
ArtifactSummary.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
1532
|
+
ArtifactSummary.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
1533
|
+
ArtifactSummary.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, location_name: "Source"))
|
1534
|
+
ArtifactSummary.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, location_name: "ArtifactType"))
|
1535
|
+
ArtifactSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1536
|
+
ArtifactSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1537
|
+
ArtifactSummary.struct_class = Types::ArtifactSummary
|
1538
|
+
|
1100
1539
|
AssociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
1101
1540
|
AssociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
1102
1541
|
AssociateTrialComponentRequest.struct_class = Types::AssociateTrialComponentRequest
|
@@ -1105,6 +1544,29 @@ module Aws::SageMaker
|
|
1105
1544
|
AssociateTrialComponentResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
|
1106
1545
|
AssociateTrialComponentResponse.struct_class = Types::AssociateTrialComponentResponse
|
1107
1546
|
|
1547
|
+
AssociationSummaries.member = Shapes::ShapeRef.new(shape: AssociationSummary)
|
1548
|
+
|
1549
|
+
AssociationSummary.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
1550
|
+
AssociationSummary.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
1551
|
+
AssociationSummary.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
1552
|
+
AssociationSummary.add_member(:destination_type, Shapes::ShapeRef.new(shape: String256, location_name: "DestinationType"))
|
1553
|
+
AssociationSummary.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
1554
|
+
AssociationSummary.add_member(:source_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "SourceName"))
|
1555
|
+
AssociationSummary.add_member(:destination_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DestinationName"))
|
1556
|
+
AssociationSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1557
|
+
AssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
1558
|
+
AssociationSummary.struct_class = Types::AssociationSummary
|
1559
|
+
|
1560
|
+
AthenaDatasetDefinition.add_member(:catalog, Shapes::ShapeRef.new(shape: AthenaCatalog, required: true, location_name: "Catalog"))
|
1561
|
+
AthenaDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: AthenaDatabase, required: true, location_name: "Database"))
|
1562
|
+
AthenaDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: AthenaQueryString, required: true, location_name: "QueryString"))
|
1563
|
+
AthenaDatasetDefinition.add_member(:work_group, Shapes::ShapeRef.new(shape: AthenaWorkGroup, location_name: "WorkGroup"))
|
1564
|
+
AthenaDatasetDefinition.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "OutputS3Uri"))
|
1565
|
+
AthenaDatasetDefinition.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
1566
|
+
AthenaDatasetDefinition.add_member(:output_format, Shapes::ShapeRef.new(shape: AthenaResultFormat, required: true, location_name: "OutputFormat"))
|
1567
|
+
AthenaDatasetDefinition.add_member(:output_compression, Shapes::ShapeRef.new(shape: AthenaResultCompressionType, location_name: "OutputCompression"))
|
1568
|
+
AthenaDatasetDefinition.struct_class = Types::AthenaDatasetDefinition
|
1569
|
+
|
1108
1570
|
AttributeNames.member = Shapes::ShapeRef.new(shape: AttributeName)
|
1109
1571
|
|
1110
1572
|
AutoMLCandidate.add_member(:candidate_name, Shapes::ShapeRef.new(shape: CandidateName, required: true, location_name: "CandidateName"))
|
@@ -1184,8 +1646,26 @@ module Aws::SageMaker
|
|
1184
1646
|
AutoMLSecurityConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
1185
1647
|
AutoMLSecurityConfig.struct_class = Types::AutoMLSecurityConfig
|
1186
1648
|
|
1649
|
+
AutoRollbackConfig.add_member(:alarms, Shapes::ShapeRef.new(shape: AlarmList, location_name: "Alarms"))
|
1650
|
+
AutoRollbackConfig.struct_class = Types::AutoRollbackConfig
|
1651
|
+
|
1652
|
+
Bias.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
1653
|
+
Bias.struct_class = Types::Bias
|
1654
|
+
|
1655
|
+
BlueGreenUpdatePolicy.add_member(:traffic_routing_configuration, Shapes::ShapeRef.new(shape: TrafficRoutingConfig, required: true, location_name: "TrafficRoutingConfiguration"))
|
1656
|
+
BlueGreenUpdatePolicy.add_member(:termination_wait_in_seconds, Shapes::ShapeRef.new(shape: TerminationWaitInSeconds, location_name: "TerminationWaitInSeconds"))
|
1657
|
+
BlueGreenUpdatePolicy.add_member(:maximum_execution_timeout_in_seconds, Shapes::ShapeRef.new(shape: MaximumExecutionTimeoutInSeconds, location_name: "MaximumExecutionTimeoutInSeconds"))
|
1658
|
+
BlueGreenUpdatePolicy.struct_class = Types::BlueGreenUpdatePolicy
|
1659
|
+
|
1660
|
+
CacheHitResult.add_member(:source_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "SourcePipelineExecutionArn"))
|
1661
|
+
CacheHitResult.struct_class = Types::CacheHitResult
|
1662
|
+
|
1187
1663
|
CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
|
1188
1664
|
|
1665
|
+
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
1666
|
+
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
1667
|
+
CapacitySize.struct_class = Types::CapacitySize
|
1668
|
+
|
1189
1669
|
CaptureContentTypeHeader.add_member(:csv_content_types, Shapes::ShapeRef.new(shape: CsvContentTypes, location_name: "CsvContentTypes"))
|
1190
1670
|
CaptureContentTypeHeader.add_member(:json_content_types, Shapes::ShapeRef.new(shape: JsonContentTypes, location_name: "JsonContentTypes"))
|
1191
1671
|
CaptureContentTypeHeader.struct_class = Types::CaptureContentTypeHeader
|
@@ -1273,6 +1753,9 @@ module Aws::SageMaker
|
|
1273
1753
|
|
1274
1754
|
CompressionTypes.member = Shapes::ShapeRef.new(shape: CompressionType)
|
1275
1755
|
|
1756
|
+
ConditionStepMetadata.add_member(:outcome, Shapes::ShapeRef.new(shape: ConditionOutcome, location_name: "Outcome"))
|
1757
|
+
ConditionStepMetadata.struct_class = Types::ConditionStepMetadata
|
1758
|
+
|
1276
1759
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
1277
1760
|
ConflictException.struct_class = Types::ConflictException
|
1278
1761
|
|
@@ -1285,6 +1768,7 @@ module Aws::SageMaker
|
|
1285
1768
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1286
1769
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1287
1770
|
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
|
1771
|
+
ContainerDefinition.add_member(:multi_model_config, Shapes::ShapeRef.new(shape: MultiModelConfig, location_name: "MultiModelConfig"))
|
1288
1772
|
ContainerDefinition.struct_class = Types::ContainerDefinition
|
1289
1773
|
|
1290
1774
|
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
@@ -1295,6 +1779,21 @@ module Aws::SageMaker
|
|
1295
1779
|
|
1296
1780
|
ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
|
1297
1781
|
|
1782
|
+
ContextSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
|
1783
|
+
ContextSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
1784
|
+
ContextSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
|
1785
|
+
ContextSource.struct_class = Types::ContextSource
|
1786
|
+
|
1787
|
+
ContextSummaries.member = Shapes::ShapeRef.new(shape: ContextSummary)
|
1788
|
+
|
1789
|
+
ContextSummary.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
1790
|
+
ContextSummary.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
|
1791
|
+
ContextSummary.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
|
1792
|
+
ContextSummary.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
1793
|
+
ContextSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1794
|
+
ContextSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1795
|
+
ContextSummary.struct_class = Types::ContextSummary
|
1796
|
+
|
1298
1797
|
ContinuousParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
|
1299
1798
|
ContinuousParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
|
1300
1799
|
ContinuousParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
|
@@ -1307,12 +1806,26 @@ module Aws::SageMaker
|
|
1307
1806
|
|
1308
1807
|
ContinuousParameterRanges.member = Shapes::ShapeRef.new(shape: ContinuousParameterRange)
|
1309
1808
|
|
1809
|
+
CreateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
1810
|
+
CreateActionRequest.add_member(:source, Shapes::ShapeRef.new(shape: ActionSource, required: true, location_name: "Source"))
|
1811
|
+
CreateActionRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ActionType"))
|
1812
|
+
CreateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
1813
|
+
CreateActionRequest.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
1814
|
+
CreateActionRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
1815
|
+
CreateActionRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1816
|
+
CreateActionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1817
|
+
CreateActionRequest.struct_class = Types::CreateActionRequest
|
1818
|
+
|
1819
|
+
CreateActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
1820
|
+
CreateActionResponse.struct_class = Types::CreateActionResponse
|
1821
|
+
|
1310
1822
|
CreateAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
|
1311
1823
|
CreateAlgorithmInput.add_member(:algorithm_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "AlgorithmDescription"))
|
1312
1824
|
CreateAlgorithmInput.add_member(:training_specification, Shapes::ShapeRef.new(shape: TrainingSpecification, required: true, location_name: "TrainingSpecification"))
|
1313
1825
|
CreateAlgorithmInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
1314
1826
|
CreateAlgorithmInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: AlgorithmValidationSpecification, location_name: "ValidationSpecification"))
|
1315
1827
|
CreateAlgorithmInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
1828
|
+
CreateAlgorithmInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1316
1829
|
CreateAlgorithmInput.struct_class = Types::CreateAlgorithmInput
|
1317
1830
|
|
1318
1831
|
CreateAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
|
@@ -1337,6 +1850,17 @@ module Aws::SageMaker
|
|
1337
1850
|
CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
|
1338
1851
|
CreateAppResponse.struct_class = Types::CreateAppResponse
|
1339
1852
|
|
1853
|
+
CreateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
1854
|
+
CreateArtifactRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, required: true, location_name: "Source"))
|
1855
|
+
CreateArtifactRequest.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ArtifactType"))
|
1856
|
+
CreateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
1857
|
+
CreateArtifactRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1858
|
+
CreateArtifactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1859
|
+
CreateArtifactRequest.struct_class = Types::CreateArtifactRequest
|
1860
|
+
|
1861
|
+
CreateArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
1862
|
+
CreateArtifactResponse.struct_class = Types::CreateArtifactResponse
|
1863
|
+
|
1340
1864
|
CreateAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
1341
1865
|
CreateAutoMLJobRequest.add_member(:input_data_config, Shapes::ShapeRef.new(shape: AutoMLInputDataConfig, required: true, location_name: "InputDataConfig"))
|
1342
1866
|
CreateAutoMLJobRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: AutoMLOutputDataConfig, required: true, location_name: "OutputDataConfig"))
|
@@ -1353,6 +1877,7 @@ module Aws::SageMaker
|
|
1353
1877
|
|
1354
1878
|
CreateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
1355
1879
|
CreateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfig, required: true, location_name: "GitConfig"))
|
1880
|
+
CreateCodeRepositoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1356
1881
|
CreateCodeRepositoryInput.struct_class = Types::CreateCodeRepositoryInput
|
1357
1882
|
|
1358
1883
|
CreateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
@@ -1369,6 +1894,39 @@ module Aws::SageMaker
|
|
1369
1894
|
CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
|
1370
1895
|
CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
|
1371
1896
|
|
1897
|
+
CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
1898
|
+
CreateContextRequest.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, required: true, location_name: "Source"))
|
1899
|
+
CreateContextRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ContextType"))
|
1900
|
+
CreateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
1901
|
+
CreateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
1902
|
+
CreateContextRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1903
|
+
CreateContextRequest.struct_class = Types::CreateContextRequest
|
1904
|
+
|
1905
|
+
CreateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
1906
|
+
CreateContextResponse.struct_class = Types::CreateContextResponse
|
1907
|
+
|
1908
|
+
CreateDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
1909
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_baseline_config, Shapes::ShapeRef.new(shape: DataQualityBaselineConfig, location_name: "DataQualityBaselineConfig"))
|
1910
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_app_specification, Shapes::ShapeRef.new(shape: DataQualityAppSpecification, required: true, location_name: "DataQualityAppSpecification"))
|
1911
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_job_input, Shapes::ShapeRef.new(shape: DataQualityJobInput, required: true, location_name: "DataQualityJobInput"))
|
1912
|
+
CreateDataQualityJobDefinitionRequest.add_member(:data_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "DataQualityJobOutputConfig"))
|
1913
|
+
CreateDataQualityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
1914
|
+
CreateDataQualityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
1915
|
+
CreateDataQualityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1916
|
+
CreateDataQualityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
1917
|
+
CreateDataQualityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1918
|
+
CreateDataQualityJobDefinitionRequest.struct_class = Types::CreateDataQualityJobDefinitionRequest
|
1919
|
+
|
1920
|
+
CreateDataQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
1921
|
+
CreateDataQualityJobDefinitionResponse.struct_class = Types::CreateDataQualityJobDefinitionResponse
|
1922
|
+
|
1923
|
+
CreateDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
1924
|
+
CreateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1925
|
+
CreateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
1926
|
+
CreateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
1927
|
+
CreateDeviceFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1928
|
+
CreateDeviceFleetRequest.struct_class = Types::CreateDeviceFleetRequest
|
1929
|
+
|
1372
1930
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
1373
1931
|
CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
|
1374
1932
|
CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
|
@@ -1384,6 +1942,16 @@ module Aws::SageMaker
|
|
1384
1942
|
CreateDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
|
1385
1943
|
CreateDomainResponse.struct_class = Types::CreateDomainResponse
|
1386
1944
|
|
1945
|
+
CreateEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
1946
|
+
CreateEdgePackagingJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
|
1947
|
+
CreateEdgePackagingJobRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
1948
|
+
CreateEdgePackagingJobRequest.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
1949
|
+
CreateEdgePackagingJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1950
|
+
CreateEdgePackagingJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
1951
|
+
CreateEdgePackagingJobRequest.add_member(:resource_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "ResourceKey"))
|
1952
|
+
CreateEdgePackagingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1953
|
+
CreateEdgePackagingJobRequest.struct_class = Types::CreateEdgePackagingJobRequest
|
1954
|
+
|
1387
1955
|
CreateEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
1388
1956
|
CreateEndpointConfigInput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, required: true, location_name: "ProductionVariants"))
|
1389
1957
|
CreateEndpointConfigInput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfig, location_name: "DataCaptureConfig"))
|
@@ -1411,6 +1979,20 @@ module Aws::SageMaker
|
|
1411
1979
|
CreateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
1412
1980
|
CreateExperimentResponse.struct_class = Types::CreateExperimentResponse
|
1413
1981
|
|
1982
|
+
CreateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
1983
|
+
CreateFeatureGroupRequest.add_member(:record_identifier_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "RecordIdentifierFeatureName"))
|
1984
|
+
CreateFeatureGroupRequest.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
1985
|
+
CreateFeatureGroupRequest.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
1986
|
+
CreateFeatureGroupRequest.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
1987
|
+
CreateFeatureGroupRequest.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
1988
|
+
CreateFeatureGroupRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1989
|
+
CreateFeatureGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1990
|
+
CreateFeatureGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1991
|
+
CreateFeatureGroupRequest.struct_class = Types::CreateFeatureGroupRequest
|
1992
|
+
|
1993
|
+
CreateFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
1994
|
+
CreateFeatureGroupResponse.struct_class = Types::CreateFeatureGroupResponse
|
1995
|
+
|
1414
1996
|
CreateFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
1415
1997
|
CreateFlowDefinitionRequest.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, location_name: "HumanLoopRequestSource"))
|
1416
1998
|
CreateFlowDefinitionRequest.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
|
@@ -1475,6 +2057,36 @@ module Aws::SageMaker
|
|
1475
2057
|
CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
|
1476
2058
|
CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
|
1477
2059
|
|
2060
|
+
CreateModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2061
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
|
2062
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
|
2063
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_job_input, Shapes::ShapeRef.new(shape: ModelBiasJobInput, required: true, location_name: "ModelBiasJobInput"))
|
2064
|
+
CreateModelBiasJobDefinitionRequest.add_member(:model_bias_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelBiasJobOutputConfig"))
|
2065
|
+
CreateModelBiasJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2066
|
+
CreateModelBiasJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2067
|
+
CreateModelBiasJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2068
|
+
CreateModelBiasJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2069
|
+
CreateModelBiasJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2070
|
+
CreateModelBiasJobDefinitionRequest.struct_class = Types::CreateModelBiasJobDefinitionRequest
|
2071
|
+
|
2072
|
+
CreateModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2073
|
+
CreateModelBiasJobDefinitionResponse.struct_class = Types::CreateModelBiasJobDefinitionResponse
|
2074
|
+
|
2075
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2076
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
|
2077
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
|
2078
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_job_input, Shapes::ShapeRef.new(shape: ModelExplainabilityJobInput, required: true, location_name: "ModelExplainabilityJobInput"))
|
2079
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:model_explainability_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelExplainabilityJobOutputConfig"))
|
2080
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2081
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2082
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2083
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2084
|
+
CreateModelExplainabilityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2085
|
+
CreateModelExplainabilityJobDefinitionRequest.struct_class = Types::CreateModelExplainabilityJobDefinitionRequest
|
2086
|
+
|
2087
|
+
CreateModelExplainabilityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2088
|
+
CreateModelExplainabilityJobDefinitionResponse.struct_class = Types::CreateModelExplainabilityJobDefinitionResponse
|
2089
|
+
|
1478
2090
|
CreateModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1479
2091
|
CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
|
1480
2092
|
CreateModelInput.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
|
@@ -1487,17 +2099,46 @@ module Aws::SageMaker
|
|
1487
2099
|
CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
1488
2100
|
CreateModelOutput.struct_class = Types::CreateModelOutput
|
1489
2101
|
|
2102
|
+
CreateModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
2103
|
+
CreateModelPackageGroupInput.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
2104
|
+
CreateModelPackageGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2105
|
+
CreateModelPackageGroupInput.struct_class = Types::CreateModelPackageGroupInput
|
2106
|
+
|
2107
|
+
CreateModelPackageGroupOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
2108
|
+
CreateModelPackageGroupOutput.struct_class = Types::CreateModelPackageGroupOutput
|
2109
|
+
|
1490
2110
|
CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
2111
|
+
CreateModelPackageInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
1491
2112
|
CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
1492
2113
|
CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
1493
2114
|
CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
1494
2115
|
CreateModelPackageInput.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
|
1495
2116
|
CreateModelPackageInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
2117
|
+
CreateModelPackageInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2118
|
+
CreateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
2119
|
+
CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2120
|
+
CreateModelPackageInput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
2121
|
+
CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1496
2122
|
CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
|
1497
2123
|
|
1498
2124
|
CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
1499
2125
|
CreateModelPackageOutput.struct_class = Types::CreateModelPackageOutput
|
1500
2126
|
|
2127
|
+
CreateModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2128
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_baseline_config, Shapes::ShapeRef.new(shape: ModelQualityBaselineConfig, location_name: "ModelQualityBaselineConfig"))
|
2129
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_app_specification, Shapes::ShapeRef.new(shape: ModelQualityAppSpecification, required: true, location_name: "ModelQualityAppSpecification"))
|
2130
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_job_input, Shapes::ShapeRef.new(shape: ModelQualityJobInput, required: true, location_name: "ModelQualityJobInput"))
|
2131
|
+
CreateModelQualityJobDefinitionRequest.add_member(:model_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelQualityJobOutputConfig"))
|
2132
|
+
CreateModelQualityJobDefinitionRequest.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2133
|
+
CreateModelQualityJobDefinitionRequest.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2134
|
+
CreateModelQualityJobDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2135
|
+
CreateModelQualityJobDefinitionRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2136
|
+
CreateModelQualityJobDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2137
|
+
CreateModelQualityJobDefinitionRequest.struct_class = Types::CreateModelQualityJobDefinitionRequest
|
2138
|
+
|
2139
|
+
CreateModelQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2140
|
+
CreateModelQualityJobDefinitionResponse.struct_class = Types::CreateModelQualityJobDefinitionResponse
|
2141
|
+
|
1501
2142
|
CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
1502
2143
|
CreateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
|
1503
2144
|
CreateMonitoringScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -1533,6 +2174,18 @@ module Aws::SageMaker
|
|
1533
2174
|
CreateNotebookInstanceOutput.add_member(:notebook_instance_arn, Shapes::ShapeRef.new(shape: NotebookInstanceArn, location_name: "NotebookInstanceArn"))
|
1534
2175
|
CreateNotebookInstanceOutput.struct_class = Types::CreateNotebookInstanceOutput
|
1535
2176
|
|
2177
|
+
CreatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
2178
|
+
CreatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
2179
|
+
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, required: true, location_name: "PipelineDefinition"))
|
2180
|
+
CreatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
2181
|
+
CreatePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2182
|
+
CreatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2183
|
+
CreatePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2184
|
+
CreatePipelineRequest.struct_class = Types::CreatePipelineRequest
|
2185
|
+
|
2186
|
+
CreatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
2187
|
+
CreatePipelineResponse.struct_class = Types::CreatePipelineResponse
|
2188
|
+
|
1536
2189
|
CreatePresignedDomainUrlRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1537
2190
|
CreatePresignedDomainUrlRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1538
2191
|
CreatePresignedDomainUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
@@ -1564,6 +2217,16 @@ module Aws::SageMaker
|
|
1564
2217
|
CreateProcessingJobResponse.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, required: true, location_name: "ProcessingJobArn"))
|
1565
2218
|
CreateProcessingJobResponse.struct_class = Types::CreateProcessingJobResponse
|
1566
2219
|
|
2220
|
+
CreateProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2221
|
+
CreateProjectInput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
2222
|
+
CreateProjectInput.add_member(:service_catalog_provisioning_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningDetails, required: true, location_name: "ServiceCatalogProvisioningDetails"))
|
2223
|
+
CreateProjectInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2224
|
+
CreateProjectInput.struct_class = Types::CreateProjectInput
|
2225
|
+
|
2226
|
+
CreateProjectOutput.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
2227
|
+
CreateProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
2228
|
+
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
2229
|
+
|
1567
2230
|
CreateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
1568
2231
|
CreateTrainingJobRequest.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
|
1569
2232
|
CreateTrainingJobRequest.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
|
@@ -1582,6 +2245,8 @@ module Aws::SageMaker
|
|
1582
2245
|
CreateTrainingJobRequest.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
1583
2246
|
CreateTrainingJobRequest.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
|
1584
2247
|
CreateTrainingJobRequest.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
|
2248
|
+
CreateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
|
2249
|
+
CreateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
1585
2250
|
CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
|
1586
2251
|
|
1587
2252
|
CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
@@ -1613,6 +2278,7 @@ module Aws::SageMaker
|
|
1613
2278
|
CreateTrialComponentRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
|
1614
2279
|
CreateTrialComponentRequest.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
|
1615
2280
|
CreateTrialComponentRequest.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
|
2281
|
+
CreateTrialComponentRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1616
2282
|
CreateTrialComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1617
2283
|
CreateTrialComponentRequest.struct_class = Types::CreateTrialComponentRequest
|
1618
2284
|
|
@@ -1622,6 +2288,7 @@ module Aws::SageMaker
|
|
1622
2288
|
CreateTrialRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
1623
2289
|
CreateTrialRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
|
1624
2290
|
CreateTrialRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
2291
|
+
CreateTrialRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
1625
2292
|
CreateTrialRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1626
2293
|
CreateTrialRequest.struct_class = Types::CreateTrialRequest
|
1627
2294
|
|
@@ -1684,15 +2351,43 @@ module Aws::SageMaker
|
|
1684
2351
|
DataCaptureConfigSummary.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, required: true, location_name: "KmsKeyId"))
|
1685
2352
|
DataCaptureConfigSummary.struct_class = Types::DataCaptureConfigSummary
|
1686
2353
|
|
2354
|
+
DataCatalogConfig.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
2355
|
+
DataCatalogConfig.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
2356
|
+
DataCatalogConfig.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
2357
|
+
DataCatalogConfig.struct_class = Types::DataCatalogConfig
|
2358
|
+
|
1687
2359
|
DataProcessing.add_member(:input_filter, Shapes::ShapeRef.new(shape: JsonPath, location_name: "InputFilter"))
|
1688
2360
|
DataProcessing.add_member(:output_filter, Shapes::ShapeRef.new(shape: JsonPath, location_name: "OutputFilter"))
|
1689
2361
|
DataProcessing.add_member(:join_source, Shapes::ShapeRef.new(shape: JoinSource, location_name: "JoinSource"))
|
1690
2362
|
DataProcessing.struct_class = Types::DataProcessing
|
1691
2363
|
|
2364
|
+
DataQualityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
2365
|
+
DataQualityAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
|
2366
|
+
DataQualityAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
|
2367
|
+
DataQualityAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
|
2368
|
+
DataQualityAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
|
2369
|
+
DataQualityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
2370
|
+
DataQualityAppSpecification.struct_class = Types::DataQualityAppSpecification
|
2371
|
+
|
2372
|
+
DataQualityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
2373
|
+
DataQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
2374
|
+
DataQualityBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
|
2375
|
+
DataQualityBaselineConfig.struct_class = Types::DataQualityBaselineConfig
|
2376
|
+
|
2377
|
+
DataQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
2378
|
+
DataQualityJobInput.struct_class = Types::DataQualityJobInput
|
2379
|
+
|
1692
2380
|
DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
|
1693
2381
|
DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
|
1694
2382
|
DataSource.struct_class = Types::DataSource
|
1695
2383
|
|
2384
|
+
DatasetDefinition.add_member(:athena_dataset_definition, Shapes::ShapeRef.new(shape: AthenaDatasetDefinition, location_name: "AthenaDatasetDefinition"))
|
2385
|
+
DatasetDefinition.add_member(:redshift_dataset_definition, Shapes::ShapeRef.new(shape: RedshiftDatasetDefinition, location_name: "RedshiftDatasetDefinition"))
|
2386
|
+
DatasetDefinition.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, location_name: "LocalPath"))
|
2387
|
+
DatasetDefinition.add_member(:data_distribution_type, Shapes::ShapeRef.new(shape: DataDistributionType, location_name: "DataDistributionType"))
|
2388
|
+
DatasetDefinition.add_member(:input_mode, Shapes::ShapeRef.new(shape: InputMode, location_name: "InputMode"))
|
2389
|
+
DatasetDefinition.struct_class = Types::DatasetDefinition
|
2390
|
+
|
1696
2391
|
DebugHookConfig.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
|
1697
2392
|
DebugHookConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
1698
2393
|
DebugHookConfig.add_member(:hook_parameters, Shapes::ShapeRef.new(shape: HookParameters, location_name: "HookParameters"))
|
@@ -1719,6 +2414,12 @@ module Aws::SageMaker
|
|
1719
2414
|
|
1720
2415
|
DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
|
1721
2416
|
|
2417
|
+
DeleteActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
2418
|
+
DeleteActionRequest.struct_class = Types::DeleteActionRequest
|
2419
|
+
|
2420
|
+
DeleteActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
2421
|
+
DeleteActionResponse.struct_class = Types::DeleteActionResponse
|
2422
|
+
|
1722
2423
|
DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
|
1723
2424
|
DeleteAlgorithmInput.struct_class = Types::DeleteAlgorithmInput
|
1724
2425
|
|
@@ -1731,9 +2432,36 @@ module Aws::SageMaker
|
|
1731
2432
|
DeleteAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
|
1732
2433
|
DeleteAppRequest.struct_class = Types::DeleteAppRequest
|
1733
2434
|
|
2435
|
+
DeleteArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
2436
|
+
DeleteArtifactRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, location_name: "Source"))
|
2437
|
+
DeleteArtifactRequest.struct_class = Types::DeleteArtifactRequest
|
2438
|
+
|
2439
|
+
DeleteArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
2440
|
+
DeleteArtifactResponse.struct_class = Types::DeleteArtifactResponse
|
2441
|
+
|
2442
|
+
DeleteAssociationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "SourceArn"))
|
2443
|
+
DeleteAssociationRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "DestinationArn"))
|
2444
|
+
DeleteAssociationRequest.struct_class = Types::DeleteAssociationRequest
|
2445
|
+
|
2446
|
+
DeleteAssociationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
2447
|
+
DeleteAssociationResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
2448
|
+
DeleteAssociationResponse.struct_class = Types::DeleteAssociationResponse
|
2449
|
+
|
1734
2450
|
DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
1735
2451
|
DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
|
1736
2452
|
|
2453
|
+
DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
2454
|
+
DeleteContextRequest.struct_class = Types::DeleteContextRequest
|
2455
|
+
|
2456
|
+
DeleteContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
2457
|
+
DeleteContextResponse.struct_class = Types::DeleteContextResponse
|
2458
|
+
|
2459
|
+
DeleteDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2460
|
+
DeleteDataQualityJobDefinitionRequest.struct_class = Types::DeleteDataQualityJobDefinitionRequest
|
2461
|
+
|
2462
|
+
DeleteDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2463
|
+
DeleteDeviceFleetRequest.struct_class = Types::DeleteDeviceFleetRequest
|
2464
|
+
|
1737
2465
|
DeleteDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1738
2466
|
DeleteDomainRequest.add_member(:retention_policy, Shapes::ShapeRef.new(shape: RetentionPolicy, location_name: "RetentionPolicy"))
|
1739
2467
|
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
@@ -1750,6 +2478,9 @@ module Aws::SageMaker
|
|
1750
2478
|
DeleteExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
1751
2479
|
DeleteExperimentResponse.struct_class = Types::DeleteExperimentResponse
|
1752
2480
|
|
2481
|
+
DeleteFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
2482
|
+
DeleteFeatureGroupRequest.struct_class = Types::DeleteFeatureGroupRequest
|
2483
|
+
|
1753
2484
|
DeleteFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
1754
2485
|
DeleteFlowDefinitionRequest.struct_class = Types::DeleteFlowDefinitionRequest
|
1755
2486
|
|
@@ -1771,12 +2502,27 @@ module Aws::SageMaker
|
|
1771
2502
|
|
1772
2503
|
DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
|
1773
2504
|
|
2505
|
+
DeleteModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2506
|
+
DeleteModelBiasJobDefinitionRequest.struct_class = Types::DeleteModelBiasJobDefinitionRequest
|
2507
|
+
|
2508
|
+
DeleteModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2509
|
+
DeleteModelExplainabilityJobDefinitionRequest.struct_class = Types::DeleteModelExplainabilityJobDefinitionRequest
|
2510
|
+
|
1774
2511
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1775
2512
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
1776
2513
|
|
2514
|
+
DeleteModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "ModelPackageGroupName"))
|
2515
|
+
DeleteModelPackageGroupInput.struct_class = Types::DeleteModelPackageGroupInput
|
2516
|
+
|
2517
|
+
DeleteModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
2518
|
+
DeleteModelPackageGroupPolicyInput.struct_class = Types::DeleteModelPackageGroupPolicyInput
|
2519
|
+
|
1777
2520
|
DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
1778
2521
|
DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
|
1779
2522
|
|
2523
|
+
DeleteModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2524
|
+
DeleteModelQualityJobDefinitionRequest.struct_class = Types::DeleteModelQualityJobDefinitionRequest
|
2525
|
+
|
1780
2526
|
DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
1781
2527
|
DeleteMonitoringScheduleRequest.struct_class = Types::DeleteMonitoringScheduleRequest
|
1782
2528
|
|
@@ -1786,6 +2532,16 @@ module Aws::SageMaker
|
|
1786
2532
|
DeleteNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
|
1787
2533
|
DeleteNotebookInstanceLifecycleConfigInput.struct_class = Types::DeleteNotebookInstanceLifecycleConfigInput
|
1788
2534
|
|
2535
|
+
DeletePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
2536
|
+
DeletePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2537
|
+
DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
|
2538
|
+
|
2539
|
+
DeletePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
2540
|
+
DeletePipelineResponse.struct_class = Types::DeletePipelineResponse
|
2541
|
+
|
2542
|
+
DeleteProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2543
|
+
DeleteProjectInput.struct_class = Types::DeleteProjectInput
|
2544
|
+
|
1789
2545
|
DeleteTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
1790
2546
|
DeleteTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
1791
2547
|
DeleteTagsInput.struct_class = Types::DeleteTagsInput
|
@@ -1826,6 +2582,31 @@ module Aws::SageMaker
|
|
1826
2582
|
|
1827
2583
|
DeployedImages.member = Shapes::ShapeRef.new(shape: DeployedImage)
|
1828
2584
|
|
2585
|
+
DeploymentConfig.add_member(:blue_green_update_policy, Shapes::ShapeRef.new(shape: BlueGreenUpdatePolicy, required: true, location_name: "BlueGreenUpdatePolicy"))
|
2586
|
+
DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
|
2587
|
+
DeploymentConfig.struct_class = Types::DeploymentConfig
|
2588
|
+
|
2589
|
+
DeregisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2590
|
+
DeregisterDevicesRequest.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, required: true, location_name: "DeviceNames"))
|
2591
|
+
DeregisterDevicesRequest.struct_class = Types::DeregisterDevicesRequest
|
2592
|
+
|
2593
|
+
DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
2594
|
+
DescribeActionRequest.struct_class = Types::DescribeActionRequest
|
2595
|
+
|
2596
|
+
DescribeActionResponse.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ActionName"))
|
2597
|
+
DescribeActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
2598
|
+
DescribeActionResponse.add_member(:source, Shapes::ShapeRef.new(shape: ActionSource, location_name: "Source"))
|
2599
|
+
DescribeActionResponse.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, location_name: "ActionType"))
|
2600
|
+
DescribeActionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
2601
|
+
DescribeActionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
2602
|
+
DescribeActionResponse.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
2603
|
+
DescribeActionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2604
|
+
DescribeActionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2605
|
+
DescribeActionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2606
|
+
DescribeActionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2607
|
+
DescribeActionResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2608
|
+
DescribeActionResponse.struct_class = Types::DescribeActionResponse
|
2609
|
+
|
1829
2610
|
DescribeAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "AlgorithmName"))
|
1830
2611
|
DescribeAlgorithmInput.struct_class = Types::DescribeAlgorithmInput
|
1831
2612
|
|
@@ -1871,6 +2652,21 @@ module Aws::SageMaker
|
|
1871
2652
|
DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
|
1872
2653
|
DescribeAppResponse.struct_class = Types::DescribeAppResponse
|
1873
2654
|
|
2655
|
+
DescribeArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
|
2656
|
+
DescribeArtifactRequest.struct_class = Types::DescribeArtifactRequest
|
2657
|
+
|
2658
|
+
DescribeArtifactResponse.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
2659
|
+
DescribeArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
2660
|
+
DescribeArtifactResponse.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, location_name: "Source"))
|
2661
|
+
DescribeArtifactResponse.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, location_name: "ArtifactType"))
|
2662
|
+
DescribeArtifactResponse.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
2663
|
+
DescribeArtifactResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2664
|
+
DescribeArtifactResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2665
|
+
DescribeArtifactResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2666
|
+
DescribeArtifactResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2667
|
+
DescribeArtifactResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2668
|
+
DescribeArtifactResponse.struct_class = Types::DescribeArtifactResponse
|
2669
|
+
|
1874
2670
|
DescribeAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
1875
2671
|
DescribeAutoMLJobRequest.struct_class = Types::DescribeAutoMLJobRequest
|
1876
2672
|
|
@@ -1917,11 +2713,73 @@ module Aws::SageMaker
|
|
1917
2713
|
DescribeCompilationJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, required: true, location_name: "LastModifiedTime"))
|
1918
2714
|
DescribeCompilationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, required: true, location_name: "FailureReason"))
|
1919
2715
|
DescribeCompilationJobResponse.add_member(:model_artifacts, Shapes::ShapeRef.new(shape: ModelArtifacts, required: true, location_name: "ModelArtifacts"))
|
2716
|
+
DescribeCompilationJobResponse.add_member(:model_digests, Shapes::ShapeRef.new(shape: ModelDigests, location_name: "ModelDigests"))
|
1920
2717
|
DescribeCompilationJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1921
2718
|
DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1922
2719
|
DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
1923
2720
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
1924
2721
|
|
2722
|
+
DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
2723
|
+
DescribeContextRequest.struct_class = Types::DescribeContextRequest
|
2724
|
+
|
2725
|
+
DescribeContextResponse.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
|
2726
|
+
DescribeContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
2727
|
+
DescribeContextResponse.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
|
2728
|
+
DescribeContextResponse.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
2729
|
+
DescribeContextResponse.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
2730
|
+
DescribeContextResponse.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
2731
|
+
DescribeContextResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2732
|
+
DescribeContextResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2733
|
+
DescribeContextResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2734
|
+
DescribeContextResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
2735
|
+
DescribeContextResponse.struct_class = Types::DescribeContextResponse
|
2736
|
+
|
2737
|
+
DescribeDataQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2738
|
+
DescribeDataQualityJobDefinitionRequest.struct_class = Types::DescribeDataQualityJobDefinitionRequest
|
2739
|
+
|
2740
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2741
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2742
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2743
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_baseline_config, Shapes::ShapeRef.new(shape: DataQualityBaselineConfig, location_name: "DataQualityBaselineConfig"))
|
2744
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_app_specification, Shapes::ShapeRef.new(shape: DataQualityAppSpecification, required: true, location_name: "DataQualityAppSpecification"))
|
2745
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_job_input, Shapes::ShapeRef.new(shape: DataQualityJobInput, required: true, location_name: "DataQualityJobInput"))
|
2746
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:data_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "DataQualityJobOutputConfig"))
|
2747
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2748
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2749
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2750
|
+
DescribeDataQualityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2751
|
+
DescribeDataQualityJobDefinitionResponse.struct_class = Types::DescribeDataQualityJobDefinitionResponse
|
2752
|
+
|
2753
|
+
DescribeDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2754
|
+
DescribeDeviceFleetRequest.struct_class = Types::DescribeDeviceFleetRequest
|
2755
|
+
|
2756
|
+
DescribeDeviceFleetResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2757
|
+
DescribeDeviceFleetResponse.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
|
2758
|
+
DescribeDeviceFleetResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
2759
|
+
DescribeDeviceFleetResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
2760
|
+
DescribeDeviceFleetResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2761
|
+
DescribeDeviceFleetResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2762
|
+
DescribeDeviceFleetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2763
|
+
DescribeDeviceFleetResponse.add_member(:iot_role_alias, Shapes::ShapeRef.new(shape: IotRoleAlias, location_name: "IotRoleAlias"))
|
2764
|
+
DescribeDeviceFleetResponse.struct_class = Types::DescribeDeviceFleetResponse
|
2765
|
+
|
2766
|
+
DescribeDeviceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2767
|
+
DescribeDeviceRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
|
2768
|
+
DescribeDeviceRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2769
|
+
DescribeDeviceRequest.struct_class = Types::DescribeDeviceRequest
|
2770
|
+
|
2771
|
+
DescribeDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "DeviceArn"))
|
2772
|
+
DescribeDeviceResponse.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
|
2773
|
+
DescribeDeviceResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
|
2774
|
+
DescribeDeviceResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
2775
|
+
DescribeDeviceResponse.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
|
2776
|
+
DescribeDeviceResponse.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "RegistrationTime"))
|
2777
|
+
DescribeDeviceResponse.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
|
2778
|
+
DescribeDeviceResponse.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModels, location_name: "Models"))
|
2779
|
+
DescribeDeviceResponse.add_member(:max_models, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxModels"))
|
2780
|
+
DescribeDeviceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2781
|
+
DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
|
2782
|
+
|
1925
2783
|
DescribeDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1926
2784
|
DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
|
1927
2785
|
|
@@ -1944,6 +2802,25 @@ module Aws::SageMaker
|
|
1944
2802
|
DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
1945
2803
|
DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
|
1946
2804
|
|
2805
|
+
DescribeEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
2806
|
+
DescribeEdgePackagingJobRequest.struct_class = Types::DescribeEdgePackagingJobRequest
|
2807
|
+
|
2808
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_arn, Shapes::ShapeRef.new(shape: EdgePackagingJobArn, required: true, location_name: "EdgePackagingJobArn"))
|
2809
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
2810
|
+
DescribeEdgePackagingJobResponse.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "CompilationJobName"))
|
2811
|
+
DescribeEdgePackagingJobResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
2812
|
+
DescribeEdgePackagingJobResponse.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "ModelVersion"))
|
2813
|
+
DescribeEdgePackagingJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2814
|
+
DescribeEdgePackagingJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, location_name: "OutputConfig"))
|
2815
|
+
DescribeEdgePackagingJobResponse.add_member(:resource_key, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "ResourceKey"))
|
2816
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_status, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, required: true, location_name: "EdgePackagingJobStatus"))
|
2817
|
+
DescribeEdgePackagingJobResponse.add_member(:edge_packaging_job_status_message, Shapes::ShapeRef.new(shape: String, location_name: "EdgePackagingJobStatusMessage"))
|
2818
|
+
DescribeEdgePackagingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2819
|
+
DescribeEdgePackagingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2820
|
+
DescribeEdgePackagingJobResponse.add_member(:model_artifact, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ModelArtifact"))
|
2821
|
+
DescribeEdgePackagingJobResponse.add_member(:model_signature, Shapes::ShapeRef.new(shape: String, location_name: "ModelSignature"))
|
2822
|
+
DescribeEdgePackagingJobResponse.struct_class = Types::DescribeEdgePackagingJobResponse
|
2823
|
+
|
1947
2824
|
DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
1948
2825
|
DescribeEndpointConfigInput.struct_class = Types::DescribeEndpointConfigInput
|
1949
2826
|
|
@@ -1967,6 +2844,7 @@ module Aws::SageMaker
|
|
1967
2844
|
DescribeEndpointOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
1968
2845
|
DescribeEndpointOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
1969
2846
|
DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2847
|
+
DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
|
1970
2848
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
1971
2849
|
|
1972
2850
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
@@ -1983,6 +2861,26 @@ module Aws::SageMaker
|
|
1983
2861
|
DescribeExperimentResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
1984
2862
|
DescribeExperimentResponse.struct_class = Types::DescribeExperimentResponse
|
1985
2863
|
|
2864
|
+
DescribeFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
2865
|
+
DescribeFeatureGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2866
|
+
DescribeFeatureGroupRequest.struct_class = Types::DescribeFeatureGroupRequest
|
2867
|
+
|
2868
|
+
DescribeFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
2869
|
+
DescribeFeatureGroupResponse.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
2870
|
+
DescribeFeatureGroupResponse.add_member(:record_identifier_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "RecordIdentifierFeatureName"))
|
2871
|
+
DescribeFeatureGroupResponse.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "EventTimeFeatureName"))
|
2872
|
+
DescribeFeatureGroupResponse.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, required: true, location_name: "FeatureDefinitions"))
|
2873
|
+
DescribeFeatureGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
2874
|
+
DescribeFeatureGroupResponse.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
2875
|
+
DescribeFeatureGroupResponse.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
2876
|
+
DescribeFeatureGroupResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2877
|
+
DescribeFeatureGroupResponse.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
2878
|
+
DescribeFeatureGroupResponse.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
2879
|
+
DescribeFeatureGroupResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2880
|
+
DescribeFeatureGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2881
|
+
DescribeFeatureGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
2882
|
+
DescribeFeatureGroupResponse.struct_class = Types::DescribeFeatureGroupResponse
|
2883
|
+
|
1986
2884
|
DescribeFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
|
1987
2885
|
DescribeFlowDefinitionRequest.struct_class = Types::DescribeFlowDefinitionRequest
|
1988
2886
|
|
@@ -2080,6 +2978,38 @@ module Aws::SageMaker
|
|
2080
2978
|
DescribeLabelingJobResponse.add_member(:labeling_job_output, Shapes::ShapeRef.new(shape: LabelingJobOutput, location_name: "LabelingJobOutput"))
|
2081
2979
|
DescribeLabelingJobResponse.struct_class = Types::DescribeLabelingJobResponse
|
2082
2980
|
|
2981
|
+
DescribeModelBiasJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2982
|
+
DescribeModelBiasJobDefinitionRequest.struct_class = Types::DescribeModelBiasJobDefinitionRequest
|
2983
|
+
|
2984
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
2985
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2986
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2987
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_baseline_config, Shapes::ShapeRef.new(shape: ModelBiasBaselineConfig, location_name: "ModelBiasBaselineConfig"))
|
2988
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_app_specification, Shapes::ShapeRef.new(shape: ModelBiasAppSpecification, required: true, location_name: "ModelBiasAppSpecification"))
|
2989
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_job_input, Shapes::ShapeRef.new(shape: ModelBiasJobInput, required: true, location_name: "ModelBiasJobInput"))
|
2990
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:model_bias_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelBiasJobOutputConfig"))
|
2991
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
2992
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
2993
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
2994
|
+
DescribeModelBiasJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
2995
|
+
DescribeModelBiasJobDefinitionResponse.struct_class = Types::DescribeModelBiasJobDefinitionResponse
|
2996
|
+
|
2997
|
+
DescribeModelExplainabilityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
2998
|
+
DescribeModelExplainabilityJobDefinitionRequest.struct_class = Types::DescribeModelExplainabilityJobDefinitionRequest
|
2999
|
+
|
3000
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
3001
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3002
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3003
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_baseline_config, Shapes::ShapeRef.new(shape: ModelExplainabilityBaselineConfig, location_name: "ModelExplainabilityBaselineConfig"))
|
3004
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_app_specification, Shapes::ShapeRef.new(shape: ModelExplainabilityAppSpecification, required: true, location_name: "ModelExplainabilityAppSpecification"))
|
3005
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_job_input, Shapes::ShapeRef.new(shape: ModelExplainabilityJobInput, required: true, location_name: "ModelExplainabilityJobInput"))
|
3006
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:model_explainability_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelExplainabilityJobOutputConfig"))
|
3007
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
3008
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
3009
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3010
|
+
DescribeModelExplainabilityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
3011
|
+
DescribeModelExplainabilityJobDefinitionResponse.struct_class = Types::DescribeModelExplainabilityJobDefinitionResponse
|
3012
|
+
|
2083
3013
|
DescribeModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
2084
3014
|
DescribeModelInput.struct_class = Types::DescribeModelInput
|
2085
3015
|
|
@@ -2093,10 +3023,23 @@ module Aws::SageMaker
|
|
2093
3023
|
DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
2094
3024
|
DescribeModelOutput.struct_class = Types::DescribeModelOutput
|
2095
3025
|
|
3026
|
+
DescribeModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "ModelPackageGroupName"))
|
3027
|
+
DescribeModelPackageGroupInput.struct_class = Types::DescribeModelPackageGroupInput
|
3028
|
+
|
3029
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
3030
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
3031
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
3032
|
+
DescribeModelPackageGroupOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3033
|
+
DescribeModelPackageGroupOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, required: true, location_name: "CreatedBy"))
|
3034
|
+
DescribeModelPackageGroupOutput.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, required: true, location_name: "ModelPackageGroupStatus"))
|
3035
|
+
DescribeModelPackageGroupOutput.struct_class = Types::DescribeModelPackageGroupOutput
|
3036
|
+
|
2096
3037
|
DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
2097
3038
|
DescribeModelPackageInput.struct_class = Types::DescribeModelPackageInput
|
2098
3039
|
|
2099
3040
|
DescribeModelPackageOutput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
3041
|
+
DescribeModelPackageOutput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
3042
|
+
DescribeModelPackageOutput.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
2100
3043
|
DescribeModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
2101
3044
|
DescribeModelPackageOutput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
2102
3045
|
DescribeModelPackageOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
@@ -2106,14 +3049,38 @@ module Aws::SageMaker
|
|
2106
3049
|
DescribeModelPackageOutput.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
2107
3050
|
DescribeModelPackageOutput.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, required: true, location_name: "ModelPackageStatusDetails"))
|
2108
3051
|
DescribeModelPackageOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
3052
|
+
DescribeModelPackageOutput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3053
|
+
DescribeModelPackageOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3054
|
+
DescribeModelPackageOutput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3055
|
+
DescribeModelPackageOutput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
3056
|
+
DescribeModelPackageOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3057
|
+
DescribeModelPackageOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3058
|
+
DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
2109
3059
|
DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
|
2110
3060
|
|
3061
|
+
DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3062
|
+
DescribeModelQualityJobDefinitionRequest.struct_class = Types::DescribeModelQualityJobDefinitionRequest
|
3063
|
+
|
3064
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "JobDefinitionArn"))
|
3065
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
3066
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3067
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_baseline_config, Shapes::ShapeRef.new(shape: ModelQualityBaselineConfig, location_name: "ModelQualityBaselineConfig"))
|
3068
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_app_specification, Shapes::ShapeRef.new(shape: ModelQualityAppSpecification, required: true, location_name: "ModelQualityAppSpecification"))
|
3069
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_job_input, Shapes::ShapeRef.new(shape: ModelQualityJobInput, required: true, location_name: "ModelQualityJobInput"))
|
3070
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:model_quality_job_output_config, Shapes::ShapeRef.new(shape: MonitoringOutputConfig, required: true, location_name: "ModelQualityJobOutputConfig"))
|
3071
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:job_resources, Shapes::ShapeRef.new(shape: MonitoringResources, required: true, location_name: "JobResources"))
|
3072
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:network_config, Shapes::ShapeRef.new(shape: MonitoringNetworkConfig, location_name: "NetworkConfig"))
|
3073
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3074
|
+
DescribeModelQualityJobDefinitionResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: MonitoringStoppingCondition, location_name: "StoppingCondition"))
|
3075
|
+
DescribeModelQualityJobDefinitionResponse.struct_class = Types::DescribeModelQualityJobDefinitionResponse
|
3076
|
+
|
2111
3077
|
DescribeMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
2112
3078
|
DescribeMonitoringScheduleRequest.struct_class = Types::DescribeMonitoringScheduleRequest
|
2113
3079
|
|
2114
3080
|
DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
|
2115
3081
|
DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
2116
3082
|
DescribeMonitoringScheduleResponse.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
|
3083
|
+
DescribeMonitoringScheduleResponse.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
2117
3084
|
DescribeMonitoringScheduleResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2118
3085
|
DescribeMonitoringScheduleResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2119
3086
|
DescribeMonitoringScheduleResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
@@ -2158,6 +3125,44 @@ module Aws::SageMaker
|
|
2158
3125
|
DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
2159
3126
|
DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
|
2160
3127
|
|
3128
|
+
DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
3129
|
+
DescribePipelineDefinitionForExecutionRequest.struct_class = Types::DescribePipelineDefinitionForExecutionRequest
|
3130
|
+
|
3131
|
+
DescribePipelineDefinitionForExecutionResponse.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
3132
|
+
DescribePipelineDefinitionForExecutionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3133
|
+
DescribePipelineDefinitionForExecutionResponse.struct_class = Types::DescribePipelineDefinitionForExecutionResponse
|
3134
|
+
|
3135
|
+
DescribePipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
3136
|
+
DescribePipelineExecutionRequest.struct_class = Types::DescribePipelineExecutionRequest
|
3137
|
+
|
3138
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
3139
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
3140
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
3141
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
3142
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
3143
|
+
DescribePipelineExecutionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3144
|
+
DescribePipelineExecutionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3145
|
+
DescribePipelineExecutionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3146
|
+
DescribePipelineExecutionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3147
|
+
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
3148
|
+
|
3149
|
+
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
3150
|
+
DescribePipelineRequest.struct_class = Types::DescribePipelineRequest
|
3151
|
+
|
3152
|
+
DescribePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
3153
|
+
DescribePipelineResponse.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
3154
|
+
DescribePipelineResponse.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
3155
|
+
DescribePipelineResponse.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
3156
|
+
DescribePipelineResponse.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
3157
|
+
DescribePipelineResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3158
|
+
DescribePipelineResponse.add_member(:pipeline_status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "PipelineStatus"))
|
3159
|
+
DescribePipelineResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3160
|
+
DescribePipelineResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3161
|
+
DescribePipelineResponse.add_member(:last_run_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastRunTime"))
|
3162
|
+
DescribePipelineResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3163
|
+
DescribePipelineResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3164
|
+
DescribePipelineResponse.struct_class = Types::DescribePipelineResponse
|
3165
|
+
|
2161
3166
|
DescribeProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
2162
3167
|
DescribeProcessingJobRequest.struct_class = Types::DescribeProcessingJobRequest
|
2163
3168
|
|
@@ -2184,6 +3189,20 @@ module Aws::SageMaker
|
|
2184
3189
|
DescribeProcessingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "TrainingJobArn"))
|
2185
3190
|
DescribeProcessingJobResponse.struct_class = Types::DescribeProcessingJobResponse
|
2186
3191
|
|
3192
|
+
DescribeProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
3193
|
+
DescribeProjectInput.struct_class = Types::DescribeProjectInput
|
3194
|
+
|
3195
|
+
DescribeProjectOutput.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
3196
|
+
DescribeProjectOutput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
3197
|
+
DescribeProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
3198
|
+
DescribeProjectOutput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
3199
|
+
DescribeProjectOutput.add_member(:service_catalog_provisioning_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningDetails, required: true, location_name: "ServiceCatalogProvisioningDetails"))
|
3200
|
+
DescribeProjectOutput.add_member(:service_catalog_provisioned_product_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisionedProductDetails, location_name: "ServiceCatalogProvisionedProductDetails"))
|
3201
|
+
DescribeProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "ProjectStatus"))
|
3202
|
+
DescribeProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3203
|
+
DescribeProjectOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3204
|
+
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
3205
|
+
|
2187
3206
|
DescribeSubscribedWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
2188
3207
|
DescribeSubscribedWorkteamRequest.struct_class = Types::DescribeSubscribedWorkteamRequest
|
2189
3208
|
|
@@ -2227,6 +3246,10 @@ module Aws::SageMaker
|
|
2227
3246
|
DescribeTrainingJobResponse.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
2228
3247
|
DescribeTrainingJobResponse.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
|
2229
3248
|
DescribeTrainingJobResponse.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
|
3249
|
+
DescribeTrainingJobResponse.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
|
3250
|
+
DescribeTrainingJobResponse.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
3251
|
+
DescribeTrainingJobResponse.add_member(:profiler_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatuses, location_name: "ProfilerRuleEvaluationStatuses"))
|
3252
|
+
DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
|
2230
3253
|
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
2231
3254
|
|
2232
3255
|
DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
@@ -2271,6 +3294,7 @@ module Aws::SageMaker
|
|
2271
3294
|
DescribeTrialComponentResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: TrialComponentParameters, location_name: "Parameters"))
|
2272
3295
|
DescribeTrialComponentResponse.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
|
2273
3296
|
DescribeTrialComponentResponse.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
|
3297
|
+
DescribeTrialComponentResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2274
3298
|
DescribeTrialComponentResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
|
2275
3299
|
DescribeTrialComponentResponse.struct_class = Types::DescribeTrialComponentResponse
|
2276
3300
|
|
@@ -2286,6 +3310,7 @@ module Aws::SageMaker
|
|
2286
3310
|
DescribeTrialResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2287
3311
|
DescribeTrialResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2288
3312
|
DescribeTrialResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
3313
|
+
DescribeTrialResponse.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
2289
3314
|
DescribeTrialResponse.struct_class = Types::DescribeTrialResponse
|
2290
3315
|
|
2291
3316
|
DescribeUserProfileRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
@@ -2324,6 +3349,43 @@ module Aws::SageMaker
|
|
2324
3349
|
|
2325
3350
|
DesiredWeightAndCapacityList.member = Shapes::ShapeRef.new(shape: DesiredWeightAndCapacity)
|
2326
3351
|
|
3352
|
+
Device.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "DeviceName"))
|
3353
|
+
Device.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
|
3354
|
+
Device.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
|
3355
|
+
Device.struct_class = Types::Device
|
3356
|
+
|
3357
|
+
DeviceFleetSummaries.member = Shapes::ShapeRef.new(shape: DeviceFleetSummary)
|
3358
|
+
|
3359
|
+
DeviceFleetSummary.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
|
3360
|
+
DeviceFleetSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
3361
|
+
DeviceFleetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3362
|
+
DeviceFleetSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3363
|
+
DeviceFleetSummary.struct_class = Types::DeviceFleetSummary
|
3364
|
+
|
3365
|
+
DeviceNames.member = Shapes::ShapeRef.new(shape: DeviceName)
|
3366
|
+
|
3367
|
+
DeviceStats.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
|
3368
|
+
DeviceStats.add_member(:registered_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "RegisteredDeviceCount"))
|
3369
|
+
DeviceStats.struct_class = Types::DeviceStats
|
3370
|
+
|
3371
|
+
DeviceSummaries.member = Shapes::ShapeRef.new(shape: DeviceSummary)
|
3372
|
+
|
3373
|
+
DeviceSummary.add_member(:device_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceName"))
|
3374
|
+
DeviceSummary.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, required: true, location_name: "DeviceArn"))
|
3375
|
+
DeviceSummary.add_member(:description, Shapes::ShapeRef.new(shape: DeviceDescription, location_name: "Description"))
|
3376
|
+
DeviceSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
|
3377
|
+
DeviceSummary.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "IotThingName"))
|
3378
|
+
DeviceSummary.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RegistrationTime"))
|
3379
|
+
DeviceSummary.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
|
3380
|
+
DeviceSummary.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModelSummaries, location_name: "Models"))
|
3381
|
+
DeviceSummary.struct_class = Types::DeviceSummary
|
3382
|
+
|
3383
|
+
Devices.member = Shapes::ShapeRef.new(shape: Device)
|
3384
|
+
|
3385
|
+
DisableSagemakerServicecatalogPortfolioInput.struct_class = Types::DisableSagemakerServicecatalogPortfolioInput
|
3386
|
+
|
3387
|
+
DisableSagemakerServicecatalogPortfolioOutput.struct_class = Types::DisableSagemakerServicecatalogPortfolioOutput
|
3388
|
+
|
2327
3389
|
DisassociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
2328
3390
|
DisassociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
2329
3391
|
DisassociateTrialComponentRequest.struct_class = Types::DisassociateTrialComponentRequest
|
@@ -2343,6 +3405,63 @@ module Aws::SageMaker
|
|
2343
3405
|
|
2344
3406
|
DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
|
2345
3407
|
|
3408
|
+
EdgeModel.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
3409
|
+
EdgeModel.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
3410
|
+
EdgeModel.add_member(:latest_sample_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestSampleTime"))
|
3411
|
+
EdgeModel.add_member(:latest_inference, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestInference"))
|
3412
|
+
EdgeModel.struct_class = Types::EdgeModel
|
3413
|
+
|
3414
|
+
EdgeModelStat.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
3415
|
+
EdgeModelStat.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
3416
|
+
EdgeModelStat.add_member(:offline_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "OfflineDeviceCount"))
|
3417
|
+
EdgeModelStat.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
|
3418
|
+
EdgeModelStat.add_member(:active_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ActiveDeviceCount"))
|
3419
|
+
EdgeModelStat.add_member(:sampling_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "SamplingDeviceCount"))
|
3420
|
+
EdgeModelStat.struct_class = Types::EdgeModelStat
|
3421
|
+
|
3422
|
+
EdgeModelStats.member = Shapes::ShapeRef.new(shape: EdgeModelStat)
|
3423
|
+
|
3424
|
+
EdgeModelSummaries.member = Shapes::ShapeRef.new(shape: EdgeModelSummary)
|
3425
|
+
|
3426
|
+
EdgeModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
3427
|
+
EdgeModelSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
3428
|
+
EdgeModelSummary.struct_class = Types::EdgeModelSummary
|
3429
|
+
|
3430
|
+
EdgeModels.member = Shapes::ShapeRef.new(shape: EdgeModel)
|
3431
|
+
|
3432
|
+
EdgeOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3433
|
+
EdgeOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3434
|
+
EdgeOutputConfig.struct_class = Types::EdgeOutputConfig
|
3435
|
+
|
3436
|
+
EdgePackagingJobSummaries.member = Shapes::ShapeRef.new(shape: EdgePackagingJobSummary)
|
3437
|
+
|
3438
|
+
EdgePackagingJobSummary.add_member(:edge_packaging_job_arn, Shapes::ShapeRef.new(shape: EdgePackagingJobArn, required: true, location_name: "EdgePackagingJobArn"))
|
3439
|
+
EdgePackagingJobSummary.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
3440
|
+
EdgePackagingJobSummary.add_member(:edge_packaging_job_status, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, required: true, location_name: "EdgePackagingJobStatus"))
|
3441
|
+
EdgePackagingJobSummary.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "CompilationJobName"))
|
3442
|
+
EdgePackagingJobSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
3443
|
+
EdgePackagingJobSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "ModelVersion"))
|
3444
|
+
EdgePackagingJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3445
|
+
EdgePackagingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3446
|
+
EdgePackagingJobSummary.struct_class = Types::EdgePackagingJobSummary
|
3447
|
+
|
3448
|
+
EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
|
3449
|
+
|
3450
|
+
EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
|
3451
|
+
|
3452
|
+
Endpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
3453
|
+
Endpoint.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
3454
|
+
Endpoint.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
3455
|
+
Endpoint.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ProductionVariants"))
|
3456
|
+
Endpoint.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfigSummary, location_name: "DataCaptureConfig"))
|
3457
|
+
Endpoint.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
|
3458
|
+
Endpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3459
|
+
Endpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3460
|
+
Endpoint.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
3461
|
+
Endpoint.add_member(:monitoring_schedules, Shapes::ShapeRef.new(shape: MonitoringScheduleList, location_name: "MonitoringSchedules"))
|
3462
|
+
Endpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3463
|
+
Endpoint.struct_class = Types::Endpoint
|
3464
|
+
|
2346
3465
|
EndpointConfigSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
2347
3466
|
EndpointConfigSummary.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
2348
3467
|
EndpointConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
@@ -2354,6 +3473,12 @@ module Aws::SageMaker
|
|
2354
3473
|
EndpointInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
|
2355
3474
|
EndpointInput.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
|
2356
3475
|
EndpointInput.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
|
3476
|
+
EndpointInput.add_member(:features_attribute, Shapes::ShapeRef.new(shape: String, location_name: "FeaturesAttribute"))
|
3477
|
+
EndpointInput.add_member(:inference_attribute, Shapes::ShapeRef.new(shape: String, location_name: "InferenceAttribute"))
|
3478
|
+
EndpointInput.add_member(:probability_attribute, Shapes::ShapeRef.new(shape: String, location_name: "ProbabilityAttribute"))
|
3479
|
+
EndpointInput.add_member(:probability_threshold_attribute, Shapes::ShapeRef.new(shape: ProbabilityThresholdAttribute, location_name: "ProbabilityThresholdAttribute"))
|
3480
|
+
EndpointInput.add_member(:start_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "StartTimeOffset"))
|
3481
|
+
EndpointInput.add_member(:end_time_offset, Shapes::ShapeRef.new(shape: MonitoringTimeOffsetString, location_name: "EndTimeOffset"))
|
2357
3482
|
EndpointInput.struct_class = Types::EndpointInput
|
2358
3483
|
|
2359
3484
|
EndpointSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -2399,6 +3524,40 @@ module Aws::SageMaker
|
|
2399
3524
|
ExperimentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2400
3525
|
ExperimentSummary.struct_class = Types::ExperimentSummary
|
2401
3526
|
|
3527
|
+
Explainability.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
3528
|
+
Explainability.struct_class = Types::Explainability
|
3529
|
+
|
3530
|
+
FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
3531
|
+
FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
3532
|
+
FeatureDefinition.struct_class = Types::FeatureDefinition
|
3533
|
+
|
3534
|
+
FeatureDefinitions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
|
3535
|
+
|
3536
|
+
FeatureGroup.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, location_name: "FeatureGroupArn"))
|
3537
|
+
FeatureGroup.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, location_name: "FeatureGroupName"))
|
3538
|
+
FeatureGroup.add_member(:record_identifier_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "RecordIdentifierFeatureName"))
|
3539
|
+
FeatureGroup.add_member(:event_time_feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "EventTimeFeatureName"))
|
3540
|
+
FeatureGroup.add_member(:feature_definitions, Shapes::ShapeRef.new(shape: FeatureDefinitions, location_name: "FeatureDefinitions"))
|
3541
|
+
FeatureGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
3542
|
+
FeatureGroup.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfig, location_name: "OnlineStoreConfig"))
|
3543
|
+
FeatureGroup.add_member(:offline_store_config, Shapes::ShapeRef.new(shape: OfflineStoreConfig, location_name: "OfflineStoreConfig"))
|
3544
|
+
FeatureGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3545
|
+
FeatureGroup.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3546
|
+
FeatureGroup.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
3547
|
+
FeatureGroup.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
3548
|
+
FeatureGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3549
|
+
FeatureGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3550
|
+
FeatureGroup.struct_class = Types::FeatureGroup
|
3551
|
+
|
3552
|
+
FeatureGroupSummaries.member = Shapes::ShapeRef.new(shape: FeatureGroupSummary)
|
3553
|
+
|
3554
|
+
FeatureGroupSummary.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
3555
|
+
FeatureGroupSummary.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
3556
|
+
FeatureGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3557
|
+
FeatureGroupSummary.add_member(:feature_group_status, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatus"))
|
3558
|
+
FeatureGroupSummary.add_member(:offline_store_status, Shapes::ShapeRef.new(shape: OfflineStoreStatus, location_name: "OfflineStoreStatus"))
|
3559
|
+
FeatureGroupSummary.struct_class = Types::FeatureGroupSummary
|
3560
|
+
|
2402
3561
|
FileSystemConfig.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, location_name: "MountPath"))
|
2403
3562
|
FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box"=>true}))
|
2404
3563
|
FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box"=>true}))
|
@@ -2444,6 +3603,30 @@ module Aws::SageMaker
|
|
2444
3603
|
|
2445
3604
|
FlowDefinitionTaskKeywords.member = Shapes::ShapeRef.new(shape: FlowDefinitionTaskKeyword)
|
2446
3605
|
|
3606
|
+
GetDeviceFleetReportRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
3607
|
+
GetDeviceFleetReportRequest.struct_class = Types::GetDeviceFleetReportRequest
|
3608
|
+
|
3609
|
+
GetDeviceFleetReportResponse.add_member(:device_fleet_arn, Shapes::ShapeRef.new(shape: DeviceFleetArn, required: true, location_name: "DeviceFleetArn"))
|
3610
|
+
GetDeviceFleetReportResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
3611
|
+
GetDeviceFleetReportResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, location_name: "OutputConfig"))
|
3612
|
+
GetDeviceFleetReportResponse.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
3613
|
+
GetDeviceFleetReportResponse.add_member(:report_generated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReportGenerated"))
|
3614
|
+
GetDeviceFleetReportResponse.add_member(:device_stats, Shapes::ShapeRef.new(shape: DeviceStats, location_name: "DeviceStats"))
|
3615
|
+
GetDeviceFleetReportResponse.add_member(:agent_versions, Shapes::ShapeRef.new(shape: AgentVersions, location_name: "AgentVersions"))
|
3616
|
+
GetDeviceFleetReportResponse.add_member(:model_stats, Shapes::ShapeRef.new(shape: EdgeModelStats, location_name: "ModelStats"))
|
3617
|
+
GetDeviceFleetReportResponse.struct_class = Types::GetDeviceFleetReportResponse
|
3618
|
+
|
3619
|
+
GetModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
3620
|
+
GetModelPackageGroupPolicyInput.struct_class = Types::GetModelPackageGroupPolicyInput
|
3621
|
+
|
3622
|
+
GetModelPackageGroupPolicyOutput.add_member(:resource_policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "ResourcePolicy"))
|
3623
|
+
GetModelPackageGroupPolicyOutput.struct_class = Types::GetModelPackageGroupPolicyOutput
|
3624
|
+
|
3625
|
+
GetSagemakerServicecatalogPortfolioStatusInput.struct_class = Types::GetSagemakerServicecatalogPortfolioStatusInput
|
3626
|
+
|
3627
|
+
GetSagemakerServicecatalogPortfolioStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: SagemakerServicecatalogStatus, location_name: "Status"))
|
3628
|
+
GetSagemakerServicecatalogPortfolioStatusOutput.struct_class = Types::GetSagemakerServicecatalogPortfolioStatusOutput
|
3629
|
+
|
2447
3630
|
GetSearchSuggestionsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
2448
3631
|
GetSearchSuggestionsRequest.add_member(:suggestion_query, Shapes::ShapeRef.new(shape: SuggestionQuery, location_name: "SuggestionQuery"))
|
2449
3632
|
GetSearchSuggestionsRequest.struct_class = Types::GetSearchSuggestionsRequest
|
@@ -2621,8 +3804,8 @@ module Aws::SageMaker
|
|
2621
3804
|
Images.member = Shapes::ShapeRef.new(shape: Image)
|
2622
3805
|
|
2623
3806
|
InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
2624
|
-
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes,
|
2625
|
-
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes,
|
3807
|
+
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, location_name: "SupportedTransformInstanceTypes"))
|
3808
|
+
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, location_name: "SupportedRealtimeInferenceInstanceTypes"))
|
2626
3809
|
InferenceSpecification.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: ContentTypes, required: true, location_name: "SupportedContentTypes"))
|
2627
3810
|
InferenceSpecification.add_member(:supported_response_mime_types, Shapes::ShapeRef.new(shape: ResponseMIMETypes, required: true, location_name: "SupportedResponseMIMETypes"))
|
2628
3811
|
InferenceSpecification.struct_class = Types::InferenceSpecification
|
@@ -2630,6 +3813,7 @@ module Aws::SageMaker
|
|
2630
3813
|
InputConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
2631
3814
|
InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
|
2632
3815
|
InputConfig.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, required: true, location_name: "Framework"))
|
3816
|
+
InputConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: FrameworkVersion, location_name: "FrameworkVersion"))
|
2633
3817
|
InputConfig.struct_class = Types::InputConfig
|
2634
3818
|
|
2635
3819
|
InputDataConfig.member = Shapes::ShapeRef.new(shape: Channel)
|
@@ -2743,6 +3927,23 @@ module Aws::SageMaker
|
|
2743
3927
|
|
2744
3928
|
LabelingJobSummaryList.member = Shapes::ShapeRef.new(shape: LabelingJobSummary)
|
2745
3929
|
|
3930
|
+
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
3931
|
+
LineageEntityParameters.value = Shapes::ShapeRef.new(shape: StringParameterValue)
|
3932
|
+
|
3933
|
+
ListActionsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
3934
|
+
ListActionsRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, location_name: "ActionType"))
|
3935
|
+
ListActionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3936
|
+
ListActionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3937
|
+
ListActionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortActionsBy, location_name: "SortBy"))
|
3938
|
+
ListActionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3939
|
+
ListActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3940
|
+
ListActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3941
|
+
ListActionsRequest.struct_class = Types::ListActionsRequest
|
3942
|
+
|
3943
|
+
ListActionsResponse.add_member(:action_summaries, Shapes::ShapeRef.new(shape: ActionSummaries, location_name: "ActionSummaries"))
|
3944
|
+
ListActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3945
|
+
ListActionsResponse.struct_class = Types::ListActionsResponse
|
3946
|
+
|
2746
3947
|
ListAlgorithmsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
2747
3948
|
ListAlgorithmsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
2748
3949
|
ListAlgorithmsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -2783,6 +3984,37 @@ module Aws::SageMaker
|
|
2783
3984
|
ListAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2784
3985
|
ListAppsResponse.struct_class = Types::ListAppsResponse
|
2785
3986
|
|
3987
|
+
ListArtifactsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
3988
|
+
ListArtifactsRequest.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, location_name: "ArtifactType"))
|
3989
|
+
ListArtifactsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
3990
|
+
ListArtifactsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
3991
|
+
ListArtifactsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortArtifactsBy, location_name: "SortBy"))
|
3992
|
+
ListArtifactsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
3993
|
+
ListArtifactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3994
|
+
ListArtifactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
3995
|
+
ListArtifactsRequest.struct_class = Types::ListArtifactsRequest
|
3996
|
+
|
3997
|
+
ListArtifactsResponse.add_member(:artifact_summaries, Shapes::ShapeRef.new(shape: ArtifactSummaries, location_name: "ArtifactSummaries"))
|
3998
|
+
ListArtifactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3999
|
+
ListArtifactsResponse.struct_class = Types::ListArtifactsResponse
|
4000
|
+
|
4001
|
+
ListAssociationsRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
4002
|
+
ListAssociationsRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
4003
|
+
ListAssociationsRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
4004
|
+
ListAssociationsRequest.add_member(:destination_type, Shapes::ShapeRef.new(shape: String256, location_name: "DestinationType"))
|
4005
|
+
ListAssociationsRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
4006
|
+
ListAssociationsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
4007
|
+
ListAssociationsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
4008
|
+
ListAssociationsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortAssociationsBy, location_name: "SortBy"))
|
4009
|
+
ListAssociationsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4010
|
+
ListAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4011
|
+
ListAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4012
|
+
ListAssociationsRequest.struct_class = Types::ListAssociationsRequest
|
4013
|
+
|
4014
|
+
ListAssociationsResponse.add_member(:association_summaries, Shapes::ShapeRef.new(shape: AssociationSummaries, location_name: "AssociationSummaries"))
|
4015
|
+
ListAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4016
|
+
ListAssociationsResponse.struct_class = Types::ListAssociationsResponse
|
4017
|
+
|
2786
4018
|
ListAutoMLJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2787
4019
|
ListAutoMLJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2788
4020
|
ListAutoMLJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -2843,6 +4075,60 @@ module Aws::SageMaker
|
|
2843
4075
|
ListCompilationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2844
4076
|
ListCompilationJobsResponse.struct_class = Types::ListCompilationJobsResponse
|
2845
4077
|
|
4078
|
+
ListContextsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
4079
|
+
ListContextsRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
|
4080
|
+
ListContextsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
4081
|
+
ListContextsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
4082
|
+
ListContextsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortContextsBy, location_name: "SortBy"))
|
4083
|
+
ListContextsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4084
|
+
ListContextsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4085
|
+
ListContextsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4086
|
+
ListContextsRequest.struct_class = Types::ListContextsRequest
|
4087
|
+
|
4088
|
+
ListContextsResponse.add_member(:context_summaries, Shapes::ShapeRef.new(shape: ContextSummaries, location_name: "ContextSummaries"))
|
4089
|
+
ListContextsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4090
|
+
ListContextsResponse.struct_class = Types::ListContextsResponse
|
4091
|
+
|
4092
|
+
ListDataQualityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4093
|
+
ListDataQualityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4094
|
+
ListDataQualityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4095
|
+
ListDataQualityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4096
|
+
ListDataQualityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4097
|
+
ListDataQualityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4098
|
+
ListDataQualityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4099
|
+
ListDataQualityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4100
|
+
ListDataQualityJobDefinitionsRequest.struct_class = Types::ListDataQualityJobDefinitionsRequest
|
4101
|
+
|
4102
|
+
ListDataQualityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4103
|
+
ListDataQualityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4104
|
+
ListDataQualityJobDefinitionsResponse.struct_class = Types::ListDataQualityJobDefinitionsResponse
|
4105
|
+
|
4106
|
+
ListDeviceFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4107
|
+
ListDeviceFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
4108
|
+
ListDeviceFleetsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4109
|
+
ListDeviceFleetsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4110
|
+
ListDeviceFleetsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
4111
|
+
ListDeviceFleetsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
4112
|
+
ListDeviceFleetsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4113
|
+
ListDeviceFleetsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListDeviceFleetsSortBy, location_name: "SortBy"))
|
4114
|
+
ListDeviceFleetsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4115
|
+
ListDeviceFleetsRequest.struct_class = Types::ListDeviceFleetsRequest
|
4116
|
+
|
4117
|
+
ListDeviceFleetsResponse.add_member(:device_fleet_summaries, Shapes::ShapeRef.new(shape: DeviceFleetSummaries, required: true, location_name: "DeviceFleetSummaries"))
|
4118
|
+
ListDeviceFleetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4119
|
+
ListDeviceFleetsResponse.struct_class = Types::ListDeviceFleetsResponse
|
4120
|
+
|
4121
|
+
ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4122
|
+
ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
4123
|
+
ListDevicesRequest.add_member(:latest_heartbeat_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeatAfter"))
|
4124
|
+
ListDevicesRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
4125
|
+
ListDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
|
4126
|
+
ListDevicesRequest.struct_class = Types::ListDevicesRequest
|
4127
|
+
|
4128
|
+
ListDevicesResponse.add_member(:device_summaries, Shapes::ShapeRef.new(shape: DeviceSummaries, required: true, location_name: "DeviceSummaries"))
|
4129
|
+
ListDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4130
|
+
ListDevicesResponse.struct_class = Types::ListDevicesResponse
|
4131
|
+
|
2846
4132
|
ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2847
4133
|
ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2848
4134
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -2851,6 +4137,23 @@ module Aws::SageMaker
|
|
2851
4137
|
ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2852
4138
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
2853
4139
|
|
4140
|
+
ListEdgePackagingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4141
|
+
ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
4142
|
+
ListEdgePackagingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4143
|
+
ListEdgePackagingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4144
|
+
ListEdgePackagingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
4145
|
+
ListEdgePackagingJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
4146
|
+
ListEdgePackagingJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4147
|
+
ListEdgePackagingJobsRequest.add_member(:model_name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "ModelNameContains"))
|
4148
|
+
ListEdgePackagingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: EdgePackagingJobStatus, location_name: "StatusEquals"))
|
4149
|
+
ListEdgePackagingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListEdgePackagingJobsSortBy, location_name: "SortBy"))
|
4150
|
+
ListEdgePackagingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4151
|
+
ListEdgePackagingJobsRequest.struct_class = Types::ListEdgePackagingJobsRequest
|
4152
|
+
|
4153
|
+
ListEdgePackagingJobsResponse.add_member(:edge_packaging_job_summaries, Shapes::ShapeRef.new(shape: EdgePackagingJobSummaries, required: true, location_name: "EdgePackagingJobSummaries"))
|
4154
|
+
ListEdgePackagingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4155
|
+
ListEdgePackagingJobsResponse.struct_class = Types::ListEdgePackagingJobsResponse
|
4156
|
+
|
2854
4157
|
ListEndpointConfigsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: EndpointConfigSortKey, location_name: "SortBy"))
|
2855
4158
|
ListEndpointConfigsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
2856
4159
|
ListEndpointConfigsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -2892,6 +4195,21 @@ module Aws::SageMaker
|
|
2892
4195
|
ListExperimentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2893
4196
|
ListExperimentsResponse.struct_class = Types::ListExperimentsResponse
|
2894
4197
|
|
4198
|
+
ListFeatureGroupsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: FeatureGroupNameContains, location_name: "NameContains"))
|
4199
|
+
ListFeatureGroupsRequest.add_member(:feature_group_status_equals, Shapes::ShapeRef.new(shape: FeatureGroupStatus, location_name: "FeatureGroupStatusEquals"))
|
4200
|
+
ListFeatureGroupsRequest.add_member(:offline_store_status_equals, Shapes::ShapeRef.new(shape: OfflineStoreStatusValue, location_name: "OfflineStoreStatusEquals"))
|
4201
|
+
ListFeatureGroupsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
4202
|
+
ListFeatureGroupsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
4203
|
+
ListFeatureGroupsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: FeatureGroupSortOrder, location_name: "SortOrder"))
|
4204
|
+
ListFeatureGroupsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: FeatureGroupSortBy, location_name: "SortBy"))
|
4205
|
+
ListFeatureGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: FeatureGroupMaxResults, location_name: "MaxResults"))
|
4206
|
+
ListFeatureGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4207
|
+
ListFeatureGroupsRequest.struct_class = Types::ListFeatureGroupsRequest
|
4208
|
+
|
4209
|
+
ListFeatureGroupsResponse.add_member(:feature_group_summaries, Shapes::ShapeRef.new(shape: FeatureGroupSummaries, required: true, location_name: "FeatureGroupSummaries"))
|
4210
|
+
ListFeatureGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
|
4211
|
+
ListFeatureGroupsResponse.struct_class = Types::ListFeatureGroupsResponse
|
4212
|
+
|
2895
4213
|
ListFlowDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2896
4214
|
ListFlowDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2897
4215
|
ListFlowDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -2990,10 +4308,56 @@ module Aws::SageMaker
|
|
2990
4308
|
ListLabelingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2991
4309
|
ListLabelingJobsResponse.struct_class = Types::ListLabelingJobsResponse
|
2992
4310
|
|
4311
|
+
ListLineageEntityParameterKey.member = Shapes::ShapeRef.new(shape: StringParameterValue)
|
4312
|
+
|
4313
|
+
ListModelBiasJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4314
|
+
ListModelBiasJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4315
|
+
ListModelBiasJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4316
|
+
ListModelBiasJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4317
|
+
ListModelBiasJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4318
|
+
ListModelBiasJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4319
|
+
ListModelBiasJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4320
|
+
ListModelBiasJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4321
|
+
ListModelBiasJobDefinitionsRequest.struct_class = Types::ListModelBiasJobDefinitionsRequest
|
4322
|
+
|
4323
|
+
ListModelBiasJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4324
|
+
ListModelBiasJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4325
|
+
ListModelBiasJobDefinitionsResponse.struct_class = Types::ListModelBiasJobDefinitionsResponse
|
4326
|
+
|
4327
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4328
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4329
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4330
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4331
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4332
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4333
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4334
|
+
ListModelExplainabilityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4335
|
+
ListModelExplainabilityJobDefinitionsRequest.struct_class = Types::ListModelExplainabilityJobDefinitionsRequest
|
4336
|
+
|
4337
|
+
ListModelExplainabilityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4338
|
+
ListModelExplainabilityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4339
|
+
ListModelExplainabilityJobDefinitionsResponse.struct_class = Types::ListModelExplainabilityJobDefinitionsResponse
|
4340
|
+
|
4341
|
+
ListModelPackageGroupsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
4342
|
+
ListModelPackageGroupsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
4343
|
+
ListModelPackageGroupsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4344
|
+
ListModelPackageGroupsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4345
|
+
ListModelPackageGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4346
|
+
ListModelPackageGroupsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageGroupSortBy, location_name: "SortBy"))
|
4347
|
+
ListModelPackageGroupsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4348
|
+
ListModelPackageGroupsInput.struct_class = Types::ListModelPackageGroupsInput
|
4349
|
+
|
4350
|
+
ListModelPackageGroupsOutput.add_member(:model_package_group_summary_list, Shapes::ShapeRef.new(shape: ModelPackageGroupSummaryList, required: true, location_name: "ModelPackageGroupSummaryList"))
|
4351
|
+
ListModelPackageGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4352
|
+
ListModelPackageGroupsOutput.struct_class = Types::ListModelPackageGroupsOutput
|
4353
|
+
|
2993
4354
|
ListModelPackagesInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
2994
4355
|
ListModelPackagesInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
2995
4356
|
ListModelPackagesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2996
4357
|
ListModelPackagesInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4358
|
+
ListModelPackagesInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
4359
|
+
ListModelPackagesInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageGroupName"))
|
4360
|
+
ListModelPackagesInput.add_member(:model_package_type, Shapes::ShapeRef.new(shape: ModelPackageType, location_name: "ModelPackageType"))
|
2997
4361
|
ListModelPackagesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2998
4362
|
ListModelPackagesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelPackageSortBy, location_name: "SortBy"))
|
2999
4363
|
ListModelPackagesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -3003,6 +4367,20 @@ module Aws::SageMaker
|
|
3003
4367
|
ListModelPackagesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3004
4368
|
ListModelPackagesOutput.struct_class = Types::ListModelPackagesOutput
|
3005
4369
|
|
4370
|
+
ListModelQualityJobDefinitionsRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4371
|
+
ListModelQualityJobDefinitionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSortKey, location_name: "SortBy"))
|
4372
|
+
ListModelQualityJobDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4373
|
+
ListModelQualityJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4374
|
+
ListModelQualityJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4375
|
+
ListModelQualityJobDefinitionsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
4376
|
+
ListModelQualityJobDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4377
|
+
ListModelQualityJobDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4378
|
+
ListModelQualityJobDefinitionsRequest.struct_class = Types::ListModelQualityJobDefinitionsRequest
|
4379
|
+
|
4380
|
+
ListModelQualityJobDefinitionsResponse.add_member(:job_definition_summaries, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummaryList, required: true, location_name: "JobDefinitionSummaries"))
|
4381
|
+
ListModelQualityJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4382
|
+
ListModelQualityJobDefinitionsResponse.struct_class = Types::ListModelQualityJobDefinitionsResponse
|
4383
|
+
|
3006
4384
|
ListModelsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ModelSortKey, location_name: "SortBy"))
|
3007
4385
|
ListModelsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: OrderKey, location_name: "SortOrder"))
|
3008
4386
|
ListModelsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -3029,6 +4407,8 @@ module Aws::SageMaker
|
|
3029
4407
|
ListMonitoringExecutionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
3030
4408
|
ListMonitoringExecutionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
3031
4409
|
ListMonitoringExecutionsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "StatusEquals"))
|
4410
|
+
ListMonitoringExecutionsRequest.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4411
|
+
ListMonitoringExecutionsRequest.add_member(:monitoring_type_equals, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringTypeEquals"))
|
3032
4412
|
ListMonitoringExecutionsRequest.struct_class = Types::ListMonitoringExecutionsRequest
|
3033
4413
|
|
3034
4414
|
ListMonitoringExecutionsResponse.add_member(:monitoring_execution_summaries, Shapes::ShapeRef.new(shape: MonitoringExecutionSummaryList, required: true, location_name: "MonitoringExecutionSummaries"))
|
@@ -3046,6 +4426,8 @@ module Aws::SageMaker
|
|
3046
4426
|
ListMonitoringSchedulesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
3047
4427
|
ListMonitoringSchedulesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
3048
4428
|
ListMonitoringSchedulesRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "StatusEquals"))
|
4429
|
+
ListMonitoringSchedulesRequest.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4430
|
+
ListMonitoringSchedulesRequest.add_member(:monitoring_type_equals, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringTypeEquals"))
|
3049
4431
|
ListMonitoringSchedulesRequest.struct_class = Types::ListMonitoringSchedulesRequest
|
3050
4432
|
|
3051
4433
|
ListMonitoringSchedulesResponse.add_member(:monitoring_schedule_summaries, Shapes::ShapeRef.new(shape: MonitoringScheduleSummaryList, required: true, location_name: "MonitoringScheduleSummaries"))
|
@@ -3086,6 +4468,51 @@ module Aws::SageMaker
|
|
3086
4468
|
ListNotebookInstancesOutput.add_member(:notebook_instances, Shapes::ShapeRef.new(shape: NotebookInstanceSummaryList, location_name: "NotebookInstances"))
|
3087
4469
|
ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
|
3088
4470
|
|
4471
|
+
ListPipelineExecutionStepsRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
4472
|
+
ListPipelineExecutionStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4473
|
+
ListPipelineExecutionStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4474
|
+
ListPipelineExecutionStepsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4475
|
+
ListPipelineExecutionStepsRequest.struct_class = Types::ListPipelineExecutionStepsRequest
|
4476
|
+
|
4477
|
+
ListPipelineExecutionStepsResponse.add_member(:pipeline_execution_steps, Shapes::ShapeRef.new(shape: PipelineExecutionStepList, location_name: "PipelineExecutionSteps"))
|
4478
|
+
ListPipelineExecutionStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4479
|
+
ListPipelineExecutionStepsResponse.struct_class = Types::ListPipelineExecutionStepsResponse
|
4480
|
+
|
4481
|
+
ListPipelineExecutionsRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
4482
|
+
ListPipelineExecutionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
4483
|
+
ListPipelineExecutionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
4484
|
+
ListPipelineExecutionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortPipelineExecutionsBy, location_name: "SortBy"))
|
4485
|
+
ListPipelineExecutionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4486
|
+
ListPipelineExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4487
|
+
ListPipelineExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4488
|
+
ListPipelineExecutionsRequest.struct_class = Types::ListPipelineExecutionsRequest
|
4489
|
+
|
4490
|
+
ListPipelineExecutionsResponse.add_member(:pipeline_execution_summaries, Shapes::ShapeRef.new(shape: PipelineExecutionSummaryList, location_name: "PipelineExecutionSummaries"))
|
4491
|
+
ListPipelineExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4492
|
+
ListPipelineExecutionsResponse.struct_class = Types::ListPipelineExecutionsResponse
|
4493
|
+
|
4494
|
+
ListPipelineParametersForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
4495
|
+
ListPipelineParametersForExecutionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4496
|
+
ListPipelineParametersForExecutionRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4497
|
+
ListPipelineParametersForExecutionRequest.struct_class = Types::ListPipelineParametersForExecutionRequest
|
4498
|
+
|
4499
|
+
ListPipelineParametersForExecutionResponse.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
4500
|
+
ListPipelineParametersForExecutionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4501
|
+
ListPipelineParametersForExecutionResponse.struct_class = Types::ListPipelineParametersForExecutionResponse
|
4502
|
+
|
4503
|
+
ListPipelinesRequest.add_member(:pipeline_name_prefix, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineNamePrefix"))
|
4504
|
+
ListPipelinesRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
4505
|
+
ListPipelinesRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
4506
|
+
ListPipelinesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortPipelinesBy, location_name: "SortBy"))
|
4507
|
+
ListPipelinesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4508
|
+
ListPipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4509
|
+
ListPipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4510
|
+
ListPipelinesRequest.struct_class = Types::ListPipelinesRequest
|
4511
|
+
|
4512
|
+
ListPipelinesResponse.add_member(:pipeline_summaries, Shapes::ShapeRef.new(shape: PipelineSummaryList, location_name: "PipelineSummaries"))
|
4513
|
+
ListPipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4514
|
+
ListPipelinesResponse.struct_class = Types::ListPipelinesResponse
|
4515
|
+
|
3089
4516
|
ListProcessingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
3090
4517
|
ListProcessingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
3091
4518
|
ListProcessingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -3102,6 +4529,19 @@ module Aws::SageMaker
|
|
3102
4529
|
ListProcessingJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3103
4530
|
ListProcessingJobsResponse.struct_class = Types::ListProcessingJobsResponse
|
3104
4531
|
|
4532
|
+
ListProjectsInput.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4533
|
+
ListProjectsInput.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4534
|
+
ListProjectsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4535
|
+
ListProjectsInput.add_member(:name_contains, Shapes::ShapeRef.new(shape: ProjectEntityName, location_name: "NameContains"))
|
4536
|
+
ListProjectsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4537
|
+
ListProjectsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ProjectSortBy, location_name: "SortBy"))
|
4538
|
+
ListProjectsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: ProjectSortOrder, location_name: "SortOrder"))
|
4539
|
+
ListProjectsInput.struct_class = Types::ListProjectsInput
|
4540
|
+
|
4541
|
+
ListProjectsOutput.add_member(:project_summary_list, Shapes::ShapeRef.new(shape: ProjectSummaryList, required: true, location_name: "ProjectSummaryList"))
|
4542
|
+
ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4543
|
+
ListProjectsOutput.struct_class = Types::ListProjectsOutput
|
4544
|
+
|
3105
4545
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
3106
4546
|
ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3107
4547
|
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -3235,6 +4675,12 @@ module Aws::SageMaker
|
|
3235
4675
|
|
3236
4676
|
MemberDefinitions.member = Shapes::ShapeRef.new(shape: MemberDefinition)
|
3237
4677
|
|
4678
|
+
MetadataProperties.add_member(:commit_id, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "CommitId"))
|
4679
|
+
MetadataProperties.add_member(:repository, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "Repository"))
|
4680
|
+
MetadataProperties.add_member(:generated_by, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "GeneratedBy"))
|
4681
|
+
MetadataProperties.add_member(:project_id, Shapes::ShapeRef.new(shape: MetadataPropertyValue, location_name: "ProjectId"))
|
4682
|
+
MetadataProperties.struct_class = Types::MetadataProperties
|
4683
|
+
|
3238
4684
|
MetricData.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
3239
4685
|
MetricData.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
|
3240
4686
|
MetricData.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
@@ -3246,13 +4692,78 @@ module Aws::SageMaker
|
|
3246
4692
|
|
3247
4693
|
MetricDefinitionList.member = Shapes::ShapeRef.new(shape: MetricDefinition)
|
3248
4694
|
|
4695
|
+
MetricsSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "ContentType"))
|
4696
|
+
MetricsSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
|
4697
|
+
MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
4698
|
+
MetricsSource.struct_class = Types::MetricsSource
|
4699
|
+
|
3249
4700
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
3250
4701
|
ModelArtifacts.struct_class = Types::ModelArtifacts
|
3251
4702
|
|
4703
|
+
ModelBiasAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
4704
|
+
ModelBiasAppSpecification.add_member(:config_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ConfigUri"))
|
4705
|
+
ModelBiasAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
4706
|
+
ModelBiasAppSpecification.struct_class = Types::ModelBiasAppSpecification
|
4707
|
+
|
4708
|
+
ModelBiasBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4709
|
+
ModelBiasBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4710
|
+
ModelBiasBaselineConfig.struct_class = Types::ModelBiasBaselineConfig
|
4711
|
+
|
4712
|
+
ModelBiasJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4713
|
+
ModelBiasJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
|
4714
|
+
ModelBiasJobInput.struct_class = Types::ModelBiasJobInput
|
4715
|
+
|
3252
4716
|
ModelClientConfig.add_member(:invocations_timeout_in_seconds, Shapes::ShapeRef.new(shape: InvocationsTimeoutInSeconds, location_name: "InvocationsTimeoutInSeconds"))
|
3253
4717
|
ModelClientConfig.add_member(:invocations_max_retries, Shapes::ShapeRef.new(shape: InvocationsMaxRetries, location_name: "InvocationsMaxRetries"))
|
3254
4718
|
ModelClientConfig.struct_class = Types::ModelClientConfig
|
3255
4719
|
|
4720
|
+
ModelDataQuality.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Statistics"))
|
4721
|
+
ModelDataQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
4722
|
+
ModelDataQuality.struct_class = Types::ModelDataQuality
|
4723
|
+
|
4724
|
+
ModelDigests.add_member(:artifact_digest, Shapes::ShapeRef.new(shape: ArtifactDigest, location_name: "ArtifactDigest"))
|
4725
|
+
ModelDigests.struct_class = Types::ModelDigests
|
4726
|
+
|
4727
|
+
ModelExplainabilityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
4728
|
+
ModelExplainabilityAppSpecification.add_member(:config_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ConfigUri"))
|
4729
|
+
ModelExplainabilityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
4730
|
+
ModelExplainabilityAppSpecification.struct_class = Types::ModelExplainabilityAppSpecification
|
4731
|
+
|
4732
|
+
ModelExplainabilityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4733
|
+
ModelExplainabilityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4734
|
+
ModelExplainabilityBaselineConfig.struct_class = Types::ModelExplainabilityBaselineConfig
|
4735
|
+
|
4736
|
+
ModelExplainabilityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4737
|
+
ModelExplainabilityJobInput.struct_class = Types::ModelExplainabilityJobInput
|
4738
|
+
|
4739
|
+
ModelMetrics.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
|
4740
|
+
ModelMetrics.add_member(:model_data_quality, Shapes::ShapeRef.new(shape: ModelDataQuality, location_name: "ModelDataQuality"))
|
4741
|
+
ModelMetrics.add_member(:bias, Shapes::ShapeRef.new(shape: Bias, location_name: "Bias"))
|
4742
|
+
ModelMetrics.add_member(:explainability, Shapes::ShapeRef.new(shape: Explainability, location_name: "Explainability"))
|
4743
|
+
ModelMetrics.struct_class = Types::ModelMetrics
|
4744
|
+
|
4745
|
+
ModelPackage.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
4746
|
+
ModelPackage.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
4747
|
+
ModelPackage.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
4748
|
+
ModelPackage.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageArn"))
|
4749
|
+
ModelPackage.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
4750
|
+
ModelPackage.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4751
|
+
ModelPackage.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
4752
|
+
ModelPackage.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
|
4753
|
+
ModelPackage.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
4754
|
+
ModelPackage.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, location_name: "ModelPackageStatus"))
|
4755
|
+
ModelPackage.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, location_name: "ModelPackageStatusDetails"))
|
4756
|
+
ModelPackage.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
4757
|
+
ModelPackage.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
4758
|
+
ModelPackage.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4759
|
+
ModelPackage.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
4760
|
+
ModelPackage.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
4761
|
+
ModelPackage.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4762
|
+
ModelPackage.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4763
|
+
ModelPackage.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
4764
|
+
ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4765
|
+
ModelPackage.struct_class = Types::ModelPackage
|
4766
|
+
|
3256
4767
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
3257
4768
|
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
|
3258
4769
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
@@ -3262,6 +4773,24 @@ module Aws::SageMaker
|
|
3262
4773
|
|
3263
4774
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
3264
4775
|
|
4776
|
+
ModelPackageGroup.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
4777
|
+
ModelPackageGroup.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, location_name: "ModelPackageGroupArn"))
|
4778
|
+
ModelPackageGroup.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
4779
|
+
ModelPackageGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
4780
|
+
ModelPackageGroup.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4781
|
+
ModelPackageGroup.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, location_name: "ModelPackageGroupStatus"))
|
4782
|
+
ModelPackageGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4783
|
+
ModelPackageGroup.struct_class = Types::ModelPackageGroup
|
4784
|
+
|
4785
|
+
ModelPackageGroupSummary.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
4786
|
+
ModelPackageGroupSummary.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
4787
|
+
ModelPackageGroupSummary.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
4788
|
+
ModelPackageGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
4789
|
+
ModelPackageGroupSummary.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, required: true, location_name: "ModelPackageGroupStatus"))
|
4790
|
+
ModelPackageGroupSummary.struct_class = Types::ModelPackageGroupSummary
|
4791
|
+
|
4792
|
+
ModelPackageGroupSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageGroupSummary)
|
4793
|
+
|
3265
4794
|
ModelPackageStatusDetails.add_member(:validation_statuses, Shapes::ShapeRef.new(shape: ModelPackageStatusItemList, required: true, location_name: "ValidationStatuses"))
|
3266
4795
|
ModelPackageStatusDetails.add_member(:image_scan_statuses, Shapes::ShapeRef.new(shape: ModelPackageStatusItemList, location_name: "ImageScanStatuses"))
|
3267
4796
|
ModelPackageStatusDetails.struct_class = Types::ModelPackageStatusDetails
|
@@ -3274,10 +4803,13 @@ module Aws::SageMaker
|
|
3274
4803
|
ModelPackageStatusItemList.member = Shapes::ShapeRef.new(shape: ModelPackageStatusItem)
|
3275
4804
|
|
3276
4805
|
ModelPackageSummary.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
4806
|
+
ModelPackageSummary.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
4807
|
+
ModelPackageSummary.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
3277
4808
|
ModelPackageSummary.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
3278
4809
|
ModelPackageSummary.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
3279
4810
|
ModelPackageSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
3280
4811
|
ModelPackageSummary.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
4812
|
+
ModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3281
4813
|
ModelPackageSummary.struct_class = Types::ModelPackageSummary
|
3282
4814
|
|
3283
4815
|
ModelPackageSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageSummary)
|
@@ -3292,6 +4824,30 @@ module Aws::SageMaker
|
|
3292
4824
|
ModelPackageValidationSpecification.add_member(:validation_profiles, Shapes::ShapeRef.new(shape: ModelPackageValidationProfiles, required: true, location_name: "ValidationProfiles"))
|
3293
4825
|
ModelPackageValidationSpecification.struct_class = Types::ModelPackageValidationSpecification
|
3294
4826
|
|
4827
|
+
ModelQuality.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Statistics"))
|
4828
|
+
ModelQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
4829
|
+
ModelQuality.struct_class = Types::ModelQuality
|
4830
|
+
|
4831
|
+
ModelQualityAppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
4832
|
+
ModelQualityAppSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "ContainerEntrypoint"))
|
4833
|
+
ModelQualityAppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: MonitoringContainerArguments, location_name: "ContainerArguments"))
|
4834
|
+
ModelQualityAppSpecification.add_member(:record_preprocessor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "RecordPreprocessorSourceUri"))
|
4835
|
+
ModelQualityAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
|
4836
|
+
ModelQualityAppSpecification.add_member(:problem_type, Shapes::ShapeRef.new(shape: MonitoringProblemType, location_name: "ProblemType"))
|
4837
|
+
ModelQualityAppSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: MonitoringEnvironmentMap, location_name: "Environment"))
|
4838
|
+
ModelQualityAppSpecification.struct_class = Types::ModelQualityAppSpecification
|
4839
|
+
|
4840
|
+
ModelQualityBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
4841
|
+
ModelQualityBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
4842
|
+
ModelQualityBaselineConfig.struct_class = Types::ModelQualityBaselineConfig
|
4843
|
+
|
4844
|
+
ModelQualityJobInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
4845
|
+
ModelQualityJobInput.add_member(:ground_truth_s3_input, Shapes::ShapeRef.new(shape: MonitoringGroundTruthS3Input, required: true, location_name: "GroundTruthS3Input"))
|
4846
|
+
ModelQualityJobInput.struct_class = Types::ModelQualityJobInput
|
4847
|
+
|
4848
|
+
ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
4849
|
+
ModelStepMetadata.struct_class = Types::ModelStepMetadata
|
4850
|
+
|
3295
4851
|
ModelSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
3296
4852
|
ModelSummary.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
3297
4853
|
ModelSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
@@ -3306,6 +4862,7 @@ module Aws::SageMaker
|
|
3306
4862
|
MonitoringAppSpecification.add_member(:post_analytics_processor_source_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "PostAnalyticsProcessorSourceUri"))
|
3307
4863
|
MonitoringAppSpecification.struct_class = Types::MonitoringAppSpecification
|
3308
4864
|
|
4865
|
+
MonitoringBaselineConfig.add_member(:baselining_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "BaseliningJobName"))
|
3309
4866
|
MonitoringBaselineConfig.add_member(:constraints_resource, Shapes::ShapeRef.new(shape: MonitoringConstraintsResource, location_name: "ConstraintsResource"))
|
3310
4867
|
MonitoringBaselineConfig.add_member(:statistics_resource, Shapes::ShapeRef.new(shape: MonitoringStatisticsResource, location_name: "StatisticsResource"))
|
3311
4868
|
MonitoringBaselineConfig.struct_class = Types::MonitoringBaselineConfig
|
@@ -3332,10 +4889,15 @@ module Aws::SageMaker
|
|
3332
4889
|
MonitoringExecutionSummary.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "ProcessingJobArn"))
|
3333
4890
|
MonitoringExecutionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
3334
4891
|
MonitoringExecutionSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4892
|
+
MonitoringExecutionSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4893
|
+
MonitoringExecutionSummary.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
3335
4894
|
MonitoringExecutionSummary.struct_class = Types::MonitoringExecutionSummary
|
3336
4895
|
|
3337
4896
|
MonitoringExecutionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringExecutionSummary)
|
3338
4897
|
|
4898
|
+
MonitoringGroundTruthS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: MonitoringS3Uri, location_name: "S3Uri"))
|
4899
|
+
MonitoringGroundTruthS3Input.struct_class = Types::MonitoringGroundTruthS3Input
|
4900
|
+
|
3339
4901
|
MonitoringInput.add_member(:endpoint_input, Shapes::ShapeRef.new(shape: EndpointInput, required: true, location_name: "EndpointInput"))
|
3340
4902
|
MonitoringInput.struct_class = Types::MonitoringInput
|
3341
4903
|
|
@@ -3352,6 +4914,19 @@ module Aws::SageMaker
|
|
3352
4914
|
MonitoringJobDefinition.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3353
4915
|
MonitoringJobDefinition.struct_class = Types::MonitoringJobDefinition
|
3354
4916
|
|
4917
|
+
MonitoringJobDefinitionSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "MonitoringJobDefinitionName"))
|
4918
|
+
MonitoringJobDefinitionSummary.add_member(:monitoring_job_definition_arn, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionArn, required: true, location_name: "MonitoringJobDefinitionArn"))
|
4919
|
+
MonitoringJobDefinitionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
4920
|
+
MonitoringJobDefinitionSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
4921
|
+
MonitoringJobDefinitionSummary.struct_class = Types::MonitoringJobDefinitionSummary
|
4922
|
+
|
4923
|
+
MonitoringJobDefinitionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummary)
|
4924
|
+
|
4925
|
+
MonitoringNetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
4926
|
+
MonitoringNetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
4927
|
+
MonitoringNetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4928
|
+
MonitoringNetworkConfig.struct_class = Types::MonitoringNetworkConfig
|
4929
|
+
|
3355
4930
|
MonitoringOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: MonitoringS3Output, required: true, location_name: "S3Output"))
|
3356
4931
|
MonitoringOutput.struct_class = Types::MonitoringOutput
|
3357
4932
|
|
@@ -3369,16 +4944,35 @@ module Aws::SageMaker
|
|
3369
4944
|
MonitoringS3Output.add_member(:s3_upload_mode, Shapes::ShapeRef.new(shape: ProcessingS3UploadMode, location_name: "S3UploadMode"))
|
3370
4945
|
MonitoringS3Output.struct_class = Types::MonitoringS3Output
|
3371
4946
|
|
4947
|
+
MonitoringSchedule.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
|
4948
|
+
MonitoringSchedule.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, location_name: "MonitoringScheduleName"))
|
4949
|
+
MonitoringSchedule.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, location_name: "MonitoringScheduleStatus"))
|
4950
|
+
MonitoringSchedule.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
4951
|
+
MonitoringSchedule.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4952
|
+
MonitoringSchedule.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4953
|
+
MonitoringSchedule.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4954
|
+
MonitoringSchedule.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, location_name: "MonitoringScheduleConfig"))
|
4955
|
+
MonitoringSchedule.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4956
|
+
MonitoringSchedule.add_member(:last_monitoring_execution_summary, Shapes::ShapeRef.new(shape: MonitoringExecutionSummary, location_name: "LastMonitoringExecutionSummary"))
|
4957
|
+
MonitoringSchedule.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4958
|
+
MonitoringSchedule.struct_class = Types::MonitoringSchedule
|
4959
|
+
|
3372
4960
|
MonitoringScheduleConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, location_name: "ScheduleConfig"))
|
3373
|
-
MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition,
|
4961
|
+
MonitoringScheduleConfig.add_member(:monitoring_job_definition, Shapes::ShapeRef.new(shape: MonitoringJobDefinition, location_name: "MonitoringJobDefinition"))
|
4962
|
+
MonitoringScheduleConfig.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4963
|
+
MonitoringScheduleConfig.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
3374
4964
|
MonitoringScheduleConfig.struct_class = Types::MonitoringScheduleConfig
|
3375
4965
|
|
4966
|
+
MonitoringScheduleList.member = Shapes::ShapeRef.new(shape: MonitoringSchedule)
|
4967
|
+
|
3376
4968
|
MonitoringScheduleSummary.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
3377
4969
|
MonitoringScheduleSummary.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, required: true, location_name: "MonitoringScheduleArn"))
|
3378
4970
|
MonitoringScheduleSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3379
4971
|
MonitoringScheduleSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
3380
4972
|
MonitoringScheduleSummary.add_member(:monitoring_schedule_status, Shapes::ShapeRef.new(shape: ScheduleStatus, required: true, location_name: "MonitoringScheduleStatus"))
|
3381
4973
|
MonitoringScheduleSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
4974
|
+
MonitoringScheduleSummary.add_member(:monitoring_job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, location_name: "MonitoringJobDefinitionName"))
|
4975
|
+
MonitoringScheduleSummary.add_member(:monitoring_type, Shapes::ShapeRef.new(shape: MonitoringType, location_name: "MonitoringType"))
|
3382
4976
|
MonitoringScheduleSummary.struct_class = Types::MonitoringScheduleSummary
|
3383
4977
|
|
3384
4978
|
MonitoringScheduleSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringScheduleSummary)
|
@@ -3389,6 +4983,9 @@ module Aws::SageMaker
|
|
3389
4983
|
MonitoringStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MonitoringMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds"))
|
3390
4984
|
MonitoringStoppingCondition.struct_class = Types::MonitoringStoppingCondition
|
3391
4985
|
|
4986
|
+
MultiModelConfig.add_member(:model_cache_setting, Shapes::ShapeRef.new(shape: ModelCacheSetting, location_name: "ModelCacheSetting"))
|
4987
|
+
MultiModelConfig.struct_class = Types::MultiModelConfig
|
4988
|
+
|
3392
4989
|
NestedFilters.add_member(:nested_property_name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "NestedPropertyName"))
|
3393
4990
|
NestedFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filters"))
|
3394
4991
|
NestedFilters.struct_class = Types::NestedFilters
|
@@ -3437,6 +5034,15 @@ module Aws::SageMaker
|
|
3437
5034
|
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
|
3438
5035
|
ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
|
3439
5036
|
|
5037
|
+
OfflineStoreConfig.add_member(:s3_storage_config, Shapes::ShapeRef.new(shape: S3StorageConfig, required: true, location_name: "S3StorageConfig"))
|
5038
|
+
OfflineStoreConfig.add_member(:disable_glue_table_creation, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableGlueTableCreation"))
|
5039
|
+
OfflineStoreConfig.add_member(:data_catalog_config, Shapes::ShapeRef.new(shape: DataCatalogConfig, location_name: "DataCatalogConfig"))
|
5040
|
+
OfflineStoreConfig.struct_class = Types::OfflineStoreConfig
|
5041
|
+
|
5042
|
+
OfflineStoreStatus.add_member(:status, Shapes::ShapeRef.new(shape: OfflineStoreStatusValue, required: true, location_name: "Status"))
|
5043
|
+
OfflineStoreStatus.add_member(:blocked_reason, Shapes::ShapeRef.new(shape: BlockedReason, location_name: "BlockedReason"))
|
5044
|
+
OfflineStoreStatus.struct_class = Types::OfflineStoreStatus
|
5045
|
+
|
3440
5046
|
OidcConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
3441
5047
|
OidcConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "ClientSecret"))
|
3442
5048
|
OidcConfig.add_member(:issuer, Shapes::ShapeRef.new(shape: OidcEndpoint, required: true, location_name: "Issuer"))
|
@@ -3459,16 +5065,30 @@ module Aws::SageMaker
|
|
3459
5065
|
OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
|
3460
5066
|
OidcMemberDefinition.struct_class = Types::OidcMemberDefinition
|
3461
5067
|
|
5068
|
+
OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig"))
|
5069
|
+
OnlineStoreConfig.add_member(:enable_online_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableOnlineStore"))
|
5070
|
+
OnlineStoreConfig.struct_class = Types::OnlineStoreConfig
|
5071
|
+
|
5072
|
+
OnlineStoreSecurityConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
5073
|
+
OnlineStoreSecurityConfig.struct_class = Types::OnlineStoreSecurityConfig
|
5074
|
+
|
3462
5075
|
OutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
3463
5076
|
OutputConfig.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "TargetDevice"))
|
3464
5077
|
OutputConfig.add_member(:target_platform, Shapes::ShapeRef.new(shape: TargetPlatform, location_name: "TargetPlatform"))
|
3465
5078
|
OutputConfig.add_member(:compiler_options, Shapes::ShapeRef.new(shape: CompilerOptions, location_name: "CompilerOptions"))
|
5079
|
+
OutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3466
5080
|
OutputConfig.struct_class = Types::OutputConfig
|
3467
5081
|
|
3468
5082
|
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3469
5083
|
OutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
3470
5084
|
OutputDataConfig.struct_class = Types::OutputDataConfig
|
3471
5085
|
|
5086
|
+
Parameter.add_member(:name, Shapes::ShapeRef.new(shape: PipelineParameterName, required: true, location_name: "Name"))
|
5087
|
+
Parameter.add_member(:value, Shapes::ShapeRef.new(shape: String1024, required: true, location_name: "Value"))
|
5088
|
+
Parameter.struct_class = Types::Parameter
|
5089
|
+
|
5090
|
+
ParameterList.member = Shapes::ShapeRef.new(shape: Parameter)
|
5091
|
+
|
3472
5092
|
ParameterRange.add_member(:integer_parameter_range_specification, Shapes::ShapeRef.new(shape: IntegerParameterRangeSpecification, location_name: "IntegerParameterRangeSpecification"))
|
3473
5093
|
ParameterRange.add_member(:continuous_parameter_range_specification, Shapes::ShapeRef.new(shape: ContinuousParameterRangeSpecification, location_name: "ContinuousParameterRangeSpecification"))
|
3474
5094
|
ParameterRange.add_member(:categorical_parameter_range_specification, Shapes::ShapeRef.new(shape: CategoricalParameterRangeSpecification, location_name: "CategoricalParameterRangeSpecification"))
|
@@ -3492,6 +5112,72 @@ module Aws::SageMaker
|
|
3492
5112
|
|
3493
5113
|
Parents.member = Shapes::ShapeRef.new(shape: Parent)
|
3494
5114
|
|
5115
|
+
Pipeline.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5116
|
+
Pipeline.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
5117
|
+
Pipeline.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
5118
|
+
Pipeline.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
5119
|
+
Pipeline.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5120
|
+
Pipeline.add_member(:pipeline_status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "PipelineStatus"))
|
5121
|
+
Pipeline.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5122
|
+
Pipeline.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5123
|
+
Pipeline.add_member(:last_run_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastRunTime"))
|
5124
|
+
Pipeline.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5125
|
+
Pipeline.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5126
|
+
Pipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5127
|
+
Pipeline.struct_class = Types::Pipeline
|
5128
|
+
|
5129
|
+
PipelineExecution.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5130
|
+
PipelineExecution.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5131
|
+
PipelineExecution.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
5132
|
+
PipelineExecution.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
5133
|
+
PipelineExecution.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
5134
|
+
PipelineExecution.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5135
|
+
PipelineExecution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5136
|
+
PipelineExecution.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5137
|
+
PipelineExecution.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5138
|
+
PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
5139
|
+
PipelineExecution.struct_class = Types::PipelineExecution
|
5140
|
+
|
5141
|
+
PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
|
5142
|
+
PipelineExecutionStep.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
5143
|
+
PipelineExecutionStep.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
5144
|
+
PipelineExecutionStep.add_member(:step_status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "StepStatus"))
|
5145
|
+
PipelineExecutionStep.add_member(:cache_hit_result, Shapes::ShapeRef.new(shape: CacheHitResult, location_name: "CacheHitResult"))
|
5146
|
+
PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
5147
|
+
PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
|
5148
|
+
PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
|
5149
|
+
|
5150
|
+
PipelineExecutionStepList.member = Shapes::ShapeRef.new(shape: PipelineExecutionStep)
|
5151
|
+
|
5152
|
+
PipelineExecutionStepMetadata.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJobStepMetadata, location_name: "TrainingJob"))
|
5153
|
+
PipelineExecutionStepMetadata.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJobStepMetadata, location_name: "ProcessingJob"))
|
5154
|
+
PipelineExecutionStepMetadata.add_member(:transform_job, Shapes::ShapeRef.new(shape: TransformJobStepMetadata, location_name: "TransformJob"))
|
5155
|
+
PipelineExecutionStepMetadata.add_member(:model, Shapes::ShapeRef.new(shape: ModelStepMetadata, location_name: "Model"))
|
5156
|
+
PipelineExecutionStepMetadata.add_member(:register_model, Shapes::ShapeRef.new(shape: RegisterModelStepMetadata, location_name: "RegisterModel"))
|
5157
|
+
PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
|
5158
|
+
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
5159
|
+
|
5160
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5161
|
+
PipelineExecutionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
5162
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
5163
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
5164
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
5165
|
+
PipelineExecutionSummary.struct_class = Types::PipelineExecutionSummary
|
5166
|
+
|
5167
|
+
PipelineExecutionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineExecutionSummary)
|
5168
|
+
|
5169
|
+
PipelineSummary.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
5170
|
+
PipelineSummary.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
|
5171
|
+
PipelineSummary.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
5172
|
+
PipelineSummary.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
5173
|
+
PipelineSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5174
|
+
PipelineSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5175
|
+
PipelineSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5176
|
+
PipelineSummary.add_member(:last_execution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastExecutionTime"))
|
5177
|
+
PipelineSummary.struct_class = Types::PipelineSummary
|
5178
|
+
|
5179
|
+
PipelineSummaryList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
|
5180
|
+
|
3495
5181
|
ProcessingClusterConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: ProcessingInstanceCount, required: true, location_name: "InstanceCount"))
|
3496
5182
|
ProcessingClusterConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, required: true, location_name: "InstanceType"))
|
3497
5183
|
ProcessingClusterConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProcessingVolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
@@ -3501,8 +5187,13 @@ module Aws::SageMaker
|
|
3501
5187
|
ProcessingEnvironmentMap.key = Shapes::ShapeRef.new(shape: ProcessingEnvironmentKey)
|
3502
5188
|
ProcessingEnvironmentMap.value = Shapes::ShapeRef.new(shape: ProcessingEnvironmentValue)
|
3503
5189
|
|
5190
|
+
ProcessingFeatureStoreOutput.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
5191
|
+
ProcessingFeatureStoreOutput.struct_class = Types::ProcessingFeatureStoreOutput
|
5192
|
+
|
3504
5193
|
ProcessingInput.add_member(:input_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InputName"))
|
3505
|
-
ProcessingInput.add_member(:
|
5194
|
+
ProcessingInput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged"))
|
5195
|
+
ProcessingInput.add_member(:s3_input, Shapes::ShapeRef.new(shape: ProcessingS3Input, location_name: "S3Input"))
|
5196
|
+
ProcessingInput.add_member(:dataset_definition, Shapes::ShapeRef.new(shape: DatasetDefinition, location_name: "DatasetDefinition"))
|
3506
5197
|
ProcessingInput.struct_class = Types::ProcessingInput
|
3507
5198
|
|
3508
5199
|
ProcessingInputs.member = Shapes::ShapeRef.new(shape: ProcessingInput)
|
@@ -3531,6 +5222,9 @@ module Aws::SageMaker
|
|
3531
5222
|
ProcessingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3532
5223
|
ProcessingJob.struct_class = Types::ProcessingJob
|
3533
5224
|
|
5225
|
+
ProcessingJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "Arn"))
|
5226
|
+
ProcessingJobStepMetadata.struct_class = Types::ProcessingJobStepMetadata
|
5227
|
+
|
3534
5228
|
ProcessingJobSummaries.member = Shapes::ShapeRef.new(shape: ProcessingJobSummary)
|
3535
5229
|
|
3536
5230
|
ProcessingJobSummary.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
@@ -3544,7 +5238,9 @@ module Aws::SageMaker
|
|
3544
5238
|
ProcessingJobSummary.struct_class = Types::ProcessingJobSummary
|
3545
5239
|
|
3546
5240
|
ProcessingOutput.add_member(:output_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OutputName"))
|
3547
|
-
ProcessingOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: ProcessingS3Output,
|
5241
|
+
ProcessingOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: ProcessingS3Output, location_name: "S3Output"))
|
5242
|
+
ProcessingOutput.add_member(:feature_store_output, Shapes::ShapeRef.new(shape: ProcessingFeatureStoreOutput, location_name: "FeatureStoreOutput"))
|
5243
|
+
ProcessingOutput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged"))
|
3548
5244
|
ProcessingOutput.struct_class = Types::ProcessingOutput
|
3549
5245
|
|
3550
5246
|
ProcessingOutputConfig.add_member(:outputs, Shapes::ShapeRef.new(shape: ProcessingOutputs, required: true, location_name: "Outputs"))
|
@@ -3557,9 +5253,9 @@ module Aws::SageMaker
|
|
3557
5253
|
ProcessingResources.struct_class = Types::ProcessingResources
|
3558
5254
|
|
3559
5255
|
ProcessingS3Input.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
3560
|
-
ProcessingS3Input.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath,
|
5256
|
+
ProcessingS3Input.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, location_name: "LocalPath"))
|
3561
5257
|
ProcessingS3Input.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: ProcessingS3DataType, required: true, location_name: "S3DataType"))
|
3562
|
-
ProcessingS3Input.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode,
|
5258
|
+
ProcessingS3Input.add_member(:s3_input_mode, Shapes::ShapeRef.new(shape: ProcessingS3InputMode, location_name: "S3InputMode"))
|
3563
5259
|
ProcessingS3Input.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: ProcessingS3DataDistributionType, location_name: "S3DataDistributionType"))
|
3564
5260
|
ProcessingS3Input.add_member(:s3_compression_type, Shapes::ShapeRef.new(shape: ProcessingS3CompressionType, location_name: "S3CompressionType"))
|
3565
5261
|
ProcessingS3Input.struct_class = Types::ProcessingS3Input
|
@@ -3594,6 +5290,50 @@ module Aws::SageMaker
|
|
3594
5290
|
|
3595
5291
|
ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
|
3596
5292
|
|
5293
|
+
ProfilerConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
5294
|
+
ProfilerConfig.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
5295
|
+
ProfilerConfig.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
5296
|
+
ProfilerConfig.struct_class = Types::ProfilerConfig
|
5297
|
+
|
5298
|
+
ProfilerConfigForUpdate.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
5299
|
+
ProfilerConfigForUpdate.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
5300
|
+
ProfilerConfigForUpdate.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
5301
|
+
ProfilerConfigForUpdate.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler"))
|
5302
|
+
ProfilerConfigForUpdate.struct_class = Types::ProfilerConfigForUpdate
|
5303
|
+
|
5304
|
+
ProfilerRuleConfiguration.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, required: true, location_name: "RuleConfigurationName"))
|
5305
|
+
ProfilerRuleConfiguration.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
|
5306
|
+
ProfilerRuleConfiguration.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
5307
|
+
ProfilerRuleConfiguration.add_member(:rule_evaluator_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "RuleEvaluatorImage"))
|
5308
|
+
ProfilerRuleConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, location_name: "InstanceType"))
|
5309
|
+
ProfilerRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
5310
|
+
ProfilerRuleConfiguration.add_member(:rule_parameters, Shapes::ShapeRef.new(shape: RuleParameters, location_name: "RuleParameters"))
|
5311
|
+
ProfilerRuleConfiguration.struct_class = Types::ProfilerRuleConfiguration
|
5312
|
+
|
5313
|
+
ProfilerRuleConfigurations.member = Shapes::ShapeRef.new(shape: ProfilerRuleConfiguration)
|
5314
|
+
|
5315
|
+
ProfilerRuleEvaluationStatus.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, location_name: "RuleConfigurationName"))
|
5316
|
+
ProfilerRuleEvaluationStatus.add_member(:rule_evaluation_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "RuleEvaluationJobArn"))
|
5317
|
+
ProfilerRuleEvaluationStatus.add_member(:rule_evaluation_status, Shapes::ShapeRef.new(shape: RuleEvaluationStatus, location_name: "RuleEvaluationStatus"))
|
5318
|
+
ProfilerRuleEvaluationStatus.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
|
5319
|
+
ProfilerRuleEvaluationStatus.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5320
|
+
ProfilerRuleEvaluationStatus.struct_class = Types::ProfilerRuleEvaluationStatus
|
5321
|
+
|
5322
|
+
ProfilerRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatus)
|
5323
|
+
|
5324
|
+
ProfilingParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
5325
|
+
ProfilingParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
5326
|
+
|
5327
|
+
ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
5328
|
+
ProjectSummary.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
5329
|
+
ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
5330
|
+
ProjectSummary.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
5331
|
+
ProjectSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
5332
|
+
ProjectSummary.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "ProjectStatus"))
|
5333
|
+
ProjectSummary.struct_class = Types::ProjectSummary
|
5334
|
+
|
5335
|
+
ProjectSummaryList.member = Shapes::ShapeRef.new(shape: ProjectSummary)
|
5336
|
+
|
3597
5337
|
PropertyNameQuery.add_member(:property_name_hint, Shapes::ShapeRef.new(shape: PropertyNameHint, required: true, location_name: "PropertyNameHint"))
|
3598
5338
|
PropertyNameQuery.struct_class = Types::PropertyNameQuery
|
3599
5339
|
|
@@ -3602,11 +5342,43 @@ module Aws::SageMaker
|
|
3602
5342
|
|
3603
5343
|
PropertyNameSuggestionList.member = Shapes::ShapeRef.new(shape: PropertyNameSuggestion)
|
3604
5344
|
|
5345
|
+
ProvisioningParameter.add_member(:key, Shapes::ShapeRef.new(shape: ProvisioningParameterKey, location_name: "Key"))
|
5346
|
+
ProvisioningParameter.add_member(:value, Shapes::ShapeRef.new(shape: ProvisioningParameterValue, location_name: "Value"))
|
5347
|
+
ProvisioningParameter.struct_class = Types::ProvisioningParameter
|
5348
|
+
|
5349
|
+
ProvisioningParameters.member = Shapes::ShapeRef.new(shape: ProvisioningParameter)
|
5350
|
+
|
3605
5351
|
PublicWorkforceTaskPrice.add_member(:amount_in_usd, Shapes::ShapeRef.new(shape: USD, location_name: "AmountInUsd"))
|
3606
5352
|
PublicWorkforceTaskPrice.struct_class = Types::PublicWorkforceTaskPrice
|
3607
5353
|
|
5354
|
+
PutModelPackageGroupPolicyInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
5355
|
+
PutModelPackageGroupPolicyInput.add_member(:resource_policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "ResourcePolicy"))
|
5356
|
+
PutModelPackageGroupPolicyInput.struct_class = Types::PutModelPackageGroupPolicyInput
|
5357
|
+
|
5358
|
+
PutModelPackageGroupPolicyOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
5359
|
+
PutModelPackageGroupPolicyOutput.struct_class = Types::PutModelPackageGroupPolicyOutput
|
5360
|
+
|
3608
5361
|
RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
|
3609
5362
|
|
5363
|
+
RedshiftDatasetDefinition.add_member(:cluster_id, Shapes::ShapeRef.new(shape: RedshiftClusterId, required: true, location_name: "ClusterId"))
|
5364
|
+
RedshiftDatasetDefinition.add_member(:database, Shapes::ShapeRef.new(shape: RedshiftDatabase, required: true, location_name: "Database"))
|
5365
|
+
RedshiftDatasetDefinition.add_member(:db_user, Shapes::ShapeRef.new(shape: RedshiftUserName, required: true, location_name: "DbUser"))
|
5366
|
+
RedshiftDatasetDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: RedshiftQueryString, required: true, location_name: "QueryString"))
|
5367
|
+
RedshiftDatasetDefinition.add_member(:cluster_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ClusterRoleArn"))
|
5368
|
+
RedshiftDatasetDefinition.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "OutputS3Uri"))
|
5369
|
+
RedshiftDatasetDefinition.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
5370
|
+
RedshiftDatasetDefinition.add_member(:output_format, Shapes::ShapeRef.new(shape: RedshiftResultFormat, required: true, location_name: "OutputFormat"))
|
5371
|
+
RedshiftDatasetDefinition.add_member(:output_compression, Shapes::ShapeRef.new(shape: RedshiftResultCompressionType, location_name: "OutputCompression"))
|
5372
|
+
RedshiftDatasetDefinition.struct_class = Types::RedshiftDatasetDefinition
|
5373
|
+
|
5374
|
+
RegisterDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5375
|
+
RegisterDevicesRequest.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "Devices"))
|
5376
|
+
RegisterDevicesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5377
|
+
RegisterDevicesRequest.struct_class = Types::RegisterDevicesRequest
|
5378
|
+
|
5379
|
+
RegisterModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
5380
|
+
RegisterModelStepMetadata.struct_class = Types::RegisterModelStepMetadata
|
5381
|
+
|
3610
5382
|
RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, location_name: "UiTemplate"))
|
3611
5383
|
RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
|
3612
5384
|
RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
@@ -3669,6 +5441,10 @@ module Aws::SageMaker
|
|
3669
5441
|
S3DataSource.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNames, location_name: "AttributeNames"))
|
3670
5442
|
S3DataSource.struct_class = Types::S3DataSource
|
3671
5443
|
|
5444
|
+
S3StorageConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
5445
|
+
S3StorageConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
5446
|
+
S3StorageConfig.struct_class = Types::S3StorageConfig
|
5447
|
+
|
3672
5448
|
ScheduleConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
|
3673
5449
|
ScheduleConfig.struct_class = Types::ScheduleConfig
|
3674
5450
|
|
@@ -3684,6 +5460,12 @@ module Aws::SageMaker
|
|
3684
5460
|
SearchRecord.add_member(:experiment, Shapes::ShapeRef.new(shape: Experiment, location_name: "Experiment"))
|
3685
5461
|
SearchRecord.add_member(:trial, Shapes::ShapeRef.new(shape: Trial, location_name: "Trial"))
|
3686
5462
|
SearchRecord.add_member(:trial_component, Shapes::ShapeRef.new(shape: TrialComponent, location_name: "TrialComponent"))
|
5463
|
+
SearchRecord.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
5464
|
+
SearchRecord.add_member(:model_package, Shapes::ShapeRef.new(shape: ModelPackage, location_name: "ModelPackage"))
|
5465
|
+
SearchRecord.add_member(:model_package_group, Shapes::ShapeRef.new(shape: ModelPackageGroup, location_name: "ModelPackageGroup"))
|
5466
|
+
SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
5467
|
+
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
5468
|
+
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
3687
5469
|
SearchRecord.struct_class = Types::SearchRecord
|
3688
5470
|
|
3689
5471
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -3710,6 +5492,16 @@ module Aws::SageMaker
|
|
3710
5492
|
|
3711
5493
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
3712
5494
|
|
5495
|
+
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "ProvisionedProductId"))
|
5496
|
+
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_status_message, Shapes::ShapeRef.new(shape: ProvisionedProductStatusMessage, location_name: "ProvisionedProductStatusMessage"))
|
5497
|
+
ServiceCatalogProvisionedProductDetails.struct_class = Types::ServiceCatalogProvisionedProductDetails
|
5498
|
+
|
5499
|
+
ServiceCatalogProvisioningDetails.add_member(:product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, required: true, location_name: "ProductId"))
|
5500
|
+
ServiceCatalogProvisioningDetails.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, required: true, location_name: "ProvisioningArtifactId"))
|
5501
|
+
ServiceCatalogProvisioningDetails.add_member(:path_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "PathId"))
|
5502
|
+
ServiceCatalogProvisioningDetails.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
5503
|
+
ServiceCatalogProvisioningDetails.struct_class = Types::ServiceCatalogProvisioningDetails
|
5504
|
+
|
3713
5505
|
SharingSettings.add_member(:notebook_output_option, Shapes::ShapeRef.new(shape: NotebookOutputOption, location_name: "NotebookOutputOption"))
|
3714
5506
|
SharingSettings.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
3715
5507
|
SharingSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
|
@@ -3736,12 +5528,25 @@ module Aws::SageMaker
|
|
3736
5528
|
StartNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
3737
5529
|
StartNotebookInstanceInput.struct_class = Types::StartNotebookInstanceInput
|
3738
5530
|
|
5531
|
+
StartPipelineExecutionRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
5532
|
+
StartPipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
5533
|
+
StartPipelineExecutionRequest.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
5534
|
+
StartPipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
5535
|
+
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
5536
|
+
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
5537
|
+
|
5538
|
+
StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5539
|
+
StartPipelineExecutionResponse.struct_class = Types::StartPipelineExecutionResponse
|
5540
|
+
|
3739
5541
|
StopAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
|
3740
5542
|
StopAutoMLJobRequest.struct_class = Types::StopAutoMLJobRequest
|
3741
5543
|
|
3742
5544
|
StopCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
|
3743
5545
|
StopCompilationJobRequest.struct_class = Types::StopCompilationJobRequest
|
3744
5546
|
|
5547
|
+
StopEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
|
5548
|
+
StopEdgePackagingJobRequest.struct_class = Types::StopEdgePackagingJobRequest
|
5549
|
+
|
3745
5550
|
StopHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
|
3746
5551
|
StopHyperParameterTuningJobRequest.struct_class = Types::StopHyperParameterTuningJobRequest
|
3747
5552
|
|
@@ -3754,6 +5559,13 @@ module Aws::SageMaker
|
|
3754
5559
|
StopNotebookInstanceInput.add_member(:notebook_instance_name, Shapes::ShapeRef.new(shape: NotebookInstanceName, required: true, location_name: "NotebookInstanceName"))
|
3755
5560
|
StopNotebookInstanceInput.struct_class = Types::StopNotebookInstanceInput
|
3756
5561
|
|
5562
|
+
StopPipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
5563
|
+
StopPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
5564
|
+
StopPipelineExecutionRequest.struct_class = Types::StopPipelineExecutionRequest
|
5565
|
+
|
5566
|
+
StopPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5567
|
+
StopPipelineExecutionResponse.struct_class = Types::StopPipelineExecutionResponse
|
5568
|
+
|
3757
5569
|
StopProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
3758
5570
|
StopProcessingJobRequest.struct_class = Types::StopProcessingJobRequest
|
3759
5571
|
|
@@ -3803,6 +5615,11 @@ module Aws::SageMaker
|
|
3803
5615
|
TensorBoardOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
3804
5616
|
TensorBoardOutputConfig.struct_class = Types::TensorBoardOutputConfig
|
3805
5617
|
|
5618
|
+
TrafficRoutingConfig.add_member(:type, Shapes::ShapeRef.new(shape: TrafficRoutingConfigType, required: true, location_name: "Type"))
|
5619
|
+
TrafficRoutingConfig.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitIntervalInSeconds, required: true, location_name: "WaitIntervalInSeconds"))
|
5620
|
+
TrafficRoutingConfig.add_member(:canary_size, Shapes::ShapeRef.new(shape: CapacitySize, location_name: "CanarySize"))
|
5621
|
+
TrafficRoutingConfig.struct_class = Types::TrafficRoutingConfig
|
5622
|
+
|
3806
5623
|
TrainingInstanceTypes.member = Shapes::ShapeRef.new(shape: TrainingInstanceType)
|
3807
5624
|
|
3808
5625
|
TrainingJob.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "TrainingJobName"))
|
@@ -3857,6 +5674,9 @@ module Aws::SageMaker
|
|
3857
5674
|
TrainingJobStatusCounters.add_member(:stopped, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Stopped"))
|
3858
5675
|
TrainingJobStatusCounters.struct_class = Types::TrainingJobStatusCounters
|
3859
5676
|
|
5677
|
+
TrainingJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "Arn"))
|
5678
|
+
TrainingJobStepMetadata.struct_class = Types::TrainingJobStepMetadata
|
5679
|
+
|
3860
5680
|
TrainingJobSummaries.member = Shapes::ShapeRef.new(shape: TrainingJobSummary)
|
3861
5681
|
|
3862
5682
|
TrainingJobSummary.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
@@ -3923,6 +5743,9 @@ module Aws::SageMaker
|
|
3923
5743
|
TransformJobDefinition.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, required: true, location_name: "TransformResources"))
|
3924
5744
|
TransformJobDefinition.struct_class = Types::TransformJobDefinition
|
3925
5745
|
|
5746
|
+
TransformJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: TransformJobArn, location_name: "Arn"))
|
5747
|
+
TransformJobStepMetadata.struct_class = Types::TransformJobStepMetadata
|
5748
|
+
|
3926
5749
|
TransformJobSummaries.member = Shapes::ShapeRef.new(shape: TransformJobSummary)
|
3927
5750
|
|
3928
5751
|
TransformJobSummary.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
@@ -3958,6 +5781,7 @@ module Aws::SageMaker
|
|
3958
5781
|
Trial.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
3959
5782
|
Trial.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3960
5783
|
Trial.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5784
|
+
Trial.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3961
5785
|
Trial.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3962
5786
|
Trial.add_member(:trial_component_summaries, Shapes::ShapeRef.new(shape: TrialComponentSimpleSummaries, location_name: "TrialComponentSummaries"))
|
3963
5787
|
Trial.struct_class = Types::Trial
|
@@ -3977,6 +5801,7 @@ module Aws::SageMaker
|
|
3977
5801
|
TrialComponent.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "InputArtifacts"))
|
3978
5802
|
TrialComponent.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: TrialComponentArtifacts, location_name: "OutputArtifacts"))
|
3979
5803
|
TrialComponent.add_member(:metrics, Shapes::ShapeRef.new(shape: TrialComponentMetricSummaries, location_name: "Metrics"))
|
5804
|
+
TrialComponent.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3980
5805
|
TrialComponent.add_member(:source_detail, Shapes::ShapeRef.new(shape: TrialComponentSourceDetail, location_name: "SourceDetail"))
|
3981
5806
|
TrialComponent.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3982
5807
|
TrialComponent.add_member(:parents, Shapes::ShapeRef.new(shape: Parents, location_name: "Parents"))
|
@@ -4080,6 +5905,16 @@ module Aws::SageMaker
|
|
4080
5905
|
UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
|
4081
5906
|
UiTemplateInfo.struct_class = Types::UiTemplateInfo
|
4082
5907
|
|
5908
|
+
UpdateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
5909
|
+
UpdateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
5910
|
+
UpdateActionRequest.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
5911
|
+
UpdateActionRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
5912
|
+
UpdateActionRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
|
5913
|
+
UpdateActionRequest.struct_class = Types::UpdateActionRequest
|
5914
|
+
|
5915
|
+
UpdateActionResponse.add_member(:action_arn, Shapes::ShapeRef.new(shape: ActionArn, location_name: "ActionArn"))
|
5916
|
+
UpdateActionResponse.struct_class = Types::UpdateActionResponse
|
5917
|
+
|
4083
5918
|
UpdateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
4084
5919
|
UpdateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
4085
5920
|
UpdateAppImageConfigRequest.struct_class = Types::UpdateAppImageConfigRequest
|
@@ -4087,6 +5922,15 @@ module Aws::SageMaker
|
|
4087
5922
|
UpdateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
4088
5923
|
UpdateAppImageConfigResponse.struct_class = Types::UpdateAppImageConfigResponse
|
4089
5924
|
|
5925
|
+
UpdateArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
|
5926
|
+
UpdateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
|
5927
|
+
UpdateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
5928
|
+
UpdateArtifactRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
|
5929
|
+
UpdateArtifactRequest.struct_class = Types::UpdateArtifactRequest
|
5930
|
+
|
5931
|
+
UpdateArtifactResponse.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
|
5932
|
+
UpdateArtifactResponse.struct_class = Types::UpdateArtifactResponse
|
5933
|
+
|
4090
5934
|
UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
4091
5935
|
UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
|
4092
5936
|
UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
|
@@ -4094,6 +5938,25 @@ module Aws::SageMaker
|
|
4094
5938
|
UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
4095
5939
|
UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
|
4096
5940
|
|
5941
|
+
UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
|
5942
|
+
UpdateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
5943
|
+
UpdateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
|
5944
|
+
UpdateContextRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
|
5945
|
+
UpdateContextRequest.struct_class = Types::UpdateContextRequest
|
5946
|
+
|
5947
|
+
UpdateContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
|
5948
|
+
UpdateContextResponse.struct_class = Types::UpdateContextResponse
|
5949
|
+
|
5950
|
+
UpdateDeviceFleetRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5951
|
+
UpdateDeviceFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5952
|
+
UpdateDeviceFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DeviceFleetDescription, location_name: "Description"))
|
5953
|
+
UpdateDeviceFleetRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: EdgeOutputConfig, required: true, location_name: "OutputConfig"))
|
5954
|
+
UpdateDeviceFleetRequest.struct_class = Types::UpdateDeviceFleetRequest
|
5955
|
+
|
5956
|
+
UpdateDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5957
|
+
UpdateDevicesRequest.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, required: true, location_name: "Devices"))
|
5958
|
+
UpdateDevicesRequest.struct_class = Types::UpdateDevicesRequest
|
5959
|
+
|
4097
5960
|
UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
4098
5961
|
UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
4099
5962
|
UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
|
@@ -4105,6 +5968,7 @@ module Aws::SageMaker
|
|
4105
5968
|
UpdateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
4106
5969
|
UpdateEndpointInput.add_member(:retain_all_variant_properties, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainAllVariantProperties"))
|
4107
5970
|
UpdateEndpointInput.add_member(:exclude_retained_variant_properties, Shapes::ShapeRef.new(shape: VariantPropertyList, location_name: "ExcludeRetainedVariantProperties"))
|
5971
|
+
UpdateEndpointInput.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "DeploymentConfig"))
|
4108
5972
|
UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
|
4109
5973
|
|
4110
5974
|
UpdateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
@@ -4135,6 +5999,14 @@ module Aws::SageMaker
|
|
4135
5999
|
UpdateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
4136
6000
|
UpdateImageResponse.struct_class = Types::UpdateImageResponse
|
4137
6001
|
|
6002
|
+
UpdateModelPackageInput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
6003
|
+
UpdateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, required: true, location_name: "ModelApprovalStatus"))
|
6004
|
+
UpdateModelPackageInput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
6005
|
+
UpdateModelPackageInput.struct_class = Types::UpdateModelPackageInput
|
6006
|
+
|
6007
|
+
UpdateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
6008
|
+
UpdateModelPackageOutput.struct_class = Types::UpdateModelPackageOutput
|
6009
|
+
|
4138
6010
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
4139
6011
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
|
4140
6012
|
UpdateMonitoringScheduleRequest.struct_class = Types::UpdateMonitoringScheduleRequest
|
@@ -4166,6 +6038,32 @@ module Aws::SageMaker
|
|
4166
6038
|
|
4167
6039
|
UpdateNotebookInstanceOutput.struct_class = Types::UpdateNotebookInstanceOutput
|
4168
6040
|
|
6041
|
+
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
6042
|
+
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
6043
|
+
UpdatePipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
6044
|
+
UpdatePipelineExecutionRequest.struct_class = Types::UpdatePipelineExecutionRequest
|
6045
|
+
|
6046
|
+
UpdatePipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
6047
|
+
UpdatePipelineExecutionResponse.struct_class = Types::UpdatePipelineExecutionResponse
|
6048
|
+
|
6049
|
+
UpdatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
6050
|
+
UpdatePipelineRequest.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
|
6051
|
+
UpdatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
6052
|
+
UpdatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
6053
|
+
UpdatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
6054
|
+
UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
|
6055
|
+
|
6056
|
+
UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
6057
|
+
UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
|
6058
|
+
|
6059
|
+
UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
6060
|
+
UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
|
6061
|
+
UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
6062
|
+
UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
|
6063
|
+
|
6064
|
+
UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
6065
|
+
UpdateTrainingJobResponse.struct_class = Types::UpdateTrainingJobResponse
|
6066
|
+
|
4169
6067
|
UpdateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
4170
6068
|
UpdateTrialComponentRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
|
4171
6069
|
UpdateTrialComponentRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrialComponentStatus, location_name: "Status"))
|
@@ -4293,6 +6191,16 @@ module Aws::SageMaker
|
|
4293
6191
|
"uid" => "sagemaker-2017-07-24",
|
4294
6192
|
}
|
4295
6193
|
|
6194
|
+
api.add_operation(:add_association, Seahorse::Model::Operation.new.tap do |o|
|
6195
|
+
o.name = "AddAssociation"
|
6196
|
+
o.http_method = "POST"
|
6197
|
+
o.http_request_uri = "/"
|
6198
|
+
o.input = Shapes::ShapeRef.new(shape: AddAssociationRequest)
|
6199
|
+
o.output = Shapes::ShapeRef.new(shape: AddAssociationResponse)
|
6200
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6201
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6202
|
+
end)
|
6203
|
+
|
4296
6204
|
api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
|
4297
6205
|
o.name = "AddTags"
|
4298
6206
|
o.http_method = "POST"
|
@@ -4311,6 +6219,15 @@ module Aws::SageMaker
|
|
4311
6219
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4312
6220
|
end)
|
4313
6221
|
|
6222
|
+
api.add_operation(:create_action, Seahorse::Model::Operation.new.tap do |o|
|
6223
|
+
o.name = "CreateAction"
|
6224
|
+
o.http_method = "POST"
|
6225
|
+
o.http_request_uri = "/"
|
6226
|
+
o.input = Shapes::ShapeRef.new(shape: CreateActionRequest)
|
6227
|
+
o.output = Shapes::ShapeRef.new(shape: CreateActionResponse)
|
6228
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6229
|
+
end)
|
6230
|
+
|
4314
6231
|
api.add_operation(:create_algorithm, Seahorse::Model::Operation.new.tap do |o|
|
4315
6232
|
o.name = "CreateAlgorithm"
|
4316
6233
|
o.http_method = "POST"
|
@@ -4338,6 +6255,15 @@ module Aws::SageMaker
|
|
4338
6255
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4339
6256
|
end)
|
4340
6257
|
|
6258
|
+
api.add_operation(:create_artifact, Seahorse::Model::Operation.new.tap do |o|
|
6259
|
+
o.name = "CreateArtifact"
|
6260
|
+
o.http_method = "POST"
|
6261
|
+
o.http_request_uri = "/"
|
6262
|
+
o.input = Shapes::ShapeRef.new(shape: CreateArtifactRequest)
|
6263
|
+
o.output = Shapes::ShapeRef.new(shape: CreateArtifactResponse)
|
6264
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6265
|
+
end)
|
6266
|
+
|
4341
6267
|
api.add_operation(:create_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
4342
6268
|
o.name = "CreateAutoMLJob"
|
4343
6269
|
o.http_method = "POST"
|
@@ -4366,6 +6292,35 @@ module Aws::SageMaker
|
|
4366
6292
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4367
6293
|
end)
|
4368
6294
|
|
6295
|
+
api.add_operation(:create_context, Seahorse::Model::Operation.new.tap do |o|
|
6296
|
+
o.name = "CreateContext"
|
6297
|
+
o.http_method = "POST"
|
6298
|
+
o.http_request_uri = "/"
|
6299
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContextRequest)
|
6300
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContextResponse)
|
6301
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6302
|
+
end)
|
6303
|
+
|
6304
|
+
api.add_operation(:create_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6305
|
+
o.name = "CreateDataQualityJobDefinition"
|
6306
|
+
o.http_method = "POST"
|
6307
|
+
o.http_request_uri = "/"
|
6308
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionRequest)
|
6309
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionResponse)
|
6310
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6311
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6312
|
+
end)
|
6313
|
+
|
6314
|
+
api.add_operation(:create_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
6315
|
+
o.name = "CreateDeviceFleet"
|
6316
|
+
o.http_method = "POST"
|
6317
|
+
o.http_request_uri = "/"
|
6318
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeviceFleetRequest)
|
6319
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6320
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6321
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6322
|
+
end)
|
6323
|
+
|
4369
6324
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
4370
6325
|
o.name = "CreateDomain"
|
4371
6326
|
o.http_method = "POST"
|
@@ -4376,6 +6331,15 @@ module Aws::SageMaker
|
|
4376
6331
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4377
6332
|
end)
|
4378
6333
|
|
6334
|
+
api.add_operation(:create_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
|
6335
|
+
o.name = "CreateEdgePackagingJob"
|
6336
|
+
o.http_method = "POST"
|
6337
|
+
o.http_request_uri = "/"
|
6338
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEdgePackagingJobRequest)
|
6339
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6340
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6341
|
+
end)
|
6342
|
+
|
4379
6343
|
api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
4380
6344
|
o.name = "CreateEndpoint"
|
4381
6345
|
o.http_method = "POST"
|
@@ -4403,6 +6367,16 @@ module Aws::SageMaker
|
|
4403
6367
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4404
6368
|
end)
|
4405
6369
|
|
6370
|
+
api.add_operation(:create_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
6371
|
+
o.name = "CreateFeatureGroup"
|
6372
|
+
o.http_method = "POST"
|
6373
|
+
o.http_request_uri = "/"
|
6374
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFeatureGroupRequest)
|
6375
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFeatureGroupResponse)
|
6376
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6377
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6378
|
+
end)
|
6379
|
+
|
4406
6380
|
api.add_operation(:create_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
4407
6381
|
o.name = "CreateFlowDefinition"
|
4408
6382
|
o.http_method = "POST"
|
@@ -4473,6 +6447,26 @@ module Aws::SageMaker
|
|
4473
6447
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4474
6448
|
end)
|
4475
6449
|
|
6450
|
+
api.add_operation(:create_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6451
|
+
o.name = "CreateModelBiasJobDefinition"
|
6452
|
+
o.http_method = "POST"
|
6453
|
+
o.http_request_uri = "/"
|
6454
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionRequest)
|
6455
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionResponse)
|
6456
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6457
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6458
|
+
end)
|
6459
|
+
|
6460
|
+
api.add_operation(:create_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6461
|
+
o.name = "CreateModelExplainabilityJobDefinition"
|
6462
|
+
o.http_method = "POST"
|
6463
|
+
o.http_request_uri = "/"
|
6464
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionRequest)
|
6465
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionResponse)
|
6466
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6468
|
+
end)
|
6469
|
+
|
4476
6470
|
api.add_operation(:create_model_package, Seahorse::Model::Operation.new.tap do |o|
|
4477
6471
|
o.name = "CreateModelPackage"
|
4478
6472
|
o.http_method = "POST"
|
@@ -4483,6 +6477,25 @@ module Aws::SageMaker
|
|
4483
6477
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4484
6478
|
end)
|
4485
6479
|
|
6480
|
+
api.add_operation(:create_model_package_group, Seahorse::Model::Operation.new.tap do |o|
|
6481
|
+
o.name = "CreateModelPackageGroup"
|
6482
|
+
o.http_method = "POST"
|
6483
|
+
o.http_request_uri = "/"
|
6484
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelPackageGroupInput)
|
6485
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelPackageGroupOutput)
|
6486
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6487
|
+
end)
|
6488
|
+
|
6489
|
+
api.add_operation(:create_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6490
|
+
o.name = "CreateModelQualityJobDefinition"
|
6491
|
+
o.http_method = "POST"
|
6492
|
+
o.http_request_uri = "/"
|
6493
|
+
o.input = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionRequest)
|
6494
|
+
o.output = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionResponse)
|
6495
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6496
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6497
|
+
end)
|
6498
|
+
|
4486
6499
|
api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
4487
6500
|
o.name = "CreateMonitoringSchedule"
|
4488
6501
|
o.http_method = "POST"
|
@@ -4511,6 +6524,16 @@ module Aws::SageMaker
|
|
4511
6524
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4512
6525
|
end)
|
4513
6526
|
|
6527
|
+
api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
6528
|
+
o.name = "CreatePipeline"
|
6529
|
+
o.http_method = "POST"
|
6530
|
+
o.http_request_uri = "/"
|
6531
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePipelineRequest)
|
6532
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
|
6533
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6534
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6535
|
+
end)
|
6536
|
+
|
4514
6537
|
api.add_operation(:create_presigned_domain_url, Seahorse::Model::Operation.new.tap do |o|
|
4515
6538
|
o.name = "CreatePresignedDomainUrl"
|
4516
6539
|
o.http_method = "POST"
|
@@ -4539,6 +6562,15 @@ module Aws::SageMaker
|
|
4539
6562
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4540
6563
|
end)
|
4541
6564
|
|
6565
|
+
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
6566
|
+
o.name = "CreateProject"
|
6567
|
+
o.http_method = "POST"
|
6568
|
+
o.http_request_uri = "/"
|
6569
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProjectInput)
|
6570
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProjectOutput)
|
6571
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6572
|
+
end)
|
6573
|
+
|
4542
6574
|
api.add_operation(:create_training_job, Seahorse::Model::Operation.new.tap do |o|
|
4543
6575
|
o.name = "CreateTrainingJob"
|
4544
6576
|
o.http_method = "POST"
|
@@ -4608,6 +6640,15 @@ module Aws::SageMaker
|
|
4608
6640
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4609
6641
|
end)
|
4610
6642
|
|
6643
|
+
api.add_operation(:delete_action, Seahorse::Model::Operation.new.tap do |o|
|
6644
|
+
o.name = "DeleteAction"
|
6645
|
+
o.http_method = "POST"
|
6646
|
+
o.http_request_uri = "/"
|
6647
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteActionRequest)
|
6648
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteActionResponse)
|
6649
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6650
|
+
end)
|
6651
|
+
|
4611
6652
|
api.add_operation(:delete_algorithm, Seahorse::Model::Operation.new.tap do |o|
|
4612
6653
|
o.name = "DeleteAlgorithm"
|
4613
6654
|
o.http_method = "POST"
|
@@ -4635,7 +6676,25 @@ module Aws::SageMaker
|
|
4635
6676
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4636
6677
|
end)
|
4637
6678
|
|
4638
|
-
api.add_operation(:
|
6679
|
+
api.add_operation(:delete_artifact, Seahorse::Model::Operation.new.tap do |o|
|
6680
|
+
o.name = "DeleteArtifact"
|
6681
|
+
o.http_method = "POST"
|
6682
|
+
o.http_request_uri = "/"
|
6683
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteArtifactRequest)
|
6684
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteArtifactResponse)
|
6685
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6686
|
+
end)
|
6687
|
+
|
6688
|
+
api.add_operation(:delete_association, Seahorse::Model::Operation.new.tap do |o|
|
6689
|
+
o.name = "DeleteAssociation"
|
6690
|
+
o.http_method = "POST"
|
6691
|
+
o.http_request_uri = "/"
|
6692
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAssociationRequest)
|
6693
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAssociationResponse)
|
6694
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6695
|
+
end)
|
6696
|
+
|
6697
|
+
api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
4639
6698
|
o.name = "DeleteCodeRepository"
|
4640
6699
|
o.http_method = "POST"
|
4641
6700
|
o.http_request_uri = "/"
|
@@ -4643,6 +6702,33 @@ module Aws::SageMaker
|
|
4643
6702
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4644
6703
|
end)
|
4645
6704
|
|
6705
|
+
api.add_operation(:delete_context, Seahorse::Model::Operation.new.tap do |o|
|
6706
|
+
o.name = "DeleteContext"
|
6707
|
+
o.http_method = "POST"
|
6708
|
+
o.http_request_uri = "/"
|
6709
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContextRequest)
|
6710
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContextResponse)
|
6711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6712
|
+
end)
|
6713
|
+
|
6714
|
+
api.add_operation(:delete_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6715
|
+
o.name = "DeleteDataQualityJobDefinition"
|
6716
|
+
o.http_method = "POST"
|
6717
|
+
o.http_request_uri = "/"
|
6718
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataQualityJobDefinitionRequest)
|
6719
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6720
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6721
|
+
end)
|
6722
|
+
|
6723
|
+
api.add_operation(:delete_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
6724
|
+
o.name = "DeleteDeviceFleet"
|
6725
|
+
o.http_method = "POST"
|
6726
|
+
o.http_request_uri = "/"
|
6727
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDeviceFleetRequest)
|
6728
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6729
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6730
|
+
end)
|
6731
|
+
|
4646
6732
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
4647
6733
|
o.name = "DeleteDomain"
|
4648
6734
|
o.http_method = "POST"
|
@@ -4678,6 +6764,15 @@ module Aws::SageMaker
|
|
4678
6764
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4679
6765
|
end)
|
4680
6766
|
|
6767
|
+
api.add_operation(:delete_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
6768
|
+
o.name = "DeleteFeatureGroup"
|
6769
|
+
o.http_method = "POST"
|
6770
|
+
o.http_request_uri = "/"
|
6771
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFeatureGroupRequest)
|
6772
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6774
|
+
end)
|
6775
|
+
|
4681
6776
|
api.add_operation(:delete_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
4682
6777
|
o.name = "DeleteFlowDefinition"
|
4683
6778
|
o.http_method = "POST"
|
@@ -4725,6 +6820,24 @@ module Aws::SageMaker
|
|
4725
6820
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4726
6821
|
end)
|
4727
6822
|
|
6823
|
+
api.add_operation(:delete_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6824
|
+
o.name = "DeleteModelBiasJobDefinition"
|
6825
|
+
o.http_method = "POST"
|
6826
|
+
o.http_request_uri = "/"
|
6827
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelBiasJobDefinitionRequest)
|
6828
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6829
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6830
|
+
end)
|
6831
|
+
|
6832
|
+
api.add_operation(:delete_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6833
|
+
o.name = "DeleteModelExplainabilityJobDefinition"
|
6834
|
+
o.http_method = "POST"
|
6835
|
+
o.http_request_uri = "/"
|
6836
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelExplainabilityJobDefinitionRequest)
|
6837
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6838
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6839
|
+
end)
|
6840
|
+
|
4728
6841
|
api.add_operation(:delete_model_package, Seahorse::Model::Operation.new.tap do |o|
|
4729
6842
|
o.name = "DeleteModelPackage"
|
4730
6843
|
o.http_method = "POST"
|
@@ -4734,6 +6847,31 @@ module Aws::SageMaker
|
|
4734
6847
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4735
6848
|
end)
|
4736
6849
|
|
6850
|
+
api.add_operation(:delete_model_package_group, Seahorse::Model::Operation.new.tap do |o|
|
6851
|
+
o.name = "DeleteModelPackageGroup"
|
6852
|
+
o.http_method = "POST"
|
6853
|
+
o.http_request_uri = "/"
|
6854
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupInput)
|
6855
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6856
|
+
end)
|
6857
|
+
|
6858
|
+
api.add_operation(:delete_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
6859
|
+
o.name = "DeleteModelPackageGroupPolicy"
|
6860
|
+
o.http_method = "POST"
|
6861
|
+
o.http_request_uri = "/"
|
6862
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageGroupPolicyInput)
|
6863
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6864
|
+
end)
|
6865
|
+
|
6866
|
+
api.add_operation(:delete_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
6867
|
+
o.name = "DeleteModelQualityJobDefinition"
|
6868
|
+
o.http_method = "POST"
|
6869
|
+
o.http_request_uri = "/"
|
6870
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteModelQualityJobDefinitionRequest)
|
6871
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6872
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6873
|
+
end)
|
6874
|
+
|
4737
6875
|
api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
4738
6876
|
o.name = "DeleteMonitoringSchedule"
|
4739
6877
|
o.http_method = "POST"
|
@@ -4759,6 +6897,23 @@ module Aws::SageMaker
|
|
4759
6897
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4760
6898
|
end)
|
4761
6899
|
|
6900
|
+
api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
6901
|
+
o.name = "DeletePipeline"
|
6902
|
+
o.http_method = "POST"
|
6903
|
+
o.http_request_uri = "/"
|
6904
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
|
6905
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
|
6906
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6907
|
+
end)
|
6908
|
+
|
6909
|
+
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
6910
|
+
o.name = "DeleteProject"
|
6911
|
+
o.http_method = "POST"
|
6912
|
+
o.http_request_uri = "/"
|
6913
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProjectInput)
|
6914
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6915
|
+
end)
|
6916
|
+
|
4762
6917
|
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
4763
6918
|
o.name = "DeleteTags"
|
4764
6919
|
o.http_method = "POST"
|
@@ -4812,6 +6967,23 @@ module Aws::SageMaker
|
|
4812
6967
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4813
6968
|
end)
|
4814
6969
|
|
6970
|
+
api.add_operation(:deregister_devices, Seahorse::Model::Operation.new.tap do |o|
|
6971
|
+
o.name = "DeregisterDevices"
|
6972
|
+
o.http_method = "POST"
|
6973
|
+
o.http_request_uri = "/"
|
6974
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterDevicesRequest)
|
6975
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6976
|
+
end)
|
6977
|
+
|
6978
|
+
api.add_operation(:describe_action, Seahorse::Model::Operation.new.tap do |o|
|
6979
|
+
o.name = "DescribeAction"
|
6980
|
+
o.http_method = "POST"
|
6981
|
+
o.http_request_uri = "/"
|
6982
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeActionRequest)
|
6983
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeActionResponse)
|
6984
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
6985
|
+
end)
|
6986
|
+
|
4815
6987
|
api.add_operation(:describe_algorithm, Seahorse::Model::Operation.new.tap do |o|
|
4816
6988
|
o.name = "DescribeAlgorithm"
|
4817
6989
|
o.http_method = "POST"
|
@@ -4838,6 +7010,15 @@ module Aws::SageMaker
|
|
4838
7010
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4839
7011
|
end)
|
4840
7012
|
|
7013
|
+
api.add_operation(:describe_artifact, Seahorse::Model::Operation.new.tap do |o|
|
7014
|
+
o.name = "DescribeArtifact"
|
7015
|
+
o.http_method = "POST"
|
7016
|
+
o.http_request_uri = "/"
|
7017
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeArtifactRequest)
|
7018
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeArtifactResponse)
|
7019
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7020
|
+
end)
|
7021
|
+
|
4841
7022
|
api.add_operation(:describe_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
4842
7023
|
o.name = "DescribeAutoMLJob"
|
4843
7024
|
o.http_method = "POST"
|
@@ -4864,6 +7045,42 @@ module Aws::SageMaker
|
|
4864
7045
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4865
7046
|
end)
|
4866
7047
|
|
7048
|
+
api.add_operation(:describe_context, Seahorse::Model::Operation.new.tap do |o|
|
7049
|
+
o.name = "DescribeContext"
|
7050
|
+
o.http_method = "POST"
|
7051
|
+
o.http_request_uri = "/"
|
7052
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeContextRequest)
|
7053
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeContextResponse)
|
7054
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7055
|
+
end)
|
7056
|
+
|
7057
|
+
api.add_operation(:describe_data_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7058
|
+
o.name = "DescribeDataQualityJobDefinition"
|
7059
|
+
o.http_method = "POST"
|
7060
|
+
o.http_request_uri = "/"
|
7061
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataQualityJobDefinitionRequest)
|
7062
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataQualityJobDefinitionResponse)
|
7063
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7064
|
+
end)
|
7065
|
+
|
7066
|
+
api.add_operation(:describe_device, Seahorse::Model::Operation.new.tap do |o|
|
7067
|
+
o.name = "DescribeDevice"
|
7068
|
+
o.http_method = "POST"
|
7069
|
+
o.http_request_uri = "/"
|
7070
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeviceRequest)
|
7071
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeviceResponse)
|
7072
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7073
|
+
end)
|
7074
|
+
|
7075
|
+
api.add_operation(:describe_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
7076
|
+
o.name = "DescribeDeviceFleet"
|
7077
|
+
o.http_method = "POST"
|
7078
|
+
o.http_request_uri = "/"
|
7079
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeviceFleetRequest)
|
7080
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeviceFleetResponse)
|
7081
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7082
|
+
end)
|
7083
|
+
|
4867
7084
|
api.add_operation(:describe_domain, Seahorse::Model::Operation.new.tap do |o|
|
4868
7085
|
o.name = "DescribeDomain"
|
4869
7086
|
o.http_method = "POST"
|
@@ -4873,6 +7090,15 @@ module Aws::SageMaker
|
|
4873
7090
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4874
7091
|
end)
|
4875
7092
|
|
7093
|
+
api.add_operation(:describe_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
|
7094
|
+
o.name = "DescribeEdgePackagingJob"
|
7095
|
+
o.http_method = "POST"
|
7096
|
+
o.http_request_uri = "/"
|
7097
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEdgePackagingJobRequest)
|
7098
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEdgePackagingJobResponse)
|
7099
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7100
|
+
end)
|
7101
|
+
|
4876
7102
|
api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
4877
7103
|
o.name = "DescribeEndpoint"
|
4878
7104
|
o.http_method = "POST"
|
@@ -4898,6 +7124,15 @@ module Aws::SageMaker
|
|
4898
7124
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4899
7125
|
end)
|
4900
7126
|
|
7127
|
+
api.add_operation(:describe_feature_group, Seahorse::Model::Operation.new.tap do |o|
|
7128
|
+
o.name = "DescribeFeatureGroup"
|
7129
|
+
o.http_method = "POST"
|
7130
|
+
o.http_request_uri = "/"
|
7131
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFeatureGroupRequest)
|
7132
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFeatureGroupResponse)
|
7133
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7134
|
+
end)
|
7135
|
+
|
4901
7136
|
api.add_operation(:describe_flow_definition, Seahorse::Model::Operation.new.tap do |o|
|
4902
7137
|
o.name = "DescribeFlowDefinition"
|
4903
7138
|
o.http_method = "POST"
|
@@ -4960,6 +7195,24 @@ module Aws::SageMaker
|
|
4960
7195
|
o.output = Shapes::ShapeRef.new(shape: DescribeModelOutput)
|
4961
7196
|
end)
|
4962
7197
|
|
7198
|
+
api.add_operation(:describe_model_bias_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7199
|
+
o.name = "DescribeModelBiasJobDefinition"
|
7200
|
+
o.http_method = "POST"
|
7201
|
+
o.http_request_uri = "/"
|
7202
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelBiasJobDefinitionRequest)
|
7203
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelBiasJobDefinitionResponse)
|
7204
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7205
|
+
end)
|
7206
|
+
|
7207
|
+
api.add_operation(:describe_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7208
|
+
o.name = "DescribeModelExplainabilityJobDefinition"
|
7209
|
+
o.http_method = "POST"
|
7210
|
+
o.http_request_uri = "/"
|
7211
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelExplainabilityJobDefinitionRequest)
|
7212
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelExplainabilityJobDefinitionResponse)
|
7213
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7214
|
+
end)
|
7215
|
+
|
4963
7216
|
api.add_operation(:describe_model_package, Seahorse::Model::Operation.new.tap do |o|
|
4964
7217
|
o.name = "DescribeModelPackage"
|
4965
7218
|
o.http_method = "POST"
|
@@ -4968,6 +7221,23 @@ module Aws::SageMaker
|
|
4968
7221
|
o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageOutput)
|
4969
7222
|
end)
|
4970
7223
|
|
7224
|
+
api.add_operation(:describe_model_package_group, Seahorse::Model::Operation.new.tap do |o|
|
7225
|
+
o.name = "DescribeModelPackageGroup"
|
7226
|
+
o.http_method = "POST"
|
7227
|
+
o.http_request_uri = "/"
|
7228
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelPackageGroupInput)
|
7229
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelPackageGroupOutput)
|
7230
|
+
end)
|
7231
|
+
|
7232
|
+
api.add_operation(:describe_model_quality_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
7233
|
+
o.name = "DescribeModelQualityJobDefinition"
|
7234
|
+
o.http_method = "POST"
|
7235
|
+
o.http_request_uri = "/"
|
7236
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeModelQualityJobDefinitionRequest)
|
7237
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeModelQualityJobDefinitionResponse)
|
7238
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7239
|
+
end)
|
7240
|
+
|
4971
7241
|
api.add_operation(:describe_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
4972
7242
|
o.name = "DescribeMonitoringSchedule"
|
4973
7243
|
o.http_method = "POST"
|
@@ -4993,6 +7263,33 @@ module Aws::SageMaker
|
|
4993
7263
|
o.output = Shapes::ShapeRef.new(shape: DescribeNotebookInstanceLifecycleConfigOutput)
|
4994
7264
|
end)
|
4995
7265
|
|
7266
|
+
api.add_operation(:describe_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
7267
|
+
o.name = "DescribePipeline"
|
7268
|
+
o.http_method = "POST"
|
7269
|
+
o.http_request_uri = "/"
|
7270
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePipelineRequest)
|
7271
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePipelineResponse)
|
7272
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7273
|
+
end)
|
7274
|
+
|
7275
|
+
api.add_operation(:describe_pipeline_definition_for_execution, Seahorse::Model::Operation.new.tap do |o|
|
7276
|
+
o.name = "DescribePipelineDefinitionForExecution"
|
7277
|
+
o.http_method = "POST"
|
7278
|
+
o.http_request_uri = "/"
|
7279
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePipelineDefinitionForExecutionRequest)
|
7280
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePipelineDefinitionForExecutionResponse)
|
7281
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7282
|
+
end)
|
7283
|
+
|
7284
|
+
api.add_operation(:describe_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
7285
|
+
o.name = "DescribePipelineExecution"
|
7286
|
+
o.http_method = "POST"
|
7287
|
+
o.http_request_uri = "/"
|
7288
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePipelineExecutionRequest)
|
7289
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePipelineExecutionResponse)
|
7290
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7291
|
+
end)
|
7292
|
+
|
4996
7293
|
api.add_operation(:describe_processing_job, Seahorse::Model::Operation.new.tap do |o|
|
4997
7294
|
o.name = "DescribeProcessingJob"
|
4998
7295
|
o.http_method = "POST"
|
@@ -5002,6 +7299,14 @@ module Aws::SageMaker
|
|
5002
7299
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5003
7300
|
end)
|
5004
7301
|
|
7302
|
+
api.add_operation(:describe_project, Seahorse::Model::Operation.new.tap do |o|
|
7303
|
+
o.name = "DescribeProject"
|
7304
|
+
o.http_method = "POST"
|
7305
|
+
o.http_request_uri = "/"
|
7306
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProjectInput)
|
7307
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
7308
|
+
end)
|
7309
|
+
|
5005
7310
|
api.add_operation(:describe_subscribed_workteam, Seahorse::Model::Operation.new.tap do |o|
|
5006
7311
|
o.name = "DescribeSubscribedWorkteam"
|
5007
7312
|
o.http_method = "POST"
|
@@ -5071,6 +7376,14 @@ module Aws::SageMaker
|
|
5071
7376
|
o.output = Shapes::ShapeRef.new(shape: DescribeWorkteamResponse)
|
5072
7377
|
end)
|
5073
7378
|
|
7379
|
+
api.add_operation(:disable_sagemaker_servicecatalog_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
7380
|
+
o.name = "DisableSagemakerServicecatalogPortfolio"
|
7381
|
+
o.http_method = "POST"
|
7382
|
+
o.http_request_uri = "/"
|
7383
|
+
o.input = Shapes::ShapeRef.new(shape: DisableSagemakerServicecatalogPortfolioInput)
|
7384
|
+
o.output = Shapes::ShapeRef.new(shape: DisableSagemakerServicecatalogPortfolioOutput)
|
7385
|
+
end)
|
7386
|
+
|
5074
7387
|
api.add_operation(:disassociate_trial_component, Seahorse::Model::Operation.new.tap do |o|
|
5075
7388
|
o.name = "DisassociateTrialComponent"
|
5076
7389
|
o.http_method = "POST"
|
@@ -5080,6 +7393,38 @@ module Aws::SageMaker
|
|
5080
7393
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5081
7394
|
end)
|
5082
7395
|
|
7396
|
+
api.add_operation(:enable_sagemaker_servicecatalog_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
7397
|
+
o.name = "EnableSagemakerServicecatalogPortfolio"
|
7398
|
+
o.http_method = "POST"
|
7399
|
+
o.http_request_uri = "/"
|
7400
|
+
o.input = Shapes::ShapeRef.new(shape: EnableSagemakerServicecatalogPortfolioInput)
|
7401
|
+
o.output = Shapes::ShapeRef.new(shape: EnableSagemakerServicecatalogPortfolioOutput)
|
7402
|
+
end)
|
7403
|
+
|
7404
|
+
api.add_operation(:get_device_fleet_report, Seahorse::Model::Operation.new.tap do |o|
|
7405
|
+
o.name = "GetDeviceFleetReport"
|
7406
|
+
o.http_method = "POST"
|
7407
|
+
o.http_request_uri = "/"
|
7408
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeviceFleetReportRequest)
|
7409
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeviceFleetReportResponse)
|
7410
|
+
end)
|
7411
|
+
|
7412
|
+
api.add_operation(:get_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
7413
|
+
o.name = "GetModelPackageGroupPolicy"
|
7414
|
+
o.http_method = "POST"
|
7415
|
+
o.http_request_uri = "/"
|
7416
|
+
o.input = Shapes::ShapeRef.new(shape: GetModelPackageGroupPolicyInput)
|
7417
|
+
o.output = Shapes::ShapeRef.new(shape: GetModelPackageGroupPolicyOutput)
|
7418
|
+
end)
|
7419
|
+
|
7420
|
+
api.add_operation(:get_sagemaker_servicecatalog_portfolio_status, Seahorse::Model::Operation.new.tap do |o|
|
7421
|
+
o.name = "GetSagemakerServicecatalogPortfolioStatus"
|
7422
|
+
o.http_method = "POST"
|
7423
|
+
o.http_request_uri = "/"
|
7424
|
+
o.input = Shapes::ShapeRef.new(shape: GetSagemakerServicecatalogPortfolioStatusInput)
|
7425
|
+
o.output = Shapes::ShapeRef.new(shape: GetSagemakerServicecatalogPortfolioStatusOutput)
|
7426
|
+
end)
|
7427
|
+
|
5083
7428
|
api.add_operation(:get_search_suggestions, Seahorse::Model::Operation.new.tap do |o|
|
5084
7429
|
o.name = "GetSearchSuggestions"
|
5085
7430
|
o.http_method = "POST"
|
@@ -5088,6 +7433,21 @@ module Aws::SageMaker
|
|
5088
7433
|
o.output = Shapes::ShapeRef.new(shape: GetSearchSuggestionsResponse)
|
5089
7434
|
end)
|
5090
7435
|
|
7436
|
+
api.add_operation(:list_actions, Seahorse::Model::Operation.new.tap do |o|
|
7437
|
+
o.name = "ListActions"
|
7438
|
+
o.http_method = "POST"
|
7439
|
+
o.http_request_uri = "/"
|
7440
|
+
o.input = Shapes::ShapeRef.new(shape: ListActionsRequest)
|
7441
|
+
o.output = Shapes::ShapeRef.new(shape: ListActionsResponse)
|
7442
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7443
|
+
o[:pager] = Aws::Pager.new(
|
7444
|
+
limit_key: "max_results",
|
7445
|
+
tokens: {
|
7446
|
+
"next_token" => "next_token"
|
7447
|
+
}
|
7448
|
+
)
|
7449
|
+
end)
|
7450
|
+
|
5091
7451
|
api.add_operation(:list_algorithms, Seahorse::Model::Operation.new.tap do |o|
|
5092
7452
|
o.name = "ListAlgorithms"
|
5093
7453
|
o.http_method = "POST"
|
@@ -5108,6 +7468,12 @@ module Aws::SageMaker
|
|
5108
7468
|
o.http_request_uri = "/"
|
5109
7469
|
o.input = Shapes::ShapeRef.new(shape: ListAppImageConfigsRequest)
|
5110
7470
|
o.output = Shapes::ShapeRef.new(shape: ListAppImageConfigsResponse)
|
7471
|
+
o[:pager] = Aws::Pager.new(
|
7472
|
+
limit_key: "max_results",
|
7473
|
+
tokens: {
|
7474
|
+
"next_token" => "next_token"
|
7475
|
+
}
|
7476
|
+
)
|
5111
7477
|
end)
|
5112
7478
|
|
5113
7479
|
api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5124,6 +7490,36 @@ module Aws::SageMaker
|
|
5124
7490
|
)
|
5125
7491
|
end)
|
5126
7492
|
|
7493
|
+
api.add_operation(:list_artifacts, Seahorse::Model::Operation.new.tap do |o|
|
7494
|
+
o.name = "ListArtifacts"
|
7495
|
+
o.http_method = "POST"
|
7496
|
+
o.http_request_uri = "/"
|
7497
|
+
o.input = Shapes::ShapeRef.new(shape: ListArtifactsRequest)
|
7498
|
+
o.output = Shapes::ShapeRef.new(shape: ListArtifactsResponse)
|
7499
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7500
|
+
o[:pager] = Aws::Pager.new(
|
7501
|
+
limit_key: "max_results",
|
7502
|
+
tokens: {
|
7503
|
+
"next_token" => "next_token"
|
7504
|
+
}
|
7505
|
+
)
|
7506
|
+
end)
|
7507
|
+
|
7508
|
+
api.add_operation(:list_associations, Seahorse::Model::Operation.new.tap do |o|
|
7509
|
+
o.name = "ListAssociations"
|
7510
|
+
o.http_method = "POST"
|
7511
|
+
o.http_request_uri = "/"
|
7512
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssociationsRequest)
|
7513
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssociationsResponse)
|
7514
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7515
|
+
o[:pager] = Aws::Pager.new(
|
7516
|
+
limit_key: "max_results",
|
7517
|
+
tokens: {
|
7518
|
+
"next_token" => "next_token"
|
7519
|
+
}
|
7520
|
+
)
|
7521
|
+
end)
|
7522
|
+
|
5127
7523
|
api.add_operation(:list_auto_ml_jobs, Seahorse::Model::Operation.new.tap do |o|
|
5128
7524
|
o.name = "ListAutoMLJobs"
|
5129
7525
|
o.http_method = "POST"
|
@@ -5181,6 +7577,63 @@ module Aws::SageMaker
|
|
5181
7577
|
)
|
5182
7578
|
end)
|
5183
7579
|
|
7580
|
+
api.add_operation(:list_contexts, Seahorse::Model::Operation.new.tap do |o|
|
7581
|
+
o.name = "ListContexts"
|
7582
|
+
o.http_method = "POST"
|
7583
|
+
o.http_request_uri = "/"
|
7584
|
+
o.input = Shapes::ShapeRef.new(shape: ListContextsRequest)
|
7585
|
+
o.output = Shapes::ShapeRef.new(shape: ListContextsResponse)
|
7586
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7587
|
+
o[:pager] = Aws::Pager.new(
|
7588
|
+
limit_key: "max_results",
|
7589
|
+
tokens: {
|
7590
|
+
"next_token" => "next_token"
|
7591
|
+
}
|
7592
|
+
)
|
7593
|
+
end)
|
7594
|
+
|
7595
|
+
api.add_operation(:list_data_quality_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7596
|
+
o.name = "ListDataQualityJobDefinitions"
|
7597
|
+
o.http_method = "POST"
|
7598
|
+
o.http_request_uri = "/"
|
7599
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataQualityJobDefinitionsRequest)
|
7600
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataQualityJobDefinitionsResponse)
|
7601
|
+
o[:pager] = Aws::Pager.new(
|
7602
|
+
limit_key: "max_results",
|
7603
|
+
tokens: {
|
7604
|
+
"next_token" => "next_token"
|
7605
|
+
}
|
7606
|
+
)
|
7607
|
+
end)
|
7608
|
+
|
7609
|
+
api.add_operation(:list_device_fleets, Seahorse::Model::Operation.new.tap do |o|
|
7610
|
+
o.name = "ListDeviceFleets"
|
7611
|
+
o.http_method = "POST"
|
7612
|
+
o.http_request_uri = "/"
|
7613
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeviceFleetsRequest)
|
7614
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeviceFleetsResponse)
|
7615
|
+
o[:pager] = Aws::Pager.new(
|
7616
|
+
limit_key: "max_results",
|
7617
|
+
tokens: {
|
7618
|
+
"next_token" => "next_token"
|
7619
|
+
}
|
7620
|
+
)
|
7621
|
+
end)
|
7622
|
+
|
7623
|
+
api.add_operation(:list_devices, Seahorse::Model::Operation.new.tap do |o|
|
7624
|
+
o.name = "ListDevices"
|
7625
|
+
o.http_method = "POST"
|
7626
|
+
o.http_request_uri = "/"
|
7627
|
+
o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
|
7628
|
+
o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
|
7629
|
+
o[:pager] = Aws::Pager.new(
|
7630
|
+
limit_key: "max_results",
|
7631
|
+
tokens: {
|
7632
|
+
"next_token" => "next_token"
|
7633
|
+
}
|
7634
|
+
)
|
7635
|
+
end)
|
7636
|
+
|
5184
7637
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
5185
7638
|
o.name = "ListDomains"
|
5186
7639
|
o.http_method = "POST"
|
@@ -5195,6 +7648,20 @@ module Aws::SageMaker
|
|
5195
7648
|
)
|
5196
7649
|
end)
|
5197
7650
|
|
7651
|
+
api.add_operation(:list_edge_packaging_jobs, Seahorse::Model::Operation.new.tap do |o|
|
7652
|
+
o.name = "ListEdgePackagingJobs"
|
7653
|
+
o.http_method = "POST"
|
7654
|
+
o.http_request_uri = "/"
|
7655
|
+
o.input = Shapes::ShapeRef.new(shape: ListEdgePackagingJobsRequest)
|
7656
|
+
o.output = Shapes::ShapeRef.new(shape: ListEdgePackagingJobsResponse)
|
7657
|
+
o[:pager] = Aws::Pager.new(
|
7658
|
+
limit_key: "max_results",
|
7659
|
+
tokens: {
|
7660
|
+
"next_token" => "next_token"
|
7661
|
+
}
|
7662
|
+
)
|
7663
|
+
end)
|
7664
|
+
|
5198
7665
|
api.add_operation(:list_endpoint_configs, Seahorse::Model::Operation.new.tap do |o|
|
5199
7666
|
o.name = "ListEndpointConfigs"
|
5200
7667
|
o.http_method = "POST"
|
@@ -5237,6 +7704,20 @@ module Aws::SageMaker
|
|
5237
7704
|
)
|
5238
7705
|
end)
|
5239
7706
|
|
7707
|
+
api.add_operation(:list_feature_groups, Seahorse::Model::Operation.new.tap do |o|
|
7708
|
+
o.name = "ListFeatureGroups"
|
7709
|
+
o.http_method = "POST"
|
7710
|
+
o.http_request_uri = "/"
|
7711
|
+
o.input = Shapes::ShapeRef.new(shape: ListFeatureGroupsRequest)
|
7712
|
+
o.output = Shapes::ShapeRef.new(shape: ListFeatureGroupsResponse)
|
7713
|
+
o[:pager] = Aws::Pager.new(
|
7714
|
+
limit_key: "max_results",
|
7715
|
+
tokens: {
|
7716
|
+
"next_token" => "next_token"
|
7717
|
+
}
|
7718
|
+
)
|
7719
|
+
end)
|
7720
|
+
|
5240
7721
|
api.add_operation(:list_flow_definitions, Seahorse::Model::Operation.new.tap do |o|
|
5241
7722
|
o.name = "ListFlowDefinitions"
|
5242
7723
|
o.http_method = "POST"
|
@@ -5337,6 +7818,48 @@ module Aws::SageMaker
|
|
5337
7818
|
)
|
5338
7819
|
end)
|
5339
7820
|
|
7821
|
+
api.add_operation(:list_model_bias_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7822
|
+
o.name = "ListModelBiasJobDefinitions"
|
7823
|
+
o.http_method = "POST"
|
7824
|
+
o.http_request_uri = "/"
|
7825
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelBiasJobDefinitionsRequest)
|
7826
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelBiasJobDefinitionsResponse)
|
7827
|
+
o[:pager] = Aws::Pager.new(
|
7828
|
+
limit_key: "max_results",
|
7829
|
+
tokens: {
|
7830
|
+
"next_token" => "next_token"
|
7831
|
+
}
|
7832
|
+
)
|
7833
|
+
end)
|
7834
|
+
|
7835
|
+
api.add_operation(:list_model_explainability_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7836
|
+
o.name = "ListModelExplainabilityJobDefinitions"
|
7837
|
+
o.http_method = "POST"
|
7838
|
+
o.http_request_uri = "/"
|
7839
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelExplainabilityJobDefinitionsRequest)
|
7840
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelExplainabilityJobDefinitionsResponse)
|
7841
|
+
o[:pager] = Aws::Pager.new(
|
7842
|
+
limit_key: "max_results",
|
7843
|
+
tokens: {
|
7844
|
+
"next_token" => "next_token"
|
7845
|
+
}
|
7846
|
+
)
|
7847
|
+
end)
|
7848
|
+
|
7849
|
+
api.add_operation(:list_model_package_groups, Seahorse::Model::Operation.new.tap do |o|
|
7850
|
+
o.name = "ListModelPackageGroups"
|
7851
|
+
o.http_method = "POST"
|
7852
|
+
o.http_request_uri = "/"
|
7853
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelPackageGroupsInput)
|
7854
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelPackageGroupsOutput)
|
7855
|
+
o[:pager] = Aws::Pager.new(
|
7856
|
+
limit_key: "max_results",
|
7857
|
+
tokens: {
|
7858
|
+
"next_token" => "next_token"
|
7859
|
+
}
|
7860
|
+
)
|
7861
|
+
end)
|
7862
|
+
|
5340
7863
|
api.add_operation(:list_model_packages, Seahorse::Model::Operation.new.tap do |o|
|
5341
7864
|
o.name = "ListModelPackages"
|
5342
7865
|
o.http_method = "POST"
|
@@ -5351,6 +7874,20 @@ module Aws::SageMaker
|
|
5351
7874
|
)
|
5352
7875
|
end)
|
5353
7876
|
|
7877
|
+
api.add_operation(:list_model_quality_job_definitions, Seahorse::Model::Operation.new.tap do |o|
|
7878
|
+
o.name = "ListModelQualityJobDefinitions"
|
7879
|
+
o.http_method = "POST"
|
7880
|
+
o.http_request_uri = "/"
|
7881
|
+
o.input = Shapes::ShapeRef.new(shape: ListModelQualityJobDefinitionsRequest)
|
7882
|
+
o.output = Shapes::ShapeRef.new(shape: ListModelQualityJobDefinitionsResponse)
|
7883
|
+
o[:pager] = Aws::Pager.new(
|
7884
|
+
limit_key: "max_results",
|
7885
|
+
tokens: {
|
7886
|
+
"next_token" => "next_token"
|
7887
|
+
}
|
7888
|
+
)
|
7889
|
+
end)
|
7890
|
+
|
5354
7891
|
api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
|
5355
7892
|
o.name = "ListModels"
|
5356
7893
|
o.http_method = "POST"
|
@@ -5421,6 +7958,65 @@ module Aws::SageMaker
|
|
5421
7958
|
)
|
5422
7959
|
end)
|
5423
7960
|
|
7961
|
+
api.add_operation(:list_pipeline_execution_steps, Seahorse::Model::Operation.new.tap do |o|
|
7962
|
+
o.name = "ListPipelineExecutionSteps"
|
7963
|
+
o.http_method = "POST"
|
7964
|
+
o.http_request_uri = "/"
|
7965
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineExecutionStepsRequest)
|
7966
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineExecutionStepsResponse)
|
7967
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7968
|
+
o[:pager] = Aws::Pager.new(
|
7969
|
+
limit_key: "max_results",
|
7970
|
+
tokens: {
|
7971
|
+
"next_token" => "next_token"
|
7972
|
+
}
|
7973
|
+
)
|
7974
|
+
end)
|
7975
|
+
|
7976
|
+
api.add_operation(:list_pipeline_executions, Seahorse::Model::Operation.new.tap do |o|
|
7977
|
+
o.name = "ListPipelineExecutions"
|
7978
|
+
o.http_method = "POST"
|
7979
|
+
o.http_request_uri = "/"
|
7980
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineExecutionsRequest)
|
7981
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineExecutionsResponse)
|
7982
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7983
|
+
o[:pager] = Aws::Pager.new(
|
7984
|
+
limit_key: "max_results",
|
7985
|
+
tokens: {
|
7986
|
+
"next_token" => "next_token"
|
7987
|
+
}
|
7988
|
+
)
|
7989
|
+
end)
|
7990
|
+
|
7991
|
+
api.add_operation(:list_pipeline_parameters_for_execution, Seahorse::Model::Operation.new.tap do |o|
|
7992
|
+
o.name = "ListPipelineParametersForExecution"
|
7993
|
+
o.http_method = "POST"
|
7994
|
+
o.http_request_uri = "/"
|
7995
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineParametersForExecutionRequest)
|
7996
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineParametersForExecutionResponse)
|
7997
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7998
|
+
o[:pager] = Aws::Pager.new(
|
7999
|
+
limit_key: "max_results",
|
8000
|
+
tokens: {
|
8001
|
+
"next_token" => "next_token"
|
8002
|
+
}
|
8003
|
+
)
|
8004
|
+
end)
|
8005
|
+
|
8006
|
+
api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
|
8007
|
+
o.name = "ListPipelines"
|
8008
|
+
o.http_method = "POST"
|
8009
|
+
o.http_request_uri = "/"
|
8010
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelinesRequest)
|
8011
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelinesResponse)
|
8012
|
+
o[:pager] = Aws::Pager.new(
|
8013
|
+
limit_key: "max_results",
|
8014
|
+
tokens: {
|
8015
|
+
"next_token" => "next_token"
|
8016
|
+
}
|
8017
|
+
)
|
8018
|
+
end)
|
8019
|
+
|
5424
8020
|
api.add_operation(:list_processing_jobs, Seahorse::Model::Operation.new.tap do |o|
|
5425
8021
|
o.name = "ListProcessingJobs"
|
5426
8022
|
o.http_method = "POST"
|
@@ -5435,6 +8031,20 @@ module Aws::SageMaker
|
|
5435
8031
|
)
|
5436
8032
|
end)
|
5437
8033
|
|
8034
|
+
api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
|
8035
|
+
o.name = "ListProjects"
|
8036
|
+
o.http_method = "POST"
|
8037
|
+
o.http_request_uri = "/"
|
8038
|
+
o.input = Shapes::ShapeRef.new(shape: ListProjectsInput)
|
8039
|
+
o.output = Shapes::ShapeRef.new(shape: ListProjectsOutput)
|
8040
|
+
o[:pager] = Aws::Pager.new(
|
8041
|
+
limit_key: "max_results",
|
8042
|
+
tokens: {
|
8043
|
+
"next_token" => "next_token"
|
8044
|
+
}
|
8045
|
+
)
|
8046
|
+
end)
|
8047
|
+
|
5438
8048
|
api.add_operation(:list_subscribed_workteams, Seahorse::Model::Operation.new.tap do |o|
|
5439
8049
|
o.name = "ListSubscribedWorkteams"
|
5440
8050
|
o.http_method = "POST"
|
@@ -5578,6 +8188,23 @@ module Aws::SageMaker
|
|
5578
8188
|
)
|
5579
8189
|
end)
|
5580
8190
|
|
8191
|
+
api.add_operation(:put_model_package_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
8192
|
+
o.name = "PutModelPackageGroupPolicy"
|
8193
|
+
o.http_method = "POST"
|
8194
|
+
o.http_request_uri = "/"
|
8195
|
+
o.input = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyInput)
|
8196
|
+
o.output = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyOutput)
|
8197
|
+
end)
|
8198
|
+
|
8199
|
+
api.add_operation(:register_devices, Seahorse::Model::Operation.new.tap do |o|
|
8200
|
+
o.name = "RegisterDevices"
|
8201
|
+
o.http_method = "POST"
|
8202
|
+
o.http_request_uri = "/"
|
8203
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterDevicesRequest)
|
8204
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8205
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8206
|
+
end)
|
8207
|
+
|
5581
8208
|
api.add_operation(:render_ui_template, Seahorse::Model::Operation.new.tap do |o|
|
5582
8209
|
o.name = "RenderUiTemplate"
|
5583
8210
|
o.http_method = "POST"
|
@@ -5619,6 +8246,16 @@ module Aws::SageMaker
|
|
5619
8246
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5620
8247
|
end)
|
5621
8248
|
|
8249
|
+
api.add_operation(:start_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
8250
|
+
o.name = "StartPipelineExecution"
|
8251
|
+
o.http_method = "POST"
|
8252
|
+
o.http_request_uri = "/"
|
8253
|
+
o.input = Shapes::ShapeRef.new(shape: StartPipelineExecutionRequest)
|
8254
|
+
o.output = Shapes::ShapeRef.new(shape: StartPipelineExecutionResponse)
|
8255
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8256
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8257
|
+
end)
|
8258
|
+
|
5622
8259
|
api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
5623
8260
|
o.name = "StopAutoMLJob"
|
5624
8261
|
o.http_method = "POST"
|
@@ -5637,6 +8274,14 @@ module Aws::SageMaker
|
|
5637
8274
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5638
8275
|
end)
|
5639
8276
|
|
8277
|
+
api.add_operation(:stop_edge_packaging_job, Seahorse::Model::Operation.new.tap do |o|
|
8278
|
+
o.name = "StopEdgePackagingJob"
|
8279
|
+
o.http_method = "POST"
|
8280
|
+
o.http_request_uri = "/"
|
8281
|
+
o.input = Shapes::ShapeRef.new(shape: StopEdgePackagingJobRequest)
|
8282
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8283
|
+
end)
|
8284
|
+
|
5640
8285
|
api.add_operation(:stop_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
|
5641
8286
|
o.name = "StopHyperParameterTuningJob"
|
5642
8287
|
o.http_method = "POST"
|
@@ -5672,6 +8317,15 @@ module Aws::SageMaker
|
|
5672
8317
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5673
8318
|
end)
|
5674
8319
|
|
8320
|
+
api.add_operation(:stop_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
8321
|
+
o.name = "StopPipelineExecution"
|
8322
|
+
o.http_method = "POST"
|
8323
|
+
o.http_request_uri = "/"
|
8324
|
+
o.input = Shapes::ShapeRef.new(shape: StopPipelineExecutionRequest)
|
8325
|
+
o.output = Shapes::ShapeRef.new(shape: StopPipelineExecutionResponse)
|
8326
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8327
|
+
end)
|
8328
|
+
|
5675
8329
|
api.add_operation(:stop_processing_job, Seahorse::Model::Operation.new.tap do |o|
|
5676
8330
|
o.name = "StopProcessingJob"
|
5677
8331
|
o.http_method = "POST"
|
@@ -5699,6 +8353,16 @@ module Aws::SageMaker
|
|
5699
8353
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5700
8354
|
end)
|
5701
8355
|
|
8356
|
+
api.add_operation(:update_action, Seahorse::Model::Operation.new.tap do |o|
|
8357
|
+
o.name = "UpdateAction"
|
8358
|
+
o.http_method = "POST"
|
8359
|
+
o.http_request_uri = "/"
|
8360
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateActionRequest)
|
8361
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateActionResponse)
|
8362
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8363
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8364
|
+
end)
|
8365
|
+
|
5702
8366
|
api.add_operation(:update_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
5703
8367
|
o.name = "UpdateAppImageConfig"
|
5704
8368
|
o.http_method = "POST"
|
@@ -5708,6 +8372,16 @@ module Aws::SageMaker
|
|
5708
8372
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5709
8373
|
end)
|
5710
8374
|
|
8375
|
+
api.add_operation(:update_artifact, Seahorse::Model::Operation.new.tap do |o|
|
8376
|
+
o.name = "UpdateArtifact"
|
8377
|
+
o.http_method = "POST"
|
8378
|
+
o.http_request_uri = "/"
|
8379
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateArtifactRequest)
|
8380
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateArtifactResponse)
|
8381
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8382
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8383
|
+
end)
|
8384
|
+
|
5711
8385
|
api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
5712
8386
|
o.name = "UpdateCodeRepository"
|
5713
8387
|
o.http_method = "POST"
|
@@ -5716,6 +8390,33 @@ module Aws::SageMaker
|
|
5716
8390
|
o.output = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryOutput)
|
5717
8391
|
end)
|
5718
8392
|
|
8393
|
+
api.add_operation(:update_context, Seahorse::Model::Operation.new.tap do |o|
|
8394
|
+
o.name = "UpdateContext"
|
8395
|
+
o.http_method = "POST"
|
8396
|
+
o.http_request_uri = "/"
|
8397
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContextRequest)
|
8398
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContextResponse)
|
8399
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8400
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8401
|
+
end)
|
8402
|
+
|
8403
|
+
api.add_operation(:update_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
8404
|
+
o.name = "UpdateDeviceFleet"
|
8405
|
+
o.http_method = "POST"
|
8406
|
+
o.http_request_uri = "/"
|
8407
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDeviceFleetRequest)
|
8408
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8409
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8410
|
+
end)
|
8411
|
+
|
8412
|
+
api.add_operation(:update_devices, Seahorse::Model::Operation.new.tap do |o|
|
8413
|
+
o.name = "UpdateDevices"
|
8414
|
+
o.http_method = "POST"
|
8415
|
+
o.http_request_uri = "/"
|
8416
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDevicesRequest)
|
8417
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
8418
|
+
end)
|
8419
|
+
|
5719
8420
|
api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
|
5720
8421
|
o.name = "UpdateDomain"
|
5721
8422
|
o.http_method = "POST"
|
@@ -5765,6 +8466,14 @@ module Aws::SageMaker
|
|
5765
8466
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5766
8467
|
end)
|
5767
8468
|
|
8469
|
+
api.add_operation(:update_model_package, Seahorse::Model::Operation.new.tap do |o|
|
8470
|
+
o.name = "UpdateModelPackage"
|
8471
|
+
o.http_method = "POST"
|
8472
|
+
o.http_request_uri = "/"
|
8473
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateModelPackageInput)
|
8474
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateModelPackageOutput)
|
8475
|
+
end)
|
8476
|
+
|
5768
8477
|
api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
5769
8478
|
o.name = "UpdateMonitoringSchedule"
|
5770
8479
|
o.http_method = "POST"
|
@@ -5793,6 +8502,33 @@ module Aws::SageMaker
|
|
5793
8502
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
5794
8503
|
end)
|
5795
8504
|
|
8505
|
+
api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
8506
|
+
o.name = "UpdatePipeline"
|
8507
|
+
o.http_method = "POST"
|
8508
|
+
o.http_request_uri = "/"
|
8509
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
|
8510
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
|
8511
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8512
|
+
end)
|
8513
|
+
|
8514
|
+
api.add_operation(:update_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
8515
|
+
o.name = "UpdatePipelineExecution"
|
8516
|
+
o.http_method = "POST"
|
8517
|
+
o.http_request_uri = "/"
|
8518
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionRequest)
|
8519
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionResponse)
|
8520
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8521
|
+
end)
|
8522
|
+
|
8523
|
+
api.add_operation(:update_training_job, Seahorse::Model::Operation.new.tap do |o|
|
8524
|
+
o.name = "UpdateTrainingJob"
|
8525
|
+
o.http_method = "POST"
|
8526
|
+
o.http_request_uri = "/"
|
8527
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTrainingJobRequest)
|
8528
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTrainingJobResponse)
|
8529
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8530
|
+
end)
|
8531
|
+
|
5796
8532
|
api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|
|
5797
8533
|
o.name = "UpdateTrial"
|
5798
8534
|
o.http_method = "POST"
|