aws-sdk-sagemaker 1.267.0 → 1.269.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +18 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +3 -0
- data/lib/aws-sdk-sagemaker/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-sagemaker/endpoints.rb +2 -3683
- data/lib/aws-sdk-sagemaker/plugins/endpoints.rb +1 -676
- data/lib/aws-sdk-sagemaker/types.rb +23 -3
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +21 -10
- data/sig/types.rbs +3 -0
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::SageMaker::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,681 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :add_association
|
74
|
-
Aws::SageMaker::Endpoints::AddAssociation.build(context)
|
75
|
-
when :add_tags
|
76
|
-
Aws::SageMaker::Endpoints::AddTags.build(context)
|
77
|
-
when :associate_trial_component
|
78
|
-
Aws::SageMaker::Endpoints::AssociateTrialComponent.build(context)
|
79
|
-
when :batch_describe_model_package
|
80
|
-
Aws::SageMaker::Endpoints::BatchDescribeModelPackage.build(context)
|
81
|
-
when :create_action
|
82
|
-
Aws::SageMaker::Endpoints::CreateAction.build(context)
|
83
|
-
when :create_algorithm
|
84
|
-
Aws::SageMaker::Endpoints::CreateAlgorithm.build(context)
|
85
|
-
when :create_app
|
86
|
-
Aws::SageMaker::Endpoints::CreateApp.build(context)
|
87
|
-
when :create_app_image_config
|
88
|
-
Aws::SageMaker::Endpoints::CreateAppImageConfig.build(context)
|
89
|
-
when :create_artifact
|
90
|
-
Aws::SageMaker::Endpoints::CreateArtifact.build(context)
|
91
|
-
when :create_auto_ml_job
|
92
|
-
Aws::SageMaker::Endpoints::CreateAutoMLJob.build(context)
|
93
|
-
when :create_auto_ml_job_v2
|
94
|
-
Aws::SageMaker::Endpoints::CreateAutoMLJobV2.build(context)
|
95
|
-
when :create_cluster
|
96
|
-
Aws::SageMaker::Endpoints::CreateCluster.build(context)
|
97
|
-
when :create_code_repository
|
98
|
-
Aws::SageMaker::Endpoints::CreateCodeRepository.build(context)
|
99
|
-
when :create_compilation_job
|
100
|
-
Aws::SageMaker::Endpoints::CreateCompilationJob.build(context)
|
101
|
-
when :create_context
|
102
|
-
Aws::SageMaker::Endpoints::CreateContext.build(context)
|
103
|
-
when :create_data_quality_job_definition
|
104
|
-
Aws::SageMaker::Endpoints::CreateDataQualityJobDefinition.build(context)
|
105
|
-
when :create_device_fleet
|
106
|
-
Aws::SageMaker::Endpoints::CreateDeviceFleet.build(context)
|
107
|
-
when :create_domain
|
108
|
-
Aws::SageMaker::Endpoints::CreateDomain.build(context)
|
109
|
-
when :create_edge_deployment_plan
|
110
|
-
Aws::SageMaker::Endpoints::CreateEdgeDeploymentPlan.build(context)
|
111
|
-
when :create_edge_deployment_stage
|
112
|
-
Aws::SageMaker::Endpoints::CreateEdgeDeploymentStage.build(context)
|
113
|
-
when :create_edge_packaging_job
|
114
|
-
Aws::SageMaker::Endpoints::CreateEdgePackagingJob.build(context)
|
115
|
-
when :create_endpoint
|
116
|
-
Aws::SageMaker::Endpoints::CreateEndpoint.build(context)
|
117
|
-
when :create_endpoint_config
|
118
|
-
Aws::SageMaker::Endpoints::CreateEndpointConfig.build(context)
|
119
|
-
when :create_experiment
|
120
|
-
Aws::SageMaker::Endpoints::CreateExperiment.build(context)
|
121
|
-
when :create_feature_group
|
122
|
-
Aws::SageMaker::Endpoints::CreateFeatureGroup.build(context)
|
123
|
-
when :create_flow_definition
|
124
|
-
Aws::SageMaker::Endpoints::CreateFlowDefinition.build(context)
|
125
|
-
when :create_hub
|
126
|
-
Aws::SageMaker::Endpoints::CreateHub.build(context)
|
127
|
-
when :create_hub_content_reference
|
128
|
-
Aws::SageMaker::Endpoints::CreateHubContentReference.build(context)
|
129
|
-
when :create_human_task_ui
|
130
|
-
Aws::SageMaker::Endpoints::CreateHumanTaskUi.build(context)
|
131
|
-
when :create_hyper_parameter_tuning_job
|
132
|
-
Aws::SageMaker::Endpoints::CreateHyperParameterTuningJob.build(context)
|
133
|
-
when :create_image
|
134
|
-
Aws::SageMaker::Endpoints::CreateImage.build(context)
|
135
|
-
when :create_image_version
|
136
|
-
Aws::SageMaker::Endpoints::CreateImageVersion.build(context)
|
137
|
-
when :create_inference_component
|
138
|
-
Aws::SageMaker::Endpoints::CreateInferenceComponent.build(context)
|
139
|
-
when :create_inference_experiment
|
140
|
-
Aws::SageMaker::Endpoints::CreateInferenceExperiment.build(context)
|
141
|
-
when :create_inference_recommendations_job
|
142
|
-
Aws::SageMaker::Endpoints::CreateInferenceRecommendationsJob.build(context)
|
143
|
-
when :create_labeling_job
|
144
|
-
Aws::SageMaker::Endpoints::CreateLabelingJob.build(context)
|
145
|
-
when :create_mlflow_tracking_server
|
146
|
-
Aws::SageMaker::Endpoints::CreateMlflowTrackingServer.build(context)
|
147
|
-
when :create_model
|
148
|
-
Aws::SageMaker::Endpoints::CreateModel.build(context)
|
149
|
-
when :create_model_bias_job_definition
|
150
|
-
Aws::SageMaker::Endpoints::CreateModelBiasJobDefinition.build(context)
|
151
|
-
when :create_model_card
|
152
|
-
Aws::SageMaker::Endpoints::CreateModelCard.build(context)
|
153
|
-
when :create_model_card_export_job
|
154
|
-
Aws::SageMaker::Endpoints::CreateModelCardExportJob.build(context)
|
155
|
-
when :create_model_explainability_job_definition
|
156
|
-
Aws::SageMaker::Endpoints::CreateModelExplainabilityJobDefinition.build(context)
|
157
|
-
when :create_model_package
|
158
|
-
Aws::SageMaker::Endpoints::CreateModelPackage.build(context)
|
159
|
-
when :create_model_package_group
|
160
|
-
Aws::SageMaker::Endpoints::CreateModelPackageGroup.build(context)
|
161
|
-
when :create_model_quality_job_definition
|
162
|
-
Aws::SageMaker::Endpoints::CreateModelQualityJobDefinition.build(context)
|
163
|
-
when :create_monitoring_schedule
|
164
|
-
Aws::SageMaker::Endpoints::CreateMonitoringSchedule.build(context)
|
165
|
-
when :create_notebook_instance
|
166
|
-
Aws::SageMaker::Endpoints::CreateNotebookInstance.build(context)
|
167
|
-
when :create_notebook_instance_lifecycle_config
|
168
|
-
Aws::SageMaker::Endpoints::CreateNotebookInstanceLifecycleConfig.build(context)
|
169
|
-
when :create_optimization_job
|
170
|
-
Aws::SageMaker::Endpoints::CreateOptimizationJob.build(context)
|
171
|
-
when :create_pipeline
|
172
|
-
Aws::SageMaker::Endpoints::CreatePipeline.build(context)
|
173
|
-
when :create_presigned_domain_url
|
174
|
-
Aws::SageMaker::Endpoints::CreatePresignedDomainUrl.build(context)
|
175
|
-
when :create_presigned_mlflow_tracking_server_url
|
176
|
-
Aws::SageMaker::Endpoints::CreatePresignedMlflowTrackingServerUrl.build(context)
|
177
|
-
when :create_presigned_notebook_instance_url
|
178
|
-
Aws::SageMaker::Endpoints::CreatePresignedNotebookInstanceUrl.build(context)
|
179
|
-
when :create_processing_job
|
180
|
-
Aws::SageMaker::Endpoints::CreateProcessingJob.build(context)
|
181
|
-
when :create_project
|
182
|
-
Aws::SageMaker::Endpoints::CreateProject.build(context)
|
183
|
-
when :create_space
|
184
|
-
Aws::SageMaker::Endpoints::CreateSpace.build(context)
|
185
|
-
when :create_studio_lifecycle_config
|
186
|
-
Aws::SageMaker::Endpoints::CreateStudioLifecycleConfig.build(context)
|
187
|
-
when :create_training_job
|
188
|
-
Aws::SageMaker::Endpoints::CreateTrainingJob.build(context)
|
189
|
-
when :create_transform_job
|
190
|
-
Aws::SageMaker::Endpoints::CreateTransformJob.build(context)
|
191
|
-
when :create_trial
|
192
|
-
Aws::SageMaker::Endpoints::CreateTrial.build(context)
|
193
|
-
when :create_trial_component
|
194
|
-
Aws::SageMaker::Endpoints::CreateTrialComponent.build(context)
|
195
|
-
when :create_user_profile
|
196
|
-
Aws::SageMaker::Endpoints::CreateUserProfile.build(context)
|
197
|
-
when :create_workforce
|
198
|
-
Aws::SageMaker::Endpoints::CreateWorkforce.build(context)
|
199
|
-
when :create_workteam
|
200
|
-
Aws::SageMaker::Endpoints::CreateWorkteam.build(context)
|
201
|
-
when :delete_action
|
202
|
-
Aws::SageMaker::Endpoints::DeleteAction.build(context)
|
203
|
-
when :delete_algorithm
|
204
|
-
Aws::SageMaker::Endpoints::DeleteAlgorithm.build(context)
|
205
|
-
when :delete_app
|
206
|
-
Aws::SageMaker::Endpoints::DeleteApp.build(context)
|
207
|
-
when :delete_app_image_config
|
208
|
-
Aws::SageMaker::Endpoints::DeleteAppImageConfig.build(context)
|
209
|
-
when :delete_artifact
|
210
|
-
Aws::SageMaker::Endpoints::DeleteArtifact.build(context)
|
211
|
-
when :delete_association
|
212
|
-
Aws::SageMaker::Endpoints::DeleteAssociation.build(context)
|
213
|
-
when :delete_cluster
|
214
|
-
Aws::SageMaker::Endpoints::DeleteCluster.build(context)
|
215
|
-
when :delete_code_repository
|
216
|
-
Aws::SageMaker::Endpoints::DeleteCodeRepository.build(context)
|
217
|
-
when :delete_compilation_job
|
218
|
-
Aws::SageMaker::Endpoints::DeleteCompilationJob.build(context)
|
219
|
-
when :delete_context
|
220
|
-
Aws::SageMaker::Endpoints::DeleteContext.build(context)
|
221
|
-
when :delete_data_quality_job_definition
|
222
|
-
Aws::SageMaker::Endpoints::DeleteDataQualityJobDefinition.build(context)
|
223
|
-
when :delete_device_fleet
|
224
|
-
Aws::SageMaker::Endpoints::DeleteDeviceFleet.build(context)
|
225
|
-
when :delete_domain
|
226
|
-
Aws::SageMaker::Endpoints::DeleteDomain.build(context)
|
227
|
-
when :delete_edge_deployment_plan
|
228
|
-
Aws::SageMaker::Endpoints::DeleteEdgeDeploymentPlan.build(context)
|
229
|
-
when :delete_edge_deployment_stage
|
230
|
-
Aws::SageMaker::Endpoints::DeleteEdgeDeploymentStage.build(context)
|
231
|
-
when :delete_endpoint
|
232
|
-
Aws::SageMaker::Endpoints::DeleteEndpoint.build(context)
|
233
|
-
when :delete_endpoint_config
|
234
|
-
Aws::SageMaker::Endpoints::DeleteEndpointConfig.build(context)
|
235
|
-
when :delete_experiment
|
236
|
-
Aws::SageMaker::Endpoints::DeleteExperiment.build(context)
|
237
|
-
when :delete_feature_group
|
238
|
-
Aws::SageMaker::Endpoints::DeleteFeatureGroup.build(context)
|
239
|
-
when :delete_flow_definition
|
240
|
-
Aws::SageMaker::Endpoints::DeleteFlowDefinition.build(context)
|
241
|
-
when :delete_hub
|
242
|
-
Aws::SageMaker::Endpoints::DeleteHub.build(context)
|
243
|
-
when :delete_hub_content
|
244
|
-
Aws::SageMaker::Endpoints::DeleteHubContent.build(context)
|
245
|
-
when :delete_hub_content_reference
|
246
|
-
Aws::SageMaker::Endpoints::DeleteHubContentReference.build(context)
|
247
|
-
when :delete_human_task_ui
|
248
|
-
Aws::SageMaker::Endpoints::DeleteHumanTaskUi.build(context)
|
249
|
-
when :delete_hyper_parameter_tuning_job
|
250
|
-
Aws::SageMaker::Endpoints::DeleteHyperParameterTuningJob.build(context)
|
251
|
-
when :delete_image
|
252
|
-
Aws::SageMaker::Endpoints::DeleteImage.build(context)
|
253
|
-
when :delete_image_version
|
254
|
-
Aws::SageMaker::Endpoints::DeleteImageVersion.build(context)
|
255
|
-
when :delete_inference_component
|
256
|
-
Aws::SageMaker::Endpoints::DeleteInferenceComponent.build(context)
|
257
|
-
when :delete_inference_experiment
|
258
|
-
Aws::SageMaker::Endpoints::DeleteInferenceExperiment.build(context)
|
259
|
-
when :delete_mlflow_tracking_server
|
260
|
-
Aws::SageMaker::Endpoints::DeleteMlflowTrackingServer.build(context)
|
261
|
-
when :delete_model
|
262
|
-
Aws::SageMaker::Endpoints::DeleteModel.build(context)
|
263
|
-
when :delete_model_bias_job_definition
|
264
|
-
Aws::SageMaker::Endpoints::DeleteModelBiasJobDefinition.build(context)
|
265
|
-
when :delete_model_card
|
266
|
-
Aws::SageMaker::Endpoints::DeleteModelCard.build(context)
|
267
|
-
when :delete_model_explainability_job_definition
|
268
|
-
Aws::SageMaker::Endpoints::DeleteModelExplainabilityJobDefinition.build(context)
|
269
|
-
when :delete_model_package
|
270
|
-
Aws::SageMaker::Endpoints::DeleteModelPackage.build(context)
|
271
|
-
when :delete_model_package_group
|
272
|
-
Aws::SageMaker::Endpoints::DeleteModelPackageGroup.build(context)
|
273
|
-
when :delete_model_package_group_policy
|
274
|
-
Aws::SageMaker::Endpoints::DeleteModelPackageGroupPolicy.build(context)
|
275
|
-
when :delete_model_quality_job_definition
|
276
|
-
Aws::SageMaker::Endpoints::DeleteModelQualityJobDefinition.build(context)
|
277
|
-
when :delete_monitoring_schedule
|
278
|
-
Aws::SageMaker::Endpoints::DeleteMonitoringSchedule.build(context)
|
279
|
-
when :delete_notebook_instance
|
280
|
-
Aws::SageMaker::Endpoints::DeleteNotebookInstance.build(context)
|
281
|
-
when :delete_notebook_instance_lifecycle_config
|
282
|
-
Aws::SageMaker::Endpoints::DeleteNotebookInstanceLifecycleConfig.build(context)
|
283
|
-
when :delete_optimization_job
|
284
|
-
Aws::SageMaker::Endpoints::DeleteOptimizationJob.build(context)
|
285
|
-
when :delete_pipeline
|
286
|
-
Aws::SageMaker::Endpoints::DeletePipeline.build(context)
|
287
|
-
when :delete_project
|
288
|
-
Aws::SageMaker::Endpoints::DeleteProject.build(context)
|
289
|
-
when :delete_space
|
290
|
-
Aws::SageMaker::Endpoints::DeleteSpace.build(context)
|
291
|
-
when :delete_studio_lifecycle_config
|
292
|
-
Aws::SageMaker::Endpoints::DeleteStudioLifecycleConfig.build(context)
|
293
|
-
when :delete_tags
|
294
|
-
Aws::SageMaker::Endpoints::DeleteTags.build(context)
|
295
|
-
when :delete_trial
|
296
|
-
Aws::SageMaker::Endpoints::DeleteTrial.build(context)
|
297
|
-
when :delete_trial_component
|
298
|
-
Aws::SageMaker::Endpoints::DeleteTrialComponent.build(context)
|
299
|
-
when :delete_user_profile
|
300
|
-
Aws::SageMaker::Endpoints::DeleteUserProfile.build(context)
|
301
|
-
when :delete_workforce
|
302
|
-
Aws::SageMaker::Endpoints::DeleteWorkforce.build(context)
|
303
|
-
when :delete_workteam
|
304
|
-
Aws::SageMaker::Endpoints::DeleteWorkteam.build(context)
|
305
|
-
when :deregister_devices
|
306
|
-
Aws::SageMaker::Endpoints::DeregisterDevices.build(context)
|
307
|
-
when :describe_action
|
308
|
-
Aws::SageMaker::Endpoints::DescribeAction.build(context)
|
309
|
-
when :describe_algorithm
|
310
|
-
Aws::SageMaker::Endpoints::DescribeAlgorithm.build(context)
|
311
|
-
when :describe_app
|
312
|
-
Aws::SageMaker::Endpoints::DescribeApp.build(context)
|
313
|
-
when :describe_app_image_config
|
314
|
-
Aws::SageMaker::Endpoints::DescribeAppImageConfig.build(context)
|
315
|
-
when :describe_artifact
|
316
|
-
Aws::SageMaker::Endpoints::DescribeArtifact.build(context)
|
317
|
-
when :describe_auto_ml_job
|
318
|
-
Aws::SageMaker::Endpoints::DescribeAutoMLJob.build(context)
|
319
|
-
when :describe_auto_ml_job_v2
|
320
|
-
Aws::SageMaker::Endpoints::DescribeAutoMLJobV2.build(context)
|
321
|
-
when :describe_cluster
|
322
|
-
Aws::SageMaker::Endpoints::DescribeCluster.build(context)
|
323
|
-
when :describe_cluster_node
|
324
|
-
Aws::SageMaker::Endpoints::DescribeClusterNode.build(context)
|
325
|
-
when :describe_code_repository
|
326
|
-
Aws::SageMaker::Endpoints::DescribeCodeRepository.build(context)
|
327
|
-
when :describe_compilation_job
|
328
|
-
Aws::SageMaker::Endpoints::DescribeCompilationJob.build(context)
|
329
|
-
when :describe_context
|
330
|
-
Aws::SageMaker::Endpoints::DescribeContext.build(context)
|
331
|
-
when :describe_data_quality_job_definition
|
332
|
-
Aws::SageMaker::Endpoints::DescribeDataQualityJobDefinition.build(context)
|
333
|
-
when :describe_device
|
334
|
-
Aws::SageMaker::Endpoints::DescribeDevice.build(context)
|
335
|
-
when :describe_device_fleet
|
336
|
-
Aws::SageMaker::Endpoints::DescribeDeviceFleet.build(context)
|
337
|
-
when :describe_domain
|
338
|
-
Aws::SageMaker::Endpoints::DescribeDomain.build(context)
|
339
|
-
when :describe_edge_deployment_plan
|
340
|
-
Aws::SageMaker::Endpoints::DescribeEdgeDeploymentPlan.build(context)
|
341
|
-
when :describe_edge_packaging_job
|
342
|
-
Aws::SageMaker::Endpoints::DescribeEdgePackagingJob.build(context)
|
343
|
-
when :describe_endpoint
|
344
|
-
Aws::SageMaker::Endpoints::DescribeEndpoint.build(context)
|
345
|
-
when :describe_endpoint_config
|
346
|
-
Aws::SageMaker::Endpoints::DescribeEndpointConfig.build(context)
|
347
|
-
when :describe_experiment
|
348
|
-
Aws::SageMaker::Endpoints::DescribeExperiment.build(context)
|
349
|
-
when :describe_feature_group
|
350
|
-
Aws::SageMaker::Endpoints::DescribeFeatureGroup.build(context)
|
351
|
-
when :describe_feature_metadata
|
352
|
-
Aws::SageMaker::Endpoints::DescribeFeatureMetadata.build(context)
|
353
|
-
when :describe_flow_definition
|
354
|
-
Aws::SageMaker::Endpoints::DescribeFlowDefinition.build(context)
|
355
|
-
when :describe_hub
|
356
|
-
Aws::SageMaker::Endpoints::DescribeHub.build(context)
|
357
|
-
when :describe_hub_content
|
358
|
-
Aws::SageMaker::Endpoints::DescribeHubContent.build(context)
|
359
|
-
when :describe_human_task_ui
|
360
|
-
Aws::SageMaker::Endpoints::DescribeHumanTaskUi.build(context)
|
361
|
-
when :describe_hyper_parameter_tuning_job
|
362
|
-
Aws::SageMaker::Endpoints::DescribeHyperParameterTuningJob.build(context)
|
363
|
-
when :describe_image
|
364
|
-
Aws::SageMaker::Endpoints::DescribeImage.build(context)
|
365
|
-
when :describe_image_version
|
366
|
-
Aws::SageMaker::Endpoints::DescribeImageVersion.build(context)
|
367
|
-
when :describe_inference_component
|
368
|
-
Aws::SageMaker::Endpoints::DescribeInferenceComponent.build(context)
|
369
|
-
when :describe_inference_experiment
|
370
|
-
Aws::SageMaker::Endpoints::DescribeInferenceExperiment.build(context)
|
371
|
-
when :describe_inference_recommendations_job
|
372
|
-
Aws::SageMaker::Endpoints::DescribeInferenceRecommendationsJob.build(context)
|
373
|
-
when :describe_labeling_job
|
374
|
-
Aws::SageMaker::Endpoints::DescribeLabelingJob.build(context)
|
375
|
-
when :describe_lineage_group
|
376
|
-
Aws::SageMaker::Endpoints::DescribeLineageGroup.build(context)
|
377
|
-
when :describe_mlflow_tracking_server
|
378
|
-
Aws::SageMaker::Endpoints::DescribeMlflowTrackingServer.build(context)
|
379
|
-
when :describe_model
|
380
|
-
Aws::SageMaker::Endpoints::DescribeModel.build(context)
|
381
|
-
when :describe_model_bias_job_definition
|
382
|
-
Aws::SageMaker::Endpoints::DescribeModelBiasJobDefinition.build(context)
|
383
|
-
when :describe_model_card
|
384
|
-
Aws::SageMaker::Endpoints::DescribeModelCard.build(context)
|
385
|
-
when :describe_model_card_export_job
|
386
|
-
Aws::SageMaker::Endpoints::DescribeModelCardExportJob.build(context)
|
387
|
-
when :describe_model_explainability_job_definition
|
388
|
-
Aws::SageMaker::Endpoints::DescribeModelExplainabilityJobDefinition.build(context)
|
389
|
-
when :describe_model_package
|
390
|
-
Aws::SageMaker::Endpoints::DescribeModelPackage.build(context)
|
391
|
-
when :describe_model_package_group
|
392
|
-
Aws::SageMaker::Endpoints::DescribeModelPackageGroup.build(context)
|
393
|
-
when :describe_model_quality_job_definition
|
394
|
-
Aws::SageMaker::Endpoints::DescribeModelQualityJobDefinition.build(context)
|
395
|
-
when :describe_monitoring_schedule
|
396
|
-
Aws::SageMaker::Endpoints::DescribeMonitoringSchedule.build(context)
|
397
|
-
when :describe_notebook_instance
|
398
|
-
Aws::SageMaker::Endpoints::DescribeNotebookInstance.build(context)
|
399
|
-
when :describe_notebook_instance_lifecycle_config
|
400
|
-
Aws::SageMaker::Endpoints::DescribeNotebookInstanceLifecycleConfig.build(context)
|
401
|
-
when :describe_optimization_job
|
402
|
-
Aws::SageMaker::Endpoints::DescribeOptimizationJob.build(context)
|
403
|
-
when :describe_pipeline
|
404
|
-
Aws::SageMaker::Endpoints::DescribePipeline.build(context)
|
405
|
-
when :describe_pipeline_definition_for_execution
|
406
|
-
Aws::SageMaker::Endpoints::DescribePipelineDefinitionForExecution.build(context)
|
407
|
-
when :describe_pipeline_execution
|
408
|
-
Aws::SageMaker::Endpoints::DescribePipelineExecution.build(context)
|
409
|
-
when :describe_processing_job
|
410
|
-
Aws::SageMaker::Endpoints::DescribeProcessingJob.build(context)
|
411
|
-
when :describe_project
|
412
|
-
Aws::SageMaker::Endpoints::DescribeProject.build(context)
|
413
|
-
when :describe_space
|
414
|
-
Aws::SageMaker::Endpoints::DescribeSpace.build(context)
|
415
|
-
when :describe_studio_lifecycle_config
|
416
|
-
Aws::SageMaker::Endpoints::DescribeStudioLifecycleConfig.build(context)
|
417
|
-
when :describe_subscribed_workteam
|
418
|
-
Aws::SageMaker::Endpoints::DescribeSubscribedWorkteam.build(context)
|
419
|
-
when :describe_training_job
|
420
|
-
Aws::SageMaker::Endpoints::DescribeTrainingJob.build(context)
|
421
|
-
when :describe_transform_job
|
422
|
-
Aws::SageMaker::Endpoints::DescribeTransformJob.build(context)
|
423
|
-
when :describe_trial
|
424
|
-
Aws::SageMaker::Endpoints::DescribeTrial.build(context)
|
425
|
-
when :describe_trial_component
|
426
|
-
Aws::SageMaker::Endpoints::DescribeTrialComponent.build(context)
|
427
|
-
when :describe_user_profile
|
428
|
-
Aws::SageMaker::Endpoints::DescribeUserProfile.build(context)
|
429
|
-
when :describe_workforce
|
430
|
-
Aws::SageMaker::Endpoints::DescribeWorkforce.build(context)
|
431
|
-
when :describe_workteam
|
432
|
-
Aws::SageMaker::Endpoints::DescribeWorkteam.build(context)
|
433
|
-
when :disable_sagemaker_servicecatalog_portfolio
|
434
|
-
Aws::SageMaker::Endpoints::DisableSagemakerServicecatalogPortfolio.build(context)
|
435
|
-
when :disassociate_trial_component
|
436
|
-
Aws::SageMaker::Endpoints::DisassociateTrialComponent.build(context)
|
437
|
-
when :enable_sagemaker_servicecatalog_portfolio
|
438
|
-
Aws::SageMaker::Endpoints::EnableSagemakerServicecatalogPortfolio.build(context)
|
439
|
-
when :get_device_fleet_report
|
440
|
-
Aws::SageMaker::Endpoints::GetDeviceFleetReport.build(context)
|
441
|
-
when :get_lineage_group_policy
|
442
|
-
Aws::SageMaker::Endpoints::GetLineageGroupPolicy.build(context)
|
443
|
-
when :get_model_package_group_policy
|
444
|
-
Aws::SageMaker::Endpoints::GetModelPackageGroupPolicy.build(context)
|
445
|
-
when :get_sagemaker_servicecatalog_portfolio_status
|
446
|
-
Aws::SageMaker::Endpoints::GetSagemakerServicecatalogPortfolioStatus.build(context)
|
447
|
-
when :get_scaling_configuration_recommendation
|
448
|
-
Aws::SageMaker::Endpoints::GetScalingConfigurationRecommendation.build(context)
|
449
|
-
when :get_search_suggestions
|
450
|
-
Aws::SageMaker::Endpoints::GetSearchSuggestions.build(context)
|
451
|
-
when :import_hub_content
|
452
|
-
Aws::SageMaker::Endpoints::ImportHubContent.build(context)
|
453
|
-
when :list_actions
|
454
|
-
Aws::SageMaker::Endpoints::ListActions.build(context)
|
455
|
-
when :list_algorithms
|
456
|
-
Aws::SageMaker::Endpoints::ListAlgorithms.build(context)
|
457
|
-
when :list_aliases
|
458
|
-
Aws::SageMaker::Endpoints::ListAliases.build(context)
|
459
|
-
when :list_app_image_configs
|
460
|
-
Aws::SageMaker::Endpoints::ListAppImageConfigs.build(context)
|
461
|
-
when :list_apps
|
462
|
-
Aws::SageMaker::Endpoints::ListApps.build(context)
|
463
|
-
when :list_artifacts
|
464
|
-
Aws::SageMaker::Endpoints::ListArtifacts.build(context)
|
465
|
-
when :list_associations
|
466
|
-
Aws::SageMaker::Endpoints::ListAssociations.build(context)
|
467
|
-
when :list_auto_ml_jobs
|
468
|
-
Aws::SageMaker::Endpoints::ListAutoMLJobs.build(context)
|
469
|
-
when :list_candidates_for_auto_ml_job
|
470
|
-
Aws::SageMaker::Endpoints::ListCandidatesForAutoMLJob.build(context)
|
471
|
-
when :list_cluster_nodes
|
472
|
-
Aws::SageMaker::Endpoints::ListClusterNodes.build(context)
|
473
|
-
when :list_clusters
|
474
|
-
Aws::SageMaker::Endpoints::ListClusters.build(context)
|
475
|
-
when :list_code_repositories
|
476
|
-
Aws::SageMaker::Endpoints::ListCodeRepositories.build(context)
|
477
|
-
when :list_compilation_jobs
|
478
|
-
Aws::SageMaker::Endpoints::ListCompilationJobs.build(context)
|
479
|
-
when :list_contexts
|
480
|
-
Aws::SageMaker::Endpoints::ListContexts.build(context)
|
481
|
-
when :list_data_quality_job_definitions
|
482
|
-
Aws::SageMaker::Endpoints::ListDataQualityJobDefinitions.build(context)
|
483
|
-
when :list_device_fleets
|
484
|
-
Aws::SageMaker::Endpoints::ListDeviceFleets.build(context)
|
485
|
-
when :list_devices
|
486
|
-
Aws::SageMaker::Endpoints::ListDevices.build(context)
|
487
|
-
when :list_domains
|
488
|
-
Aws::SageMaker::Endpoints::ListDomains.build(context)
|
489
|
-
when :list_edge_deployment_plans
|
490
|
-
Aws::SageMaker::Endpoints::ListEdgeDeploymentPlans.build(context)
|
491
|
-
when :list_edge_packaging_jobs
|
492
|
-
Aws::SageMaker::Endpoints::ListEdgePackagingJobs.build(context)
|
493
|
-
when :list_endpoint_configs
|
494
|
-
Aws::SageMaker::Endpoints::ListEndpointConfigs.build(context)
|
495
|
-
when :list_endpoints
|
496
|
-
Aws::SageMaker::Endpoints::ListEndpoints.build(context)
|
497
|
-
when :list_experiments
|
498
|
-
Aws::SageMaker::Endpoints::ListExperiments.build(context)
|
499
|
-
when :list_feature_groups
|
500
|
-
Aws::SageMaker::Endpoints::ListFeatureGroups.build(context)
|
501
|
-
when :list_flow_definitions
|
502
|
-
Aws::SageMaker::Endpoints::ListFlowDefinitions.build(context)
|
503
|
-
when :list_hub_content_versions
|
504
|
-
Aws::SageMaker::Endpoints::ListHubContentVersions.build(context)
|
505
|
-
when :list_hub_contents
|
506
|
-
Aws::SageMaker::Endpoints::ListHubContents.build(context)
|
507
|
-
when :list_hubs
|
508
|
-
Aws::SageMaker::Endpoints::ListHubs.build(context)
|
509
|
-
when :list_human_task_uis
|
510
|
-
Aws::SageMaker::Endpoints::ListHumanTaskUis.build(context)
|
511
|
-
when :list_hyper_parameter_tuning_jobs
|
512
|
-
Aws::SageMaker::Endpoints::ListHyperParameterTuningJobs.build(context)
|
513
|
-
when :list_image_versions
|
514
|
-
Aws::SageMaker::Endpoints::ListImageVersions.build(context)
|
515
|
-
when :list_images
|
516
|
-
Aws::SageMaker::Endpoints::ListImages.build(context)
|
517
|
-
when :list_inference_components
|
518
|
-
Aws::SageMaker::Endpoints::ListInferenceComponents.build(context)
|
519
|
-
when :list_inference_experiments
|
520
|
-
Aws::SageMaker::Endpoints::ListInferenceExperiments.build(context)
|
521
|
-
when :list_inference_recommendations_job_steps
|
522
|
-
Aws::SageMaker::Endpoints::ListInferenceRecommendationsJobSteps.build(context)
|
523
|
-
when :list_inference_recommendations_jobs
|
524
|
-
Aws::SageMaker::Endpoints::ListInferenceRecommendationsJobs.build(context)
|
525
|
-
when :list_labeling_jobs
|
526
|
-
Aws::SageMaker::Endpoints::ListLabelingJobs.build(context)
|
527
|
-
when :list_labeling_jobs_for_workteam
|
528
|
-
Aws::SageMaker::Endpoints::ListLabelingJobsForWorkteam.build(context)
|
529
|
-
when :list_lineage_groups
|
530
|
-
Aws::SageMaker::Endpoints::ListLineageGroups.build(context)
|
531
|
-
when :list_mlflow_tracking_servers
|
532
|
-
Aws::SageMaker::Endpoints::ListMlflowTrackingServers.build(context)
|
533
|
-
when :list_model_bias_job_definitions
|
534
|
-
Aws::SageMaker::Endpoints::ListModelBiasJobDefinitions.build(context)
|
535
|
-
when :list_model_card_export_jobs
|
536
|
-
Aws::SageMaker::Endpoints::ListModelCardExportJobs.build(context)
|
537
|
-
when :list_model_card_versions
|
538
|
-
Aws::SageMaker::Endpoints::ListModelCardVersions.build(context)
|
539
|
-
when :list_model_cards
|
540
|
-
Aws::SageMaker::Endpoints::ListModelCards.build(context)
|
541
|
-
when :list_model_explainability_job_definitions
|
542
|
-
Aws::SageMaker::Endpoints::ListModelExplainabilityJobDefinitions.build(context)
|
543
|
-
when :list_model_metadata
|
544
|
-
Aws::SageMaker::Endpoints::ListModelMetadata.build(context)
|
545
|
-
when :list_model_package_groups
|
546
|
-
Aws::SageMaker::Endpoints::ListModelPackageGroups.build(context)
|
547
|
-
when :list_model_packages
|
548
|
-
Aws::SageMaker::Endpoints::ListModelPackages.build(context)
|
549
|
-
when :list_model_quality_job_definitions
|
550
|
-
Aws::SageMaker::Endpoints::ListModelQualityJobDefinitions.build(context)
|
551
|
-
when :list_models
|
552
|
-
Aws::SageMaker::Endpoints::ListModels.build(context)
|
553
|
-
when :list_monitoring_alert_history
|
554
|
-
Aws::SageMaker::Endpoints::ListMonitoringAlertHistory.build(context)
|
555
|
-
when :list_monitoring_alerts
|
556
|
-
Aws::SageMaker::Endpoints::ListMonitoringAlerts.build(context)
|
557
|
-
when :list_monitoring_executions
|
558
|
-
Aws::SageMaker::Endpoints::ListMonitoringExecutions.build(context)
|
559
|
-
when :list_monitoring_schedules
|
560
|
-
Aws::SageMaker::Endpoints::ListMonitoringSchedules.build(context)
|
561
|
-
when :list_notebook_instance_lifecycle_configs
|
562
|
-
Aws::SageMaker::Endpoints::ListNotebookInstanceLifecycleConfigs.build(context)
|
563
|
-
when :list_notebook_instances
|
564
|
-
Aws::SageMaker::Endpoints::ListNotebookInstances.build(context)
|
565
|
-
when :list_optimization_jobs
|
566
|
-
Aws::SageMaker::Endpoints::ListOptimizationJobs.build(context)
|
567
|
-
when :list_pipeline_execution_steps
|
568
|
-
Aws::SageMaker::Endpoints::ListPipelineExecutionSteps.build(context)
|
569
|
-
when :list_pipeline_executions
|
570
|
-
Aws::SageMaker::Endpoints::ListPipelineExecutions.build(context)
|
571
|
-
when :list_pipeline_parameters_for_execution
|
572
|
-
Aws::SageMaker::Endpoints::ListPipelineParametersForExecution.build(context)
|
573
|
-
when :list_pipelines
|
574
|
-
Aws::SageMaker::Endpoints::ListPipelines.build(context)
|
575
|
-
when :list_processing_jobs
|
576
|
-
Aws::SageMaker::Endpoints::ListProcessingJobs.build(context)
|
577
|
-
when :list_projects
|
578
|
-
Aws::SageMaker::Endpoints::ListProjects.build(context)
|
579
|
-
when :list_resource_catalogs
|
580
|
-
Aws::SageMaker::Endpoints::ListResourceCatalogs.build(context)
|
581
|
-
when :list_spaces
|
582
|
-
Aws::SageMaker::Endpoints::ListSpaces.build(context)
|
583
|
-
when :list_stage_devices
|
584
|
-
Aws::SageMaker::Endpoints::ListStageDevices.build(context)
|
585
|
-
when :list_studio_lifecycle_configs
|
586
|
-
Aws::SageMaker::Endpoints::ListStudioLifecycleConfigs.build(context)
|
587
|
-
when :list_subscribed_workteams
|
588
|
-
Aws::SageMaker::Endpoints::ListSubscribedWorkteams.build(context)
|
589
|
-
when :list_tags
|
590
|
-
Aws::SageMaker::Endpoints::ListTags.build(context)
|
591
|
-
when :list_training_jobs
|
592
|
-
Aws::SageMaker::Endpoints::ListTrainingJobs.build(context)
|
593
|
-
when :list_training_jobs_for_hyper_parameter_tuning_job
|
594
|
-
Aws::SageMaker::Endpoints::ListTrainingJobsForHyperParameterTuningJob.build(context)
|
595
|
-
when :list_transform_jobs
|
596
|
-
Aws::SageMaker::Endpoints::ListTransformJobs.build(context)
|
597
|
-
when :list_trial_components
|
598
|
-
Aws::SageMaker::Endpoints::ListTrialComponents.build(context)
|
599
|
-
when :list_trials
|
600
|
-
Aws::SageMaker::Endpoints::ListTrials.build(context)
|
601
|
-
when :list_user_profiles
|
602
|
-
Aws::SageMaker::Endpoints::ListUserProfiles.build(context)
|
603
|
-
when :list_workforces
|
604
|
-
Aws::SageMaker::Endpoints::ListWorkforces.build(context)
|
605
|
-
when :list_workteams
|
606
|
-
Aws::SageMaker::Endpoints::ListWorkteams.build(context)
|
607
|
-
when :put_model_package_group_policy
|
608
|
-
Aws::SageMaker::Endpoints::PutModelPackageGroupPolicy.build(context)
|
609
|
-
when :query_lineage
|
610
|
-
Aws::SageMaker::Endpoints::QueryLineage.build(context)
|
611
|
-
when :register_devices
|
612
|
-
Aws::SageMaker::Endpoints::RegisterDevices.build(context)
|
613
|
-
when :render_ui_template
|
614
|
-
Aws::SageMaker::Endpoints::RenderUiTemplate.build(context)
|
615
|
-
when :retry_pipeline_execution
|
616
|
-
Aws::SageMaker::Endpoints::RetryPipelineExecution.build(context)
|
617
|
-
when :search
|
618
|
-
Aws::SageMaker::Endpoints::Search.build(context)
|
619
|
-
when :send_pipeline_execution_step_failure
|
620
|
-
Aws::SageMaker::Endpoints::SendPipelineExecutionStepFailure.build(context)
|
621
|
-
when :send_pipeline_execution_step_success
|
622
|
-
Aws::SageMaker::Endpoints::SendPipelineExecutionStepSuccess.build(context)
|
623
|
-
when :start_edge_deployment_stage
|
624
|
-
Aws::SageMaker::Endpoints::StartEdgeDeploymentStage.build(context)
|
625
|
-
when :start_inference_experiment
|
626
|
-
Aws::SageMaker::Endpoints::StartInferenceExperiment.build(context)
|
627
|
-
when :start_mlflow_tracking_server
|
628
|
-
Aws::SageMaker::Endpoints::StartMlflowTrackingServer.build(context)
|
629
|
-
when :start_monitoring_schedule
|
630
|
-
Aws::SageMaker::Endpoints::StartMonitoringSchedule.build(context)
|
631
|
-
when :start_notebook_instance
|
632
|
-
Aws::SageMaker::Endpoints::StartNotebookInstance.build(context)
|
633
|
-
when :start_pipeline_execution
|
634
|
-
Aws::SageMaker::Endpoints::StartPipelineExecution.build(context)
|
635
|
-
when :stop_auto_ml_job
|
636
|
-
Aws::SageMaker::Endpoints::StopAutoMLJob.build(context)
|
637
|
-
when :stop_compilation_job
|
638
|
-
Aws::SageMaker::Endpoints::StopCompilationJob.build(context)
|
639
|
-
when :stop_edge_deployment_stage
|
640
|
-
Aws::SageMaker::Endpoints::StopEdgeDeploymentStage.build(context)
|
641
|
-
when :stop_edge_packaging_job
|
642
|
-
Aws::SageMaker::Endpoints::StopEdgePackagingJob.build(context)
|
643
|
-
when :stop_hyper_parameter_tuning_job
|
644
|
-
Aws::SageMaker::Endpoints::StopHyperParameterTuningJob.build(context)
|
645
|
-
when :stop_inference_experiment
|
646
|
-
Aws::SageMaker::Endpoints::StopInferenceExperiment.build(context)
|
647
|
-
when :stop_inference_recommendations_job
|
648
|
-
Aws::SageMaker::Endpoints::StopInferenceRecommendationsJob.build(context)
|
649
|
-
when :stop_labeling_job
|
650
|
-
Aws::SageMaker::Endpoints::StopLabelingJob.build(context)
|
651
|
-
when :stop_mlflow_tracking_server
|
652
|
-
Aws::SageMaker::Endpoints::StopMlflowTrackingServer.build(context)
|
653
|
-
when :stop_monitoring_schedule
|
654
|
-
Aws::SageMaker::Endpoints::StopMonitoringSchedule.build(context)
|
655
|
-
when :stop_notebook_instance
|
656
|
-
Aws::SageMaker::Endpoints::StopNotebookInstance.build(context)
|
657
|
-
when :stop_optimization_job
|
658
|
-
Aws::SageMaker::Endpoints::StopOptimizationJob.build(context)
|
659
|
-
when :stop_pipeline_execution
|
660
|
-
Aws::SageMaker::Endpoints::StopPipelineExecution.build(context)
|
661
|
-
when :stop_processing_job
|
662
|
-
Aws::SageMaker::Endpoints::StopProcessingJob.build(context)
|
663
|
-
when :stop_training_job
|
664
|
-
Aws::SageMaker::Endpoints::StopTrainingJob.build(context)
|
665
|
-
when :stop_transform_job
|
666
|
-
Aws::SageMaker::Endpoints::StopTransformJob.build(context)
|
667
|
-
when :update_action
|
668
|
-
Aws::SageMaker::Endpoints::UpdateAction.build(context)
|
669
|
-
when :update_app_image_config
|
670
|
-
Aws::SageMaker::Endpoints::UpdateAppImageConfig.build(context)
|
671
|
-
when :update_artifact
|
672
|
-
Aws::SageMaker::Endpoints::UpdateArtifact.build(context)
|
673
|
-
when :update_cluster
|
674
|
-
Aws::SageMaker::Endpoints::UpdateCluster.build(context)
|
675
|
-
when :update_cluster_software
|
676
|
-
Aws::SageMaker::Endpoints::UpdateClusterSoftware.build(context)
|
677
|
-
when :update_code_repository
|
678
|
-
Aws::SageMaker::Endpoints::UpdateCodeRepository.build(context)
|
679
|
-
when :update_context
|
680
|
-
Aws::SageMaker::Endpoints::UpdateContext.build(context)
|
681
|
-
when :update_device_fleet
|
682
|
-
Aws::SageMaker::Endpoints::UpdateDeviceFleet.build(context)
|
683
|
-
when :update_devices
|
684
|
-
Aws::SageMaker::Endpoints::UpdateDevices.build(context)
|
685
|
-
when :update_domain
|
686
|
-
Aws::SageMaker::Endpoints::UpdateDomain.build(context)
|
687
|
-
when :update_endpoint
|
688
|
-
Aws::SageMaker::Endpoints::UpdateEndpoint.build(context)
|
689
|
-
when :update_endpoint_weights_and_capacities
|
690
|
-
Aws::SageMaker::Endpoints::UpdateEndpointWeightsAndCapacities.build(context)
|
691
|
-
when :update_experiment
|
692
|
-
Aws::SageMaker::Endpoints::UpdateExperiment.build(context)
|
693
|
-
when :update_feature_group
|
694
|
-
Aws::SageMaker::Endpoints::UpdateFeatureGroup.build(context)
|
695
|
-
when :update_feature_metadata
|
696
|
-
Aws::SageMaker::Endpoints::UpdateFeatureMetadata.build(context)
|
697
|
-
when :update_hub
|
698
|
-
Aws::SageMaker::Endpoints::UpdateHub.build(context)
|
699
|
-
when :update_image
|
700
|
-
Aws::SageMaker::Endpoints::UpdateImage.build(context)
|
701
|
-
when :update_image_version
|
702
|
-
Aws::SageMaker::Endpoints::UpdateImageVersion.build(context)
|
703
|
-
when :update_inference_component
|
704
|
-
Aws::SageMaker::Endpoints::UpdateInferenceComponent.build(context)
|
705
|
-
when :update_inference_component_runtime_config
|
706
|
-
Aws::SageMaker::Endpoints::UpdateInferenceComponentRuntimeConfig.build(context)
|
707
|
-
when :update_inference_experiment
|
708
|
-
Aws::SageMaker::Endpoints::UpdateInferenceExperiment.build(context)
|
709
|
-
when :update_mlflow_tracking_server
|
710
|
-
Aws::SageMaker::Endpoints::UpdateMlflowTrackingServer.build(context)
|
711
|
-
when :update_model_card
|
712
|
-
Aws::SageMaker::Endpoints::UpdateModelCard.build(context)
|
713
|
-
when :update_model_package
|
714
|
-
Aws::SageMaker::Endpoints::UpdateModelPackage.build(context)
|
715
|
-
when :update_monitoring_alert
|
716
|
-
Aws::SageMaker::Endpoints::UpdateMonitoringAlert.build(context)
|
717
|
-
when :update_monitoring_schedule
|
718
|
-
Aws::SageMaker::Endpoints::UpdateMonitoringSchedule.build(context)
|
719
|
-
when :update_notebook_instance
|
720
|
-
Aws::SageMaker::Endpoints::UpdateNotebookInstance.build(context)
|
721
|
-
when :update_notebook_instance_lifecycle_config
|
722
|
-
Aws::SageMaker::Endpoints::UpdateNotebookInstanceLifecycleConfig.build(context)
|
723
|
-
when :update_pipeline
|
724
|
-
Aws::SageMaker::Endpoints::UpdatePipeline.build(context)
|
725
|
-
when :update_pipeline_execution
|
726
|
-
Aws::SageMaker::Endpoints::UpdatePipelineExecution.build(context)
|
727
|
-
when :update_project
|
728
|
-
Aws::SageMaker::Endpoints::UpdateProject.build(context)
|
729
|
-
when :update_space
|
730
|
-
Aws::SageMaker::Endpoints::UpdateSpace.build(context)
|
731
|
-
when :update_training_job
|
732
|
-
Aws::SageMaker::Endpoints::UpdateTrainingJob.build(context)
|
733
|
-
when :update_trial
|
734
|
-
Aws::SageMaker::Endpoints::UpdateTrial.build(context)
|
735
|
-
when :update_trial_component
|
736
|
-
Aws::SageMaker::Endpoints::UpdateTrialComponent.build(context)
|
737
|
-
when :update_user_profile
|
738
|
-
Aws::SageMaker::Endpoints::UpdateUserProfile.build(context)
|
739
|
-
when :update_workforce
|
740
|
-
Aws::SageMaker::Endpoints::UpdateWorkforce.build(context)
|
741
|
-
when :update_workteam
|
742
|
-
Aws::SageMaker::Endpoints::UpdateWorkteam.build(context)
|
743
|
-
end
|
744
|
-
end
|
745
70
|
end
|
746
71
|
|
747
72
|
def add_handlers(handlers, _config)
|