aws-sdk-sagemaker 1.153.0 → 1.155.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -347,6 +347,20 @@ module Aws::SageMaker
347
347
  end
348
348
  end
349
349
 
350
+ class CreateHub
351
+ def self.build(context)
352
+ unless context.config.regional_endpoint
353
+ endpoint = context.config.endpoint.to_s
354
+ end
355
+ Aws::SageMaker::EndpointParameters.new(
356
+ region: context.config.region,
357
+ use_dual_stack: context.config.use_dualstack_endpoint,
358
+ use_fips: context.config.use_fips_endpoint,
359
+ endpoint: endpoint,
360
+ )
361
+ end
362
+ end
363
+
350
364
  class CreateHumanTaskUi
351
365
  def self.build(context)
352
366
  unless context.config.regional_endpoint
@@ -403,6 +417,20 @@ module Aws::SageMaker
403
417
  end
404
418
  end
405
419
 
420
+ class CreateInferenceExperiment
421
+ def self.build(context)
422
+ unless context.config.regional_endpoint
423
+ endpoint = context.config.endpoint.to_s
424
+ end
425
+ Aws::SageMaker::EndpointParameters.new(
426
+ region: context.config.region,
427
+ use_dual_stack: context.config.use_dualstack_endpoint,
428
+ use_fips: context.config.use_fips_endpoint,
429
+ endpoint: endpoint,
430
+ )
431
+ end
432
+ end
433
+
406
434
  class CreateInferenceRecommendationsJob
407
435
  def self.build(context)
408
436
  unless context.config.regional_endpoint
@@ -459,6 +487,34 @@ module Aws::SageMaker
459
487
  end
460
488
  end
461
489
 
490
+ class CreateModelCard
491
+ def self.build(context)
492
+ unless context.config.regional_endpoint
493
+ endpoint = context.config.endpoint.to_s
494
+ end
495
+ Aws::SageMaker::EndpointParameters.new(
496
+ region: context.config.region,
497
+ use_dual_stack: context.config.use_dualstack_endpoint,
498
+ use_fips: context.config.use_fips_endpoint,
499
+ endpoint: endpoint,
500
+ )
501
+ end
502
+ end
503
+
504
+ class CreateModelCardExportJob
505
+ def self.build(context)
506
+ unless context.config.regional_endpoint
507
+ endpoint = context.config.endpoint.to_s
508
+ end
509
+ Aws::SageMaker::EndpointParameters.new(
510
+ region: context.config.region,
511
+ use_dual_stack: context.config.use_dualstack_endpoint,
512
+ use_fips: context.config.use_fips_endpoint,
513
+ endpoint: endpoint,
514
+ )
515
+ end
516
+ end
517
+
462
518
  class CreateModelExplainabilityJobDefinition
463
519
  def self.build(context)
464
520
  unless context.config.regional_endpoint
@@ -627,6 +683,20 @@ module Aws::SageMaker
627
683
  end
628
684
  end
629
685
 
686
+ class CreateSpace
687
+ def self.build(context)
688
+ unless context.config.regional_endpoint
689
+ endpoint = context.config.endpoint.to_s
690
+ end
691
+ Aws::SageMaker::EndpointParameters.new(
692
+ region: context.config.region,
693
+ use_dual_stack: context.config.use_dualstack_endpoint,
694
+ use_fips: context.config.use_fips_endpoint,
695
+ endpoint: endpoint,
696
+ )
697
+ end
698
+ end
699
+
630
700
  class CreateStudioLifecycleConfig
631
701
  def self.build(context)
632
702
  unless context.config.regional_endpoint
@@ -991,6 +1061,34 @@ module Aws::SageMaker
991
1061
  end
992
1062
  end
993
1063
 
1064
+ class DeleteHub
1065
+ def self.build(context)
1066
+ unless context.config.regional_endpoint
1067
+ endpoint = context.config.endpoint.to_s
1068
+ end
1069
+ Aws::SageMaker::EndpointParameters.new(
1070
+ region: context.config.region,
1071
+ use_dual_stack: context.config.use_dualstack_endpoint,
1072
+ use_fips: context.config.use_fips_endpoint,
1073
+ endpoint: endpoint,
1074
+ )
1075
+ end
1076
+ end
1077
+
1078
+ class DeleteHubContent
1079
+ def self.build(context)
1080
+ unless context.config.regional_endpoint
1081
+ endpoint = context.config.endpoint.to_s
1082
+ end
1083
+ Aws::SageMaker::EndpointParameters.new(
1084
+ region: context.config.region,
1085
+ use_dual_stack: context.config.use_dualstack_endpoint,
1086
+ use_fips: context.config.use_fips_endpoint,
1087
+ endpoint: endpoint,
1088
+ )
1089
+ end
1090
+ end
1091
+
994
1092
  class DeleteHumanTaskUi
995
1093
  def self.build(context)
996
1094
  unless context.config.regional_endpoint
@@ -1033,6 +1131,20 @@ module Aws::SageMaker
1033
1131
  end
1034
1132
  end
1035
1133
 
1134
+ class DeleteInferenceExperiment
1135
+ def self.build(context)
1136
+ unless context.config.regional_endpoint
1137
+ endpoint = context.config.endpoint.to_s
1138
+ end
1139
+ Aws::SageMaker::EndpointParameters.new(
1140
+ region: context.config.region,
1141
+ use_dual_stack: context.config.use_dualstack_endpoint,
1142
+ use_fips: context.config.use_fips_endpoint,
1143
+ endpoint: endpoint,
1144
+ )
1145
+ end
1146
+ end
1147
+
1036
1148
  class DeleteModel
1037
1149
  def self.build(context)
1038
1150
  unless context.config.regional_endpoint
@@ -1061,6 +1173,20 @@ module Aws::SageMaker
1061
1173
  end
1062
1174
  end
1063
1175
 
1176
+ class DeleteModelCard
1177
+ def self.build(context)
1178
+ unless context.config.regional_endpoint
1179
+ endpoint = context.config.endpoint.to_s
1180
+ end
1181
+ Aws::SageMaker::EndpointParameters.new(
1182
+ region: context.config.region,
1183
+ use_dual_stack: context.config.use_dualstack_endpoint,
1184
+ use_fips: context.config.use_fips_endpoint,
1185
+ endpoint: endpoint,
1186
+ )
1187
+ end
1188
+ end
1189
+
1064
1190
  class DeleteModelExplainabilityJobDefinition
1065
1191
  def self.build(context)
1066
1192
  unless context.config.regional_endpoint
@@ -1201,6 +1327,20 @@ module Aws::SageMaker
1201
1327
  end
1202
1328
  end
1203
1329
 
1330
+ class DeleteSpace
1331
+ def self.build(context)
1332
+ unless context.config.regional_endpoint
1333
+ endpoint = context.config.endpoint.to_s
1334
+ end
1335
+ Aws::SageMaker::EndpointParameters.new(
1336
+ region: context.config.region,
1337
+ use_dual_stack: context.config.use_dualstack_endpoint,
1338
+ use_fips: context.config.use_fips_endpoint,
1339
+ endpoint: endpoint,
1340
+ )
1341
+ end
1342
+ end
1343
+
1204
1344
  class DeleteStudioLifecycleConfig
1205
1345
  def self.build(context)
1206
1346
  unless context.config.regional_endpoint
@@ -1607,6 +1747,34 @@ module Aws::SageMaker
1607
1747
  end
1608
1748
  end
1609
1749
 
1750
+ class DescribeHub
1751
+ def self.build(context)
1752
+ unless context.config.regional_endpoint
1753
+ endpoint = context.config.endpoint.to_s
1754
+ end
1755
+ Aws::SageMaker::EndpointParameters.new(
1756
+ region: context.config.region,
1757
+ use_dual_stack: context.config.use_dualstack_endpoint,
1758
+ use_fips: context.config.use_fips_endpoint,
1759
+ endpoint: endpoint,
1760
+ )
1761
+ end
1762
+ end
1763
+
1764
+ class DescribeHubContent
1765
+ def self.build(context)
1766
+ unless context.config.regional_endpoint
1767
+ endpoint = context.config.endpoint.to_s
1768
+ end
1769
+ Aws::SageMaker::EndpointParameters.new(
1770
+ region: context.config.region,
1771
+ use_dual_stack: context.config.use_dualstack_endpoint,
1772
+ use_fips: context.config.use_fips_endpoint,
1773
+ endpoint: endpoint,
1774
+ )
1775
+ end
1776
+ end
1777
+
1610
1778
  class DescribeHumanTaskUi
1611
1779
  def self.build(context)
1612
1780
  unless context.config.regional_endpoint
@@ -1663,6 +1831,20 @@ module Aws::SageMaker
1663
1831
  end
1664
1832
  end
1665
1833
 
1834
+ class DescribeInferenceExperiment
1835
+ def self.build(context)
1836
+ unless context.config.regional_endpoint
1837
+ endpoint = context.config.endpoint.to_s
1838
+ end
1839
+ Aws::SageMaker::EndpointParameters.new(
1840
+ region: context.config.region,
1841
+ use_dual_stack: context.config.use_dualstack_endpoint,
1842
+ use_fips: context.config.use_fips_endpoint,
1843
+ endpoint: endpoint,
1844
+ )
1845
+ end
1846
+ end
1847
+
1666
1848
  class DescribeInferenceRecommendationsJob
1667
1849
  def self.build(context)
1668
1850
  unless context.config.regional_endpoint
@@ -1733,6 +1915,34 @@ module Aws::SageMaker
1733
1915
  end
1734
1916
  end
1735
1917
 
1918
+ class DescribeModelCard
1919
+ def self.build(context)
1920
+ unless context.config.regional_endpoint
1921
+ endpoint = context.config.endpoint.to_s
1922
+ end
1923
+ Aws::SageMaker::EndpointParameters.new(
1924
+ region: context.config.region,
1925
+ use_dual_stack: context.config.use_dualstack_endpoint,
1926
+ use_fips: context.config.use_fips_endpoint,
1927
+ endpoint: endpoint,
1928
+ )
1929
+ end
1930
+ end
1931
+
1932
+ class DescribeModelCardExportJob
1933
+ def self.build(context)
1934
+ unless context.config.regional_endpoint
1935
+ endpoint = context.config.endpoint.to_s
1936
+ end
1937
+ Aws::SageMaker::EndpointParameters.new(
1938
+ region: context.config.region,
1939
+ use_dual_stack: context.config.use_dualstack_endpoint,
1940
+ use_fips: context.config.use_fips_endpoint,
1941
+ endpoint: endpoint,
1942
+ )
1943
+ end
1944
+ end
1945
+
1736
1946
  class DescribeModelExplainabilityJobDefinition
1737
1947
  def self.build(context)
1738
1948
  unless context.config.regional_endpoint
@@ -1901,6 +2111,20 @@ module Aws::SageMaker
1901
2111
  end
1902
2112
  end
1903
2113
 
2114
+ class DescribeSpace
2115
+ def self.build(context)
2116
+ unless context.config.regional_endpoint
2117
+ endpoint = context.config.endpoint.to_s
2118
+ end
2119
+ Aws::SageMaker::EndpointParameters.new(
2120
+ region: context.config.region,
2121
+ use_dual_stack: context.config.use_dualstack_endpoint,
2122
+ use_fips: context.config.use_fips_endpoint,
2123
+ endpoint: endpoint,
2124
+ )
2125
+ end
2126
+ end
2127
+
1904
2128
  class DescribeStudioLifecycleConfig
1905
2129
  def self.build(context)
1906
2130
  unless context.config.regional_endpoint
@@ -2139,6 +2363,20 @@ module Aws::SageMaker
2139
2363
  end
2140
2364
  end
2141
2365
 
2366
+ class ImportHubContent
2367
+ def self.build(context)
2368
+ unless context.config.regional_endpoint
2369
+ endpoint = context.config.endpoint.to_s
2370
+ end
2371
+ Aws::SageMaker::EndpointParameters.new(
2372
+ region: context.config.region,
2373
+ use_dual_stack: context.config.use_dualstack_endpoint,
2374
+ use_fips: context.config.use_fips_endpoint,
2375
+ endpoint: endpoint,
2376
+ )
2377
+ end
2378
+ end
2379
+
2142
2380
  class ListActions
2143
2381
  def self.build(context)
2144
2382
  unless context.config.regional_endpoint
@@ -2447,6 +2685,48 @@ module Aws::SageMaker
2447
2685
  end
2448
2686
  end
2449
2687
 
2688
+ class ListHubContentVersions
2689
+ def self.build(context)
2690
+ unless context.config.regional_endpoint
2691
+ endpoint = context.config.endpoint.to_s
2692
+ end
2693
+ Aws::SageMaker::EndpointParameters.new(
2694
+ region: context.config.region,
2695
+ use_dual_stack: context.config.use_dualstack_endpoint,
2696
+ use_fips: context.config.use_fips_endpoint,
2697
+ endpoint: endpoint,
2698
+ )
2699
+ end
2700
+ end
2701
+
2702
+ class ListHubContents
2703
+ def self.build(context)
2704
+ unless context.config.regional_endpoint
2705
+ endpoint = context.config.endpoint.to_s
2706
+ end
2707
+ Aws::SageMaker::EndpointParameters.new(
2708
+ region: context.config.region,
2709
+ use_dual_stack: context.config.use_dualstack_endpoint,
2710
+ use_fips: context.config.use_fips_endpoint,
2711
+ endpoint: endpoint,
2712
+ )
2713
+ end
2714
+ end
2715
+
2716
+ class ListHubs
2717
+ def self.build(context)
2718
+ unless context.config.regional_endpoint
2719
+ endpoint = context.config.endpoint.to_s
2720
+ end
2721
+ Aws::SageMaker::EndpointParameters.new(
2722
+ region: context.config.region,
2723
+ use_dual_stack: context.config.use_dualstack_endpoint,
2724
+ use_fips: context.config.use_fips_endpoint,
2725
+ endpoint: endpoint,
2726
+ )
2727
+ end
2728
+ end
2729
+
2450
2730
  class ListHumanTaskUis
2451
2731
  def self.build(context)
2452
2732
  unless context.config.regional_endpoint
@@ -2503,6 +2783,20 @@ module Aws::SageMaker
2503
2783
  end
2504
2784
  end
2505
2785
 
2786
+ class ListInferenceExperiments
2787
+ def self.build(context)
2788
+ unless context.config.regional_endpoint
2789
+ endpoint = context.config.endpoint.to_s
2790
+ end
2791
+ Aws::SageMaker::EndpointParameters.new(
2792
+ region: context.config.region,
2793
+ use_dual_stack: context.config.use_dualstack_endpoint,
2794
+ use_fips: context.config.use_fips_endpoint,
2795
+ endpoint: endpoint,
2796
+ )
2797
+ end
2798
+ end
2799
+
2506
2800
  class ListInferenceRecommendationsJobSteps
2507
2801
  def self.build(context)
2508
2802
  unless context.config.regional_endpoint
@@ -2587,6 +2881,48 @@ module Aws::SageMaker
2587
2881
  end
2588
2882
  end
2589
2883
 
2884
+ class ListModelCardExportJobs
2885
+ def self.build(context)
2886
+ unless context.config.regional_endpoint
2887
+ endpoint = context.config.endpoint.to_s
2888
+ end
2889
+ Aws::SageMaker::EndpointParameters.new(
2890
+ region: context.config.region,
2891
+ use_dual_stack: context.config.use_dualstack_endpoint,
2892
+ use_fips: context.config.use_fips_endpoint,
2893
+ endpoint: endpoint,
2894
+ )
2895
+ end
2896
+ end
2897
+
2898
+ class ListModelCardVersions
2899
+ def self.build(context)
2900
+ unless context.config.regional_endpoint
2901
+ endpoint = context.config.endpoint.to_s
2902
+ end
2903
+ Aws::SageMaker::EndpointParameters.new(
2904
+ region: context.config.region,
2905
+ use_dual_stack: context.config.use_dualstack_endpoint,
2906
+ use_fips: context.config.use_fips_endpoint,
2907
+ endpoint: endpoint,
2908
+ )
2909
+ end
2910
+ end
2911
+
2912
+ class ListModelCards
2913
+ def self.build(context)
2914
+ unless context.config.regional_endpoint
2915
+ endpoint = context.config.endpoint.to_s
2916
+ end
2917
+ Aws::SageMaker::EndpointParameters.new(
2918
+ region: context.config.region,
2919
+ use_dual_stack: context.config.use_dualstack_endpoint,
2920
+ use_fips: context.config.use_fips_endpoint,
2921
+ endpoint: endpoint,
2922
+ )
2923
+ end
2924
+ end
2925
+
2590
2926
  class ListModelExplainabilityJobDefinitions
2591
2927
  def self.build(context)
2592
2928
  unless context.config.regional_endpoint
@@ -2671,6 +3007,34 @@ module Aws::SageMaker
2671
3007
  end
2672
3008
  end
2673
3009
 
3010
+ class ListMonitoringAlertHistory
3011
+ def self.build(context)
3012
+ unless context.config.regional_endpoint
3013
+ endpoint = context.config.endpoint.to_s
3014
+ end
3015
+ Aws::SageMaker::EndpointParameters.new(
3016
+ region: context.config.region,
3017
+ use_dual_stack: context.config.use_dualstack_endpoint,
3018
+ use_fips: context.config.use_fips_endpoint,
3019
+ endpoint: endpoint,
3020
+ )
3021
+ end
3022
+ end
3023
+
3024
+ class ListMonitoringAlerts
3025
+ def self.build(context)
3026
+ unless context.config.regional_endpoint
3027
+ endpoint = context.config.endpoint.to_s
3028
+ end
3029
+ Aws::SageMaker::EndpointParameters.new(
3030
+ region: context.config.region,
3031
+ use_dual_stack: context.config.use_dualstack_endpoint,
3032
+ use_fips: context.config.use_fips_endpoint,
3033
+ endpoint: endpoint,
3034
+ )
3035
+ end
3036
+ end
3037
+
2674
3038
  class ListMonitoringExecutions
2675
3039
  def self.build(context)
2676
3040
  unless context.config.regional_endpoint
@@ -2811,6 +3175,20 @@ module Aws::SageMaker
2811
3175
  end
2812
3176
  end
2813
3177
 
3178
+ class ListSpaces
3179
+ def self.build(context)
3180
+ unless context.config.regional_endpoint
3181
+ endpoint = context.config.endpoint.to_s
3182
+ end
3183
+ Aws::SageMaker::EndpointParameters.new(
3184
+ region: context.config.region,
3185
+ use_dual_stack: context.config.use_dualstack_endpoint,
3186
+ use_fips: context.config.use_fips_endpoint,
3187
+ endpoint: endpoint,
3188
+ )
3189
+ end
3190
+ end
3191
+
2814
3192
  class ListStageDevices
2815
3193
  def self.build(context)
2816
3194
  unless context.config.regional_endpoint
@@ -3105,6 +3483,20 @@ module Aws::SageMaker
3105
3483
  end
3106
3484
  end
3107
3485
 
3486
+ class StartInferenceExperiment
3487
+ def self.build(context)
3488
+ unless context.config.regional_endpoint
3489
+ endpoint = context.config.endpoint.to_s
3490
+ end
3491
+ Aws::SageMaker::EndpointParameters.new(
3492
+ region: context.config.region,
3493
+ use_dual_stack: context.config.use_dualstack_endpoint,
3494
+ use_fips: context.config.use_fips_endpoint,
3495
+ endpoint: endpoint,
3496
+ )
3497
+ end
3498
+ end
3499
+
3108
3500
  class StartMonitoringSchedule
3109
3501
  def self.build(context)
3110
3502
  unless context.config.regional_endpoint
@@ -3217,6 +3609,20 @@ module Aws::SageMaker
3217
3609
  end
3218
3610
  end
3219
3611
 
3612
+ class StopInferenceExperiment
3613
+ def self.build(context)
3614
+ unless context.config.regional_endpoint
3615
+ endpoint = context.config.endpoint.to_s
3616
+ end
3617
+ Aws::SageMaker::EndpointParameters.new(
3618
+ region: context.config.region,
3619
+ use_dual_stack: context.config.use_dualstack_endpoint,
3620
+ use_fips: context.config.use_fips_endpoint,
3621
+ endpoint: endpoint,
3622
+ )
3623
+ end
3624
+ end
3625
+
3220
3626
  class StopInferenceRecommendationsJob
3221
3627
  def self.build(context)
3222
3628
  unless context.config.regional_endpoint
@@ -3511,6 +3917,20 @@ module Aws::SageMaker
3511
3917
  end
3512
3918
  end
3513
3919
 
3920
+ class UpdateHub
3921
+ def self.build(context)
3922
+ unless context.config.regional_endpoint
3923
+ endpoint = context.config.endpoint.to_s
3924
+ end
3925
+ Aws::SageMaker::EndpointParameters.new(
3926
+ region: context.config.region,
3927
+ use_dual_stack: context.config.use_dualstack_endpoint,
3928
+ use_fips: context.config.use_fips_endpoint,
3929
+ endpoint: endpoint,
3930
+ )
3931
+ end
3932
+ end
3933
+
3514
3934
  class UpdateImage
3515
3935
  def self.build(context)
3516
3936
  unless context.config.regional_endpoint
@@ -3525,6 +3945,34 @@ module Aws::SageMaker
3525
3945
  end
3526
3946
  end
3527
3947
 
3948
+ class UpdateInferenceExperiment
3949
+ def self.build(context)
3950
+ unless context.config.regional_endpoint
3951
+ endpoint = context.config.endpoint.to_s
3952
+ end
3953
+ Aws::SageMaker::EndpointParameters.new(
3954
+ region: context.config.region,
3955
+ use_dual_stack: context.config.use_dualstack_endpoint,
3956
+ use_fips: context.config.use_fips_endpoint,
3957
+ endpoint: endpoint,
3958
+ )
3959
+ end
3960
+ end
3961
+
3962
+ class UpdateModelCard
3963
+ def self.build(context)
3964
+ unless context.config.regional_endpoint
3965
+ endpoint = context.config.endpoint.to_s
3966
+ end
3967
+ Aws::SageMaker::EndpointParameters.new(
3968
+ region: context.config.region,
3969
+ use_dual_stack: context.config.use_dualstack_endpoint,
3970
+ use_fips: context.config.use_fips_endpoint,
3971
+ endpoint: endpoint,
3972
+ )
3973
+ end
3974
+ end
3975
+
3528
3976
  class UpdateModelPackage
3529
3977
  def self.build(context)
3530
3978
  unless context.config.regional_endpoint
@@ -3539,6 +3987,20 @@ module Aws::SageMaker
3539
3987
  end
3540
3988
  end
3541
3989
 
3990
+ class UpdateMonitoringAlert
3991
+ def self.build(context)
3992
+ unless context.config.regional_endpoint
3993
+ endpoint = context.config.endpoint.to_s
3994
+ end
3995
+ Aws::SageMaker::EndpointParameters.new(
3996
+ region: context.config.region,
3997
+ use_dual_stack: context.config.use_dualstack_endpoint,
3998
+ use_fips: context.config.use_fips_endpoint,
3999
+ endpoint: endpoint,
4000
+ )
4001
+ end
4002
+ end
4003
+
3542
4004
  class UpdateMonitoringSchedule
3543
4005
  def self.build(context)
3544
4006
  unless context.config.regional_endpoint
@@ -3623,6 +4085,20 @@ module Aws::SageMaker
3623
4085
  end
3624
4086
  end
3625
4087
 
4088
+ class UpdateSpace
4089
+ def self.build(context)
4090
+ unless context.config.regional_endpoint
4091
+ endpoint = context.config.endpoint.to_s
4092
+ end
4093
+ Aws::SageMaker::EndpointParameters.new(
4094
+ region: context.config.region,
4095
+ use_dual_stack: context.config.use_dualstack_endpoint,
4096
+ use_fips: context.config.use_fips_endpoint,
4097
+ endpoint: endpoint,
4098
+ )
4099
+ end
4100
+ end
4101
+
3626
4102
  class UpdateTrainingJob
3627
4103
  def self.build(context)
3628
4104
  unless context.config.regional_endpoint