aws-sdk-sagemaker 1.152.0 → 1.154.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 +2570 -1221
- data/lib/aws-sdk-sagemaker/client_api.rb +1247 -7
- data/lib/aws-sdk-sagemaker/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-sagemaker/endpoint_provider.rb +91 -91
- data/lib/aws-sdk-sagemaker/endpoints.rb +476 -0
- data/lib/aws-sdk-sagemaker/plugins/endpoints.rb +68 -0
- data/lib/aws-sdk-sagemaker/types.rb +3584 -9773
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -104,6 +104,8 @@ module Aws::SageMaker
|
|
104
104
|
Aws::SageMaker::Endpoints::CreateFeatureGroup.build(context)
|
105
105
|
when :create_flow_definition
|
106
106
|
Aws::SageMaker::Endpoints::CreateFlowDefinition.build(context)
|
107
|
+
when :create_hub
|
108
|
+
Aws::SageMaker::Endpoints::CreateHub.build(context)
|
107
109
|
when :create_human_task_ui
|
108
110
|
Aws::SageMaker::Endpoints::CreateHumanTaskUi.build(context)
|
109
111
|
when :create_hyper_parameter_tuning_job
|
@@ -112,6 +114,8 @@ module Aws::SageMaker
|
|
112
114
|
Aws::SageMaker::Endpoints::CreateImage.build(context)
|
113
115
|
when :create_image_version
|
114
116
|
Aws::SageMaker::Endpoints::CreateImageVersion.build(context)
|
117
|
+
when :create_inference_experiment
|
118
|
+
Aws::SageMaker::Endpoints::CreateInferenceExperiment.build(context)
|
115
119
|
when :create_inference_recommendations_job
|
116
120
|
Aws::SageMaker::Endpoints::CreateInferenceRecommendationsJob.build(context)
|
117
121
|
when :create_labeling_job
|
@@ -120,6 +124,10 @@ module Aws::SageMaker
|
|
120
124
|
Aws::SageMaker::Endpoints::CreateModel.build(context)
|
121
125
|
when :create_model_bias_job_definition
|
122
126
|
Aws::SageMaker::Endpoints::CreateModelBiasJobDefinition.build(context)
|
127
|
+
when :create_model_card
|
128
|
+
Aws::SageMaker::Endpoints::CreateModelCard.build(context)
|
129
|
+
when :create_model_card_export_job
|
130
|
+
Aws::SageMaker::Endpoints::CreateModelCardExportJob.build(context)
|
123
131
|
when :create_model_explainability_job_definition
|
124
132
|
Aws::SageMaker::Endpoints::CreateModelExplainabilityJobDefinition.build(context)
|
125
133
|
when :create_model_package
|
@@ -144,6 +152,8 @@ module Aws::SageMaker
|
|
144
152
|
Aws::SageMaker::Endpoints::CreateProcessingJob.build(context)
|
145
153
|
when :create_project
|
146
154
|
Aws::SageMaker::Endpoints::CreateProject.build(context)
|
155
|
+
when :create_space
|
156
|
+
Aws::SageMaker::Endpoints::CreateSpace.build(context)
|
147
157
|
when :create_studio_lifecycle_config
|
148
158
|
Aws::SageMaker::Endpoints::CreateStudioLifecycleConfig.build(context)
|
149
159
|
when :create_training_job
|
@@ -196,16 +206,24 @@ module Aws::SageMaker
|
|
196
206
|
Aws::SageMaker::Endpoints::DeleteFeatureGroup.build(context)
|
197
207
|
when :delete_flow_definition
|
198
208
|
Aws::SageMaker::Endpoints::DeleteFlowDefinition.build(context)
|
209
|
+
when :delete_hub
|
210
|
+
Aws::SageMaker::Endpoints::DeleteHub.build(context)
|
211
|
+
when :delete_hub_content
|
212
|
+
Aws::SageMaker::Endpoints::DeleteHubContent.build(context)
|
199
213
|
when :delete_human_task_ui
|
200
214
|
Aws::SageMaker::Endpoints::DeleteHumanTaskUi.build(context)
|
201
215
|
when :delete_image
|
202
216
|
Aws::SageMaker::Endpoints::DeleteImage.build(context)
|
203
217
|
when :delete_image_version
|
204
218
|
Aws::SageMaker::Endpoints::DeleteImageVersion.build(context)
|
219
|
+
when :delete_inference_experiment
|
220
|
+
Aws::SageMaker::Endpoints::DeleteInferenceExperiment.build(context)
|
205
221
|
when :delete_model
|
206
222
|
Aws::SageMaker::Endpoints::DeleteModel.build(context)
|
207
223
|
when :delete_model_bias_job_definition
|
208
224
|
Aws::SageMaker::Endpoints::DeleteModelBiasJobDefinition.build(context)
|
225
|
+
when :delete_model_card
|
226
|
+
Aws::SageMaker::Endpoints::DeleteModelCard.build(context)
|
209
227
|
when :delete_model_explainability_job_definition
|
210
228
|
Aws::SageMaker::Endpoints::DeleteModelExplainabilityJobDefinition.build(context)
|
211
229
|
when :delete_model_package
|
@@ -226,6 +244,8 @@ module Aws::SageMaker
|
|
226
244
|
Aws::SageMaker::Endpoints::DeletePipeline.build(context)
|
227
245
|
when :delete_project
|
228
246
|
Aws::SageMaker::Endpoints::DeleteProject.build(context)
|
247
|
+
when :delete_space
|
248
|
+
Aws::SageMaker::Endpoints::DeleteSpace.build(context)
|
229
249
|
when :delete_studio_lifecycle_config
|
230
250
|
Aws::SageMaker::Endpoints::DeleteStudioLifecycleConfig.build(context)
|
231
251
|
when :delete_tags
|
@@ -284,6 +304,10 @@ module Aws::SageMaker
|
|
284
304
|
Aws::SageMaker::Endpoints::DescribeFeatureMetadata.build(context)
|
285
305
|
when :describe_flow_definition
|
286
306
|
Aws::SageMaker::Endpoints::DescribeFlowDefinition.build(context)
|
307
|
+
when :describe_hub
|
308
|
+
Aws::SageMaker::Endpoints::DescribeHub.build(context)
|
309
|
+
when :describe_hub_content
|
310
|
+
Aws::SageMaker::Endpoints::DescribeHubContent.build(context)
|
287
311
|
when :describe_human_task_ui
|
288
312
|
Aws::SageMaker::Endpoints::DescribeHumanTaskUi.build(context)
|
289
313
|
when :describe_hyper_parameter_tuning_job
|
@@ -292,6 +316,8 @@ module Aws::SageMaker
|
|
292
316
|
Aws::SageMaker::Endpoints::DescribeImage.build(context)
|
293
317
|
when :describe_image_version
|
294
318
|
Aws::SageMaker::Endpoints::DescribeImageVersion.build(context)
|
319
|
+
when :describe_inference_experiment
|
320
|
+
Aws::SageMaker::Endpoints::DescribeInferenceExperiment.build(context)
|
295
321
|
when :describe_inference_recommendations_job
|
296
322
|
Aws::SageMaker::Endpoints::DescribeInferenceRecommendationsJob.build(context)
|
297
323
|
when :describe_labeling_job
|
@@ -302,6 +328,10 @@ module Aws::SageMaker
|
|
302
328
|
Aws::SageMaker::Endpoints::DescribeModel.build(context)
|
303
329
|
when :describe_model_bias_job_definition
|
304
330
|
Aws::SageMaker::Endpoints::DescribeModelBiasJobDefinition.build(context)
|
331
|
+
when :describe_model_card
|
332
|
+
Aws::SageMaker::Endpoints::DescribeModelCard.build(context)
|
333
|
+
when :describe_model_card_export_job
|
334
|
+
Aws::SageMaker::Endpoints::DescribeModelCardExportJob.build(context)
|
305
335
|
when :describe_model_explainability_job_definition
|
306
336
|
Aws::SageMaker::Endpoints::DescribeModelExplainabilityJobDefinition.build(context)
|
307
337
|
when :describe_model_package
|
@@ -326,6 +356,8 @@ module Aws::SageMaker
|
|
326
356
|
Aws::SageMaker::Endpoints::DescribeProcessingJob.build(context)
|
327
357
|
when :describe_project
|
328
358
|
Aws::SageMaker::Endpoints::DescribeProject.build(context)
|
359
|
+
when :describe_space
|
360
|
+
Aws::SageMaker::Endpoints::DescribeSpace.build(context)
|
329
361
|
when :describe_studio_lifecycle_config
|
330
362
|
Aws::SageMaker::Endpoints::DescribeStudioLifecycleConfig.build(context)
|
331
363
|
when :describe_subscribed_workteam
|
@@ -360,6 +392,8 @@ module Aws::SageMaker
|
|
360
392
|
Aws::SageMaker::Endpoints::GetSagemakerServicecatalogPortfolioStatus.build(context)
|
361
393
|
when :get_search_suggestions
|
362
394
|
Aws::SageMaker::Endpoints::GetSearchSuggestions.build(context)
|
395
|
+
when :import_hub_content
|
396
|
+
Aws::SageMaker::Endpoints::ImportHubContent.build(context)
|
363
397
|
when :list_actions
|
364
398
|
Aws::SageMaker::Endpoints::ListActions.build(context)
|
365
399
|
when :list_algorithms
|
@@ -404,6 +438,12 @@ module Aws::SageMaker
|
|
404
438
|
Aws::SageMaker::Endpoints::ListFeatureGroups.build(context)
|
405
439
|
when :list_flow_definitions
|
406
440
|
Aws::SageMaker::Endpoints::ListFlowDefinitions.build(context)
|
441
|
+
when :list_hub_content_versions
|
442
|
+
Aws::SageMaker::Endpoints::ListHubContentVersions.build(context)
|
443
|
+
when :list_hub_contents
|
444
|
+
Aws::SageMaker::Endpoints::ListHubContents.build(context)
|
445
|
+
when :list_hubs
|
446
|
+
Aws::SageMaker::Endpoints::ListHubs.build(context)
|
407
447
|
when :list_human_task_uis
|
408
448
|
Aws::SageMaker::Endpoints::ListHumanTaskUis.build(context)
|
409
449
|
when :list_hyper_parameter_tuning_jobs
|
@@ -412,6 +452,8 @@ module Aws::SageMaker
|
|
412
452
|
Aws::SageMaker::Endpoints::ListImageVersions.build(context)
|
413
453
|
when :list_images
|
414
454
|
Aws::SageMaker::Endpoints::ListImages.build(context)
|
455
|
+
when :list_inference_experiments
|
456
|
+
Aws::SageMaker::Endpoints::ListInferenceExperiments.build(context)
|
415
457
|
when :list_inference_recommendations_job_steps
|
416
458
|
Aws::SageMaker::Endpoints::ListInferenceRecommendationsJobSteps.build(context)
|
417
459
|
when :list_inference_recommendations_jobs
|
@@ -424,6 +466,12 @@ module Aws::SageMaker
|
|
424
466
|
Aws::SageMaker::Endpoints::ListLineageGroups.build(context)
|
425
467
|
when :list_model_bias_job_definitions
|
426
468
|
Aws::SageMaker::Endpoints::ListModelBiasJobDefinitions.build(context)
|
469
|
+
when :list_model_card_export_jobs
|
470
|
+
Aws::SageMaker::Endpoints::ListModelCardExportJobs.build(context)
|
471
|
+
when :list_model_card_versions
|
472
|
+
Aws::SageMaker::Endpoints::ListModelCardVersions.build(context)
|
473
|
+
when :list_model_cards
|
474
|
+
Aws::SageMaker::Endpoints::ListModelCards.build(context)
|
427
475
|
when :list_model_explainability_job_definitions
|
428
476
|
Aws::SageMaker::Endpoints::ListModelExplainabilityJobDefinitions.build(context)
|
429
477
|
when :list_model_metadata
|
@@ -436,6 +484,10 @@ module Aws::SageMaker
|
|
436
484
|
Aws::SageMaker::Endpoints::ListModelQualityJobDefinitions.build(context)
|
437
485
|
when :list_models
|
438
486
|
Aws::SageMaker::Endpoints::ListModels.build(context)
|
487
|
+
when :list_monitoring_alert_history
|
488
|
+
Aws::SageMaker::Endpoints::ListMonitoringAlertHistory.build(context)
|
489
|
+
when :list_monitoring_alerts
|
490
|
+
Aws::SageMaker::Endpoints::ListMonitoringAlerts.build(context)
|
439
491
|
when :list_monitoring_executions
|
440
492
|
Aws::SageMaker::Endpoints::ListMonitoringExecutions.build(context)
|
441
493
|
when :list_monitoring_schedules
|
@@ -456,6 +508,8 @@ module Aws::SageMaker
|
|
456
508
|
Aws::SageMaker::Endpoints::ListProcessingJobs.build(context)
|
457
509
|
when :list_projects
|
458
510
|
Aws::SageMaker::Endpoints::ListProjects.build(context)
|
511
|
+
when :list_spaces
|
512
|
+
Aws::SageMaker::Endpoints::ListSpaces.build(context)
|
459
513
|
when :list_stage_devices
|
460
514
|
Aws::SageMaker::Endpoints::ListStageDevices.build(context)
|
461
515
|
when :list_studio_lifecycle_configs
|
@@ -498,6 +552,8 @@ module Aws::SageMaker
|
|
498
552
|
Aws::SageMaker::Endpoints::SendPipelineExecutionStepSuccess.build(context)
|
499
553
|
when :start_edge_deployment_stage
|
500
554
|
Aws::SageMaker::Endpoints::StartEdgeDeploymentStage.build(context)
|
555
|
+
when :start_inference_experiment
|
556
|
+
Aws::SageMaker::Endpoints::StartInferenceExperiment.build(context)
|
501
557
|
when :start_monitoring_schedule
|
502
558
|
Aws::SageMaker::Endpoints::StartMonitoringSchedule.build(context)
|
503
559
|
when :start_notebook_instance
|
@@ -514,6 +570,8 @@ module Aws::SageMaker
|
|
514
570
|
Aws::SageMaker::Endpoints::StopEdgePackagingJob.build(context)
|
515
571
|
when :stop_hyper_parameter_tuning_job
|
516
572
|
Aws::SageMaker::Endpoints::StopHyperParameterTuningJob.build(context)
|
573
|
+
when :stop_inference_experiment
|
574
|
+
Aws::SageMaker::Endpoints::StopInferenceExperiment.build(context)
|
517
575
|
when :stop_inference_recommendations_job
|
518
576
|
Aws::SageMaker::Endpoints::StopInferenceRecommendationsJob.build(context)
|
519
577
|
when :stop_labeling_job
|
@@ -556,10 +614,18 @@ module Aws::SageMaker
|
|
556
614
|
Aws::SageMaker::Endpoints::UpdateFeatureGroup.build(context)
|
557
615
|
when :update_feature_metadata
|
558
616
|
Aws::SageMaker::Endpoints::UpdateFeatureMetadata.build(context)
|
617
|
+
when :update_hub
|
618
|
+
Aws::SageMaker::Endpoints::UpdateHub.build(context)
|
559
619
|
when :update_image
|
560
620
|
Aws::SageMaker::Endpoints::UpdateImage.build(context)
|
621
|
+
when :update_inference_experiment
|
622
|
+
Aws::SageMaker::Endpoints::UpdateInferenceExperiment.build(context)
|
623
|
+
when :update_model_card
|
624
|
+
Aws::SageMaker::Endpoints::UpdateModelCard.build(context)
|
561
625
|
when :update_model_package
|
562
626
|
Aws::SageMaker::Endpoints::UpdateModelPackage.build(context)
|
627
|
+
when :update_monitoring_alert
|
628
|
+
Aws::SageMaker::Endpoints::UpdateMonitoringAlert.build(context)
|
563
629
|
when :update_monitoring_schedule
|
564
630
|
Aws::SageMaker::Endpoints::UpdateMonitoringSchedule.build(context)
|
565
631
|
when :update_notebook_instance
|
@@ -572,6 +638,8 @@ module Aws::SageMaker
|
|
572
638
|
Aws::SageMaker::Endpoints::UpdatePipelineExecution.build(context)
|
573
639
|
when :update_project
|
574
640
|
Aws::SageMaker::Endpoints::UpdateProject.build(context)
|
641
|
+
when :update_space
|
642
|
+
Aws::SageMaker::Endpoints::UpdateSpace.build(context)
|
575
643
|
when :update_training_job
|
576
644
|
Aws::SageMaker::Endpoints::UpdateTrainingJob.build(context)
|
577
645
|
when :update_trial
|