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.
@@ -12,3690 +12,9 @@ module Aws::SageMaker
12
12
  # @api private
13
13
  module Endpoints
14
14
 
15
- class AddAssociation
16
- def self.build(context)
17
- Aws::SageMaker::EndpointParameters.new(
18
- region: context.config.region,
19
- use_dual_stack: context.config.use_dualstack_endpoint,
20
- use_fips: context.config.use_fips_endpoint,
21
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
22
- )
23
- end
24
- end
25
-
26
- class AddTags
27
- def self.build(context)
28
- Aws::SageMaker::EndpointParameters.new(
29
- region: context.config.region,
30
- use_dual_stack: context.config.use_dualstack_endpoint,
31
- use_fips: context.config.use_fips_endpoint,
32
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
33
- )
34
- end
35
- end
36
-
37
- class AssociateTrialComponent
38
- def self.build(context)
39
- Aws::SageMaker::EndpointParameters.new(
40
- region: context.config.region,
41
- use_dual_stack: context.config.use_dualstack_endpoint,
42
- use_fips: context.config.use_fips_endpoint,
43
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
44
- )
45
- end
46
- end
47
-
48
- class BatchDescribeModelPackage
49
- def self.build(context)
50
- Aws::SageMaker::EndpointParameters.new(
51
- region: context.config.region,
52
- use_dual_stack: context.config.use_dualstack_endpoint,
53
- use_fips: context.config.use_fips_endpoint,
54
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
55
- )
56
- end
57
- end
58
-
59
- class CreateAction
60
- def self.build(context)
61
- Aws::SageMaker::EndpointParameters.new(
62
- region: context.config.region,
63
- use_dual_stack: context.config.use_dualstack_endpoint,
64
- use_fips: context.config.use_fips_endpoint,
65
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
66
- )
67
- end
68
- end
69
-
70
- class CreateAlgorithm
71
- def self.build(context)
72
- Aws::SageMaker::EndpointParameters.new(
73
- region: context.config.region,
74
- use_dual_stack: context.config.use_dualstack_endpoint,
75
- use_fips: context.config.use_fips_endpoint,
76
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
77
- )
78
- end
79
- end
80
-
81
- class CreateApp
82
- def self.build(context)
83
- Aws::SageMaker::EndpointParameters.new(
84
- region: context.config.region,
85
- use_dual_stack: context.config.use_dualstack_endpoint,
86
- use_fips: context.config.use_fips_endpoint,
87
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
88
- )
89
- end
90
- end
91
-
92
- class CreateAppImageConfig
93
- def self.build(context)
94
- Aws::SageMaker::EndpointParameters.new(
95
- region: context.config.region,
96
- use_dual_stack: context.config.use_dualstack_endpoint,
97
- use_fips: context.config.use_fips_endpoint,
98
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
99
- )
100
- end
101
- end
102
-
103
- class CreateArtifact
104
- def self.build(context)
105
- Aws::SageMaker::EndpointParameters.new(
106
- region: context.config.region,
107
- use_dual_stack: context.config.use_dualstack_endpoint,
108
- use_fips: context.config.use_fips_endpoint,
109
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
110
- )
111
- end
112
- end
113
-
114
- class CreateAutoMLJob
115
- def self.build(context)
116
- Aws::SageMaker::EndpointParameters.new(
117
- region: context.config.region,
118
- use_dual_stack: context.config.use_dualstack_endpoint,
119
- use_fips: context.config.use_fips_endpoint,
120
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
121
- )
122
- end
123
- end
124
-
125
- class CreateAutoMLJobV2
126
- def self.build(context)
127
- Aws::SageMaker::EndpointParameters.new(
128
- region: context.config.region,
129
- use_dual_stack: context.config.use_dualstack_endpoint,
130
- use_fips: context.config.use_fips_endpoint,
131
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
132
- )
133
- end
134
- end
135
-
136
- class CreateCluster
137
- def self.build(context)
138
- Aws::SageMaker::EndpointParameters.new(
139
- region: context.config.region,
140
- use_dual_stack: context.config.use_dualstack_endpoint,
141
- use_fips: context.config.use_fips_endpoint,
142
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
143
- )
144
- end
145
- end
146
-
147
- class CreateCodeRepository
148
- def self.build(context)
149
- Aws::SageMaker::EndpointParameters.new(
150
- region: context.config.region,
151
- use_dual_stack: context.config.use_dualstack_endpoint,
152
- use_fips: context.config.use_fips_endpoint,
153
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
154
- )
155
- end
156
- end
157
-
158
- class CreateCompilationJob
159
- def self.build(context)
160
- Aws::SageMaker::EndpointParameters.new(
161
- region: context.config.region,
162
- use_dual_stack: context.config.use_dualstack_endpoint,
163
- use_fips: context.config.use_fips_endpoint,
164
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
165
- )
166
- end
167
- end
168
-
169
- class CreateContext
170
- def self.build(context)
171
- Aws::SageMaker::EndpointParameters.new(
172
- region: context.config.region,
173
- use_dual_stack: context.config.use_dualstack_endpoint,
174
- use_fips: context.config.use_fips_endpoint,
175
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
176
- )
177
- end
178
- end
179
-
180
- class CreateDataQualityJobDefinition
181
- def self.build(context)
182
- Aws::SageMaker::EndpointParameters.new(
183
- region: context.config.region,
184
- use_dual_stack: context.config.use_dualstack_endpoint,
185
- use_fips: context.config.use_fips_endpoint,
186
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
187
- )
188
- end
189
- end
190
-
191
- class CreateDeviceFleet
192
- def self.build(context)
193
- Aws::SageMaker::EndpointParameters.new(
194
- region: context.config.region,
195
- use_dual_stack: context.config.use_dualstack_endpoint,
196
- use_fips: context.config.use_fips_endpoint,
197
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
198
- )
199
- end
200
- end
201
-
202
- class CreateDomain
203
- def self.build(context)
204
- Aws::SageMaker::EndpointParameters.new(
205
- region: context.config.region,
206
- use_dual_stack: context.config.use_dualstack_endpoint,
207
- use_fips: context.config.use_fips_endpoint,
208
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
209
- )
210
- end
211
- end
212
-
213
- class CreateEdgeDeploymentPlan
214
- def self.build(context)
215
- Aws::SageMaker::EndpointParameters.new(
216
- region: context.config.region,
217
- use_dual_stack: context.config.use_dualstack_endpoint,
218
- use_fips: context.config.use_fips_endpoint,
219
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
220
- )
221
- end
222
- end
223
-
224
- class CreateEdgeDeploymentStage
225
- def self.build(context)
226
- Aws::SageMaker::EndpointParameters.new(
227
- region: context.config.region,
228
- use_dual_stack: context.config.use_dualstack_endpoint,
229
- use_fips: context.config.use_fips_endpoint,
230
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
231
- )
232
- end
233
- end
234
-
235
- class CreateEdgePackagingJob
236
- def self.build(context)
237
- Aws::SageMaker::EndpointParameters.new(
238
- region: context.config.region,
239
- use_dual_stack: context.config.use_dualstack_endpoint,
240
- use_fips: context.config.use_fips_endpoint,
241
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
242
- )
243
- end
244
- end
245
-
246
- class CreateEndpoint
247
- def self.build(context)
248
- Aws::SageMaker::EndpointParameters.new(
249
- region: context.config.region,
250
- use_dual_stack: context.config.use_dualstack_endpoint,
251
- use_fips: context.config.use_fips_endpoint,
252
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
253
- )
254
- end
255
- end
256
-
257
- class CreateEndpointConfig
258
- def self.build(context)
259
- Aws::SageMaker::EndpointParameters.new(
260
- region: context.config.region,
261
- use_dual_stack: context.config.use_dualstack_endpoint,
262
- use_fips: context.config.use_fips_endpoint,
263
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
264
- )
265
- end
266
- end
267
-
268
- class CreateExperiment
269
- def self.build(context)
270
- Aws::SageMaker::EndpointParameters.new(
271
- region: context.config.region,
272
- use_dual_stack: context.config.use_dualstack_endpoint,
273
- use_fips: context.config.use_fips_endpoint,
274
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
275
- )
276
- end
277
- end
278
-
279
- class CreateFeatureGroup
280
- def self.build(context)
281
- Aws::SageMaker::EndpointParameters.new(
282
- region: context.config.region,
283
- use_dual_stack: context.config.use_dualstack_endpoint,
284
- use_fips: context.config.use_fips_endpoint,
285
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
286
- )
287
- end
288
- end
289
-
290
- class CreateFlowDefinition
291
- def self.build(context)
292
- Aws::SageMaker::EndpointParameters.new(
293
- region: context.config.region,
294
- use_dual_stack: context.config.use_dualstack_endpoint,
295
- use_fips: context.config.use_fips_endpoint,
296
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
297
- )
298
- end
299
- end
300
-
301
- class CreateHub
302
- def self.build(context)
303
- Aws::SageMaker::EndpointParameters.new(
304
- region: context.config.region,
305
- use_dual_stack: context.config.use_dualstack_endpoint,
306
- use_fips: context.config.use_fips_endpoint,
307
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
308
- )
309
- end
310
- end
311
-
312
- class CreateHubContentReference
313
- def self.build(context)
314
- Aws::SageMaker::EndpointParameters.new(
315
- region: context.config.region,
316
- use_dual_stack: context.config.use_dualstack_endpoint,
317
- use_fips: context.config.use_fips_endpoint,
318
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
319
- )
320
- end
321
- end
322
-
323
- class CreateHumanTaskUi
324
- def self.build(context)
325
- Aws::SageMaker::EndpointParameters.new(
326
- region: context.config.region,
327
- use_dual_stack: context.config.use_dualstack_endpoint,
328
- use_fips: context.config.use_fips_endpoint,
329
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
330
- )
331
- end
332
- end
333
-
334
- class CreateHyperParameterTuningJob
335
- def self.build(context)
336
- Aws::SageMaker::EndpointParameters.new(
337
- region: context.config.region,
338
- use_dual_stack: context.config.use_dualstack_endpoint,
339
- use_fips: context.config.use_fips_endpoint,
340
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
341
- )
342
- end
343
- end
344
-
345
- class CreateImage
346
- def self.build(context)
347
- Aws::SageMaker::EndpointParameters.new(
348
- region: context.config.region,
349
- use_dual_stack: context.config.use_dualstack_endpoint,
350
- use_fips: context.config.use_fips_endpoint,
351
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
352
- )
353
- end
354
- end
355
-
356
- class CreateImageVersion
357
- def self.build(context)
358
- Aws::SageMaker::EndpointParameters.new(
359
- region: context.config.region,
360
- use_dual_stack: context.config.use_dualstack_endpoint,
361
- use_fips: context.config.use_fips_endpoint,
362
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
363
- )
364
- end
365
- end
366
-
367
- class CreateInferenceComponent
368
- def self.build(context)
369
- Aws::SageMaker::EndpointParameters.new(
370
- region: context.config.region,
371
- use_dual_stack: context.config.use_dualstack_endpoint,
372
- use_fips: context.config.use_fips_endpoint,
373
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
374
- )
375
- end
376
- end
377
-
378
- class CreateInferenceExperiment
379
- def self.build(context)
380
- Aws::SageMaker::EndpointParameters.new(
381
- region: context.config.region,
382
- use_dual_stack: context.config.use_dualstack_endpoint,
383
- use_fips: context.config.use_fips_endpoint,
384
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
385
- )
386
- end
387
- end
388
-
389
- class CreateInferenceRecommendationsJob
390
- def self.build(context)
391
- Aws::SageMaker::EndpointParameters.new(
392
- region: context.config.region,
393
- use_dual_stack: context.config.use_dualstack_endpoint,
394
- use_fips: context.config.use_fips_endpoint,
395
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
396
- )
397
- end
398
- end
399
-
400
- class CreateLabelingJob
401
- def self.build(context)
402
- Aws::SageMaker::EndpointParameters.new(
403
- region: context.config.region,
404
- use_dual_stack: context.config.use_dualstack_endpoint,
405
- use_fips: context.config.use_fips_endpoint,
406
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
407
- )
408
- end
409
- end
410
-
411
- class CreateMlflowTrackingServer
412
- def self.build(context)
413
- Aws::SageMaker::EndpointParameters.new(
414
- region: context.config.region,
415
- use_dual_stack: context.config.use_dualstack_endpoint,
416
- use_fips: context.config.use_fips_endpoint,
417
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
418
- )
419
- end
420
- end
421
-
422
- class CreateModel
423
- def self.build(context)
424
- Aws::SageMaker::EndpointParameters.new(
425
- region: context.config.region,
426
- use_dual_stack: context.config.use_dualstack_endpoint,
427
- use_fips: context.config.use_fips_endpoint,
428
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
429
- )
430
- end
431
- end
432
-
433
- class CreateModelBiasJobDefinition
434
- def self.build(context)
435
- Aws::SageMaker::EndpointParameters.new(
436
- region: context.config.region,
437
- use_dual_stack: context.config.use_dualstack_endpoint,
438
- use_fips: context.config.use_fips_endpoint,
439
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
440
- )
441
- end
442
- end
443
-
444
- class CreateModelCard
445
- def self.build(context)
446
- Aws::SageMaker::EndpointParameters.new(
447
- region: context.config.region,
448
- use_dual_stack: context.config.use_dualstack_endpoint,
449
- use_fips: context.config.use_fips_endpoint,
450
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
451
- )
452
- end
453
- end
454
-
455
- class CreateModelCardExportJob
456
- def self.build(context)
457
- Aws::SageMaker::EndpointParameters.new(
458
- region: context.config.region,
459
- use_dual_stack: context.config.use_dualstack_endpoint,
460
- use_fips: context.config.use_fips_endpoint,
461
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
462
- )
463
- end
464
- end
465
-
466
- class CreateModelExplainabilityJobDefinition
467
- def self.build(context)
468
- Aws::SageMaker::EndpointParameters.new(
469
- region: context.config.region,
470
- use_dual_stack: context.config.use_dualstack_endpoint,
471
- use_fips: context.config.use_fips_endpoint,
472
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
473
- )
474
- end
475
- end
476
-
477
- class CreateModelPackage
478
- def self.build(context)
479
- Aws::SageMaker::EndpointParameters.new(
480
- region: context.config.region,
481
- use_dual_stack: context.config.use_dualstack_endpoint,
482
- use_fips: context.config.use_fips_endpoint,
483
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
484
- )
485
- end
486
- end
487
-
488
- class CreateModelPackageGroup
489
- def self.build(context)
490
- Aws::SageMaker::EndpointParameters.new(
491
- region: context.config.region,
492
- use_dual_stack: context.config.use_dualstack_endpoint,
493
- use_fips: context.config.use_fips_endpoint,
494
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
495
- )
496
- end
497
- end
498
-
499
- class CreateModelQualityJobDefinition
500
- def self.build(context)
501
- Aws::SageMaker::EndpointParameters.new(
502
- region: context.config.region,
503
- use_dual_stack: context.config.use_dualstack_endpoint,
504
- use_fips: context.config.use_fips_endpoint,
505
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
506
- )
507
- end
508
- end
509
-
510
- class CreateMonitoringSchedule
511
- def self.build(context)
512
- Aws::SageMaker::EndpointParameters.new(
513
- region: context.config.region,
514
- use_dual_stack: context.config.use_dualstack_endpoint,
515
- use_fips: context.config.use_fips_endpoint,
516
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
517
- )
518
- end
519
- end
520
-
521
- class CreateNotebookInstance
522
- def self.build(context)
523
- Aws::SageMaker::EndpointParameters.new(
524
- region: context.config.region,
525
- use_dual_stack: context.config.use_dualstack_endpoint,
526
- use_fips: context.config.use_fips_endpoint,
527
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
528
- )
529
- end
530
- end
531
-
532
- class CreateNotebookInstanceLifecycleConfig
533
- def self.build(context)
534
- Aws::SageMaker::EndpointParameters.new(
535
- region: context.config.region,
536
- use_dual_stack: context.config.use_dualstack_endpoint,
537
- use_fips: context.config.use_fips_endpoint,
538
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
539
- )
540
- end
541
- end
542
-
543
- class CreateOptimizationJob
544
- def self.build(context)
545
- Aws::SageMaker::EndpointParameters.new(
546
- region: context.config.region,
547
- use_dual_stack: context.config.use_dualstack_endpoint,
548
- use_fips: context.config.use_fips_endpoint,
549
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
550
- )
551
- end
552
- end
553
-
554
- class CreatePipeline
555
- def self.build(context)
556
- Aws::SageMaker::EndpointParameters.new(
557
- region: context.config.region,
558
- use_dual_stack: context.config.use_dualstack_endpoint,
559
- use_fips: context.config.use_fips_endpoint,
560
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
561
- )
562
- end
563
- end
564
-
565
- class CreatePresignedDomainUrl
566
- def self.build(context)
567
- Aws::SageMaker::EndpointParameters.new(
568
- region: context.config.region,
569
- use_dual_stack: context.config.use_dualstack_endpoint,
570
- use_fips: context.config.use_fips_endpoint,
571
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
572
- )
573
- end
574
- end
575
-
576
- class CreatePresignedMlflowTrackingServerUrl
577
- def self.build(context)
578
- Aws::SageMaker::EndpointParameters.new(
579
- region: context.config.region,
580
- use_dual_stack: context.config.use_dualstack_endpoint,
581
- use_fips: context.config.use_fips_endpoint,
582
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
583
- )
584
- end
585
- end
586
-
587
- class CreatePresignedNotebookInstanceUrl
588
- def self.build(context)
589
- Aws::SageMaker::EndpointParameters.new(
590
- region: context.config.region,
591
- use_dual_stack: context.config.use_dualstack_endpoint,
592
- use_fips: context.config.use_fips_endpoint,
593
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
594
- )
595
- end
596
- end
597
-
598
- class CreateProcessingJob
599
- def self.build(context)
600
- Aws::SageMaker::EndpointParameters.new(
601
- region: context.config.region,
602
- use_dual_stack: context.config.use_dualstack_endpoint,
603
- use_fips: context.config.use_fips_endpoint,
604
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
605
- )
606
- end
607
- end
608
-
609
- class CreateProject
610
- def self.build(context)
611
- Aws::SageMaker::EndpointParameters.new(
612
- region: context.config.region,
613
- use_dual_stack: context.config.use_dualstack_endpoint,
614
- use_fips: context.config.use_fips_endpoint,
615
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
616
- )
617
- end
618
- end
619
-
620
- class CreateSpace
621
- def self.build(context)
622
- Aws::SageMaker::EndpointParameters.new(
623
- region: context.config.region,
624
- use_dual_stack: context.config.use_dualstack_endpoint,
625
- use_fips: context.config.use_fips_endpoint,
626
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
627
- )
628
- end
629
- end
630
-
631
- class CreateStudioLifecycleConfig
632
- def self.build(context)
633
- Aws::SageMaker::EndpointParameters.new(
634
- region: context.config.region,
635
- use_dual_stack: context.config.use_dualstack_endpoint,
636
- use_fips: context.config.use_fips_endpoint,
637
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
638
- )
639
- end
640
- end
641
-
642
- class CreateTrainingJob
643
- def self.build(context)
644
- Aws::SageMaker::EndpointParameters.new(
645
- region: context.config.region,
646
- use_dual_stack: context.config.use_dualstack_endpoint,
647
- use_fips: context.config.use_fips_endpoint,
648
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
649
- )
650
- end
651
- end
652
-
653
- class CreateTransformJob
654
- def self.build(context)
655
- Aws::SageMaker::EndpointParameters.new(
656
- region: context.config.region,
657
- use_dual_stack: context.config.use_dualstack_endpoint,
658
- use_fips: context.config.use_fips_endpoint,
659
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
660
- )
661
- end
662
- end
663
-
664
- class CreateTrial
665
- def self.build(context)
666
- Aws::SageMaker::EndpointParameters.new(
667
- region: context.config.region,
668
- use_dual_stack: context.config.use_dualstack_endpoint,
669
- use_fips: context.config.use_fips_endpoint,
670
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
671
- )
672
- end
673
- end
674
-
675
- class CreateTrialComponent
676
- def self.build(context)
677
- Aws::SageMaker::EndpointParameters.new(
678
- region: context.config.region,
679
- use_dual_stack: context.config.use_dualstack_endpoint,
680
- use_fips: context.config.use_fips_endpoint,
681
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
682
- )
683
- end
684
- end
685
-
686
- class CreateUserProfile
687
- def self.build(context)
688
- Aws::SageMaker::EndpointParameters.new(
689
- region: context.config.region,
690
- use_dual_stack: context.config.use_dualstack_endpoint,
691
- use_fips: context.config.use_fips_endpoint,
692
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
693
- )
694
- end
695
- end
696
-
697
- class CreateWorkforce
698
- def self.build(context)
699
- Aws::SageMaker::EndpointParameters.new(
700
- region: context.config.region,
701
- use_dual_stack: context.config.use_dualstack_endpoint,
702
- use_fips: context.config.use_fips_endpoint,
703
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
704
- )
705
- end
706
- end
707
-
708
- class CreateWorkteam
709
- def self.build(context)
710
- Aws::SageMaker::EndpointParameters.new(
711
- region: context.config.region,
712
- use_dual_stack: context.config.use_dualstack_endpoint,
713
- use_fips: context.config.use_fips_endpoint,
714
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
715
- )
716
- end
717
- end
718
-
719
- class DeleteAction
720
- def self.build(context)
721
- Aws::SageMaker::EndpointParameters.new(
722
- region: context.config.region,
723
- use_dual_stack: context.config.use_dualstack_endpoint,
724
- use_fips: context.config.use_fips_endpoint,
725
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
726
- )
727
- end
728
- end
729
-
730
- class DeleteAlgorithm
731
- def self.build(context)
732
- Aws::SageMaker::EndpointParameters.new(
733
- region: context.config.region,
734
- use_dual_stack: context.config.use_dualstack_endpoint,
735
- use_fips: context.config.use_fips_endpoint,
736
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
737
- )
738
- end
739
- end
740
-
741
- class DeleteApp
742
- def self.build(context)
743
- Aws::SageMaker::EndpointParameters.new(
744
- region: context.config.region,
745
- use_dual_stack: context.config.use_dualstack_endpoint,
746
- use_fips: context.config.use_fips_endpoint,
747
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
748
- )
749
- end
750
- end
751
-
752
- class DeleteAppImageConfig
753
- def self.build(context)
754
- Aws::SageMaker::EndpointParameters.new(
755
- region: context.config.region,
756
- use_dual_stack: context.config.use_dualstack_endpoint,
757
- use_fips: context.config.use_fips_endpoint,
758
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
759
- )
760
- end
761
- end
762
-
763
- class DeleteArtifact
764
- def self.build(context)
765
- Aws::SageMaker::EndpointParameters.new(
766
- region: context.config.region,
767
- use_dual_stack: context.config.use_dualstack_endpoint,
768
- use_fips: context.config.use_fips_endpoint,
769
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
770
- )
771
- end
772
- end
773
-
774
- class DeleteAssociation
775
- def self.build(context)
776
- Aws::SageMaker::EndpointParameters.new(
777
- region: context.config.region,
778
- use_dual_stack: context.config.use_dualstack_endpoint,
779
- use_fips: context.config.use_fips_endpoint,
780
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
781
- )
782
- end
783
- end
784
-
785
- class DeleteCluster
786
- def self.build(context)
787
- Aws::SageMaker::EndpointParameters.new(
788
- region: context.config.region,
789
- use_dual_stack: context.config.use_dualstack_endpoint,
790
- use_fips: context.config.use_fips_endpoint,
791
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
792
- )
793
- end
794
- end
795
-
796
- class DeleteCodeRepository
797
- def self.build(context)
798
- Aws::SageMaker::EndpointParameters.new(
799
- region: context.config.region,
800
- use_dual_stack: context.config.use_dualstack_endpoint,
801
- use_fips: context.config.use_fips_endpoint,
802
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
803
- )
804
- end
805
- end
806
-
807
- class DeleteCompilationJob
808
- def self.build(context)
809
- Aws::SageMaker::EndpointParameters.new(
810
- region: context.config.region,
811
- use_dual_stack: context.config.use_dualstack_endpoint,
812
- use_fips: context.config.use_fips_endpoint,
813
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
814
- )
815
- end
816
- end
817
-
818
- class DeleteContext
819
- def self.build(context)
820
- Aws::SageMaker::EndpointParameters.new(
821
- region: context.config.region,
822
- use_dual_stack: context.config.use_dualstack_endpoint,
823
- use_fips: context.config.use_fips_endpoint,
824
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
825
- )
826
- end
827
- end
828
-
829
- class DeleteDataQualityJobDefinition
830
- def self.build(context)
831
- Aws::SageMaker::EndpointParameters.new(
832
- region: context.config.region,
833
- use_dual_stack: context.config.use_dualstack_endpoint,
834
- use_fips: context.config.use_fips_endpoint,
835
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
836
- )
837
- end
838
- end
839
-
840
- class DeleteDeviceFleet
841
- def self.build(context)
842
- Aws::SageMaker::EndpointParameters.new(
843
- region: context.config.region,
844
- use_dual_stack: context.config.use_dualstack_endpoint,
845
- use_fips: context.config.use_fips_endpoint,
846
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
847
- )
848
- end
849
- end
850
-
851
- class DeleteDomain
852
- def self.build(context)
853
- Aws::SageMaker::EndpointParameters.new(
854
- region: context.config.region,
855
- use_dual_stack: context.config.use_dualstack_endpoint,
856
- use_fips: context.config.use_fips_endpoint,
857
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
858
- )
859
- end
860
- end
861
-
862
- class DeleteEdgeDeploymentPlan
863
- def self.build(context)
864
- Aws::SageMaker::EndpointParameters.new(
865
- region: context.config.region,
866
- use_dual_stack: context.config.use_dualstack_endpoint,
867
- use_fips: context.config.use_fips_endpoint,
868
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
869
- )
870
- end
871
- end
872
-
873
- class DeleteEdgeDeploymentStage
874
- def self.build(context)
875
- Aws::SageMaker::EndpointParameters.new(
876
- region: context.config.region,
877
- use_dual_stack: context.config.use_dualstack_endpoint,
878
- use_fips: context.config.use_fips_endpoint,
879
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
880
- )
881
- end
882
- end
883
-
884
- class DeleteEndpoint
885
- def self.build(context)
886
- Aws::SageMaker::EndpointParameters.new(
887
- region: context.config.region,
888
- use_dual_stack: context.config.use_dualstack_endpoint,
889
- use_fips: context.config.use_fips_endpoint,
890
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
891
- )
892
- end
893
- end
894
-
895
- class DeleteEndpointConfig
896
- def self.build(context)
897
- Aws::SageMaker::EndpointParameters.new(
898
- region: context.config.region,
899
- use_dual_stack: context.config.use_dualstack_endpoint,
900
- use_fips: context.config.use_fips_endpoint,
901
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
902
- )
903
- end
904
- end
905
-
906
- class DeleteExperiment
907
- def self.build(context)
908
- Aws::SageMaker::EndpointParameters.new(
909
- region: context.config.region,
910
- use_dual_stack: context.config.use_dualstack_endpoint,
911
- use_fips: context.config.use_fips_endpoint,
912
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
913
- )
914
- end
915
- end
916
-
917
- class DeleteFeatureGroup
918
- def self.build(context)
919
- Aws::SageMaker::EndpointParameters.new(
920
- region: context.config.region,
921
- use_dual_stack: context.config.use_dualstack_endpoint,
922
- use_fips: context.config.use_fips_endpoint,
923
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
924
- )
925
- end
926
- end
927
-
928
- class DeleteFlowDefinition
929
- def self.build(context)
930
- Aws::SageMaker::EndpointParameters.new(
931
- region: context.config.region,
932
- use_dual_stack: context.config.use_dualstack_endpoint,
933
- use_fips: context.config.use_fips_endpoint,
934
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
935
- )
936
- end
937
- end
938
-
939
- class DeleteHub
940
- def self.build(context)
941
- Aws::SageMaker::EndpointParameters.new(
942
- region: context.config.region,
943
- use_dual_stack: context.config.use_dualstack_endpoint,
944
- use_fips: context.config.use_fips_endpoint,
945
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
946
- )
947
- end
948
- end
949
-
950
- class DeleteHubContent
951
- def self.build(context)
952
- Aws::SageMaker::EndpointParameters.new(
953
- region: context.config.region,
954
- use_dual_stack: context.config.use_dualstack_endpoint,
955
- use_fips: context.config.use_fips_endpoint,
956
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
957
- )
958
- end
959
- end
960
-
961
- class DeleteHubContentReference
962
- def self.build(context)
963
- Aws::SageMaker::EndpointParameters.new(
964
- region: context.config.region,
965
- use_dual_stack: context.config.use_dualstack_endpoint,
966
- use_fips: context.config.use_fips_endpoint,
967
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
968
- )
969
- end
970
- end
971
-
972
- class DeleteHumanTaskUi
973
- def self.build(context)
974
- Aws::SageMaker::EndpointParameters.new(
975
- region: context.config.region,
976
- use_dual_stack: context.config.use_dualstack_endpoint,
977
- use_fips: context.config.use_fips_endpoint,
978
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
979
- )
980
- end
981
- end
982
-
983
- class DeleteHyperParameterTuningJob
984
- def self.build(context)
985
- Aws::SageMaker::EndpointParameters.new(
986
- region: context.config.region,
987
- use_dual_stack: context.config.use_dualstack_endpoint,
988
- use_fips: context.config.use_fips_endpoint,
989
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
990
- )
991
- end
992
- end
993
-
994
- class DeleteImage
995
- def self.build(context)
996
- Aws::SageMaker::EndpointParameters.new(
997
- region: context.config.region,
998
- use_dual_stack: context.config.use_dualstack_endpoint,
999
- use_fips: context.config.use_fips_endpoint,
1000
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1001
- )
1002
- end
1003
- end
1004
-
1005
- class DeleteImageVersion
1006
- def self.build(context)
1007
- Aws::SageMaker::EndpointParameters.new(
1008
- region: context.config.region,
1009
- use_dual_stack: context.config.use_dualstack_endpoint,
1010
- use_fips: context.config.use_fips_endpoint,
1011
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1012
- )
1013
- end
1014
- end
1015
-
1016
- class DeleteInferenceComponent
1017
- def self.build(context)
1018
- Aws::SageMaker::EndpointParameters.new(
1019
- region: context.config.region,
1020
- use_dual_stack: context.config.use_dualstack_endpoint,
1021
- use_fips: context.config.use_fips_endpoint,
1022
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1023
- )
1024
- end
1025
- end
1026
-
1027
- class DeleteInferenceExperiment
1028
- def self.build(context)
1029
- Aws::SageMaker::EndpointParameters.new(
1030
- region: context.config.region,
1031
- use_dual_stack: context.config.use_dualstack_endpoint,
1032
- use_fips: context.config.use_fips_endpoint,
1033
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1034
- )
1035
- end
1036
- end
1037
-
1038
- class DeleteMlflowTrackingServer
1039
- def self.build(context)
1040
- Aws::SageMaker::EndpointParameters.new(
1041
- region: context.config.region,
1042
- use_dual_stack: context.config.use_dualstack_endpoint,
1043
- use_fips: context.config.use_fips_endpoint,
1044
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1045
- )
1046
- end
1047
- end
1048
-
1049
- class DeleteModel
1050
- def self.build(context)
1051
- Aws::SageMaker::EndpointParameters.new(
1052
- region: context.config.region,
1053
- use_dual_stack: context.config.use_dualstack_endpoint,
1054
- use_fips: context.config.use_fips_endpoint,
1055
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1056
- )
1057
- end
1058
- end
1059
-
1060
- class DeleteModelBiasJobDefinition
1061
- def self.build(context)
1062
- Aws::SageMaker::EndpointParameters.new(
1063
- region: context.config.region,
1064
- use_dual_stack: context.config.use_dualstack_endpoint,
1065
- use_fips: context.config.use_fips_endpoint,
1066
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1067
- )
1068
- end
1069
- end
1070
-
1071
- class DeleteModelCard
1072
- def self.build(context)
1073
- Aws::SageMaker::EndpointParameters.new(
1074
- region: context.config.region,
1075
- use_dual_stack: context.config.use_dualstack_endpoint,
1076
- use_fips: context.config.use_fips_endpoint,
1077
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1078
- )
1079
- end
1080
- end
1081
-
1082
- class DeleteModelExplainabilityJobDefinition
1083
- def self.build(context)
1084
- Aws::SageMaker::EndpointParameters.new(
1085
- region: context.config.region,
1086
- use_dual_stack: context.config.use_dualstack_endpoint,
1087
- use_fips: context.config.use_fips_endpoint,
1088
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1089
- )
1090
- end
1091
- end
1092
-
1093
- class DeleteModelPackage
1094
- def self.build(context)
1095
- Aws::SageMaker::EndpointParameters.new(
1096
- region: context.config.region,
1097
- use_dual_stack: context.config.use_dualstack_endpoint,
1098
- use_fips: context.config.use_fips_endpoint,
1099
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1100
- )
1101
- end
1102
- end
1103
-
1104
- class DeleteModelPackageGroup
1105
- def self.build(context)
1106
- Aws::SageMaker::EndpointParameters.new(
1107
- region: context.config.region,
1108
- use_dual_stack: context.config.use_dualstack_endpoint,
1109
- use_fips: context.config.use_fips_endpoint,
1110
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1111
- )
1112
- end
1113
- end
1114
-
1115
- class DeleteModelPackageGroupPolicy
1116
- def self.build(context)
1117
- Aws::SageMaker::EndpointParameters.new(
1118
- region: context.config.region,
1119
- use_dual_stack: context.config.use_dualstack_endpoint,
1120
- use_fips: context.config.use_fips_endpoint,
1121
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1122
- )
1123
- end
1124
- end
1125
-
1126
- class DeleteModelQualityJobDefinition
1127
- def self.build(context)
1128
- Aws::SageMaker::EndpointParameters.new(
1129
- region: context.config.region,
1130
- use_dual_stack: context.config.use_dualstack_endpoint,
1131
- use_fips: context.config.use_fips_endpoint,
1132
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1133
- )
1134
- end
1135
- end
1136
-
1137
- class DeleteMonitoringSchedule
1138
- def self.build(context)
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: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1144
- )
1145
- end
1146
- end
1147
-
1148
- class DeleteNotebookInstance
1149
- def self.build(context)
1150
- Aws::SageMaker::EndpointParameters.new(
1151
- region: context.config.region,
1152
- use_dual_stack: context.config.use_dualstack_endpoint,
1153
- use_fips: context.config.use_fips_endpoint,
1154
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1155
- )
1156
- end
1157
- end
1158
-
1159
- class DeleteNotebookInstanceLifecycleConfig
1160
- def self.build(context)
1161
- Aws::SageMaker::EndpointParameters.new(
1162
- region: context.config.region,
1163
- use_dual_stack: context.config.use_dualstack_endpoint,
1164
- use_fips: context.config.use_fips_endpoint,
1165
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1166
- )
1167
- end
1168
- end
1169
-
1170
- class DeleteOptimizationJob
1171
- def self.build(context)
1172
- Aws::SageMaker::EndpointParameters.new(
1173
- region: context.config.region,
1174
- use_dual_stack: context.config.use_dualstack_endpoint,
1175
- use_fips: context.config.use_fips_endpoint,
1176
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1177
- )
1178
- end
1179
- end
1180
-
1181
- class DeletePipeline
1182
- def self.build(context)
1183
- Aws::SageMaker::EndpointParameters.new(
1184
- region: context.config.region,
1185
- use_dual_stack: context.config.use_dualstack_endpoint,
1186
- use_fips: context.config.use_fips_endpoint,
1187
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1188
- )
1189
- end
1190
- end
1191
-
1192
- class DeleteProject
1193
- def self.build(context)
1194
- Aws::SageMaker::EndpointParameters.new(
1195
- region: context.config.region,
1196
- use_dual_stack: context.config.use_dualstack_endpoint,
1197
- use_fips: context.config.use_fips_endpoint,
1198
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1199
- )
1200
- end
1201
- end
1202
-
1203
- class DeleteSpace
1204
- def self.build(context)
1205
- Aws::SageMaker::EndpointParameters.new(
1206
- region: context.config.region,
1207
- use_dual_stack: context.config.use_dualstack_endpoint,
1208
- use_fips: context.config.use_fips_endpoint,
1209
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1210
- )
1211
- end
1212
- end
1213
-
1214
- class DeleteStudioLifecycleConfig
1215
- def self.build(context)
1216
- Aws::SageMaker::EndpointParameters.new(
1217
- region: context.config.region,
1218
- use_dual_stack: context.config.use_dualstack_endpoint,
1219
- use_fips: context.config.use_fips_endpoint,
1220
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1221
- )
1222
- end
1223
- end
1224
-
1225
- class DeleteTags
1226
- def self.build(context)
1227
- Aws::SageMaker::EndpointParameters.new(
1228
- region: context.config.region,
1229
- use_dual_stack: context.config.use_dualstack_endpoint,
1230
- use_fips: context.config.use_fips_endpoint,
1231
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1232
- )
1233
- end
1234
- end
1235
-
1236
- class DeleteTrial
1237
- def self.build(context)
1238
- Aws::SageMaker::EndpointParameters.new(
1239
- region: context.config.region,
1240
- use_dual_stack: context.config.use_dualstack_endpoint,
1241
- use_fips: context.config.use_fips_endpoint,
1242
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1243
- )
1244
- end
1245
- end
1246
-
1247
- class DeleteTrialComponent
1248
- def self.build(context)
1249
- Aws::SageMaker::EndpointParameters.new(
1250
- region: context.config.region,
1251
- use_dual_stack: context.config.use_dualstack_endpoint,
1252
- use_fips: context.config.use_fips_endpoint,
1253
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1254
- )
1255
- end
1256
- end
1257
-
1258
- class DeleteUserProfile
1259
- def self.build(context)
1260
- Aws::SageMaker::EndpointParameters.new(
1261
- region: context.config.region,
1262
- use_dual_stack: context.config.use_dualstack_endpoint,
1263
- use_fips: context.config.use_fips_endpoint,
1264
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1265
- )
1266
- end
1267
- end
1268
-
1269
- class DeleteWorkforce
1270
- def self.build(context)
1271
- Aws::SageMaker::EndpointParameters.new(
1272
- region: context.config.region,
1273
- use_dual_stack: context.config.use_dualstack_endpoint,
1274
- use_fips: context.config.use_fips_endpoint,
1275
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1276
- )
1277
- end
1278
- end
1279
-
1280
- class DeleteWorkteam
1281
- def self.build(context)
1282
- Aws::SageMaker::EndpointParameters.new(
1283
- region: context.config.region,
1284
- use_dual_stack: context.config.use_dualstack_endpoint,
1285
- use_fips: context.config.use_fips_endpoint,
1286
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1287
- )
1288
- end
1289
- end
1290
-
1291
- class DeregisterDevices
1292
- def self.build(context)
1293
- Aws::SageMaker::EndpointParameters.new(
1294
- region: context.config.region,
1295
- use_dual_stack: context.config.use_dualstack_endpoint,
1296
- use_fips: context.config.use_fips_endpoint,
1297
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1298
- )
1299
- end
1300
- end
1301
-
1302
- class DescribeAction
1303
- def self.build(context)
1304
- Aws::SageMaker::EndpointParameters.new(
1305
- region: context.config.region,
1306
- use_dual_stack: context.config.use_dualstack_endpoint,
1307
- use_fips: context.config.use_fips_endpoint,
1308
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1309
- )
1310
- end
1311
- end
1312
-
1313
- class DescribeAlgorithm
1314
- def self.build(context)
1315
- Aws::SageMaker::EndpointParameters.new(
1316
- region: context.config.region,
1317
- use_dual_stack: context.config.use_dualstack_endpoint,
1318
- use_fips: context.config.use_fips_endpoint,
1319
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1320
- )
1321
- end
1322
- end
1323
-
1324
- class DescribeApp
1325
- def self.build(context)
1326
- Aws::SageMaker::EndpointParameters.new(
1327
- region: context.config.region,
1328
- use_dual_stack: context.config.use_dualstack_endpoint,
1329
- use_fips: context.config.use_fips_endpoint,
1330
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1331
- )
1332
- end
1333
- end
1334
-
1335
- class DescribeAppImageConfig
1336
- def self.build(context)
1337
- Aws::SageMaker::EndpointParameters.new(
1338
- region: context.config.region,
1339
- use_dual_stack: context.config.use_dualstack_endpoint,
1340
- use_fips: context.config.use_fips_endpoint,
1341
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1342
- )
1343
- end
1344
- end
1345
-
1346
- class DescribeArtifact
1347
- def self.build(context)
1348
- Aws::SageMaker::EndpointParameters.new(
1349
- region: context.config.region,
1350
- use_dual_stack: context.config.use_dualstack_endpoint,
1351
- use_fips: context.config.use_fips_endpoint,
1352
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1353
- )
1354
- end
1355
- end
1356
-
1357
- class DescribeAutoMLJob
1358
- def self.build(context)
1359
- Aws::SageMaker::EndpointParameters.new(
1360
- region: context.config.region,
1361
- use_dual_stack: context.config.use_dualstack_endpoint,
1362
- use_fips: context.config.use_fips_endpoint,
1363
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1364
- )
1365
- end
1366
- end
1367
-
1368
- class DescribeAutoMLJobV2
1369
- def self.build(context)
1370
- Aws::SageMaker::EndpointParameters.new(
1371
- region: context.config.region,
1372
- use_dual_stack: context.config.use_dualstack_endpoint,
1373
- use_fips: context.config.use_fips_endpoint,
1374
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1375
- )
1376
- end
1377
- end
1378
-
1379
- class DescribeCluster
1380
- def self.build(context)
1381
- Aws::SageMaker::EndpointParameters.new(
1382
- region: context.config.region,
1383
- use_dual_stack: context.config.use_dualstack_endpoint,
1384
- use_fips: context.config.use_fips_endpoint,
1385
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1386
- )
1387
- end
1388
- end
1389
-
1390
- class DescribeClusterNode
1391
- def self.build(context)
1392
- Aws::SageMaker::EndpointParameters.new(
1393
- region: context.config.region,
1394
- use_dual_stack: context.config.use_dualstack_endpoint,
1395
- use_fips: context.config.use_fips_endpoint,
1396
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1397
- )
1398
- end
1399
- end
1400
-
1401
- class DescribeCodeRepository
1402
- def self.build(context)
1403
- Aws::SageMaker::EndpointParameters.new(
1404
- region: context.config.region,
1405
- use_dual_stack: context.config.use_dualstack_endpoint,
1406
- use_fips: context.config.use_fips_endpoint,
1407
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1408
- )
1409
- end
1410
- end
1411
-
1412
- class DescribeCompilationJob
1413
- def self.build(context)
1414
- Aws::SageMaker::EndpointParameters.new(
1415
- region: context.config.region,
1416
- use_dual_stack: context.config.use_dualstack_endpoint,
1417
- use_fips: context.config.use_fips_endpoint,
1418
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1419
- )
1420
- end
1421
- end
1422
-
1423
- class DescribeContext
1424
- def self.build(context)
1425
- Aws::SageMaker::EndpointParameters.new(
1426
- region: context.config.region,
1427
- use_dual_stack: context.config.use_dualstack_endpoint,
1428
- use_fips: context.config.use_fips_endpoint,
1429
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1430
- )
1431
- end
1432
- end
1433
-
1434
- class DescribeDataQualityJobDefinition
1435
- def self.build(context)
1436
- Aws::SageMaker::EndpointParameters.new(
1437
- region: context.config.region,
1438
- use_dual_stack: context.config.use_dualstack_endpoint,
1439
- use_fips: context.config.use_fips_endpoint,
1440
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1441
- )
1442
- end
1443
- end
1444
-
1445
- class DescribeDevice
1446
- def self.build(context)
1447
- Aws::SageMaker::EndpointParameters.new(
1448
- region: context.config.region,
1449
- use_dual_stack: context.config.use_dualstack_endpoint,
1450
- use_fips: context.config.use_fips_endpoint,
1451
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1452
- )
1453
- end
1454
- end
1455
-
1456
- class DescribeDeviceFleet
1457
- def self.build(context)
1458
- Aws::SageMaker::EndpointParameters.new(
1459
- region: context.config.region,
1460
- use_dual_stack: context.config.use_dualstack_endpoint,
1461
- use_fips: context.config.use_fips_endpoint,
1462
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1463
- )
1464
- end
1465
- end
1466
-
1467
- class DescribeDomain
1468
- def self.build(context)
1469
- Aws::SageMaker::EndpointParameters.new(
1470
- region: context.config.region,
1471
- use_dual_stack: context.config.use_dualstack_endpoint,
1472
- use_fips: context.config.use_fips_endpoint,
1473
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1474
- )
1475
- end
1476
- end
1477
-
1478
- class DescribeEdgeDeploymentPlan
1479
- def self.build(context)
1480
- Aws::SageMaker::EndpointParameters.new(
1481
- region: context.config.region,
1482
- use_dual_stack: context.config.use_dualstack_endpoint,
1483
- use_fips: context.config.use_fips_endpoint,
1484
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1485
- )
1486
- end
1487
- end
1488
-
1489
- class DescribeEdgePackagingJob
1490
- def self.build(context)
1491
- Aws::SageMaker::EndpointParameters.new(
1492
- region: context.config.region,
1493
- use_dual_stack: context.config.use_dualstack_endpoint,
1494
- use_fips: context.config.use_fips_endpoint,
1495
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1496
- )
1497
- end
1498
- end
1499
-
1500
- class DescribeEndpoint
1501
- def self.build(context)
1502
- Aws::SageMaker::EndpointParameters.new(
1503
- region: context.config.region,
1504
- use_dual_stack: context.config.use_dualstack_endpoint,
1505
- use_fips: context.config.use_fips_endpoint,
1506
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1507
- )
1508
- end
1509
- end
1510
-
1511
- class DescribeEndpointConfig
1512
- def self.build(context)
1513
- Aws::SageMaker::EndpointParameters.new(
1514
- region: context.config.region,
1515
- use_dual_stack: context.config.use_dualstack_endpoint,
1516
- use_fips: context.config.use_fips_endpoint,
1517
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1518
- )
1519
- end
1520
- end
1521
-
1522
- class DescribeExperiment
1523
- def self.build(context)
1524
- Aws::SageMaker::EndpointParameters.new(
1525
- region: context.config.region,
1526
- use_dual_stack: context.config.use_dualstack_endpoint,
1527
- use_fips: context.config.use_fips_endpoint,
1528
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1529
- )
1530
- end
1531
- end
1532
-
1533
- class DescribeFeatureGroup
1534
- def self.build(context)
1535
- Aws::SageMaker::EndpointParameters.new(
1536
- region: context.config.region,
1537
- use_dual_stack: context.config.use_dualstack_endpoint,
1538
- use_fips: context.config.use_fips_endpoint,
1539
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1540
- )
1541
- end
1542
- end
1543
-
1544
- class DescribeFeatureMetadata
1545
- def self.build(context)
1546
- Aws::SageMaker::EndpointParameters.new(
1547
- region: context.config.region,
1548
- use_dual_stack: context.config.use_dualstack_endpoint,
1549
- use_fips: context.config.use_fips_endpoint,
1550
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1551
- )
1552
- end
1553
- end
1554
-
1555
- class DescribeFlowDefinition
1556
- def self.build(context)
1557
- Aws::SageMaker::EndpointParameters.new(
1558
- region: context.config.region,
1559
- use_dual_stack: context.config.use_dualstack_endpoint,
1560
- use_fips: context.config.use_fips_endpoint,
1561
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1562
- )
1563
- end
1564
- end
1565
-
1566
- class DescribeHub
1567
- def self.build(context)
1568
- Aws::SageMaker::EndpointParameters.new(
1569
- region: context.config.region,
1570
- use_dual_stack: context.config.use_dualstack_endpoint,
1571
- use_fips: context.config.use_fips_endpoint,
1572
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1573
- )
1574
- end
1575
- end
1576
-
1577
- class DescribeHubContent
1578
- def self.build(context)
1579
- Aws::SageMaker::EndpointParameters.new(
1580
- region: context.config.region,
1581
- use_dual_stack: context.config.use_dualstack_endpoint,
1582
- use_fips: context.config.use_fips_endpoint,
1583
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1584
- )
1585
- end
1586
- end
1587
-
1588
- class DescribeHumanTaskUi
1589
- def self.build(context)
1590
- Aws::SageMaker::EndpointParameters.new(
1591
- region: context.config.region,
1592
- use_dual_stack: context.config.use_dualstack_endpoint,
1593
- use_fips: context.config.use_fips_endpoint,
1594
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1595
- )
1596
- end
1597
- end
1598
-
1599
- class DescribeHyperParameterTuningJob
1600
- def self.build(context)
1601
- Aws::SageMaker::EndpointParameters.new(
1602
- region: context.config.region,
1603
- use_dual_stack: context.config.use_dualstack_endpoint,
1604
- use_fips: context.config.use_fips_endpoint,
1605
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1606
- )
1607
- end
1608
- end
1609
-
1610
- class DescribeImage
1611
- def self.build(context)
1612
- Aws::SageMaker::EndpointParameters.new(
1613
- region: context.config.region,
1614
- use_dual_stack: context.config.use_dualstack_endpoint,
1615
- use_fips: context.config.use_fips_endpoint,
1616
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1617
- )
1618
- end
1619
- end
1620
-
1621
- class DescribeImageVersion
1622
- def self.build(context)
1623
- Aws::SageMaker::EndpointParameters.new(
1624
- region: context.config.region,
1625
- use_dual_stack: context.config.use_dualstack_endpoint,
1626
- use_fips: context.config.use_fips_endpoint,
1627
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1628
- )
1629
- end
1630
- end
1631
-
1632
- class DescribeInferenceComponent
1633
- def self.build(context)
1634
- Aws::SageMaker::EndpointParameters.new(
1635
- region: context.config.region,
1636
- use_dual_stack: context.config.use_dualstack_endpoint,
1637
- use_fips: context.config.use_fips_endpoint,
1638
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1639
- )
1640
- end
1641
- end
1642
-
1643
- class DescribeInferenceExperiment
1644
- def self.build(context)
1645
- Aws::SageMaker::EndpointParameters.new(
1646
- region: context.config.region,
1647
- use_dual_stack: context.config.use_dualstack_endpoint,
1648
- use_fips: context.config.use_fips_endpoint,
1649
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1650
- )
1651
- end
1652
- end
1653
-
1654
- class DescribeInferenceRecommendationsJob
1655
- def self.build(context)
1656
- Aws::SageMaker::EndpointParameters.new(
1657
- region: context.config.region,
1658
- use_dual_stack: context.config.use_dualstack_endpoint,
1659
- use_fips: context.config.use_fips_endpoint,
1660
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1661
- )
1662
- end
1663
- end
1664
-
1665
- class DescribeLabelingJob
1666
- def self.build(context)
1667
- Aws::SageMaker::EndpointParameters.new(
1668
- region: context.config.region,
1669
- use_dual_stack: context.config.use_dualstack_endpoint,
1670
- use_fips: context.config.use_fips_endpoint,
1671
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1672
- )
1673
- end
1674
- end
1675
-
1676
- class DescribeLineageGroup
1677
- def self.build(context)
1678
- Aws::SageMaker::EndpointParameters.new(
1679
- region: context.config.region,
1680
- use_dual_stack: context.config.use_dualstack_endpoint,
1681
- use_fips: context.config.use_fips_endpoint,
1682
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1683
- )
1684
- end
1685
- end
1686
-
1687
- class DescribeMlflowTrackingServer
1688
- def self.build(context)
1689
- Aws::SageMaker::EndpointParameters.new(
1690
- region: context.config.region,
1691
- use_dual_stack: context.config.use_dualstack_endpoint,
1692
- use_fips: context.config.use_fips_endpoint,
1693
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1694
- )
1695
- end
1696
- end
1697
-
1698
- class DescribeModel
1699
- def self.build(context)
1700
- Aws::SageMaker::EndpointParameters.new(
1701
- region: context.config.region,
1702
- use_dual_stack: context.config.use_dualstack_endpoint,
1703
- use_fips: context.config.use_fips_endpoint,
1704
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1705
- )
1706
- end
1707
- end
1708
-
1709
- class DescribeModelBiasJobDefinition
1710
- def self.build(context)
1711
- Aws::SageMaker::EndpointParameters.new(
1712
- region: context.config.region,
1713
- use_dual_stack: context.config.use_dualstack_endpoint,
1714
- use_fips: context.config.use_fips_endpoint,
1715
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1716
- )
1717
- end
1718
- end
1719
-
1720
- class DescribeModelCard
1721
- def self.build(context)
1722
- Aws::SageMaker::EndpointParameters.new(
1723
- region: context.config.region,
1724
- use_dual_stack: context.config.use_dualstack_endpoint,
1725
- use_fips: context.config.use_fips_endpoint,
1726
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1727
- )
1728
- end
1729
- end
1730
-
1731
- class DescribeModelCardExportJob
1732
- def self.build(context)
1733
- Aws::SageMaker::EndpointParameters.new(
1734
- region: context.config.region,
1735
- use_dual_stack: context.config.use_dualstack_endpoint,
1736
- use_fips: context.config.use_fips_endpoint,
1737
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1738
- )
1739
- end
1740
- end
1741
-
1742
- class DescribeModelExplainabilityJobDefinition
1743
- def self.build(context)
1744
- Aws::SageMaker::EndpointParameters.new(
1745
- region: context.config.region,
1746
- use_dual_stack: context.config.use_dualstack_endpoint,
1747
- use_fips: context.config.use_fips_endpoint,
1748
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1749
- )
1750
- end
1751
- end
1752
-
1753
- class DescribeModelPackage
1754
- def self.build(context)
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: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1760
- )
1761
- end
1762
- end
1763
-
1764
- class DescribeModelPackageGroup
1765
- def self.build(context)
1766
- Aws::SageMaker::EndpointParameters.new(
1767
- region: context.config.region,
1768
- use_dual_stack: context.config.use_dualstack_endpoint,
1769
- use_fips: context.config.use_fips_endpoint,
1770
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1771
- )
1772
- end
1773
- end
1774
-
1775
- class DescribeModelQualityJobDefinition
1776
- def self.build(context)
1777
- Aws::SageMaker::EndpointParameters.new(
1778
- region: context.config.region,
1779
- use_dual_stack: context.config.use_dualstack_endpoint,
1780
- use_fips: context.config.use_fips_endpoint,
1781
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1782
- )
1783
- end
1784
- end
1785
-
1786
- class DescribeMonitoringSchedule
1787
- def self.build(context)
1788
- Aws::SageMaker::EndpointParameters.new(
1789
- region: context.config.region,
1790
- use_dual_stack: context.config.use_dualstack_endpoint,
1791
- use_fips: context.config.use_fips_endpoint,
1792
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1793
- )
1794
- end
1795
- end
1796
-
1797
- class DescribeNotebookInstance
1798
- def self.build(context)
1799
- Aws::SageMaker::EndpointParameters.new(
1800
- region: context.config.region,
1801
- use_dual_stack: context.config.use_dualstack_endpoint,
1802
- use_fips: context.config.use_fips_endpoint,
1803
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1804
- )
1805
- end
1806
- end
1807
-
1808
- class DescribeNotebookInstanceLifecycleConfig
1809
- def self.build(context)
1810
- Aws::SageMaker::EndpointParameters.new(
1811
- region: context.config.region,
1812
- use_dual_stack: context.config.use_dualstack_endpoint,
1813
- use_fips: context.config.use_fips_endpoint,
1814
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1815
- )
1816
- end
1817
- end
1818
-
1819
- class DescribeOptimizationJob
1820
- def self.build(context)
1821
- Aws::SageMaker::EndpointParameters.new(
1822
- region: context.config.region,
1823
- use_dual_stack: context.config.use_dualstack_endpoint,
1824
- use_fips: context.config.use_fips_endpoint,
1825
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1826
- )
1827
- end
1828
- end
1829
-
1830
- class DescribePipeline
1831
- def self.build(context)
1832
- Aws::SageMaker::EndpointParameters.new(
1833
- region: context.config.region,
1834
- use_dual_stack: context.config.use_dualstack_endpoint,
1835
- use_fips: context.config.use_fips_endpoint,
1836
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1837
- )
1838
- end
1839
- end
1840
-
1841
- class DescribePipelineDefinitionForExecution
1842
- def self.build(context)
1843
- Aws::SageMaker::EndpointParameters.new(
1844
- region: context.config.region,
1845
- use_dual_stack: context.config.use_dualstack_endpoint,
1846
- use_fips: context.config.use_fips_endpoint,
1847
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1848
- )
1849
- end
1850
- end
1851
-
1852
- class DescribePipelineExecution
1853
- def self.build(context)
1854
- Aws::SageMaker::EndpointParameters.new(
1855
- region: context.config.region,
1856
- use_dual_stack: context.config.use_dualstack_endpoint,
1857
- use_fips: context.config.use_fips_endpoint,
1858
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1859
- )
1860
- end
1861
- end
1862
-
1863
- class DescribeProcessingJob
1864
- def self.build(context)
1865
- Aws::SageMaker::EndpointParameters.new(
1866
- region: context.config.region,
1867
- use_dual_stack: context.config.use_dualstack_endpoint,
1868
- use_fips: context.config.use_fips_endpoint,
1869
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1870
- )
1871
- end
1872
- end
1873
-
1874
- class DescribeProject
1875
- def self.build(context)
1876
- Aws::SageMaker::EndpointParameters.new(
1877
- region: context.config.region,
1878
- use_dual_stack: context.config.use_dualstack_endpoint,
1879
- use_fips: context.config.use_fips_endpoint,
1880
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1881
- )
1882
- end
1883
- end
1884
-
1885
- class DescribeSpace
1886
- def self.build(context)
1887
- Aws::SageMaker::EndpointParameters.new(
1888
- region: context.config.region,
1889
- use_dual_stack: context.config.use_dualstack_endpoint,
1890
- use_fips: context.config.use_fips_endpoint,
1891
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1892
- )
1893
- end
1894
- end
1895
-
1896
- class DescribeStudioLifecycleConfig
1897
- def self.build(context)
1898
- Aws::SageMaker::EndpointParameters.new(
1899
- region: context.config.region,
1900
- use_dual_stack: context.config.use_dualstack_endpoint,
1901
- use_fips: context.config.use_fips_endpoint,
1902
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1903
- )
1904
- end
1905
- end
1906
-
1907
- class DescribeSubscribedWorkteam
1908
- def self.build(context)
1909
- Aws::SageMaker::EndpointParameters.new(
1910
- region: context.config.region,
1911
- use_dual_stack: context.config.use_dualstack_endpoint,
1912
- use_fips: context.config.use_fips_endpoint,
1913
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1914
- )
1915
- end
1916
- end
1917
-
1918
- class DescribeTrainingJob
1919
- def self.build(context)
1920
- Aws::SageMaker::EndpointParameters.new(
1921
- region: context.config.region,
1922
- use_dual_stack: context.config.use_dualstack_endpoint,
1923
- use_fips: context.config.use_fips_endpoint,
1924
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1925
- )
1926
- end
1927
- end
1928
-
1929
- class DescribeTransformJob
1930
- def self.build(context)
1931
- Aws::SageMaker::EndpointParameters.new(
1932
- region: context.config.region,
1933
- use_dual_stack: context.config.use_dualstack_endpoint,
1934
- use_fips: context.config.use_fips_endpoint,
1935
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1936
- )
1937
- end
1938
- end
1939
-
1940
- class DescribeTrial
1941
- def self.build(context)
1942
- Aws::SageMaker::EndpointParameters.new(
1943
- region: context.config.region,
1944
- use_dual_stack: context.config.use_dualstack_endpoint,
1945
- use_fips: context.config.use_fips_endpoint,
1946
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1947
- )
1948
- end
1949
- end
1950
-
1951
- class DescribeTrialComponent
1952
- def self.build(context)
1953
- Aws::SageMaker::EndpointParameters.new(
1954
- region: context.config.region,
1955
- use_dual_stack: context.config.use_dualstack_endpoint,
1956
- use_fips: context.config.use_fips_endpoint,
1957
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1958
- )
1959
- end
1960
- end
1961
-
1962
- class DescribeUserProfile
1963
- def self.build(context)
1964
- Aws::SageMaker::EndpointParameters.new(
1965
- region: context.config.region,
1966
- use_dual_stack: context.config.use_dualstack_endpoint,
1967
- use_fips: context.config.use_fips_endpoint,
1968
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1969
- )
1970
- end
1971
- end
1972
-
1973
- class DescribeWorkforce
1974
- def self.build(context)
1975
- Aws::SageMaker::EndpointParameters.new(
1976
- region: context.config.region,
1977
- use_dual_stack: context.config.use_dualstack_endpoint,
1978
- use_fips: context.config.use_fips_endpoint,
1979
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1980
- )
1981
- end
1982
- end
1983
-
1984
- class DescribeWorkteam
1985
- def self.build(context)
1986
- Aws::SageMaker::EndpointParameters.new(
1987
- region: context.config.region,
1988
- use_dual_stack: context.config.use_dualstack_endpoint,
1989
- use_fips: context.config.use_fips_endpoint,
1990
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
1991
- )
1992
- end
1993
- end
1994
-
1995
- class DisableSagemakerServicecatalogPortfolio
1996
- def self.build(context)
1997
- Aws::SageMaker::EndpointParameters.new(
1998
- region: context.config.region,
1999
- use_dual_stack: context.config.use_dualstack_endpoint,
2000
- use_fips: context.config.use_fips_endpoint,
2001
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2002
- )
2003
- end
2004
- end
2005
-
2006
- class DisassociateTrialComponent
2007
- def self.build(context)
2008
- Aws::SageMaker::EndpointParameters.new(
2009
- region: context.config.region,
2010
- use_dual_stack: context.config.use_dualstack_endpoint,
2011
- use_fips: context.config.use_fips_endpoint,
2012
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2013
- )
2014
- end
2015
- end
2016
-
2017
- class EnableSagemakerServicecatalogPortfolio
2018
- def self.build(context)
2019
- Aws::SageMaker::EndpointParameters.new(
2020
- region: context.config.region,
2021
- use_dual_stack: context.config.use_dualstack_endpoint,
2022
- use_fips: context.config.use_fips_endpoint,
2023
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2024
- )
2025
- end
2026
- end
2027
-
2028
- class GetDeviceFleetReport
2029
- def self.build(context)
2030
- Aws::SageMaker::EndpointParameters.new(
2031
- region: context.config.region,
2032
- use_dual_stack: context.config.use_dualstack_endpoint,
2033
- use_fips: context.config.use_fips_endpoint,
2034
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2035
- )
2036
- end
2037
- end
2038
-
2039
- class GetLineageGroupPolicy
2040
- def self.build(context)
2041
- Aws::SageMaker::EndpointParameters.new(
2042
- region: context.config.region,
2043
- use_dual_stack: context.config.use_dualstack_endpoint,
2044
- use_fips: context.config.use_fips_endpoint,
2045
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2046
- )
2047
- end
2048
- end
2049
-
2050
- class GetModelPackageGroupPolicy
2051
- def self.build(context)
2052
- Aws::SageMaker::EndpointParameters.new(
2053
- region: context.config.region,
2054
- use_dual_stack: context.config.use_dualstack_endpoint,
2055
- use_fips: context.config.use_fips_endpoint,
2056
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2057
- )
2058
- end
2059
- end
2060
-
2061
- class GetSagemakerServicecatalogPortfolioStatus
2062
- def self.build(context)
2063
- Aws::SageMaker::EndpointParameters.new(
2064
- region: context.config.region,
2065
- use_dual_stack: context.config.use_dualstack_endpoint,
2066
- use_fips: context.config.use_fips_endpoint,
2067
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2068
- )
2069
- end
2070
- end
2071
-
2072
- class GetScalingConfigurationRecommendation
2073
- def self.build(context)
2074
- Aws::SageMaker::EndpointParameters.new(
2075
- region: context.config.region,
2076
- use_dual_stack: context.config.use_dualstack_endpoint,
2077
- use_fips: context.config.use_fips_endpoint,
2078
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2079
- )
2080
- end
2081
- end
2082
-
2083
- class GetSearchSuggestions
2084
- def self.build(context)
2085
- Aws::SageMaker::EndpointParameters.new(
2086
- region: context.config.region,
2087
- use_dual_stack: context.config.use_dualstack_endpoint,
2088
- use_fips: context.config.use_fips_endpoint,
2089
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2090
- )
2091
- end
2092
- end
2093
-
2094
- class ImportHubContent
2095
- def self.build(context)
2096
- Aws::SageMaker::EndpointParameters.new(
2097
- region: context.config.region,
2098
- use_dual_stack: context.config.use_dualstack_endpoint,
2099
- use_fips: context.config.use_fips_endpoint,
2100
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2101
- )
2102
- end
2103
- end
2104
-
2105
- class ListActions
2106
- def self.build(context)
2107
- Aws::SageMaker::EndpointParameters.new(
2108
- region: context.config.region,
2109
- use_dual_stack: context.config.use_dualstack_endpoint,
2110
- use_fips: context.config.use_fips_endpoint,
2111
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2112
- )
2113
- end
2114
- end
2115
-
2116
- class ListAlgorithms
2117
- def self.build(context)
2118
- Aws::SageMaker::EndpointParameters.new(
2119
- region: context.config.region,
2120
- use_dual_stack: context.config.use_dualstack_endpoint,
2121
- use_fips: context.config.use_fips_endpoint,
2122
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2123
- )
2124
- end
2125
- end
2126
-
2127
- class ListAliases
2128
- def self.build(context)
2129
- Aws::SageMaker::EndpointParameters.new(
2130
- region: context.config.region,
2131
- use_dual_stack: context.config.use_dualstack_endpoint,
2132
- use_fips: context.config.use_fips_endpoint,
2133
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2134
- )
2135
- end
2136
- end
2137
-
2138
- class ListAppImageConfigs
2139
- def self.build(context)
2140
- Aws::SageMaker::EndpointParameters.new(
2141
- region: context.config.region,
2142
- use_dual_stack: context.config.use_dualstack_endpoint,
2143
- use_fips: context.config.use_fips_endpoint,
2144
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2145
- )
2146
- end
2147
- end
2148
-
2149
- class ListApps
2150
- def self.build(context)
2151
- Aws::SageMaker::EndpointParameters.new(
2152
- region: context.config.region,
2153
- use_dual_stack: context.config.use_dualstack_endpoint,
2154
- use_fips: context.config.use_fips_endpoint,
2155
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2156
- )
2157
- end
2158
- end
2159
-
2160
- class ListArtifacts
2161
- def self.build(context)
2162
- Aws::SageMaker::EndpointParameters.new(
2163
- region: context.config.region,
2164
- use_dual_stack: context.config.use_dualstack_endpoint,
2165
- use_fips: context.config.use_fips_endpoint,
2166
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2167
- )
2168
- end
2169
- end
2170
-
2171
- class ListAssociations
2172
- def self.build(context)
2173
- Aws::SageMaker::EndpointParameters.new(
2174
- region: context.config.region,
2175
- use_dual_stack: context.config.use_dualstack_endpoint,
2176
- use_fips: context.config.use_fips_endpoint,
2177
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2178
- )
2179
- end
2180
- end
2181
-
2182
- class ListAutoMLJobs
2183
- def self.build(context)
2184
- Aws::SageMaker::EndpointParameters.new(
2185
- region: context.config.region,
2186
- use_dual_stack: context.config.use_dualstack_endpoint,
2187
- use_fips: context.config.use_fips_endpoint,
2188
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2189
- )
2190
- end
2191
- end
2192
-
2193
- class ListCandidatesForAutoMLJob
2194
- def self.build(context)
2195
- Aws::SageMaker::EndpointParameters.new(
2196
- region: context.config.region,
2197
- use_dual_stack: context.config.use_dualstack_endpoint,
2198
- use_fips: context.config.use_fips_endpoint,
2199
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2200
- )
2201
- end
2202
- end
2203
-
2204
- class ListClusterNodes
2205
- def self.build(context)
2206
- Aws::SageMaker::EndpointParameters.new(
2207
- region: context.config.region,
2208
- use_dual_stack: context.config.use_dualstack_endpoint,
2209
- use_fips: context.config.use_fips_endpoint,
2210
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2211
- )
2212
- end
2213
- end
2214
-
2215
- class ListClusters
2216
- def self.build(context)
2217
- Aws::SageMaker::EndpointParameters.new(
2218
- region: context.config.region,
2219
- use_dual_stack: context.config.use_dualstack_endpoint,
2220
- use_fips: context.config.use_fips_endpoint,
2221
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2222
- )
2223
- end
2224
- end
2225
-
2226
- class ListCodeRepositories
2227
- def self.build(context)
2228
- Aws::SageMaker::EndpointParameters.new(
2229
- region: context.config.region,
2230
- use_dual_stack: context.config.use_dualstack_endpoint,
2231
- use_fips: context.config.use_fips_endpoint,
2232
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2233
- )
2234
- end
2235
- end
2236
-
2237
- class ListCompilationJobs
2238
- def self.build(context)
2239
- Aws::SageMaker::EndpointParameters.new(
2240
- region: context.config.region,
2241
- use_dual_stack: context.config.use_dualstack_endpoint,
2242
- use_fips: context.config.use_fips_endpoint,
2243
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2244
- )
2245
- end
2246
- end
2247
-
2248
- class ListContexts
2249
- def self.build(context)
2250
- Aws::SageMaker::EndpointParameters.new(
2251
- region: context.config.region,
2252
- use_dual_stack: context.config.use_dualstack_endpoint,
2253
- use_fips: context.config.use_fips_endpoint,
2254
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2255
- )
2256
- end
2257
- end
2258
-
2259
- class ListDataQualityJobDefinitions
2260
- def self.build(context)
2261
- Aws::SageMaker::EndpointParameters.new(
2262
- region: context.config.region,
2263
- use_dual_stack: context.config.use_dualstack_endpoint,
2264
- use_fips: context.config.use_fips_endpoint,
2265
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2266
- )
2267
- end
2268
- end
2269
-
2270
- class ListDeviceFleets
2271
- def self.build(context)
2272
- Aws::SageMaker::EndpointParameters.new(
2273
- region: context.config.region,
2274
- use_dual_stack: context.config.use_dualstack_endpoint,
2275
- use_fips: context.config.use_fips_endpoint,
2276
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2277
- )
2278
- end
2279
- end
2280
-
2281
- class ListDevices
2282
- def self.build(context)
2283
- Aws::SageMaker::EndpointParameters.new(
2284
- region: context.config.region,
2285
- use_dual_stack: context.config.use_dualstack_endpoint,
2286
- use_fips: context.config.use_fips_endpoint,
2287
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2288
- )
2289
- end
2290
- end
2291
-
2292
- class ListDomains
2293
- def self.build(context)
2294
- Aws::SageMaker::EndpointParameters.new(
2295
- region: context.config.region,
2296
- use_dual_stack: context.config.use_dualstack_endpoint,
2297
- use_fips: context.config.use_fips_endpoint,
2298
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2299
- )
2300
- end
2301
- end
2302
-
2303
- class ListEdgeDeploymentPlans
2304
- def self.build(context)
2305
- Aws::SageMaker::EndpointParameters.new(
2306
- region: context.config.region,
2307
- use_dual_stack: context.config.use_dualstack_endpoint,
2308
- use_fips: context.config.use_fips_endpoint,
2309
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2310
- )
2311
- end
2312
- end
2313
-
2314
- class ListEdgePackagingJobs
2315
- def self.build(context)
2316
- Aws::SageMaker::EndpointParameters.new(
2317
- region: context.config.region,
2318
- use_dual_stack: context.config.use_dualstack_endpoint,
2319
- use_fips: context.config.use_fips_endpoint,
2320
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2321
- )
2322
- end
2323
- end
2324
-
2325
- class ListEndpointConfigs
2326
- def self.build(context)
2327
- Aws::SageMaker::EndpointParameters.new(
2328
- region: context.config.region,
2329
- use_dual_stack: context.config.use_dualstack_endpoint,
2330
- use_fips: context.config.use_fips_endpoint,
2331
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2332
- )
2333
- end
2334
- end
2335
-
2336
- class ListEndpoints
2337
- def self.build(context)
2338
- Aws::SageMaker::EndpointParameters.new(
2339
- region: context.config.region,
2340
- use_dual_stack: context.config.use_dualstack_endpoint,
2341
- use_fips: context.config.use_fips_endpoint,
2342
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2343
- )
2344
- end
2345
- end
2346
-
2347
- class ListExperiments
2348
- def self.build(context)
2349
- Aws::SageMaker::EndpointParameters.new(
2350
- region: context.config.region,
2351
- use_dual_stack: context.config.use_dualstack_endpoint,
2352
- use_fips: context.config.use_fips_endpoint,
2353
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2354
- )
2355
- end
2356
- end
2357
-
2358
- class ListFeatureGroups
2359
- def self.build(context)
2360
- Aws::SageMaker::EndpointParameters.new(
2361
- region: context.config.region,
2362
- use_dual_stack: context.config.use_dualstack_endpoint,
2363
- use_fips: context.config.use_fips_endpoint,
2364
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2365
- )
2366
- end
2367
- end
2368
-
2369
- class ListFlowDefinitions
2370
- def self.build(context)
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: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2376
- )
2377
- end
2378
- end
2379
-
2380
- class ListHubContentVersions
2381
- def self.build(context)
2382
- Aws::SageMaker::EndpointParameters.new(
2383
- region: context.config.region,
2384
- use_dual_stack: context.config.use_dualstack_endpoint,
2385
- use_fips: context.config.use_fips_endpoint,
2386
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2387
- )
2388
- end
2389
- end
2390
-
2391
- class ListHubContents
2392
- def self.build(context)
2393
- Aws::SageMaker::EndpointParameters.new(
2394
- region: context.config.region,
2395
- use_dual_stack: context.config.use_dualstack_endpoint,
2396
- use_fips: context.config.use_fips_endpoint,
2397
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2398
- )
2399
- end
2400
- end
2401
-
2402
- class ListHubs
2403
- def self.build(context)
2404
- Aws::SageMaker::EndpointParameters.new(
2405
- region: context.config.region,
2406
- use_dual_stack: context.config.use_dualstack_endpoint,
2407
- use_fips: context.config.use_fips_endpoint,
2408
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2409
- )
2410
- end
2411
- end
2412
-
2413
- class ListHumanTaskUis
2414
- def self.build(context)
2415
- Aws::SageMaker::EndpointParameters.new(
2416
- region: context.config.region,
2417
- use_dual_stack: context.config.use_dualstack_endpoint,
2418
- use_fips: context.config.use_fips_endpoint,
2419
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2420
- )
2421
- end
2422
- end
2423
-
2424
- class ListHyperParameterTuningJobs
2425
- def self.build(context)
2426
- Aws::SageMaker::EndpointParameters.new(
2427
- region: context.config.region,
2428
- use_dual_stack: context.config.use_dualstack_endpoint,
2429
- use_fips: context.config.use_fips_endpoint,
2430
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2431
- )
2432
- end
2433
- end
2434
-
2435
- class ListImageVersions
2436
- def self.build(context)
2437
- Aws::SageMaker::EndpointParameters.new(
2438
- region: context.config.region,
2439
- use_dual_stack: context.config.use_dualstack_endpoint,
2440
- use_fips: context.config.use_fips_endpoint,
2441
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2442
- )
2443
- end
2444
- end
2445
-
2446
- class ListImages
2447
- def self.build(context)
2448
- Aws::SageMaker::EndpointParameters.new(
2449
- region: context.config.region,
2450
- use_dual_stack: context.config.use_dualstack_endpoint,
2451
- use_fips: context.config.use_fips_endpoint,
2452
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2453
- )
2454
- end
2455
- end
2456
-
2457
- class ListInferenceComponents
2458
- def self.build(context)
2459
- Aws::SageMaker::EndpointParameters.new(
2460
- region: context.config.region,
2461
- use_dual_stack: context.config.use_dualstack_endpoint,
2462
- use_fips: context.config.use_fips_endpoint,
2463
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2464
- )
2465
- end
2466
- end
2467
-
2468
- class ListInferenceExperiments
2469
- def self.build(context)
2470
- Aws::SageMaker::EndpointParameters.new(
2471
- region: context.config.region,
2472
- use_dual_stack: context.config.use_dualstack_endpoint,
2473
- use_fips: context.config.use_fips_endpoint,
2474
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2475
- )
2476
- end
2477
- end
2478
-
2479
- class ListInferenceRecommendationsJobSteps
2480
- def self.build(context)
2481
- Aws::SageMaker::EndpointParameters.new(
2482
- region: context.config.region,
2483
- use_dual_stack: context.config.use_dualstack_endpoint,
2484
- use_fips: context.config.use_fips_endpoint,
2485
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2486
- )
2487
- end
2488
- end
2489
-
2490
- class ListInferenceRecommendationsJobs
2491
- def self.build(context)
2492
- Aws::SageMaker::EndpointParameters.new(
2493
- region: context.config.region,
2494
- use_dual_stack: context.config.use_dualstack_endpoint,
2495
- use_fips: context.config.use_fips_endpoint,
2496
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2497
- )
2498
- end
2499
- end
2500
-
2501
- class ListLabelingJobs
2502
- def self.build(context)
2503
- Aws::SageMaker::EndpointParameters.new(
2504
- region: context.config.region,
2505
- use_dual_stack: context.config.use_dualstack_endpoint,
2506
- use_fips: context.config.use_fips_endpoint,
2507
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2508
- )
2509
- end
2510
- end
2511
-
2512
- class ListLabelingJobsForWorkteam
2513
- def self.build(context)
2514
- Aws::SageMaker::EndpointParameters.new(
2515
- region: context.config.region,
2516
- use_dual_stack: context.config.use_dualstack_endpoint,
2517
- use_fips: context.config.use_fips_endpoint,
2518
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2519
- )
2520
- end
2521
- end
2522
-
2523
- class ListLineageGroups
2524
- def self.build(context)
2525
- Aws::SageMaker::EndpointParameters.new(
2526
- region: context.config.region,
2527
- use_dual_stack: context.config.use_dualstack_endpoint,
2528
- use_fips: context.config.use_fips_endpoint,
2529
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2530
- )
2531
- end
2532
- end
2533
-
2534
- class ListMlflowTrackingServers
2535
- def self.build(context)
2536
- Aws::SageMaker::EndpointParameters.new(
2537
- region: context.config.region,
2538
- use_dual_stack: context.config.use_dualstack_endpoint,
2539
- use_fips: context.config.use_fips_endpoint,
2540
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2541
- )
2542
- end
2543
- end
2544
-
2545
- class ListModelBiasJobDefinitions
2546
- def self.build(context)
2547
- Aws::SageMaker::EndpointParameters.new(
2548
- region: context.config.region,
2549
- use_dual_stack: context.config.use_dualstack_endpoint,
2550
- use_fips: context.config.use_fips_endpoint,
2551
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2552
- )
2553
- end
2554
- end
2555
-
2556
- class ListModelCardExportJobs
2557
- def self.build(context)
2558
- Aws::SageMaker::EndpointParameters.new(
2559
- region: context.config.region,
2560
- use_dual_stack: context.config.use_dualstack_endpoint,
2561
- use_fips: context.config.use_fips_endpoint,
2562
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2563
- )
2564
- end
2565
- end
2566
-
2567
- class ListModelCardVersions
2568
- def self.build(context)
2569
- Aws::SageMaker::EndpointParameters.new(
2570
- region: context.config.region,
2571
- use_dual_stack: context.config.use_dualstack_endpoint,
2572
- use_fips: context.config.use_fips_endpoint,
2573
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2574
- )
2575
- end
2576
- end
2577
-
2578
- class ListModelCards
2579
- def self.build(context)
2580
- Aws::SageMaker::EndpointParameters.new(
2581
- region: context.config.region,
2582
- use_dual_stack: context.config.use_dualstack_endpoint,
2583
- use_fips: context.config.use_fips_endpoint,
2584
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2585
- )
2586
- end
2587
- end
2588
-
2589
- class ListModelExplainabilityJobDefinitions
2590
- def self.build(context)
2591
- Aws::SageMaker::EndpointParameters.new(
2592
- region: context.config.region,
2593
- use_dual_stack: context.config.use_dualstack_endpoint,
2594
- use_fips: context.config.use_fips_endpoint,
2595
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2596
- )
2597
- end
2598
- end
2599
-
2600
- class ListModelMetadata
2601
- def self.build(context)
2602
- Aws::SageMaker::EndpointParameters.new(
2603
- region: context.config.region,
2604
- use_dual_stack: context.config.use_dualstack_endpoint,
2605
- use_fips: context.config.use_fips_endpoint,
2606
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2607
- )
2608
- end
2609
- end
2610
-
2611
- class ListModelPackageGroups
2612
- def self.build(context)
2613
- Aws::SageMaker::EndpointParameters.new(
2614
- region: context.config.region,
2615
- use_dual_stack: context.config.use_dualstack_endpoint,
2616
- use_fips: context.config.use_fips_endpoint,
2617
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2618
- )
2619
- end
2620
- end
2621
-
2622
- class ListModelPackages
2623
- def self.build(context)
2624
- Aws::SageMaker::EndpointParameters.new(
2625
- region: context.config.region,
2626
- use_dual_stack: context.config.use_dualstack_endpoint,
2627
- use_fips: context.config.use_fips_endpoint,
2628
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2629
- )
2630
- end
2631
- end
2632
-
2633
- class ListModelQualityJobDefinitions
2634
- def self.build(context)
2635
- Aws::SageMaker::EndpointParameters.new(
2636
- region: context.config.region,
2637
- use_dual_stack: context.config.use_dualstack_endpoint,
2638
- use_fips: context.config.use_fips_endpoint,
2639
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2640
- )
2641
- end
2642
- end
2643
-
2644
- class ListModels
2645
- def self.build(context)
2646
- Aws::SageMaker::EndpointParameters.new(
2647
- region: context.config.region,
2648
- use_dual_stack: context.config.use_dualstack_endpoint,
2649
- use_fips: context.config.use_fips_endpoint,
2650
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2651
- )
2652
- end
2653
- end
2654
-
2655
- class ListMonitoringAlertHistory
2656
- def self.build(context)
2657
- Aws::SageMaker::EndpointParameters.new(
2658
- region: context.config.region,
2659
- use_dual_stack: context.config.use_dualstack_endpoint,
2660
- use_fips: context.config.use_fips_endpoint,
2661
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2662
- )
2663
- end
2664
- end
2665
-
2666
- class ListMonitoringAlerts
2667
- def self.build(context)
2668
- Aws::SageMaker::EndpointParameters.new(
2669
- region: context.config.region,
2670
- use_dual_stack: context.config.use_dualstack_endpoint,
2671
- use_fips: context.config.use_fips_endpoint,
2672
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2673
- )
2674
- end
2675
- end
2676
-
2677
- class ListMonitoringExecutions
2678
- def self.build(context)
2679
- Aws::SageMaker::EndpointParameters.new(
2680
- region: context.config.region,
2681
- use_dual_stack: context.config.use_dualstack_endpoint,
2682
- use_fips: context.config.use_fips_endpoint,
2683
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2684
- )
2685
- end
2686
- end
2687
-
2688
- class ListMonitoringSchedules
2689
- def self.build(context)
2690
- Aws::SageMaker::EndpointParameters.new(
2691
- region: context.config.region,
2692
- use_dual_stack: context.config.use_dualstack_endpoint,
2693
- use_fips: context.config.use_fips_endpoint,
2694
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2695
- )
2696
- end
2697
- end
2698
-
2699
- class ListNotebookInstanceLifecycleConfigs
2700
- def self.build(context)
2701
- Aws::SageMaker::EndpointParameters.new(
2702
- region: context.config.region,
2703
- use_dual_stack: context.config.use_dualstack_endpoint,
2704
- use_fips: context.config.use_fips_endpoint,
2705
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2706
- )
2707
- end
2708
- end
2709
-
2710
- class ListNotebookInstances
2711
- def self.build(context)
2712
- Aws::SageMaker::EndpointParameters.new(
2713
- region: context.config.region,
2714
- use_dual_stack: context.config.use_dualstack_endpoint,
2715
- use_fips: context.config.use_fips_endpoint,
2716
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2717
- )
2718
- end
2719
- end
2720
-
2721
- class ListOptimizationJobs
2722
- def self.build(context)
2723
- Aws::SageMaker::EndpointParameters.new(
2724
- region: context.config.region,
2725
- use_dual_stack: context.config.use_dualstack_endpoint,
2726
- use_fips: context.config.use_fips_endpoint,
2727
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2728
- )
2729
- end
2730
- end
2731
-
2732
- class ListPipelineExecutionSteps
2733
- def self.build(context)
2734
- Aws::SageMaker::EndpointParameters.new(
2735
- region: context.config.region,
2736
- use_dual_stack: context.config.use_dualstack_endpoint,
2737
- use_fips: context.config.use_fips_endpoint,
2738
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2739
- )
2740
- end
2741
- end
2742
-
2743
- class ListPipelineExecutions
2744
- def self.build(context)
2745
- Aws::SageMaker::EndpointParameters.new(
2746
- region: context.config.region,
2747
- use_dual_stack: context.config.use_dualstack_endpoint,
2748
- use_fips: context.config.use_fips_endpoint,
2749
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2750
- )
2751
- end
2752
- end
2753
-
2754
- class ListPipelineParametersForExecution
2755
- def self.build(context)
2756
- Aws::SageMaker::EndpointParameters.new(
2757
- region: context.config.region,
2758
- use_dual_stack: context.config.use_dualstack_endpoint,
2759
- use_fips: context.config.use_fips_endpoint,
2760
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2761
- )
2762
- end
2763
- end
2764
-
2765
- class ListPipelines
2766
- def self.build(context)
2767
- Aws::SageMaker::EndpointParameters.new(
2768
- region: context.config.region,
2769
- use_dual_stack: context.config.use_dualstack_endpoint,
2770
- use_fips: context.config.use_fips_endpoint,
2771
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2772
- )
2773
- end
2774
- end
2775
-
2776
- class ListProcessingJobs
2777
- def self.build(context)
2778
- Aws::SageMaker::EndpointParameters.new(
2779
- region: context.config.region,
2780
- use_dual_stack: context.config.use_dualstack_endpoint,
2781
- use_fips: context.config.use_fips_endpoint,
2782
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2783
- )
2784
- end
2785
- end
2786
-
2787
- class ListProjects
2788
- def self.build(context)
2789
- Aws::SageMaker::EndpointParameters.new(
2790
- region: context.config.region,
2791
- use_dual_stack: context.config.use_dualstack_endpoint,
2792
- use_fips: context.config.use_fips_endpoint,
2793
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2794
- )
2795
- end
2796
- end
2797
-
2798
- class ListResourceCatalogs
2799
- def self.build(context)
2800
- Aws::SageMaker::EndpointParameters.new(
2801
- region: context.config.region,
2802
- use_dual_stack: context.config.use_dualstack_endpoint,
2803
- use_fips: context.config.use_fips_endpoint,
2804
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2805
- )
2806
- end
2807
- end
2808
-
2809
- class ListSpaces
2810
- def self.build(context)
2811
- Aws::SageMaker::EndpointParameters.new(
2812
- region: context.config.region,
2813
- use_dual_stack: context.config.use_dualstack_endpoint,
2814
- use_fips: context.config.use_fips_endpoint,
2815
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2816
- )
2817
- end
2818
- end
2819
-
2820
- class ListStageDevices
2821
- def self.build(context)
2822
- Aws::SageMaker::EndpointParameters.new(
2823
- region: context.config.region,
2824
- use_dual_stack: context.config.use_dualstack_endpoint,
2825
- use_fips: context.config.use_fips_endpoint,
2826
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2827
- )
2828
- end
2829
- end
2830
-
2831
- class ListStudioLifecycleConfigs
2832
- def self.build(context)
2833
- Aws::SageMaker::EndpointParameters.new(
2834
- region: context.config.region,
2835
- use_dual_stack: context.config.use_dualstack_endpoint,
2836
- use_fips: context.config.use_fips_endpoint,
2837
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2838
- )
2839
- end
2840
- end
2841
-
2842
- class ListSubscribedWorkteams
2843
- def self.build(context)
2844
- Aws::SageMaker::EndpointParameters.new(
2845
- region: context.config.region,
2846
- use_dual_stack: context.config.use_dualstack_endpoint,
2847
- use_fips: context.config.use_fips_endpoint,
2848
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2849
- )
2850
- end
2851
- end
2852
-
2853
- class ListTags
2854
- def self.build(context)
2855
- Aws::SageMaker::EndpointParameters.new(
2856
- region: context.config.region,
2857
- use_dual_stack: context.config.use_dualstack_endpoint,
2858
- use_fips: context.config.use_fips_endpoint,
2859
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2860
- )
2861
- end
2862
- end
2863
-
2864
- class ListTrainingJobs
2865
- def self.build(context)
2866
- Aws::SageMaker::EndpointParameters.new(
2867
- region: context.config.region,
2868
- use_dual_stack: context.config.use_dualstack_endpoint,
2869
- use_fips: context.config.use_fips_endpoint,
2870
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2871
- )
2872
- end
2873
- end
2874
-
2875
- class ListTrainingJobsForHyperParameterTuningJob
2876
- def self.build(context)
2877
- Aws::SageMaker::EndpointParameters.new(
2878
- region: context.config.region,
2879
- use_dual_stack: context.config.use_dualstack_endpoint,
2880
- use_fips: context.config.use_fips_endpoint,
2881
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2882
- )
2883
- end
2884
- end
2885
-
2886
- class ListTransformJobs
2887
- def self.build(context)
2888
- Aws::SageMaker::EndpointParameters.new(
2889
- region: context.config.region,
2890
- use_dual_stack: context.config.use_dualstack_endpoint,
2891
- use_fips: context.config.use_fips_endpoint,
2892
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2893
- )
2894
- end
2895
- end
2896
-
2897
- class ListTrialComponents
2898
- def self.build(context)
2899
- Aws::SageMaker::EndpointParameters.new(
2900
- region: context.config.region,
2901
- use_dual_stack: context.config.use_dualstack_endpoint,
2902
- use_fips: context.config.use_fips_endpoint,
2903
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2904
- )
2905
- end
2906
- end
2907
-
2908
- class ListTrials
2909
- def self.build(context)
2910
- Aws::SageMaker::EndpointParameters.new(
2911
- region: context.config.region,
2912
- use_dual_stack: context.config.use_dualstack_endpoint,
2913
- use_fips: context.config.use_fips_endpoint,
2914
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2915
- )
2916
- end
2917
- end
2918
-
2919
- class ListUserProfiles
2920
- def self.build(context)
2921
- Aws::SageMaker::EndpointParameters.new(
2922
- region: context.config.region,
2923
- use_dual_stack: context.config.use_dualstack_endpoint,
2924
- use_fips: context.config.use_fips_endpoint,
2925
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2926
- )
2927
- end
2928
- end
2929
-
2930
- class ListWorkforces
2931
- def self.build(context)
2932
- Aws::SageMaker::EndpointParameters.new(
2933
- region: context.config.region,
2934
- use_dual_stack: context.config.use_dualstack_endpoint,
2935
- use_fips: context.config.use_fips_endpoint,
2936
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2937
- )
2938
- end
2939
- end
2940
-
2941
- class ListWorkteams
2942
- def self.build(context)
2943
- Aws::SageMaker::EndpointParameters.new(
2944
- region: context.config.region,
2945
- use_dual_stack: context.config.use_dualstack_endpoint,
2946
- use_fips: context.config.use_fips_endpoint,
2947
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2948
- )
2949
- end
2950
- end
2951
-
2952
- class PutModelPackageGroupPolicy
2953
- def self.build(context)
2954
- Aws::SageMaker::EndpointParameters.new(
2955
- region: context.config.region,
2956
- use_dual_stack: context.config.use_dualstack_endpoint,
2957
- use_fips: context.config.use_fips_endpoint,
2958
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2959
- )
2960
- end
2961
- end
2962
-
2963
- class QueryLineage
2964
- def self.build(context)
2965
- Aws::SageMaker::EndpointParameters.new(
2966
- region: context.config.region,
2967
- use_dual_stack: context.config.use_dualstack_endpoint,
2968
- use_fips: context.config.use_fips_endpoint,
2969
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2970
- )
2971
- end
2972
- end
2973
-
2974
- class RegisterDevices
2975
- def self.build(context)
2976
- Aws::SageMaker::EndpointParameters.new(
2977
- region: context.config.region,
2978
- use_dual_stack: context.config.use_dualstack_endpoint,
2979
- use_fips: context.config.use_fips_endpoint,
2980
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2981
- )
2982
- end
2983
- end
2984
-
2985
- class RenderUiTemplate
2986
- def self.build(context)
2987
- Aws::SageMaker::EndpointParameters.new(
2988
- region: context.config.region,
2989
- use_dual_stack: context.config.use_dualstack_endpoint,
2990
- use_fips: context.config.use_fips_endpoint,
2991
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
2992
- )
2993
- end
2994
- end
2995
-
2996
- class RetryPipelineExecution
2997
- def self.build(context)
2998
- Aws::SageMaker::EndpointParameters.new(
2999
- region: context.config.region,
3000
- use_dual_stack: context.config.use_dualstack_endpoint,
3001
- use_fips: context.config.use_fips_endpoint,
3002
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3003
- )
3004
- end
3005
- end
3006
-
3007
- class Search
3008
- def self.build(context)
3009
- Aws::SageMaker::EndpointParameters.new(
3010
- region: context.config.region,
3011
- use_dual_stack: context.config.use_dualstack_endpoint,
3012
- use_fips: context.config.use_fips_endpoint,
3013
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3014
- )
3015
- end
3016
- end
3017
-
3018
- class SendPipelineExecutionStepFailure
3019
- def self.build(context)
3020
- Aws::SageMaker::EndpointParameters.new(
3021
- region: context.config.region,
3022
- use_dual_stack: context.config.use_dualstack_endpoint,
3023
- use_fips: context.config.use_fips_endpoint,
3024
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3025
- )
3026
- end
3027
- end
3028
-
3029
- class SendPipelineExecutionStepSuccess
3030
- def self.build(context)
3031
- Aws::SageMaker::EndpointParameters.new(
3032
- region: context.config.region,
3033
- use_dual_stack: context.config.use_dualstack_endpoint,
3034
- use_fips: context.config.use_fips_endpoint,
3035
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3036
- )
3037
- end
3038
- end
3039
-
3040
- class StartEdgeDeploymentStage
3041
- def self.build(context)
3042
- Aws::SageMaker::EndpointParameters.new(
3043
- region: context.config.region,
3044
- use_dual_stack: context.config.use_dualstack_endpoint,
3045
- use_fips: context.config.use_fips_endpoint,
3046
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3047
- )
3048
- end
3049
- end
3050
-
3051
- class StartInferenceExperiment
3052
- def self.build(context)
3053
- Aws::SageMaker::EndpointParameters.new(
3054
- region: context.config.region,
3055
- use_dual_stack: context.config.use_dualstack_endpoint,
3056
- use_fips: context.config.use_fips_endpoint,
3057
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3058
- )
3059
- end
3060
- end
3061
-
3062
- class StartMlflowTrackingServer
3063
- def self.build(context)
3064
- Aws::SageMaker::EndpointParameters.new(
3065
- region: context.config.region,
3066
- use_dual_stack: context.config.use_dualstack_endpoint,
3067
- use_fips: context.config.use_fips_endpoint,
3068
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3069
- )
3070
- end
3071
- end
3072
-
3073
- class StartMonitoringSchedule
3074
- def self.build(context)
3075
- Aws::SageMaker::EndpointParameters.new(
3076
- region: context.config.region,
3077
- use_dual_stack: context.config.use_dualstack_endpoint,
3078
- use_fips: context.config.use_fips_endpoint,
3079
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3080
- )
3081
- end
3082
- end
3083
-
3084
- class StartNotebookInstance
3085
- def self.build(context)
3086
- Aws::SageMaker::EndpointParameters.new(
3087
- region: context.config.region,
3088
- use_dual_stack: context.config.use_dualstack_endpoint,
3089
- use_fips: context.config.use_fips_endpoint,
3090
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3091
- )
3092
- end
3093
- end
3094
-
3095
- class StartPipelineExecution
3096
- def self.build(context)
3097
- Aws::SageMaker::EndpointParameters.new(
3098
- region: context.config.region,
3099
- use_dual_stack: context.config.use_dualstack_endpoint,
3100
- use_fips: context.config.use_fips_endpoint,
3101
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3102
- )
3103
- end
3104
- end
3105
-
3106
- class StopAutoMLJob
3107
- def self.build(context)
3108
- Aws::SageMaker::EndpointParameters.new(
3109
- region: context.config.region,
3110
- use_dual_stack: context.config.use_dualstack_endpoint,
3111
- use_fips: context.config.use_fips_endpoint,
3112
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3113
- )
3114
- end
3115
- end
3116
-
3117
- class StopCompilationJob
3118
- def self.build(context)
3119
- Aws::SageMaker::EndpointParameters.new(
3120
- region: context.config.region,
3121
- use_dual_stack: context.config.use_dualstack_endpoint,
3122
- use_fips: context.config.use_fips_endpoint,
3123
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3124
- )
3125
- end
3126
- end
3127
-
3128
- class StopEdgeDeploymentStage
3129
- def self.build(context)
3130
- Aws::SageMaker::EndpointParameters.new(
3131
- region: context.config.region,
3132
- use_dual_stack: context.config.use_dualstack_endpoint,
3133
- use_fips: context.config.use_fips_endpoint,
3134
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3135
- )
3136
- end
3137
- end
3138
-
3139
- class StopEdgePackagingJob
3140
- def self.build(context)
3141
- Aws::SageMaker::EndpointParameters.new(
3142
- region: context.config.region,
3143
- use_dual_stack: context.config.use_dualstack_endpoint,
3144
- use_fips: context.config.use_fips_endpoint,
3145
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3146
- )
3147
- end
3148
- end
3149
-
3150
- class StopHyperParameterTuningJob
3151
- def self.build(context)
3152
- Aws::SageMaker::EndpointParameters.new(
3153
- region: context.config.region,
3154
- use_dual_stack: context.config.use_dualstack_endpoint,
3155
- use_fips: context.config.use_fips_endpoint,
3156
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3157
- )
3158
- end
3159
- end
3160
-
3161
- class StopInferenceExperiment
3162
- def self.build(context)
3163
- Aws::SageMaker::EndpointParameters.new(
3164
- region: context.config.region,
3165
- use_dual_stack: context.config.use_dualstack_endpoint,
3166
- use_fips: context.config.use_fips_endpoint,
3167
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3168
- )
3169
- end
3170
- end
3171
-
3172
- class StopInferenceRecommendationsJob
3173
- def self.build(context)
3174
- Aws::SageMaker::EndpointParameters.new(
3175
- region: context.config.region,
3176
- use_dual_stack: context.config.use_dualstack_endpoint,
3177
- use_fips: context.config.use_fips_endpoint,
3178
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3179
- )
3180
- end
3181
- end
3182
-
3183
- class StopLabelingJob
3184
- def self.build(context)
3185
- Aws::SageMaker::EndpointParameters.new(
3186
- region: context.config.region,
3187
- use_dual_stack: context.config.use_dualstack_endpoint,
3188
- use_fips: context.config.use_fips_endpoint,
3189
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3190
- )
3191
- end
3192
- end
3193
-
3194
- class StopMlflowTrackingServer
3195
- def self.build(context)
3196
- Aws::SageMaker::EndpointParameters.new(
3197
- region: context.config.region,
3198
- use_dual_stack: context.config.use_dualstack_endpoint,
3199
- use_fips: context.config.use_fips_endpoint,
3200
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3201
- )
3202
- end
3203
- end
3204
-
3205
- class StopMonitoringSchedule
3206
- def self.build(context)
3207
- Aws::SageMaker::EndpointParameters.new(
3208
- region: context.config.region,
3209
- use_dual_stack: context.config.use_dualstack_endpoint,
3210
- use_fips: context.config.use_fips_endpoint,
3211
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3212
- )
3213
- end
3214
- end
3215
-
3216
- class StopNotebookInstance
3217
- def self.build(context)
3218
- Aws::SageMaker::EndpointParameters.new(
3219
- region: context.config.region,
3220
- use_dual_stack: context.config.use_dualstack_endpoint,
3221
- use_fips: context.config.use_fips_endpoint,
3222
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3223
- )
3224
- end
3225
- end
3226
-
3227
- class StopOptimizationJob
3228
- def self.build(context)
3229
- Aws::SageMaker::EndpointParameters.new(
3230
- region: context.config.region,
3231
- use_dual_stack: context.config.use_dualstack_endpoint,
3232
- use_fips: context.config.use_fips_endpoint,
3233
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3234
- )
3235
- end
3236
- end
3237
-
3238
- class StopPipelineExecution
3239
- def self.build(context)
3240
- Aws::SageMaker::EndpointParameters.new(
3241
- region: context.config.region,
3242
- use_dual_stack: context.config.use_dualstack_endpoint,
3243
- use_fips: context.config.use_fips_endpoint,
3244
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3245
- )
3246
- end
3247
- end
3248
-
3249
- class StopProcessingJob
3250
- def self.build(context)
3251
- Aws::SageMaker::EndpointParameters.new(
3252
- region: context.config.region,
3253
- use_dual_stack: context.config.use_dualstack_endpoint,
3254
- use_fips: context.config.use_fips_endpoint,
3255
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3256
- )
3257
- end
3258
- end
3259
-
3260
- class StopTrainingJob
3261
- def self.build(context)
3262
- Aws::SageMaker::EndpointParameters.new(
3263
- region: context.config.region,
3264
- use_dual_stack: context.config.use_dualstack_endpoint,
3265
- use_fips: context.config.use_fips_endpoint,
3266
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3267
- )
3268
- end
3269
- end
3270
-
3271
- class StopTransformJob
3272
- def self.build(context)
3273
- Aws::SageMaker::EndpointParameters.new(
3274
- region: context.config.region,
3275
- use_dual_stack: context.config.use_dualstack_endpoint,
3276
- use_fips: context.config.use_fips_endpoint,
3277
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3278
- )
3279
- end
3280
- end
3281
-
3282
- class UpdateAction
3283
- def self.build(context)
3284
- Aws::SageMaker::EndpointParameters.new(
3285
- region: context.config.region,
3286
- use_dual_stack: context.config.use_dualstack_endpoint,
3287
- use_fips: context.config.use_fips_endpoint,
3288
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3289
- )
3290
- end
3291
- end
3292
-
3293
- class UpdateAppImageConfig
3294
- def self.build(context)
3295
- Aws::SageMaker::EndpointParameters.new(
3296
- region: context.config.region,
3297
- use_dual_stack: context.config.use_dualstack_endpoint,
3298
- use_fips: context.config.use_fips_endpoint,
3299
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3300
- )
3301
- end
3302
- end
3303
-
3304
- class UpdateArtifact
3305
- def self.build(context)
3306
- Aws::SageMaker::EndpointParameters.new(
3307
- region: context.config.region,
3308
- use_dual_stack: context.config.use_dualstack_endpoint,
3309
- use_fips: context.config.use_fips_endpoint,
3310
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3311
- )
3312
- end
3313
- end
3314
-
3315
- class UpdateCluster
3316
- def self.build(context)
3317
- Aws::SageMaker::EndpointParameters.new(
3318
- region: context.config.region,
3319
- use_dual_stack: context.config.use_dualstack_endpoint,
3320
- use_fips: context.config.use_fips_endpoint,
3321
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3322
- )
3323
- end
3324
- end
3325
-
3326
- class UpdateClusterSoftware
3327
- def self.build(context)
3328
- Aws::SageMaker::EndpointParameters.new(
3329
- region: context.config.region,
3330
- use_dual_stack: context.config.use_dualstack_endpoint,
3331
- use_fips: context.config.use_fips_endpoint,
3332
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3333
- )
3334
- end
3335
- end
3336
-
3337
- class UpdateCodeRepository
3338
- def self.build(context)
3339
- Aws::SageMaker::EndpointParameters.new(
3340
- region: context.config.region,
3341
- use_dual_stack: context.config.use_dualstack_endpoint,
3342
- use_fips: context.config.use_fips_endpoint,
3343
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3344
- )
3345
- end
3346
- end
3347
-
3348
- class UpdateContext
3349
- def self.build(context)
3350
- Aws::SageMaker::EndpointParameters.new(
3351
- region: context.config.region,
3352
- use_dual_stack: context.config.use_dualstack_endpoint,
3353
- use_fips: context.config.use_fips_endpoint,
3354
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3355
- )
3356
- end
3357
- end
3358
-
3359
- class UpdateDeviceFleet
3360
- def self.build(context)
3361
- Aws::SageMaker::EndpointParameters.new(
3362
- region: context.config.region,
3363
- use_dual_stack: context.config.use_dualstack_endpoint,
3364
- use_fips: context.config.use_fips_endpoint,
3365
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3366
- )
3367
- end
3368
- end
3369
-
3370
- class UpdateDevices
3371
- def self.build(context)
3372
- Aws::SageMaker::EndpointParameters.new(
3373
- region: context.config.region,
3374
- use_dual_stack: context.config.use_dualstack_endpoint,
3375
- use_fips: context.config.use_fips_endpoint,
3376
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3377
- )
3378
- end
3379
- end
3380
-
3381
- class UpdateDomain
3382
- def self.build(context)
3383
- Aws::SageMaker::EndpointParameters.new(
3384
- region: context.config.region,
3385
- use_dual_stack: context.config.use_dualstack_endpoint,
3386
- use_fips: context.config.use_fips_endpoint,
3387
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3388
- )
3389
- end
3390
- end
3391
-
3392
- class UpdateEndpoint
3393
- def self.build(context)
3394
- Aws::SageMaker::EndpointParameters.new(
3395
- region: context.config.region,
3396
- use_dual_stack: context.config.use_dualstack_endpoint,
3397
- use_fips: context.config.use_fips_endpoint,
3398
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3399
- )
3400
- end
3401
- end
3402
-
3403
- class UpdateEndpointWeightsAndCapacities
3404
- def self.build(context)
3405
- Aws::SageMaker::EndpointParameters.new(
3406
- region: context.config.region,
3407
- use_dual_stack: context.config.use_dualstack_endpoint,
3408
- use_fips: context.config.use_fips_endpoint,
3409
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3410
- )
3411
- end
3412
- end
3413
-
3414
- class UpdateExperiment
3415
- def self.build(context)
3416
- Aws::SageMaker::EndpointParameters.new(
3417
- region: context.config.region,
3418
- use_dual_stack: context.config.use_dualstack_endpoint,
3419
- use_fips: context.config.use_fips_endpoint,
3420
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3421
- )
3422
- end
3423
- end
3424
-
3425
- class UpdateFeatureGroup
3426
- def self.build(context)
3427
- Aws::SageMaker::EndpointParameters.new(
3428
- region: context.config.region,
3429
- use_dual_stack: context.config.use_dualstack_endpoint,
3430
- use_fips: context.config.use_fips_endpoint,
3431
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3432
- )
3433
- end
3434
- end
3435
-
3436
- class UpdateFeatureMetadata
3437
- def self.build(context)
3438
- Aws::SageMaker::EndpointParameters.new(
3439
- region: context.config.region,
3440
- use_dual_stack: context.config.use_dualstack_endpoint,
3441
- use_fips: context.config.use_fips_endpoint,
3442
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3443
- )
3444
- end
3445
- end
3446
-
3447
- class UpdateHub
3448
- def self.build(context)
3449
- Aws::SageMaker::EndpointParameters.new(
3450
- region: context.config.region,
3451
- use_dual_stack: context.config.use_dualstack_endpoint,
3452
- use_fips: context.config.use_fips_endpoint,
3453
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3454
- )
3455
- end
3456
- end
3457
-
3458
- class UpdateImage
3459
- def self.build(context)
3460
- Aws::SageMaker::EndpointParameters.new(
3461
- region: context.config.region,
3462
- use_dual_stack: context.config.use_dualstack_endpoint,
3463
- use_fips: context.config.use_fips_endpoint,
3464
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3465
- )
3466
- end
3467
- end
3468
-
3469
- class UpdateImageVersion
3470
- def self.build(context)
3471
- Aws::SageMaker::EndpointParameters.new(
3472
- region: context.config.region,
3473
- use_dual_stack: context.config.use_dualstack_endpoint,
3474
- use_fips: context.config.use_fips_endpoint,
3475
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3476
- )
3477
- end
3478
- end
3479
-
3480
- class UpdateInferenceComponent
3481
- def self.build(context)
3482
- Aws::SageMaker::EndpointParameters.new(
3483
- region: context.config.region,
3484
- use_dual_stack: context.config.use_dualstack_endpoint,
3485
- use_fips: context.config.use_fips_endpoint,
3486
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3487
- )
3488
- end
3489
- end
3490
-
3491
- class UpdateInferenceComponentRuntimeConfig
3492
- def self.build(context)
3493
- Aws::SageMaker::EndpointParameters.new(
3494
- region: context.config.region,
3495
- use_dual_stack: context.config.use_dualstack_endpoint,
3496
- use_fips: context.config.use_fips_endpoint,
3497
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3498
- )
3499
- end
3500
- end
3501
-
3502
- class UpdateInferenceExperiment
3503
- def self.build(context)
3504
- Aws::SageMaker::EndpointParameters.new(
3505
- region: context.config.region,
3506
- use_dual_stack: context.config.use_dualstack_endpoint,
3507
- use_fips: context.config.use_fips_endpoint,
3508
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3509
- )
3510
- end
3511
- end
3512
-
3513
- class UpdateMlflowTrackingServer
3514
- def self.build(context)
3515
- Aws::SageMaker::EndpointParameters.new(
3516
- region: context.config.region,
3517
- use_dual_stack: context.config.use_dualstack_endpoint,
3518
- use_fips: context.config.use_fips_endpoint,
3519
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3520
- )
3521
- end
3522
- end
3523
-
3524
- class UpdateModelCard
3525
- def self.build(context)
3526
- Aws::SageMaker::EndpointParameters.new(
3527
- region: context.config.region,
3528
- use_dual_stack: context.config.use_dualstack_endpoint,
3529
- use_fips: context.config.use_fips_endpoint,
3530
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3531
- )
3532
- end
3533
- end
3534
-
3535
- class UpdateModelPackage
3536
- def self.build(context)
3537
- Aws::SageMaker::EndpointParameters.new(
3538
- region: context.config.region,
3539
- use_dual_stack: context.config.use_dualstack_endpoint,
3540
- use_fips: context.config.use_fips_endpoint,
3541
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3542
- )
3543
- end
3544
- end
3545
-
3546
- class UpdateMonitoringAlert
3547
- def self.build(context)
3548
- Aws::SageMaker::EndpointParameters.new(
3549
- region: context.config.region,
3550
- use_dual_stack: context.config.use_dualstack_endpoint,
3551
- use_fips: context.config.use_fips_endpoint,
3552
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3553
- )
3554
- end
3555
- end
3556
-
3557
- class UpdateMonitoringSchedule
3558
- def self.build(context)
3559
- Aws::SageMaker::EndpointParameters.new(
3560
- region: context.config.region,
3561
- use_dual_stack: context.config.use_dualstack_endpoint,
3562
- use_fips: context.config.use_fips_endpoint,
3563
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3564
- )
3565
- end
3566
- end
3567
-
3568
- class UpdateNotebookInstance
3569
- def self.build(context)
3570
- Aws::SageMaker::EndpointParameters.new(
3571
- region: context.config.region,
3572
- use_dual_stack: context.config.use_dualstack_endpoint,
3573
- use_fips: context.config.use_fips_endpoint,
3574
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3575
- )
3576
- end
3577
- end
3578
-
3579
- class UpdateNotebookInstanceLifecycleConfig
3580
- def self.build(context)
3581
- Aws::SageMaker::EndpointParameters.new(
3582
- region: context.config.region,
3583
- use_dual_stack: context.config.use_dualstack_endpoint,
3584
- use_fips: context.config.use_fips_endpoint,
3585
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3586
- )
3587
- end
3588
- end
3589
-
3590
- class UpdatePipeline
3591
- def self.build(context)
3592
- Aws::SageMaker::EndpointParameters.new(
3593
- region: context.config.region,
3594
- use_dual_stack: context.config.use_dualstack_endpoint,
3595
- use_fips: context.config.use_fips_endpoint,
3596
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3597
- )
3598
- end
3599
- end
3600
-
3601
- class UpdatePipelineExecution
3602
- def self.build(context)
3603
- Aws::SageMaker::EndpointParameters.new(
3604
- region: context.config.region,
3605
- use_dual_stack: context.config.use_dualstack_endpoint,
3606
- use_fips: context.config.use_fips_endpoint,
3607
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3608
- )
3609
- end
3610
- end
3611
-
3612
- class UpdateProject
3613
- def self.build(context)
3614
- Aws::SageMaker::EndpointParameters.new(
3615
- region: context.config.region,
3616
- use_dual_stack: context.config.use_dualstack_endpoint,
3617
- use_fips: context.config.use_fips_endpoint,
3618
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3619
- )
3620
- end
3621
- end
3622
-
3623
- class UpdateSpace
3624
- def self.build(context)
3625
- Aws::SageMaker::EndpointParameters.new(
3626
- region: context.config.region,
3627
- use_dual_stack: context.config.use_dualstack_endpoint,
3628
- use_fips: context.config.use_fips_endpoint,
3629
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3630
- )
3631
- end
3632
- end
3633
-
3634
- class UpdateTrainingJob
3635
- def self.build(context)
3636
- Aws::SageMaker::EndpointParameters.new(
3637
- region: context.config.region,
3638
- use_dual_stack: context.config.use_dualstack_endpoint,
3639
- use_fips: context.config.use_fips_endpoint,
3640
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3641
- )
3642
- end
3643
- end
3644
-
3645
- class UpdateTrial
3646
- def self.build(context)
3647
- Aws::SageMaker::EndpointParameters.new(
3648
- region: context.config.region,
3649
- use_dual_stack: context.config.use_dualstack_endpoint,
3650
- use_fips: context.config.use_fips_endpoint,
3651
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3652
- )
3653
- end
3654
- end
3655
-
3656
- class UpdateTrialComponent
3657
- def self.build(context)
3658
- Aws::SageMaker::EndpointParameters.new(
3659
- region: context.config.region,
3660
- use_dual_stack: context.config.use_dualstack_endpoint,
3661
- use_fips: context.config.use_fips_endpoint,
3662
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3663
- )
3664
- end
3665
- end
3666
-
3667
- class UpdateUserProfile
3668
- def self.build(context)
3669
- Aws::SageMaker::EndpointParameters.new(
3670
- region: context.config.region,
3671
- use_dual_stack: context.config.use_dualstack_endpoint,
3672
- use_fips: context.config.use_fips_endpoint,
3673
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3674
- )
3675
- end
3676
- end
3677
-
3678
- class UpdateWorkforce
3679
- def self.build(context)
3680
- Aws::SageMaker::EndpointParameters.new(
3681
- region: context.config.region,
3682
- use_dual_stack: context.config.use_dualstack_endpoint,
3683
- use_fips: context.config.use_fips_endpoint,
3684
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3685
- )
3686
- end
3687
- end
3688
15
 
3689
- class UpdateWorkteam
3690
- def self.build(context)
3691
- Aws::SageMaker::EndpointParameters.new(
3692
- region: context.config.region,
3693
- use_dual_stack: context.config.use_dualstack_endpoint,
3694
- use_fips: context.config.use_fips_endpoint,
3695
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
3696
- )
3697
- end
16
+ def self.parameters_for_operation(context)
17
+ Aws::SageMaker::EndpointParameters.create(context.config)
3698
18
  end
3699
-
3700
19
  end
3701
20
  end