@aws-sdk/client-sagemaker 3.231.0 → 3.232.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/commands/DescribeAppCommand.js +2 -1
  2. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +1 -2
  3. package/dist-cjs/commands/UpdateImageCommand.js +2 -1
  4. package/dist-cjs/endpoint/ruleset.js +0 -9
  5. package/dist-cjs/models/models_1.js +10 -10
  6. package/dist-cjs/models/models_2.js +9 -9
  7. package/dist-cjs/models/models_3.js +10 -10
  8. package/dist-cjs/models/models_4.js +5 -1
  9. package/dist-cjs/protocols/Aws_json1_1.js +58 -0
  10. package/dist-es/commands/DescribeAppCommand.js +2 -1
  11. package/dist-es/commands/ListCodeRepositoriesCommand.js +1 -2
  12. package/dist-es/commands/UpdateImageCommand.js +2 -1
  13. package/dist-es/endpoint/ruleset.js +0 -9
  14. package/dist-es/models/models_1.js +3 -3
  15. package/dist-es/models/models_2.js +3 -3
  16. package/dist-es/models/models_3.js +3 -3
  17. package/dist-es/models/models_4.js +3 -0
  18. package/dist-es/protocols/Aws_json1_1.js +58 -0
  19. package/dist-types/SageMaker.d.ts +166 -181
  20. package/dist-types/SageMakerClient.d.ts +4 -4
  21. package/dist-types/commands/AddTagsCommand.d.ts +5 -5
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +9 -9
  24. package/dist-types/commands/CreateDomainCommand.d.ts +0 -2
  25. package/dist-types/commands/CreateEndpointCommand.d.ts +22 -24
  26. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +6 -6
  27. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -2
  29. package/dist-types/commands/CreateLabelingJobCommand.d.ts +9 -9
  30. package/dist-types/commands/CreateModelCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateModelPackageCommand.d.ts +7 -7
  32. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +10 -12
  33. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +5 -5
  34. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -4
  35. package/dist-types/commands/CreateTrainingJobCommand.d.ts +20 -21
  36. package/dist-types/commands/CreateTransformJobCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -4
  38. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteTagsCommand.d.ts +5 -5
  45. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -2
  46. package/dist-types/commands/DescribeAppCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeWorkforceCommand.d.ts +2 -2
  52. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -2
  53. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -2
  55. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  56. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  57. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  58. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +0 -2
  59. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  60. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateImageCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateWorkforceCommand.d.ts +10 -12
  65. package/dist-types/models/models_0.d.ts +698 -706
  66. package/dist-types/models/models_1.d.ts +1112 -1191
  67. package/dist-types/models/models_2.d.ts +377 -336
  68. package/dist-types/models/models_3.d.ts +151 -112
  69. package/dist-types/models/models_4.d.ts +26 -11
  70. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/models/models_1.d.ts +8 -19
  74. package/dist-types/ts3.4/models/models_2.d.ts +19 -16
  75. package/dist-types/ts3.4/models/models_3.d.ts +16 -6
  76. package/dist-types/ts3.4/models/models_4.d.ts +6 -0
  77. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
- import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, DataCatalogConfig, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, FeatureDefinition, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, S3StorageConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, DataCatalogConfig, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, FeatureDefinition, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, S3StorageConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
3
3
  export declare enum TableFormat {
4
4
  GLUE = "Glue",
5
5
  ICEBERG = "Iceberg"
@@ -28,7 +28,7 @@ export interface OfflineStoreConfig {
28
28
  */
29
29
  DataCatalogConfig?: DataCatalogConfig;
30
30
  /**
31
- * <p>Format for the offline store feature group. <code>Iceberg</code> is the optimal format for feature groups shared between offline and online stores.</p>
31
+ * <p>Format for the offline store table. Supported formats are Glue (Default) and <a href="https://iceberg.apache.org/">Apache Iceberg</a>.</p>
32
32
  */
33
33
  TableFormat?: TableFormat | string;
34
34
  }
@@ -233,6 +233,9 @@ export interface CreateFeatureGroupRequest {
233
233
  * Amazon Web Services KMS key. By defining your <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html">bucket-level key</a> for SSE,
234
234
  * you can reduce Amazon Web Services KMS requests costs by up to 99 percent.</p>
235
235
  * </li>
236
+ * <li>
237
+ * <p>Format for the offline store table. Supported formats are Glue (Default) and <a href="https://iceberg.apache.org/">Apache Iceberg</a>.</p>
238
+ * </li>
236
239
  * </ul>
237
240
  * <p>To learn more about this parameter, see <a>OfflineStoreConfig</a>.</p>
238
241
  */
@@ -300,305 +303,305 @@ export interface USD {
300
303
  }
301
304
  /**
302
305
  * <p>Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. </p>
303
- * <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and
306
+ * <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and
304
307
  * should be based on the complexity of the task; the longer it takes in your initial
305
308
  * testing, the more you should offer.</p>
306
- * <ul>
309
+ * <ul>
307
310
  * <li>
308
- * <p>0.036</p>
311
+ * <p>0.036</p>
309
312
  * </li>
310
313
  * <li>
311
- * <p>0.048</p>
314
+ * <p>0.048</p>
312
315
  * </li>
313
316
  * <li>
314
- * <p>0.060</p>
317
+ * <p>0.060</p>
315
318
  * </li>
316
319
  * <li>
317
- * <p>0.072</p>
320
+ * <p>0.072</p>
318
321
  * </li>
319
322
  * <li>
320
- * <p>0.120</p>
323
+ * <p>0.120</p>
321
324
  * </li>
322
325
  * <li>
323
- * <p>0.240</p>
326
+ * <p>0.240</p>
324
327
  * </li>
325
328
  * <li>
326
- * <p>0.360</p>
329
+ * <p>0.360</p>
327
330
  * </li>
328
331
  * <li>
329
- * <p>0.480</p>
332
+ * <p>0.480</p>
330
333
  * </li>
331
334
  * <li>
332
- * <p>0.600</p>
335
+ * <p>0.600</p>
333
336
  * </li>
334
337
  * <li>
335
- * <p>0.720</p>
338
+ * <p>0.720</p>
336
339
  * </li>
337
340
  * <li>
338
- * <p>0.840</p>
341
+ * <p>0.840</p>
339
342
  * </li>
340
343
  * <li>
341
- * <p>0.960</p>
344
+ * <p>0.960</p>
342
345
  * </li>
343
346
  * <li>
344
- * <p>1.080</p>
347
+ * <p>1.080</p>
345
348
  * </li>
346
349
  * <li>
347
- * <p>1.200</p>
350
+ * <p>1.200</p>
348
351
  * </li>
349
352
  * </ul>
350
- * <p>Use one of the following prices for image classification, text classification, and
353
+ * <p>Use one of the following prices for image classification, text classification, and
351
354
  * custom tasks. Prices are in US dollars.</p>
352
- * <ul>
355
+ * <ul>
353
356
  * <li>
354
- * <p>0.012</p>
357
+ * <p>0.012</p>
355
358
  * </li>
356
359
  * <li>
357
- * <p>0.024</p>
360
+ * <p>0.024</p>
358
361
  * </li>
359
362
  * <li>
360
- * <p>0.036</p>
363
+ * <p>0.036</p>
361
364
  * </li>
362
365
  * <li>
363
- * <p>0.048</p>
366
+ * <p>0.048</p>
364
367
  * </li>
365
368
  * <li>
366
- * <p>0.060</p>
369
+ * <p>0.060</p>
367
370
  * </li>
368
371
  * <li>
369
- * <p>0.072</p>
372
+ * <p>0.072</p>
370
373
  * </li>
371
374
  * <li>
372
- * <p>0.120</p>
375
+ * <p>0.120</p>
373
376
  * </li>
374
377
  * <li>
375
- * <p>0.240</p>
378
+ * <p>0.240</p>
376
379
  * </li>
377
380
  * <li>
378
- * <p>0.360</p>
381
+ * <p>0.360</p>
379
382
  * </li>
380
383
  * <li>
381
- * <p>0.480</p>
384
+ * <p>0.480</p>
382
385
  * </li>
383
386
  * <li>
384
- * <p>0.600</p>
387
+ * <p>0.600</p>
385
388
  * </li>
386
389
  * <li>
387
- * <p>0.720</p>
390
+ * <p>0.720</p>
388
391
  * </li>
389
392
  * <li>
390
- * <p>0.840</p>
393
+ * <p>0.840</p>
391
394
  * </li>
392
395
  * <li>
393
- * <p>0.960</p>
396
+ * <p>0.960</p>
394
397
  * </li>
395
398
  * <li>
396
- * <p>1.080</p>
399
+ * <p>1.080</p>
397
400
  * </li>
398
401
  * <li>
399
- * <p>1.200</p>
402
+ * <p>1.200</p>
400
403
  * </li>
401
404
  * </ul>
402
- * <p>Use one of the following prices for semantic segmentation tasks. Prices are in US
405
+ * <p>Use one of the following prices for semantic segmentation tasks. Prices are in US
403
406
  * dollars.</p>
404
- * <ul>
407
+ * <ul>
405
408
  * <li>
406
- * <p>0.840</p>
409
+ * <p>0.840</p>
407
410
  * </li>
408
411
  * <li>
409
- * <p>0.960</p>
412
+ * <p>0.960</p>
410
413
  * </li>
411
414
  * <li>
412
- * <p>1.080</p>
415
+ * <p>1.080</p>
413
416
  * </li>
414
417
  * <li>
415
- * <p>1.200</p>
418
+ * <p>1.200</p>
416
419
  * </li>
417
420
  * </ul>
418
- * <p>Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon
421
+ * <p>Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon
419
422
  * Augmented AI review tasks. Prices are in US dollars.</p>
420
- * <ul>
423
+ * <ul>
421
424
  * <li>
422
- * <p>2.400 </p>
425
+ * <p>2.400 </p>
423
426
  * </li>
424
427
  * <li>
425
- * <p>2.280 </p>
428
+ * <p>2.280 </p>
426
429
  * </li>
427
430
  * <li>
428
- * <p>2.160 </p>
431
+ * <p>2.160 </p>
429
432
  * </li>
430
433
  * <li>
431
- * <p>2.040 </p>
434
+ * <p>2.040 </p>
432
435
  * </li>
433
436
  * <li>
434
- * <p>1.920 </p>
437
+ * <p>1.920 </p>
435
438
  * </li>
436
439
  * <li>
437
- * <p>1.800 </p>
440
+ * <p>1.800 </p>
438
441
  * </li>
439
442
  * <li>
440
- * <p>1.680 </p>
443
+ * <p>1.680 </p>
441
444
  * </li>
442
445
  * <li>
443
- * <p>1.560 </p>
446
+ * <p>1.560 </p>
444
447
  * </li>
445
448
  * <li>
446
- * <p>1.440 </p>
449
+ * <p>1.440 </p>
447
450
  * </li>
448
451
  * <li>
449
- * <p>1.320 </p>
452
+ * <p>1.320 </p>
450
453
  * </li>
451
454
  * <li>
452
- * <p>1.200 </p>
455
+ * <p>1.200 </p>
453
456
  * </li>
454
457
  * <li>
455
- * <p>1.080 </p>
458
+ * <p>1.080 </p>
456
459
  * </li>
457
460
  * <li>
458
- * <p>0.960 </p>
461
+ * <p>0.960 </p>
459
462
  * </li>
460
463
  * <li>
461
- * <p>0.840 </p>
464
+ * <p>0.840 </p>
462
465
  * </li>
463
466
  * <li>
464
- * <p>0.720 </p>
467
+ * <p>0.720 </p>
465
468
  * </li>
466
469
  * <li>
467
- * <p>0.600 </p>
470
+ * <p>0.600 </p>
468
471
  * </li>
469
472
  * <li>
470
- * <p>0.480 </p>
473
+ * <p>0.480 </p>
471
474
  * </li>
472
475
  * <li>
473
- * <p>0.360 </p>
476
+ * <p>0.360 </p>
474
477
  * </li>
475
478
  * <li>
476
- * <p>0.240 </p>
479
+ * <p>0.240 </p>
477
480
  * </li>
478
481
  * <li>
479
- * <p>0.120 </p>
482
+ * <p>0.120 </p>
480
483
  * </li>
481
484
  * <li>
482
- * <p>0.072 </p>
485
+ * <p>0.072 </p>
483
486
  * </li>
484
487
  * <li>
485
- * <p>0.060 </p>
488
+ * <p>0.060 </p>
486
489
  * </li>
487
490
  * <li>
488
- * <p>0.048 </p>
491
+ * <p>0.048 </p>
489
492
  * </li>
490
493
  * <li>
491
- * <p>0.036 </p>
494
+ * <p>0.036 </p>
492
495
  * </li>
493
496
  * <li>
494
- * <p>0.024 </p>
497
+ * <p>0.024 </p>
495
498
  * </li>
496
499
  * <li>
497
- * <p>0.012 </p>
500
+ * <p>0.012 </p>
498
501
  * </li>
499
502
  * </ul>
500
- * <p>Use one of the following prices for Rekognition DetectModerationLabels Amazon
503
+ * <p>Use one of the following prices for Rekognition DetectModerationLabels Amazon
501
504
  * Augmented AI review tasks. Prices are in US dollars.</p>
502
- * <ul>
505
+ * <ul>
503
506
  * <li>
504
- * <p>1.200 </p>
507
+ * <p>1.200 </p>
505
508
  * </li>
506
509
  * <li>
507
- * <p>1.080 </p>
510
+ * <p>1.080 </p>
508
511
  * </li>
509
512
  * <li>
510
- * <p>0.960 </p>
513
+ * <p>0.960 </p>
511
514
  * </li>
512
515
  * <li>
513
- * <p>0.840 </p>
516
+ * <p>0.840 </p>
514
517
  * </li>
515
518
  * <li>
516
- * <p>0.720 </p>
519
+ * <p>0.720 </p>
517
520
  * </li>
518
521
  * <li>
519
- * <p>0.600 </p>
522
+ * <p>0.600 </p>
520
523
  * </li>
521
524
  * <li>
522
- * <p>0.480 </p>
525
+ * <p>0.480 </p>
523
526
  * </li>
524
527
  * <li>
525
- * <p>0.360 </p>
528
+ * <p>0.360 </p>
526
529
  * </li>
527
530
  * <li>
528
- * <p>0.240 </p>
531
+ * <p>0.240 </p>
529
532
  * </li>
530
533
  * <li>
531
- * <p>0.120 </p>
534
+ * <p>0.120 </p>
532
535
  * </li>
533
536
  * <li>
534
- * <p>0.072 </p>
537
+ * <p>0.072 </p>
535
538
  * </li>
536
539
  * <li>
537
- * <p>0.060 </p>
540
+ * <p>0.060 </p>
538
541
  * </li>
539
542
  * <li>
540
- * <p>0.048 </p>
543
+ * <p>0.048 </p>
541
544
  * </li>
542
545
  * <li>
543
- * <p>0.036 </p>
546
+ * <p>0.036 </p>
544
547
  * </li>
545
548
  * <li>
546
- * <p>0.024 </p>
549
+ * <p>0.024 </p>
547
550
  * </li>
548
551
  * <li>
549
- * <p>0.012 </p>
552
+ * <p>0.012 </p>
550
553
  * </li>
551
554
  * </ul>
552
- * <p>Use one of the following prices for Amazon Augmented AI custom human review tasks.
555
+ * <p>Use one of the following prices for Amazon Augmented AI custom human review tasks.
553
556
  * Prices are in US dollars.</p>
554
- * <ul>
557
+ * <ul>
555
558
  * <li>
556
- * <p>1.200 </p>
559
+ * <p>1.200 </p>
557
560
  * </li>
558
561
  * <li>
559
- * <p>1.080 </p>
562
+ * <p>1.080 </p>
560
563
  * </li>
561
564
  * <li>
562
- * <p>0.960 </p>
565
+ * <p>0.960 </p>
563
566
  * </li>
564
567
  * <li>
565
- * <p>0.840 </p>
568
+ * <p>0.840 </p>
566
569
  * </li>
567
570
  * <li>
568
- * <p>0.720 </p>
571
+ * <p>0.720 </p>
569
572
  * </li>
570
573
  * <li>
571
- * <p>0.600 </p>
574
+ * <p>0.600 </p>
572
575
  * </li>
573
576
  * <li>
574
- * <p>0.480 </p>
577
+ * <p>0.480 </p>
575
578
  * </li>
576
579
  * <li>
577
- * <p>0.360 </p>
580
+ * <p>0.360 </p>
578
581
  * </li>
579
582
  * <li>
580
- * <p>0.240 </p>
583
+ * <p>0.240 </p>
581
584
  * </li>
582
585
  * <li>
583
- * <p>0.120 </p>
586
+ * <p>0.120 </p>
584
587
  * </li>
585
588
  * <li>
586
- * <p>0.072 </p>
589
+ * <p>0.072 </p>
587
590
  * </li>
588
591
  * <li>
589
- * <p>0.060 </p>
592
+ * <p>0.060 </p>
590
593
  * </li>
591
594
  * <li>
592
- * <p>0.048 </p>
595
+ * <p>0.048 </p>
593
596
  * </li>
594
597
  * <li>
595
- * <p>0.036 </p>
598
+ * <p>0.036 </p>
596
599
  * </li>
597
600
  * <li>
598
- * <p>0.024 </p>
601
+ * <p>0.024 </p>
599
602
  * </li>
600
603
  * <li>
601
- * <p>0.012 </p>
604
+ * <p>0.012 </p>
602
605
  * </li>
603
606
  * </ul>
604
607
  */
@@ -658,305 +661,305 @@ export interface HumanLoopConfig {
658
661
  TaskKeywords?: string[];
659
662
  /**
660
663
  * <p>Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. </p>
661
- * <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and
664
+ * <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and
662
665
  * should be based on the complexity of the task; the longer it takes in your initial
663
666
  * testing, the more you should offer.</p>
664
- * <ul>
667
+ * <ul>
665
668
  * <li>
666
- * <p>0.036</p>
669
+ * <p>0.036</p>
667
670
  * </li>
668
671
  * <li>
669
- * <p>0.048</p>
672
+ * <p>0.048</p>
670
673
  * </li>
671
674
  * <li>
672
- * <p>0.060</p>
675
+ * <p>0.060</p>
673
676
  * </li>
674
677
  * <li>
675
- * <p>0.072</p>
678
+ * <p>0.072</p>
676
679
  * </li>
677
680
  * <li>
678
- * <p>0.120</p>
681
+ * <p>0.120</p>
679
682
  * </li>
680
683
  * <li>
681
- * <p>0.240</p>
684
+ * <p>0.240</p>
682
685
  * </li>
683
686
  * <li>
684
- * <p>0.360</p>
687
+ * <p>0.360</p>
685
688
  * </li>
686
689
  * <li>
687
- * <p>0.480</p>
690
+ * <p>0.480</p>
688
691
  * </li>
689
692
  * <li>
690
- * <p>0.600</p>
693
+ * <p>0.600</p>
691
694
  * </li>
692
695
  * <li>
693
- * <p>0.720</p>
696
+ * <p>0.720</p>
694
697
  * </li>
695
698
  * <li>
696
- * <p>0.840</p>
699
+ * <p>0.840</p>
697
700
  * </li>
698
701
  * <li>
699
- * <p>0.960</p>
702
+ * <p>0.960</p>
700
703
  * </li>
701
704
  * <li>
702
- * <p>1.080</p>
705
+ * <p>1.080</p>
703
706
  * </li>
704
707
  * <li>
705
- * <p>1.200</p>
708
+ * <p>1.200</p>
706
709
  * </li>
707
710
  * </ul>
708
- * <p>Use one of the following prices for image classification, text classification, and
711
+ * <p>Use one of the following prices for image classification, text classification, and
709
712
  * custom tasks. Prices are in US dollars.</p>
710
- * <ul>
713
+ * <ul>
711
714
  * <li>
712
- * <p>0.012</p>
715
+ * <p>0.012</p>
713
716
  * </li>
714
717
  * <li>
715
- * <p>0.024</p>
718
+ * <p>0.024</p>
716
719
  * </li>
717
720
  * <li>
718
- * <p>0.036</p>
721
+ * <p>0.036</p>
719
722
  * </li>
720
723
  * <li>
721
- * <p>0.048</p>
724
+ * <p>0.048</p>
722
725
  * </li>
723
726
  * <li>
724
- * <p>0.060</p>
727
+ * <p>0.060</p>
725
728
  * </li>
726
729
  * <li>
727
- * <p>0.072</p>
730
+ * <p>0.072</p>
728
731
  * </li>
729
732
  * <li>
730
- * <p>0.120</p>
733
+ * <p>0.120</p>
731
734
  * </li>
732
735
  * <li>
733
- * <p>0.240</p>
736
+ * <p>0.240</p>
734
737
  * </li>
735
738
  * <li>
736
- * <p>0.360</p>
739
+ * <p>0.360</p>
737
740
  * </li>
738
741
  * <li>
739
- * <p>0.480</p>
742
+ * <p>0.480</p>
740
743
  * </li>
741
744
  * <li>
742
- * <p>0.600</p>
745
+ * <p>0.600</p>
743
746
  * </li>
744
747
  * <li>
745
- * <p>0.720</p>
748
+ * <p>0.720</p>
746
749
  * </li>
747
750
  * <li>
748
- * <p>0.840</p>
751
+ * <p>0.840</p>
749
752
  * </li>
750
753
  * <li>
751
- * <p>0.960</p>
754
+ * <p>0.960</p>
752
755
  * </li>
753
756
  * <li>
754
- * <p>1.080</p>
757
+ * <p>1.080</p>
755
758
  * </li>
756
759
  * <li>
757
- * <p>1.200</p>
760
+ * <p>1.200</p>
758
761
  * </li>
759
762
  * </ul>
760
- * <p>Use one of the following prices for semantic segmentation tasks. Prices are in US
763
+ * <p>Use one of the following prices for semantic segmentation tasks. Prices are in US
761
764
  * dollars.</p>
762
- * <ul>
765
+ * <ul>
763
766
  * <li>
764
- * <p>0.840</p>
767
+ * <p>0.840</p>
765
768
  * </li>
766
769
  * <li>
767
- * <p>0.960</p>
770
+ * <p>0.960</p>
768
771
  * </li>
769
772
  * <li>
770
- * <p>1.080</p>
773
+ * <p>1.080</p>
771
774
  * </li>
772
775
  * <li>
773
- * <p>1.200</p>
776
+ * <p>1.200</p>
774
777
  * </li>
775
778
  * </ul>
776
- * <p>Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon
779
+ * <p>Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon
777
780
  * Augmented AI review tasks. Prices are in US dollars.</p>
778
- * <ul>
781
+ * <ul>
779
782
  * <li>
780
- * <p>2.400 </p>
783
+ * <p>2.400 </p>
781
784
  * </li>
782
785
  * <li>
783
- * <p>2.280 </p>
786
+ * <p>2.280 </p>
784
787
  * </li>
785
788
  * <li>
786
- * <p>2.160 </p>
789
+ * <p>2.160 </p>
787
790
  * </li>
788
791
  * <li>
789
- * <p>2.040 </p>
792
+ * <p>2.040 </p>
790
793
  * </li>
791
794
  * <li>
792
- * <p>1.920 </p>
795
+ * <p>1.920 </p>
793
796
  * </li>
794
797
  * <li>
795
- * <p>1.800 </p>
798
+ * <p>1.800 </p>
796
799
  * </li>
797
800
  * <li>
798
- * <p>1.680 </p>
801
+ * <p>1.680 </p>
799
802
  * </li>
800
803
  * <li>
801
- * <p>1.560 </p>
804
+ * <p>1.560 </p>
802
805
  * </li>
803
806
  * <li>
804
- * <p>1.440 </p>
807
+ * <p>1.440 </p>
805
808
  * </li>
806
809
  * <li>
807
- * <p>1.320 </p>
810
+ * <p>1.320 </p>
808
811
  * </li>
809
812
  * <li>
810
- * <p>1.200 </p>
813
+ * <p>1.200 </p>
811
814
  * </li>
812
815
  * <li>
813
- * <p>1.080 </p>
816
+ * <p>1.080 </p>
814
817
  * </li>
815
818
  * <li>
816
- * <p>0.960 </p>
819
+ * <p>0.960 </p>
817
820
  * </li>
818
821
  * <li>
819
- * <p>0.840 </p>
822
+ * <p>0.840 </p>
820
823
  * </li>
821
824
  * <li>
822
- * <p>0.720 </p>
825
+ * <p>0.720 </p>
823
826
  * </li>
824
827
  * <li>
825
- * <p>0.600 </p>
828
+ * <p>0.600 </p>
826
829
  * </li>
827
830
  * <li>
828
- * <p>0.480 </p>
831
+ * <p>0.480 </p>
829
832
  * </li>
830
833
  * <li>
831
- * <p>0.360 </p>
834
+ * <p>0.360 </p>
832
835
  * </li>
833
836
  * <li>
834
- * <p>0.240 </p>
837
+ * <p>0.240 </p>
835
838
  * </li>
836
839
  * <li>
837
- * <p>0.120 </p>
840
+ * <p>0.120 </p>
838
841
  * </li>
839
842
  * <li>
840
- * <p>0.072 </p>
843
+ * <p>0.072 </p>
841
844
  * </li>
842
845
  * <li>
843
- * <p>0.060 </p>
846
+ * <p>0.060 </p>
844
847
  * </li>
845
848
  * <li>
846
- * <p>0.048 </p>
849
+ * <p>0.048 </p>
847
850
  * </li>
848
851
  * <li>
849
- * <p>0.036 </p>
852
+ * <p>0.036 </p>
850
853
  * </li>
851
854
  * <li>
852
- * <p>0.024 </p>
855
+ * <p>0.024 </p>
853
856
  * </li>
854
857
  * <li>
855
- * <p>0.012 </p>
858
+ * <p>0.012 </p>
856
859
  * </li>
857
860
  * </ul>
858
- * <p>Use one of the following prices for Rekognition DetectModerationLabels Amazon
861
+ * <p>Use one of the following prices for Rekognition DetectModerationLabels Amazon
859
862
  * Augmented AI review tasks. Prices are in US dollars.</p>
860
- * <ul>
863
+ * <ul>
861
864
  * <li>
862
- * <p>1.200 </p>
865
+ * <p>1.200 </p>
863
866
  * </li>
864
867
  * <li>
865
- * <p>1.080 </p>
868
+ * <p>1.080 </p>
866
869
  * </li>
867
870
  * <li>
868
- * <p>0.960 </p>
871
+ * <p>0.960 </p>
869
872
  * </li>
870
873
  * <li>
871
- * <p>0.840 </p>
874
+ * <p>0.840 </p>
872
875
  * </li>
873
876
  * <li>
874
- * <p>0.720 </p>
877
+ * <p>0.720 </p>
875
878
  * </li>
876
879
  * <li>
877
- * <p>0.600 </p>
880
+ * <p>0.600 </p>
878
881
  * </li>
879
882
  * <li>
880
- * <p>0.480 </p>
883
+ * <p>0.480 </p>
881
884
  * </li>
882
885
  * <li>
883
- * <p>0.360 </p>
886
+ * <p>0.360 </p>
884
887
  * </li>
885
888
  * <li>
886
- * <p>0.240 </p>
889
+ * <p>0.240 </p>
887
890
  * </li>
888
891
  * <li>
889
- * <p>0.120 </p>
892
+ * <p>0.120 </p>
890
893
  * </li>
891
894
  * <li>
892
- * <p>0.072 </p>
895
+ * <p>0.072 </p>
893
896
  * </li>
894
897
  * <li>
895
- * <p>0.060 </p>
898
+ * <p>0.060 </p>
896
899
  * </li>
897
900
  * <li>
898
- * <p>0.048 </p>
901
+ * <p>0.048 </p>
899
902
  * </li>
900
903
  * <li>
901
- * <p>0.036 </p>
904
+ * <p>0.036 </p>
902
905
  * </li>
903
906
  * <li>
904
- * <p>0.024 </p>
907
+ * <p>0.024 </p>
905
908
  * </li>
906
909
  * <li>
907
- * <p>0.012 </p>
910
+ * <p>0.012 </p>
908
911
  * </li>
909
912
  * </ul>
910
- * <p>Use one of the following prices for Amazon Augmented AI custom human review tasks.
913
+ * <p>Use one of the following prices for Amazon Augmented AI custom human review tasks.
911
914
  * Prices are in US dollars.</p>
912
- * <ul>
915
+ * <ul>
913
916
  * <li>
914
- * <p>1.200 </p>
917
+ * <p>1.200 </p>
915
918
  * </li>
916
919
  * <li>
917
- * <p>1.080 </p>
920
+ * <p>1.080 </p>
918
921
  * </li>
919
922
  * <li>
920
- * <p>0.960 </p>
923
+ * <p>0.960 </p>
921
924
  * </li>
922
925
  * <li>
923
- * <p>0.840 </p>
926
+ * <p>0.840 </p>
924
927
  * </li>
925
928
  * <li>
926
- * <p>0.720 </p>
929
+ * <p>0.720 </p>
927
930
  * </li>
928
931
  * <li>
929
- * <p>0.600 </p>
932
+ * <p>0.600 </p>
930
933
  * </li>
931
934
  * <li>
932
- * <p>0.480 </p>
935
+ * <p>0.480 </p>
933
936
  * </li>
934
937
  * <li>
935
- * <p>0.360 </p>
938
+ * <p>0.360 </p>
936
939
  * </li>
937
940
  * <li>
938
- * <p>0.240 </p>
941
+ * <p>0.240 </p>
939
942
  * </li>
940
943
  * <li>
941
- * <p>0.120 </p>
944
+ * <p>0.120 </p>
942
945
  * </li>
943
946
  * <li>
944
- * <p>0.072 </p>
947
+ * <p>0.072 </p>
945
948
  * </li>
946
949
  * <li>
947
- * <p>0.060 </p>
950
+ * <p>0.060 </p>
948
951
  * </li>
949
952
  * <li>
950
- * <p>0.048 </p>
953
+ * <p>0.048 </p>
951
954
  * </li>
952
955
  * <li>
953
- * <p>0.036 </p>
956
+ * <p>0.036 </p>
954
957
  * </li>
955
958
  * <li>
956
- * <p>0.024 </p>
959
+ * <p>0.024 </p>
957
960
  * </li>
958
961
  * <li>
959
- * <p>0.012 </p>
962
+ * <p>0.012 </p>
960
963
  * </li>
961
964
  * </ul>
962
965
  */
@@ -1119,24 +1122,24 @@ export interface IntegerParameterRange {
1119
1122
  /**
1120
1123
  * <p>The scale that hyperparameter tuning uses to search the hyperparameter range. For
1121
1124
  * information about choosing a hyperparameter scale, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type">Hyperparameter Scaling</a>. One of the following values:</p>
1122
- * <dl>
1125
+ * <dl>
1123
1126
  * <dt>Auto</dt>
1124
1127
  * <dd>
1125
- * <p>SageMaker hyperparameter tuning chooses the best scale for the
1128
+ * <p>SageMaker hyperparameter tuning chooses the best scale for the
1126
1129
  * hyperparameter.</p>
1127
- * </dd>
1130
+ * </dd>
1128
1131
  * <dt>Linear</dt>
1129
1132
  * <dd>
1130
- * <p>Hyperparameter tuning searches the values in the hyperparameter range by
1133
+ * <p>Hyperparameter tuning searches the values in the hyperparameter range by
1131
1134
  * using a linear scale.</p>
1132
- * </dd>
1135
+ * </dd>
1133
1136
  * <dt>Logarithmic</dt>
1134
1137
  * <dd>
1135
- * <p>Hyperparameter tuning searches the values in the hyperparameter range by
1138
+ * <p>Hyperparameter tuning searches the values in the hyperparameter range by
1136
1139
  * using a logarithmic scale.</p>
1137
- * <p>Logarithmic scaling works only for ranges that have only values greater
1140
+ * <p>Logarithmic scaling works only for ranges that have only values greater
1138
1141
  * than 0.</p>
1139
- * </dd>
1142
+ * </dd>
1140
1143
  * </dl>
1141
1144
  */
1142
1145
  ScalingType?: HyperParameterScalingType | string;
@@ -1147,12 +1150,12 @@ export interface IntegerParameterRange {
1147
1150
  * with hyperparameter values within these ranges to find the combination of values that
1148
1151
  * result in the training job with the best performance as measured by the objective metric
1149
1152
  * of the hyperparameter tuning job.</p>
1150
- * <note>
1153
+ * <note>
1151
1154
  * <p>The maximum number of items specified for <code>Array Members</code> refers to the
1152
1155
  * maximum number of hyperparameters for each range and also the maximum for the
1153
1156
  * hyperparameter tuning job itself. That is, the sum of the number of hyperparameters
1154
1157
  * for all the ranges can't exceed the maximum number specified.</p>
1155
- * </note>
1158
+ * </note>
1156
1159
  */
1157
1160
  export interface ParameterRanges {
1158
1161
  /**
@@ -1329,18 +1332,18 @@ export interface HyperParameterTuningJobConfig {
1329
1332
  * advanced internal early stopping mechanism, <code>TrainingJobEarlyStoppingType</code>
1330
1333
  * must be <code>OFF</code> to use <code>Hyperband</code>. This parameter can take on one
1331
1334
  * of the following values (the default value is <code>OFF</code>):</p>
1332
- * <dl>
1335
+ * <dl>
1333
1336
  * <dt>OFF</dt>
1334
1337
  * <dd>
1335
- * <p>Training jobs launched by the hyperparameter tuning job do not use early
1338
+ * <p>Training jobs launched by the hyperparameter tuning job do not use early
1336
1339
  * stopping.</p>
1337
- * </dd>
1340
+ * </dd>
1338
1341
  * <dt>AUTO</dt>
1339
1342
  * <dd>
1340
- * <p>SageMaker stops training jobs launched by the hyperparameter tuning job when
1343
+ * <p>SageMaker stops training jobs launched by the hyperparameter tuning job when
1341
1344
  * they are unlikely to perform better than previously completed training jobs.
1342
1345
  * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-early-stopping.html">Stop Training Jobs Early</a>.</p>
1343
- * </dd>
1346
+ * </dd>
1344
1347
  * </dl>
1345
1348
  */
1346
1349
  TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType | string;
@@ -1368,37 +1371,34 @@ export interface HyperParameterAlgorithmSpecification {
1368
1371
  /**
1369
1372
  * <p>The training input mode that the algorithm supports. For more information about input
1370
1373
  * modes, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
1371
- *
1372
- * <p>
1374
+ * <p>
1373
1375
  * <b>Pipe mode</b>
1374
1376
  * </p>
1375
- * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
1377
+ * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
1376
1378
  * Amazon S3 to the container.</p>
1377
- *
1378
- * <p>
1379
+ * <p>
1379
1380
  * <b>File mode</b>
1380
1381
  * </p>
1381
- * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
1382
+ * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
1382
1383
  * S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume
1383
1384
  * for the training container.</p>
1384
- * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
1385
+ * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
1385
1386
  * data downloaded from S3. In addition to the training data, the ML storage volume also
1386
1387
  * stores the output model. The algorithm container uses the ML storage volume to also
1387
1388
  * store intermediate information, if any.</p>
1388
- * <p>For distributed algorithms, training data is distributed uniformly. Your training
1389
+ * <p>For distributed algorithms, training data is distributed uniformly. Your training
1389
1390
  * duration is predictable if the input data objects sizes are approximately the same. SageMaker
1390
1391
  * does not split the files any further for model training. If the object sizes are skewed,
1391
1392
  * training won't be optimal as the data distribution is also skewed when one host in a
1392
1393
  * training cluster is overloaded, thus becoming a bottleneck in training.</p>
1393
- *
1394
- * <p>
1394
+ * <p>
1395
1395
  * <b>FastFile mode</b>
1396
1396
  * </p>
1397
- * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
1397
+ * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
1398
1398
  * S3 to the container with no code changes, and provides file system access to the data.
1399
1399
  * Users can author their training script to interact with these files as if they were
1400
1400
  * stored on disk.</p>
1401
- * <p>
1401
+ * <p>
1402
1402
  * <code>FastFile</code> mode works best when the data is read sequentially. Augmented
1403
1403
  * manifest files aren't supported. The startup time is lower when there are fewer files in
1404
1404
  * the S3 bucket provided.</p>
@@ -1449,13 +1449,19 @@ export interface HyperParameterTuningInstanceConfig {
1449
1449
  }
1450
1450
  /**
1451
1451
  * <p>The configuration of resources, including compute instances and storage volumes for
1452
- * use in training jobs launched by hyperparameter tuning jobs. Specify one or more
1453
- * instance type and count and the allocation strategy for instance selection.</p>
1454
- * <note>
1452
+ * use in training jobs launched by hyperparameter tuning jobs.
1453
+ * <code>HyperParameterTuningResourceConfig</code> is similar to
1454
+ * <code>ResourceConfig</code>, but has the additional <code>InstanceConfigs</code> and
1455
+ * <code>AllocationStrategy</code> fields to allow for flexible instance management.
1456
+ * Specify one or more instance types, count, and the allocation strategy for instance
1457
+ * selection.</p>
1458
+ * <note>
1455
1459
  * <p>
1456
- * <code>HyperParameterTuningResourceConfig</code> supports all of the capabilities
1457
- * of ResourceConfig with added functionality for flexible instance management.</p>
1458
- * </note>
1460
+ * <code>HyperParameterTuningResourceConfig</code> supports the capabilities of
1461
+ * <code>ResourceConfig</code> with the exception of <code>KeepAlivePeriodInSeconds</code>.
1462
+ * Hyperparameter tuning jobs use warm pools by default, which reuse clusters between
1463
+ * training jobs.</p>
1464
+ * </note>
1459
1465
  */
1460
1466
  export interface HyperParameterTuningResourceConfig {
1461
1467
  /**
@@ -1472,29 +1478,29 @@ export interface HyperParameterTuningResourceConfig {
1472
1478
  * optimization jobs (optional). These volumes store model artifacts, incremental states
1473
1479
  * and optionally, scratch space for training algorithms. Do not provide a value for this
1474
1480
  * parameter if a value for <code>InstanceConfigs</code> is also specified.</p>
1475
- * <p>Some instance types have a fixed total local storage size. If you select one of these
1481
+ * <p>Some instance types have a fixed total local storage size. If you select one of these
1476
1482
  * instances for training, <code>VolumeSizeInGB</code> cannot be greater than this total
1477
1483
  * size. For a list of instance types with local instance storage and their sizes, see
1478
1484
  * <a href="http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/">instance store volumes</a>.</p>
1479
- * <note>
1485
+ * <note>
1480
1486
  * <p>SageMaker supports only the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html">General Purpose SSD
1481
1487
  * (gp2)</a> storage volume type.</p>
1482
- * </note>
1488
+ * </note>
1483
1489
  */
1484
1490
  VolumeSizeInGB?: number;
1485
1491
  /**
1486
1492
  * <p>A key used by Amazon Web Services Key Management Service to encrypt data on the storage volume
1487
1493
  * attached to the compute instances used to run the training job. You can use either of
1488
1494
  * the following formats to specify a key.</p>
1489
- * <p>KMS Key ID:</p>
1490
- * <p>
1495
+ * <p>KMS Key ID:</p>
1496
+ * <p>
1491
1497
  * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
1492
1498
  * </p>
1493
- * <p>Amazon Resource Name (ARN) of a KMS key:</p>
1494
- * <p>
1499
+ * <p>Amazon Resource Name (ARN) of a KMS key:</p>
1500
+ * <p>
1495
1501
  * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
1496
1502
  * </p>
1497
- * <p>Some instances use local storage, which use a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">hardware module to
1503
+ * <p>Some instances use local storage, which use a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">hardware module to
1498
1504
  * encrypt</a> storage volumes. If you choose one of these instance types, you
1499
1505
  * cannot request a <code>VolumeKmsKeyId</code>. For a list of instance types that use
1500
1506
  * local storage, see <a href="http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/">instance store
@@ -1513,7 +1519,7 @@ export interface HyperParameterTuningResourceConfig {
1513
1519
  * use in model training jobs launched by hyperparameter tuning jobs. The
1514
1520
  * <code>AllocationStrategy</code> controls the order in which multiple configurations
1515
1521
  * provided in <code>InstanceConfigs</code> are used.</p>
1516
- * <note>
1522
+ * <note>
1517
1523
  * <p>If you only want to use a single instance configuration inside the
1518
1524
  * <code>HyperParameterTuningResourceConfig</code> API, do not provide a value for
1519
1525
  * <code>InstanceConfigs</code>. Instead, use <code>InstanceType</code>,
@@ -1521,7 +1527,7 @@ export interface HyperParameterTuningResourceConfig {
1521
1527
  * <code>InstanceConfigs</code>, do not provide values for
1522
1528
  * <code>InstanceType</code>, <code>VolumeSizeInGB</code> or
1523
1529
  * <code>InstanceCount</code>.</p>
1524
- * </note>
1530
+ * </note>
1525
1531
  */
1526
1532
  InstanceConfigs?: HyperParameterTuningInstanceConfig[];
1527
1533
  }
@@ -1563,12 +1569,12 @@ export interface HyperParameterTrainingJobDefinition {
1563
1569
  * with hyperparameter values within these ranges to find the combination of values that
1564
1570
  * result in the training job with the best performance as measured by the objective metric
1565
1571
  * of the hyperparameter tuning job.</p>
1566
- * <note>
1572
+ * <note>
1567
1573
  * <p>The maximum number of items specified for <code>Array Members</code> refers to the
1568
1574
  * maximum number of hyperparameters for each range and also the maximum for the
1569
1575
  * hyperparameter tuning job itself. That is, the sum of the number of hyperparameters
1570
1576
  * for all the ranges can't exceed the maximum number specified.</p>
1571
- * </note>
1577
+ * </note>
1572
1578
  */
1573
1579
  HyperParameterRanges?: ParameterRanges;
1574
1580
  /**
@@ -1619,7 +1625,7 @@ export interface HyperParameterTrainingJobDefinition {
1619
1625
  * including
1620
1626
  * the compute instances and storage volumes, to use for the training
1621
1627
  * jobs that the tuning job launches.</p>
1622
- * <p>Storage volumes store model artifacts and
1628
+ * <p>Storage volumes store model artifacts and
1623
1629
  * incremental
1624
1630
  * states. Training algorithms might also use storage volumes for
1625
1631
  * scratch
@@ -1627,10 +1633,10 @@ export interface HyperParameterTrainingJobDefinition {
1627
1633
  * training data, choose <code>File</code> as the <code>TrainingInputMode</code> in the
1628
1634
  * algorithm specification. For distributed training algorithms, specify an instance count
1629
1635
  * greater than 1.</p>
1630
- * <note>
1636
+ * <note>
1631
1637
  * <p>If you want to use hyperparameter optimization with instance type flexibility, use
1632
1638
  * <code>HyperParameterTuningResourceConfig</code> instead.</p>
1633
- * </note>
1639
+ * </note>
1634
1640
  */
1635
1641
  ResourceConfig?: ResourceConfig;
1636
1642
  /**
@@ -1700,16 +1706,16 @@ export declare enum HyperParameterTuningJobWarmStartType {
1700
1706
  * previous hyperparameter tuning jobs as a starting point. The results of previous tuning
1701
1707
  * jobs are used to inform which combinations of hyperparameters to search over in the new
1702
1708
  * tuning job.</p>
1703
- * <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using
1709
+ * <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using
1704
1710
  * the objective metric, and the training job that performs the best is compared to the
1705
1711
  * best training jobs from the parent tuning jobs. From these, the training job that
1706
1712
  * performs the best as measured by the objective metric is returned as the overall best
1707
1713
  * training job.</p>
1708
- * <note>
1714
+ * <note>
1709
1715
  * <p>All training jobs launched by parent hyperparameter tuning jobs and the new
1710
1716
  * hyperparameter tuning jobs count against the limit of training jobs for the tuning
1711
1717
  * job.</p>
1712
- * </note>
1718
+ * </note>
1713
1719
  */
1714
1720
  export interface HyperParameterTuningJobWarmStartConfig {
1715
1721
  /**
@@ -1717,16 +1723,16 @@ export interface HyperParameterTuningJobWarmStartConfig {
1717
1723
  * hyperparameter tuning job. For more information about warm starting a hyperparameter
1718
1724
  * tuning job, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-warm-start.html">Using a Previous
1719
1725
  * Hyperparameter Tuning Job as a Starting Point</a>.</p>
1720
- * <p>Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent
1726
+ * <p>Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent
1721
1727
  * jobs for warm start tuning jobs.</p>
1722
1728
  */
1723
1729
  ParentHyperParameterTuningJobs: ParentHyperParameterTuningJob[] | undefined;
1724
1730
  /**
1725
1731
  * <p>Specifies one of the following:</p>
1726
- * <dl>
1732
+ * <dl>
1727
1733
  * <dt>IDENTICAL_DATA_AND_ALGORITHM</dt>
1728
1734
  * <dd>
1729
- * <p>The new hyperparameter tuning job uses the same input data and training
1735
+ * <p>The new hyperparameter tuning job uses the same input data and training
1730
1736
  * image as the parent tuning jobs. You can change the hyperparameter ranges to
1731
1737
  * search and the maximum number of training jobs that the hyperparameter
1732
1738
  * tuning job launches. You cannot use a new version of the training algorithm,
@@ -1737,10 +1743,10 @@ export interface HyperParameterTuningJobWarmStartConfig {
1737
1743
  * tunable hyperparameters must remain the same as it is in all parent jobs.
1738
1744
  * The objective metric for the new tuning job must be the same as for all
1739
1745
  * parent jobs.</p>
1740
- * </dd>
1746
+ * </dd>
1741
1747
  * <dt>TRANSFER_LEARNING</dt>
1742
1748
  * <dd>
1743
- * <p>The new hyperparameter tuning job can include input data, hyperparameter
1749
+ * <p>The new hyperparameter tuning job can include input data, hyperparameter
1744
1750
  * ranges, maximum number of concurrent training jobs, and maximum number of
1745
1751
  * training jobs that are different than those of its parent hyperparameter
1746
1752
  * tuning jobs. The training image can also be a different version from the
@@ -1749,7 +1755,7 @@ export interface HyperParameterTuningJobWarmStartConfig {
1749
1755
  * total number of static plus tunable hyperparameters must remain the same as
1750
1756
  * it is in all parent jobs. The objective metric for the new tuning job must
1751
1757
  * be the same as for all parent jobs.</p>
1752
- * </dd>
1758
+ * </dd>
1753
1759
  * </dl>
1754
1760
  */
1755
1761
  WarmStartType: HyperParameterTuningJobWarmStartType | string | undefined;
@@ -1787,24 +1793,24 @@ export interface CreateHyperParameterTuningJobRequest {
1787
1793
  * more previous tuning jobs as a starting point. The results of previous tuning jobs are
1788
1794
  * used to inform which combinations of hyperparameters to search over in the new tuning
1789
1795
  * job.</p>
1790
- * <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using
1796
+ * <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using
1791
1797
  * the objective metric. If you specify <code>IDENTICAL_DATA_AND_ALGORITHM</code> as the
1792
1798
  * <code>WarmStartType</code> value for the warm start configuration, the training job
1793
1799
  * that performs the best in the new tuning job is compared to the best training jobs from
1794
1800
  * the parent tuning jobs. From these, the training job that performs the best as measured
1795
1801
  * by the objective metric is returned as the overall best training job.</p>
1796
- * <note>
1802
+ * <note>
1797
1803
  * <p>All training jobs launched by parent hyperparameter tuning jobs and the new
1798
1804
  * hyperparameter tuning jobs count against the limit of training jobs for the tuning
1799
1805
  * job.</p>
1800
- * </note>
1806
+ * </note>
1801
1807
  */
1802
1808
  WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
1803
1809
  /**
1804
1810
  * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
1805
1811
  * resources in different ways, for example, by purpose, owner, or environment. For more
1806
1812
  * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
1807
- * <p>Tags that you specify for the tuning job are also added to all training jobs that the
1813
+ * <p>Tags that you specify for the tuning job are also added to all training jobs that the
1808
1814
  * tuning job launches.</p>
1809
1815
  */
1810
1816
  Tags?: Tag[];
@@ -1870,17 +1876,17 @@ export interface CreateImageVersionResponse {
1870
1876
  ImageVersionArn?: string;
1871
1877
  }
1872
1878
  /**
1873
- * <p>The Amazon S3 location and configuration for storing inference experiment data.</p>
1879
+ * <p>The Amazon S3 location and configuration for storing inference request and response data.</p>
1874
1880
  */
1875
1881
  export interface InferenceExperimentDataStorageConfig {
1876
1882
  /**
1877
- * <p>The Amazon S3 bucket where the inference experiment data is stored. </p>
1883
+ * <p>The Amazon S3 bucket where the inference request and response data is stored. </p>
1878
1884
  */
1879
1885
  Destination: string | undefined;
1880
1886
  /**
1881
1887
  * <p>
1882
- * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt
1883
- * captured data when uploading to Amazon S3.
1888
+ * The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3
1889
+ * server-side encryption.
1884
1890
  * </p>
1885
1891
  */
1886
1892
  KmsKey?: string;
@@ -1965,15 +1971,15 @@ export declare enum _InstanceType {
1965
1971
  ML_T3_XLARGE = "ml.t3.xlarge"
1966
1972
  }
1967
1973
  /**
1968
- * <p>The infrastructure configuration for deploying the model to real-time inference.</p>
1974
+ * <p>The infrastructure configuration for deploying the model to a real-time inference endpoint.</p>
1969
1975
  */
1970
1976
  export interface RealTimeInferenceConfig {
1971
1977
  /**
1972
- * <p>The number of instances of the type specified by <code>InstanceType</code>.</p>
1978
+ * <p>The instance type the model is deployed to.</p>
1973
1979
  */
1974
1980
  InstanceType: _InstanceType | string | undefined;
1975
1981
  /**
1976
- * <p>The instance type the model is deployed to.</p>
1982
+ * <p>The number of instances of the type specified by <code>InstanceType</code>.</p>
1977
1983
  */
1978
1984
  InstanceCount: number | undefined;
1979
1985
  }
@@ -1987,7 +1993,7 @@ export interface ModelInfrastructureConfig {
1987
1993
  * <li>
1988
1994
  * <p>
1989
1995
  * <code>RealTime</code>: Deploy to real-time inference.</p>
1990
- * </li>
1996
+ * </li>
1991
1997
  * </ul>
1992
1998
  */
1993
1999
  InfrastructureType: ModelInfrastructureType | string | undefined;
@@ -2001,7 +2007,7 @@ export interface ModelInfrastructureConfig {
2001
2007
  */
2002
2008
  export interface ModelVariantConfig {
2003
2009
  /**
2004
- * <p>The name of the model.</p>
2010
+ * <p>The name of the Amazon SageMaker Model entity.</p>
2005
2011
  */
2006
2012
  ModelName: string | undefined;
2007
2013
  /**
@@ -2036,20 +2042,23 @@ export interface ShadowModelVariantConfig {
2036
2042
  */
2037
2043
  ShadowModelVariantName: string | undefined;
2038
2044
  /**
2039
- * <p>The percentage of inference requests that are replicated to the shadow variant.</p>
2045
+ * <p>
2046
+ * The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
2047
+ * </p>
2040
2048
  */
2041
2049
  SamplingPercentage: number | undefined;
2042
2050
  }
2043
2051
  /**
2044
2052
  * <p>
2045
- * Shows which variant is a production variant and which variant is a shadow variant. For shadow
2046
- * variants, also shows the sampling percentages.
2053
+ * The configuration of <code>ShadowMode</code> inference experiment type, which specifies a production variant
2054
+ * to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the
2055
+ * inference requests. For the shadow variant it also specifies the percentage of requests that Amazon SageMaker replicates.
2047
2056
  * </p>
2048
2057
  */
2049
2058
  export interface ShadowModeConfig {
2050
2059
  /**
2051
2060
  * <p>
2052
- * The name of the production variant.
2061
+ * The name of the production variant, which takes all the inference requests.
2053
2062
  * </p>
2054
2063
  */
2055
2064
  SourceModelVariantName: string | undefined;
@@ -2073,17 +2082,17 @@ export interface CreateInferenceExperimentRequest {
2073
2082
  * <ul>
2074
2083
  * <li>
2075
2084
  * <p>
2076
- * <code>ShadowMode</code>: You can use this type to validate a shadow variant. For more information,
2085
+ * <code>ShadowMode</code>: You can use this type to validate a shadow variant. For more information,
2077
2086
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests.html">Shadow tests</a>.
2078
2087
  * </p>
2079
- * </li>
2088
+ * </li>
2080
2089
  * </ul>
2081
2090
  */
2082
2091
  Type: InferenceExperimentType | string | undefined;
2083
2092
  /**
2084
2093
  * <p>
2085
2094
  * The duration for which you want the inference experiment to run. If you don't specify this field, the
2086
- * experiment automatically concludes after 7 days.
2095
+ * experiment automatically starts immediately upon creation and concludes after 7 days.
2087
2096
  * </p>
2088
2097
  */
2089
2098
  Schedule?: InferenceExperimentSchedule;
@@ -2093,7 +2102,8 @@ export interface CreateInferenceExperimentRequest {
2093
2102
  Description?: string;
2094
2103
  /**
2095
2104
  * <p>
2096
- * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
2105
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage
2106
+ * Amazon SageMaker Inference endpoints for model deployment.
2097
2107
  * </p>
2098
2108
  */
2099
2109
  RoleArn: string | undefined;
@@ -2105,57 +2115,61 @@ export interface CreateInferenceExperimentRequest {
2105
2115
  EndpointName: string | undefined;
2106
2116
  /**
2107
2117
  * <p>
2108
- * Array of <code>ModelVariantConfigSummary</code> objects. There is one for each variant in the inference
2109
- * experiment. Each <code>ModelVariantConfigSummary</code> object in the array describes the infrastructure
2118
+ * An array of <code>ModelVariantConfig</code> objects. There is one for each variant in the inference
2119
+ * experiment. Each <code>ModelVariantConfig</code> object in the array describes the infrastructure
2110
2120
  * configuration for the corresponding variant.
2111
2121
  * </p>
2112
2122
  */
2113
2123
  ModelVariants: ModelVariantConfig[] | undefined;
2114
2124
  /**
2115
2125
  * <p>
2116
- * The storage configuration for the inference experiment. This is an optional parameter that you can use for
2117
- * data capture. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html">Capture data</a>.
2126
+ * The Amazon S3 location and configuration for storing inference request and response data.
2127
+ * </p>
2128
+ * <p>
2129
+ * This is an optional parameter that you can use for data capture. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html">Capture data</a>.
2118
2130
  * </p>
2119
2131
  */
2120
2132
  DataStorageConfig?: InferenceExperimentDataStorageConfig;
2121
2133
  /**
2122
2134
  * <p>
2123
- * Shows which variant is the production variant and which variant is the shadow variant. For the shadow
2124
- * variant, also shows the sampling percentage.
2135
+ * The configuration of <code>ShadowMode</code> inference experiment type. Use this field to specify a
2136
+ * production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a
2137
+ * percentage of the inference requests. For the shadow variant also specify the percentage of requests that
2138
+ * Amazon SageMaker replicates.
2125
2139
  * </p>
2126
2140
  */
2127
2141
  ShadowModeConfig: ShadowModeConfig | undefined;
2128
2142
  /**
2129
2143
  * <p>
2130
- * The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt
2131
- * data on the storage volume attached to the ML compute instance that hosts the endpoint. The <code>KmsKey</code>
2132
- * can be any of the following formats:
2144
+ * The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on
2145
+ * the storage volume attached to the ML compute instance that hosts the endpoint. The <code>KmsKey</code> can
2146
+ * be any of the following formats:
2133
2147
  * </p>
2134
2148
  * <ul>
2135
2149
  * <li>
2136
2150
  * <p>KMS key ID</p>
2137
2151
  * <p>
2138
- * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
2152
+ * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
2139
2153
  * </p>
2140
- * </li>
2154
+ * </li>
2141
2155
  * <li>
2142
2156
  * <p>Amazon Resource Name (ARN) of a KMS key</p>
2143
2157
  * <p>
2144
- * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
2158
+ * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
2145
2159
  * </p>
2146
- * </li>
2160
+ * </li>
2147
2161
  * <li>
2148
2162
  * <p>KMS key Alias</p>
2149
2163
  * <p>
2150
- * <code>"alias/ExampleAlias"</code>
2164
+ * <code>"alias/ExampleAlias"</code>
2151
2165
  * </p>
2152
- * </li>
2166
+ * </li>
2153
2167
  * <li>
2154
2168
  * <p>Amazon Resource Name (ARN) of a KMS key Alias</p>
2155
2169
  * <p>
2156
- * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
2170
+ * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
2157
2171
  * </p>
2158
- * </li>
2172
+ * </li>
2159
2173
  * </ul>
2160
2174
  * <p>
2161
2175
  * If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to
@@ -2330,6 +2344,20 @@ export interface TrafficPattern {
2330
2344
  */
2331
2345
  Phases?: Phase[];
2332
2346
  }
2347
+ /**
2348
+ * <p>Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.</p>
2349
+ */
2350
+ export interface RecommendationJobVpcConfig {
2351
+ /**
2352
+ * <p>The VPC security group IDs. IDs have the form of <code>sg-xxxxxxxx</code>.
2353
+ * Specify the security groups for the VPC that is specified in the <code>Subnets</code> field.</p>
2354
+ */
2355
+ SecurityGroupIds: string[] | undefined;
2356
+ /**
2357
+ * <p>The ID of the subnets in the VPC to which you want to connect your model.</p>
2358
+ */
2359
+ Subnets: string[] | undefined;
2360
+ }
2333
2361
  /**
2334
2362
  * <p>The input configuration of the recommendation job.</p>
2335
2363
  */
@@ -2358,12 +2386,10 @@ export interface RecommendationJobInputConfig {
2358
2386
  * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key
2359
2387
  * that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.
2360
2388
  * This key will be passed to SageMaker Hosting for endpoint creation. </p>
2361
- *
2362
2389
  * <p>The SageMaker execution role must have <code>kms:CreateGrant</code> permission in order to encrypt data on the storage
2363
2390
  * volume of the endpoints created for inference recommendation. The inference recommendation job will fail
2364
2391
  * asynchronously during endpoint configuration creation if the role passed does not have
2365
2392
  * <code>kms:CreateGrant</code> permission.</p>
2366
- *
2367
2393
  * <p>The <code>KmsKeyId</code> can be any of the following formats:</p>
2368
2394
  * <ul>
2369
2395
  * <li>
@@ -2405,6 +2431,10 @@ export interface RecommendationJobInputConfig {
2405
2431
  * <p>Existing customer endpoints on which to run an Inference Recommender job.</p>
2406
2432
  */
2407
2433
  Endpoints?: EndpointInfo[];
2434
+ /**
2435
+ * <p>Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.</p>
2436
+ */
2437
+ VpcConfig?: RecommendationJobVpcConfig;
2408
2438
  }
2409
2439
  export declare enum RecommendationJobType {
2410
2440
  ADVANCED = "Advanced",
@@ -2429,7 +2459,6 @@ export interface RecommendationJobOutputConfig {
2429
2459
  * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key
2430
2460
  * that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side encryption.
2431
2461
  * The SageMaker execution role must have <code>kms:GenerateDataKey</code> permission.</p>
2432
- *
2433
2462
  * <p>The <code>KmsKeyId</code> can be any of the following formats:</p>
2434
2463
  * <ul>
2435
2464
  * <li>
@@ -2552,9 +2581,9 @@ export interface CreateInferenceRecommendationsJobResponse {
2552
2581
  /**
2553
2582
  * <p>Provided configuration information for the worker UI for a labeling job. Provide
2554
2583
  * either <code>HumanTaskUiArn</code> or <code>UiTemplateS3Uri</code>.</p>
2555
- * <p>For named entity recognition, 3D point cloud and video frame labeling jobs, use
2584
+ * <p>For named entity recognition, 3D point cloud and video frame labeling jobs, use
2556
2585
  * <code>HumanTaskUiArn</code>.</p>
2557
- * <p>For all other Ground Truth built-in task types and custom task types, use
2586
+ * <p>For all other Ground Truth built-in task types and custom task types, use
2558
2587
  * <code>UiTemplateS3Uri</code> to specify the location of a worker task template in
2559
2588
  * Amazon S3.</p>
2560
2589
  */
@@ -2569,76 +2598,69 @@ export interface UiConfig {
2569
2598
  /**
2570
2599
  * <p>The ARN of the worker task template used to render the worker UI and tools for
2571
2600
  * labeling job tasks.</p>
2572
- * <p>Use this parameter when you are creating a labeling job for named entity recognition,
2601
+ * <p>Use this parameter when you are creating a labeling job for named entity recognition,
2573
2602
  * 3D point cloud and video frame labeling jobs. Use your labeling job task type to select
2574
2603
  * one of the following ARNs and use it with this parameter when you create a labeling job.
2575
2604
  * Replace <code>aws-region</code> with the Amazon Web Services Region you are creating your labeling job
2576
2605
  * in. For example, replace <code>aws-region</code> with <code>us-west-1</code> if you
2577
2606
  * create a labeling job in US West (N. California).</p>
2578
- * <p>
2607
+ * <p>
2579
2608
  * <b>Named Entity Recognition</b>
2580
2609
  * </p>
2581
- * <p>Use the following <code>HumanTaskUiArn</code> for named entity recognition labeling
2610
+ * <p>Use the following <code>HumanTaskUiArn</code> for named entity recognition labeling
2582
2611
  * jobs:</p>
2583
- * <p>
2612
+ * <p>
2584
2613
  * <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition</code>
2585
2614
  * </p>
2586
- *
2587
- * <p>
2615
+ * <p>
2588
2616
  * <b>3D Point Cloud HumanTaskUiArns</b>
2589
2617
  * </p>
2590
- *
2591
- * <p>Use this <code>HumanTaskUiArn</code> for 3D point cloud object detection and 3D point
2618
+ * <p>Use this <code>HumanTaskUiArn</code> for 3D point cloud object detection and 3D point
2592
2619
  * cloud object detection adjustment labeling jobs. </p>
2593
- * <ul>
2620
+ * <ul>
2594
2621
  * <li>
2595
- * <p>
2596
- * <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection</code>
2597
- * </p>
2622
+ * <p>
2623
+ * <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection</code>
2624
+ * </p>
2598
2625
  * </li>
2599
2626
  * </ul>
2600
- *
2601
- * <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud object tracking and 3D point
2627
+ * <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud object tracking and 3D point
2602
2628
  * cloud object tracking adjustment labeling jobs. </p>
2603
- * <ul>
2629
+ * <ul>
2604
2630
  * <li>
2605
- * <p>
2631
+ * <p>
2606
2632
  * <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking</code>
2607
- * </p>
2633
+ * </p>
2608
2634
  * </li>
2609
2635
  * </ul>
2610
- *
2611
- * <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud semantic segmentation and 3D
2636
+ * <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud semantic segmentation and 3D
2612
2637
  * point cloud semantic segmentation adjustment labeling jobs.</p>
2613
- * <ul>
2638
+ * <ul>
2614
2639
  * <li>
2615
- * <p>
2640
+ * <p>
2616
2641
  * <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation</code>
2617
- * </p>
2642
+ * </p>
2618
2643
  * </li>
2619
2644
  * </ul>
2620
- *
2621
- * <p>
2645
+ * <p>
2622
2646
  * <b>Video Frame HumanTaskUiArns</b>
2623
2647
  * </p>
2624
- *
2625
- * <p>Use this <code>HumanTaskUiArn</code> for video frame object detection and video frame
2648
+ * <p>Use this <code>HumanTaskUiArn</code> for video frame object detection and video frame
2626
2649
  * object detection adjustment labeling jobs. </p>
2627
- * <ul>
2650
+ * <ul>
2628
2651
  * <li>
2629
- * <p>
2630
- * <code>arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection</code>
2631
- * </p>
2652
+ * <p>
2653
+ * <code>arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection</code>
2654
+ * </p>
2632
2655
  * </li>
2633
2656
  * </ul>
2634
- *
2635
- * <p> Use this <code>HumanTaskUiArn</code> for video frame object tracking and video frame
2657
+ * <p> Use this <code>HumanTaskUiArn</code> for video frame object tracking and video frame
2636
2658
  * object tracking adjustment labeling jobs. </p>
2637
- * <ul>
2659
+ * <ul>
2638
2660
  * <li>
2639
- * <p>
2661
+ * <p>
2640
2662
  * <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking</code>
2641
- * </p>
2663
+ * </p>
2642
2664
  * </li>
2643
2665
  * </ul>
2644
2666
  */
@@ -2661,1519 +2683,1473 @@ export interface HumanTaskConfig {
2661
2683
  * <p>The Amazon Resource Name (ARN) of a Lambda function that is run before a data object
2662
2684
  * is sent to a human worker. Use this function to provide input to a custom labeling
2663
2685
  * job.</p>
2664
- * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
2686
+ * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
2665
2687
  * task types</a>, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for
2666
2688
  * <code>PreHumanTaskLambdaArn</code>. For custom labeling workflows, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-prelambda">Pre-annotation Lambda</a>. </p>
2667
- *
2668
- *
2669
- *
2670
2689
  * <p>
2671
2690
  * <b>Bounding box</b> - Finds the most similar boxes from
2672
2691
  * different workers based on the Jaccard index of the boxes.</p>
2673
- * <ul>
2692
+ * <ul>
2674
2693
  * <li>
2675
- * <p>
2676
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox</code>
2677
- * </p>
2694
+ * <p>
2695
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox</code>
2696
+ * </p>
2678
2697
  * </li>
2679
2698
  * <li>
2680
- * <p>
2681
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox</code>
2682
- * </p>
2699
+ * <p>
2700
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox</code>
2701
+ * </p>
2683
2702
  * </li>
2684
2703
  * <li>
2685
- * <p>
2686
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox</code>
2687
- * </p>
2704
+ * <p>
2705
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox</code>
2706
+ * </p>
2688
2707
  * </li>
2689
2708
  * <li>
2690
- * <p>
2691
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox</code>
2692
- * </p>
2709
+ * <p>
2710
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox</code>
2711
+ * </p>
2693
2712
  * </li>
2694
2713
  * <li>
2695
- * <p>
2696
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox</code>
2697
- * </p>
2714
+ * <p>
2715
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox</code>
2716
+ * </p>
2698
2717
  * </li>
2699
2718
  * <li>
2700
- * <p>
2701
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox</code>
2702
- * </p>
2719
+ * <p>
2720
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox</code>
2721
+ * </p>
2703
2722
  * </li>
2704
2723
  * <li>
2705
- * <p>
2706
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox</code>
2707
- * </p>
2724
+ * <p>
2725
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox</code>
2726
+ * </p>
2708
2727
  * </li>
2709
2728
  * <li>
2710
- * <p>
2711
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox</code>
2712
- * </p>
2729
+ * <p>
2730
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox</code>
2731
+ * </p>
2713
2732
  * </li>
2714
2733
  * <li>
2715
- * <p>
2716
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox</code>
2717
- * </p>
2734
+ * <p>
2735
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox</code>
2736
+ * </p>
2718
2737
  * </li>
2719
2738
  * <li>
2720
- * <p>
2721
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox</code>
2722
- * </p>
2739
+ * <p>
2740
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox</code>
2741
+ * </p>
2723
2742
  * </li>
2724
2743
  * <li>
2725
- * <p>
2726
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox</code>
2727
- * </p>
2744
+ * <p>
2745
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox</code>
2746
+ * </p>
2728
2747
  * </li>
2729
2748
  * <li>
2730
- * <p>
2731
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox</code>
2732
- * </p>
2749
+ * <p>
2750
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox</code>
2751
+ * </p>
2733
2752
  * </li>
2734
2753
  * </ul>
2735
- *
2736
- *
2737
- * <p>
2754
+ * <p>
2738
2755
  * <b>Image classification</b> - Uses a variant of the Expectation
2739
2756
  * Maximization approach to estimate the true class of an image based on
2740
2757
  * annotations from individual workers.</p>
2741
- *
2742
- * <ul>
2758
+ * <ul>
2743
2759
  * <li>
2744
- * <p>
2745
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass</code>
2746
- * </p>
2760
+ * <p>
2761
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass</code>
2762
+ * </p>
2747
2763
  * </li>
2748
2764
  * <li>
2749
- * <p>
2750
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass</code>
2751
- * </p>
2765
+ * <p>
2766
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass</code>
2767
+ * </p>
2752
2768
  * </li>
2753
2769
  * <li>
2754
- * <p>
2755
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass</code>
2756
- * </p>
2770
+ * <p>
2771
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass</code>
2772
+ * </p>
2757
2773
  * </li>
2758
2774
  * <li>
2759
- * <p>
2760
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass</code>
2761
- * </p>
2775
+ * <p>
2776
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass</code>
2777
+ * </p>
2762
2778
  * </li>
2763
2779
  * <li>
2764
- * <p>
2765
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass</code>
2766
- * </p>
2780
+ * <p>
2781
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass</code>
2782
+ * </p>
2767
2783
  * </li>
2768
2784
  * <li>
2769
- * <p>
2770
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass</code>
2771
- * </p>
2785
+ * <p>
2786
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass</code>
2787
+ * </p>
2772
2788
  * </li>
2773
2789
  * <li>
2774
- * <p>
2775
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass</code>
2776
- * </p>
2790
+ * <p>
2791
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass</code>
2792
+ * </p>
2777
2793
  * </li>
2778
2794
  * <li>
2779
- * <p>
2780
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass</code>
2781
- * </p>
2795
+ * <p>
2796
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass</code>
2797
+ * </p>
2782
2798
  * </li>
2783
2799
  * <li>
2784
- * <p>
2785
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass</code>
2786
- * </p>
2800
+ * <p>
2801
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass</code>
2802
+ * </p>
2787
2803
  * </li>
2788
2804
  * <li>
2789
- * <p>
2790
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass</code>
2791
- * </p>
2805
+ * <p>
2806
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass</code>
2807
+ * </p>
2792
2808
  * </li>
2793
2809
  * <li>
2794
- * <p>
2795
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass</code>
2796
- * </p>
2810
+ * <p>
2811
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass</code>
2812
+ * </p>
2797
2813
  * </li>
2798
2814
  * <li>
2799
- * <p>
2800
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass</code>
2801
- * </p>
2815
+ * <p>
2816
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass</code>
2817
+ * </p>
2802
2818
  * </li>
2803
2819
  * </ul>
2804
- *
2805
- * <p>
2820
+ * <p>
2806
2821
  * <b>Multi-label image classification</b> - Uses a variant of the Expectation
2807
2822
  * Maximization approach to estimate the true classes of an image based on
2808
2823
  * annotations from individual workers.</p>
2809
- * <ul>
2824
+ * <ul>
2810
2825
  * <li>
2811
- * <p>
2826
+ * <p>
2812
2827
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel</code>
2813
2828
  * </p>
2814
2829
  * </li>
2815
2830
  * <li>
2816
- * <p>
2831
+ * <p>
2817
2832
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel</code>
2818
2833
  * </p>
2819
2834
  * </li>
2820
2835
  * <li>
2821
- * <p>
2836
+ * <p>
2822
2837
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel</code>
2823
2838
  * </p>
2824
2839
  * </li>
2825
2840
  * <li>
2826
- * <p>
2841
+ * <p>
2827
2842
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel</code>
2828
2843
  * </p>
2829
2844
  * </li>
2830
2845
  * <li>
2831
- * <p>
2846
+ * <p>
2832
2847
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel</code>
2833
2848
  * </p>
2834
2849
  * </li>
2835
2850
  * <li>
2836
- * <p>
2851
+ * <p>
2837
2852
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel</code>
2838
2853
  * </p>
2839
2854
  * </li>
2840
2855
  * <li>
2841
- * <p>
2856
+ * <p>
2842
2857
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel</code>
2843
2858
  * </p>
2844
2859
  * </li>
2845
2860
  * <li>
2846
- * <p>
2861
+ * <p>
2847
2862
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel</code>
2848
2863
  * </p>
2849
2864
  * </li>
2850
2865
  * <li>
2851
- * <p>
2866
+ * <p>
2852
2867
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel</code>
2853
2868
  * </p>
2854
2869
  * </li>
2855
2870
  * <li>
2856
- * <p>
2871
+ * <p>
2857
2872
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel</code>
2858
2873
  * </p>
2859
2874
  * </li>
2860
2875
  * <li>
2861
- * <p>
2876
+ * <p>
2862
2877
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel</code>
2863
2878
  * </p>
2864
2879
  * </li>
2865
2880
  * <li>
2866
- * <p>
2881
+ * <p>
2867
2882
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel</code>
2868
2883
  * </p>
2869
2884
  * </li>
2870
2885
  * </ul>
2871
- *
2872
- * <p>
2886
+ * <p>
2873
2887
  * <b>Semantic segmentation</b> - Treats each pixel in an image as
2874
2888
  * a multi-class classification and treats pixel annotations from workers as
2875
2889
  * "votes" for the correct label.</p>
2876
- * <ul>
2890
+ * <ul>
2877
2891
  * <li>
2878
- * <p>
2879
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation</code>
2880
- * </p>
2892
+ * <p>
2893
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation</code>
2894
+ * </p>
2881
2895
  * </li>
2882
2896
  * <li>
2883
- * <p>
2884
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation</code>
2885
- * </p>
2897
+ * <p>
2898
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation</code>
2899
+ * </p>
2886
2900
  * </li>
2887
2901
  * <li>
2888
- * <p>
2889
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation</code>
2890
- * </p>
2902
+ * <p>
2903
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation</code>
2904
+ * </p>
2891
2905
  * </li>
2892
2906
  * <li>
2893
- * <p>
2894
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation</code>
2895
- * </p>
2907
+ * <p>
2908
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation</code>
2909
+ * </p>
2896
2910
  * </li>
2897
2911
  * <li>
2898
- * <p>
2899
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation</code>
2900
- * </p>
2912
+ * <p>
2913
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation</code>
2914
+ * </p>
2901
2915
  * </li>
2902
2916
  * <li>
2903
- * <p>
2904
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation</code>
2905
- * </p>
2917
+ * <p>
2918
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation</code>
2919
+ * </p>
2906
2920
  * </li>
2907
2921
  * <li>
2908
- * <p>
2909
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation</code>
2910
- * </p>
2922
+ * <p>
2923
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation</code>
2924
+ * </p>
2911
2925
  * </li>
2912
2926
  * <li>
2913
- * <p>
2914
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation</code>
2915
- * </p>
2927
+ * <p>
2928
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation</code>
2929
+ * </p>
2916
2930
  * </li>
2917
2931
  * <li>
2918
- * <p>
2919
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation</code>
2920
- * </p>
2932
+ * <p>
2933
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation</code>
2934
+ * </p>
2921
2935
  * </li>
2922
2936
  * <li>
2923
- * <p>
2924
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation</code>
2925
- * </p>
2937
+ * <p>
2938
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation</code>
2939
+ * </p>
2926
2940
  * </li>
2927
2941
  * <li>
2928
- * <p>
2929
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation</code>
2930
- * </p>
2942
+ * <p>
2943
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation</code>
2944
+ * </p>
2931
2945
  * </li>
2932
2946
  * <li>
2933
- * <p>
2934
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation</code>
2935
- * </p>
2947
+ * <p>
2948
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation</code>
2949
+ * </p>
2936
2950
  * </li>
2937
2951
  * </ul>
2938
- *
2939
- * <p>
2952
+ * <p>
2940
2953
  * <b>Text classification</b> - Uses a variant of the Expectation
2941
2954
  * Maximization approach to estimate the true class of text based on annotations
2942
2955
  * from individual workers.</p>
2943
- * <ul>
2956
+ * <ul>
2944
2957
  * <li>
2945
- * <p>
2946
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass</code>
2947
- * </p>
2958
+ * <p>
2959
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass</code>
2960
+ * </p>
2948
2961
  * </li>
2949
2962
  * <li>
2950
- * <p>
2951
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass</code>
2952
- * </p>
2963
+ * <p>
2964
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass</code>
2965
+ * </p>
2953
2966
  * </li>
2954
2967
  * <li>
2955
- * <p>
2956
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass</code>
2957
- * </p>
2968
+ * <p>
2969
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass</code>
2970
+ * </p>
2958
2971
  * </li>
2959
2972
  * <li>
2960
- * <p>
2961
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass</code>
2962
- * </p>
2973
+ * <p>
2974
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass</code>
2975
+ * </p>
2963
2976
  * </li>
2964
2977
  * <li>
2965
- * <p>
2966
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass</code>
2967
- * </p>
2978
+ * <p>
2979
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass</code>
2980
+ * </p>
2968
2981
  * </li>
2969
2982
  * <li>
2970
- * <p>
2971
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass</code>
2972
- * </p>
2983
+ * <p>
2984
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass</code>
2985
+ * </p>
2973
2986
  * </li>
2974
2987
  * <li>
2975
- * <p>
2976
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass</code>
2977
- * </p>
2988
+ * <p>
2989
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass</code>
2990
+ * </p>
2978
2991
  * </li>
2979
2992
  * <li>
2980
- * <p>
2981
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass</code>
2982
- * </p>
2993
+ * <p>
2994
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass</code>
2995
+ * </p>
2983
2996
  * </li>
2984
2997
  * <li>
2985
- * <p>
2986
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass</code>
2987
- * </p>
2998
+ * <p>
2999
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass</code>
3000
+ * </p>
2988
3001
  * </li>
2989
3002
  * <li>
2990
- * <p>
2991
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass</code>
2992
- * </p>
3003
+ * <p>
3004
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass</code>
3005
+ * </p>
2993
3006
  * </li>
2994
3007
  * <li>
2995
- * <p>
2996
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass</code>
2997
- * </p>
3008
+ * <p>
3009
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass</code>
3010
+ * </p>
2998
3011
  * </li>
2999
3012
  * <li>
3000
- * <p>
3001
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass</code>
3002
- * </p>
3013
+ * <p>
3014
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass</code>
3015
+ * </p>
3003
3016
  * </li>
3004
3017
  * </ul>
3005
- *
3006
- * <p>
3018
+ * <p>
3007
3019
  * <b>Multi-label text classification</b> - Uses a variant of the
3008
3020
  * Expectation Maximization approach to estimate the true classes of text based on
3009
3021
  * annotations from individual workers.</p>
3010
- * <ul>
3022
+ * <ul>
3011
3023
  * <li>
3012
- * <p>
3024
+ * <p>
3013
3025
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel</code>
3014
3026
  * </p>
3015
3027
  * </li>
3016
3028
  * <li>
3017
- * <p>
3029
+ * <p>
3018
3030
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel</code>
3019
3031
  * </p>
3020
3032
  * </li>
3021
3033
  * <li>
3022
- * <p>
3034
+ * <p>
3023
3035
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel</code>
3024
3036
  * </p>
3025
3037
  * </li>
3026
3038
  * <li>
3027
- * <p>
3039
+ * <p>
3028
3040
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel</code>
3029
3041
  * </p>
3030
3042
  * </li>
3031
3043
  * <li>
3032
- * <p>
3044
+ * <p>
3033
3045
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel</code>
3034
3046
  * </p>
3035
3047
  * </li>
3036
3048
  * <li>
3037
- * <p>
3049
+ * <p>
3038
3050
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel</code>
3039
3051
  * </p>
3040
3052
  * </li>
3041
3053
  * <li>
3042
- * <p>
3054
+ * <p>
3043
3055
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel</code>
3044
3056
  * </p>
3045
3057
  * </li>
3046
3058
  * <li>
3047
- * <p>
3059
+ * <p>
3048
3060
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel</code>
3049
3061
  * </p>
3050
3062
  * </li>
3051
3063
  * <li>
3052
- * <p>
3064
+ * <p>
3053
3065
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel</code>
3054
3066
  * </p>
3055
3067
  * </li>
3056
3068
  * <li>
3057
- * <p>
3069
+ * <p>
3058
3070
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel</code>
3059
3071
  * </p>
3060
3072
  * </li>
3061
3073
  * <li>
3062
- * <p>
3074
+ * <p>
3063
3075
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel</code>
3064
3076
  * </p>
3065
3077
  * </li>
3066
3078
  * <li>
3067
- * <p>
3079
+ * <p>
3068
3080
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel</code>
3069
3081
  * </p>
3070
3082
  * </li>
3071
3083
  * </ul>
3072
- *
3073
- * <p>
3084
+ * <p>
3074
3085
  * <b>Named entity recognition</b> - Groups similar selections and
3075
3086
  * calculates aggregate boundaries, resolving to most-assigned label.</p>
3076
- * <ul>
3087
+ * <ul>
3077
3088
  * <li>
3078
- * <p>
3079
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition</code>
3080
- * </p>
3089
+ * <p>
3090
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition</code>
3091
+ * </p>
3081
3092
  * </li>
3082
3093
  * <li>
3083
- * <p>
3084
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition</code>
3085
- * </p>
3094
+ * <p>
3095
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition</code>
3096
+ * </p>
3086
3097
  * </li>
3087
3098
  * <li>
3088
- * <p>
3089
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition</code>
3090
- * </p>
3099
+ * <p>
3100
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition</code>
3101
+ * </p>
3091
3102
  * </li>
3092
3103
  * <li>
3093
- * <p>
3094
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition</code>
3095
- * </p>
3104
+ * <p>
3105
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition</code>
3106
+ * </p>
3096
3107
  * </li>
3097
3108
  * <li>
3098
- * <p>
3099
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition</code>
3100
- * </p>
3109
+ * <p>
3110
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition</code>
3111
+ * </p>
3101
3112
  * </li>
3102
3113
  * <li>
3103
- * <p>
3104
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition</code>
3105
- * </p>
3114
+ * <p>
3115
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition</code>
3116
+ * </p>
3106
3117
  * </li>
3107
3118
  * <li>
3108
- * <p>
3109
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition</code>
3110
- * </p>
3119
+ * <p>
3120
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition</code>
3121
+ * </p>
3111
3122
  * </li>
3112
3123
  * <li>
3113
- * <p>
3114
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition</code>
3115
- * </p>
3124
+ * <p>
3125
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition</code>
3126
+ * </p>
3116
3127
  * </li>
3117
3128
  * <li>
3118
- * <p>
3119
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition</code>
3120
- * </p>
3129
+ * <p>
3130
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition</code>
3131
+ * </p>
3121
3132
  * </li>
3122
3133
  * <li>
3123
- * <p>
3124
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition</code>
3125
- * </p>
3134
+ * <p>
3135
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition</code>
3136
+ * </p>
3126
3137
  * </li>
3127
3138
  * <li>
3128
- * <p>
3129
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition</code>
3130
- * </p>
3139
+ * <p>
3140
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition</code>
3141
+ * </p>
3131
3142
  * </li>
3132
3143
  * <li>
3133
- * <p>
3134
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition</code>
3135
- * </p>
3144
+ * <p>
3145
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition</code>
3146
+ * </p>
3136
3147
  * </li>
3137
3148
  * </ul>
3138
- *
3139
- *
3140
- *
3141
- *
3142
- * <p>
3149
+ * <p>
3143
3150
  * <b>Video Classification</b> - Use this task type when you need workers to classify videos using
3144
3151
  * predefined labels that you specify. Workers are shown videos and are asked to choose one
3145
3152
  * label for each video.</p>
3146
- *
3147
- * <ul>
3153
+ * <ul>
3148
3154
  * <li>
3149
- * <p>
3155
+ * <p>
3150
3156
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass</code>
3151
- * </p>
3157
+ * </p>
3152
3158
  * </li>
3153
3159
  * <li>
3154
- * <p>
3160
+ * <p>
3155
3161
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass</code>
3156
- * </p>
3162
+ * </p>
3157
3163
  * </li>
3158
3164
  * <li>
3159
- * <p>
3165
+ * <p>
3160
3166
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass</code>
3161
- * </p>
3167
+ * </p>
3162
3168
  * </li>
3163
3169
  * <li>
3164
- * <p>
3170
+ * <p>
3165
3171
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass</code>
3166
- * </p>
3172
+ * </p>
3167
3173
  * </li>
3168
3174
  * <li>
3169
- * <p>
3175
+ * <p>
3170
3176
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass</code>
3171
- * </p>
3177
+ * </p>
3172
3178
  * </li>
3173
3179
  * <li>
3174
- * <p>
3180
+ * <p>
3175
3181
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass</code>
3176
- * </p>
3182
+ * </p>
3177
3183
  * </li>
3178
3184
  * <li>
3179
- * <p>
3185
+ * <p>
3180
3186
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass</code>
3181
- * </p>
3187
+ * </p>
3182
3188
  * </li>
3183
3189
  * <li>
3184
- * <p>
3190
+ * <p>
3185
3191
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass</code>
3186
- * </p>
3192
+ * </p>
3187
3193
  * </li>
3188
3194
  * <li>
3189
- * <p>
3195
+ * <p>
3190
3196
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass</code>
3191
- * </p>
3197
+ * </p>
3192
3198
  * </li>
3193
3199
  * <li>
3194
- * <p>
3200
+ * <p>
3195
3201
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass</code>
3196
- * </p>
3202
+ * </p>
3197
3203
  * </li>
3198
3204
  * <li>
3199
- * <p>
3205
+ * <p>
3200
3206
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass</code>
3201
- * </p>
3207
+ * </p>
3202
3208
  * </li>
3203
3209
  * <li>
3204
- * <p>
3210
+ * <p>
3205
3211
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass</code>
3206
- * </p>
3212
+ * </p>
3207
3213
  * </li>
3208
3214
  * </ul>
3209
- *
3210
- * <p>
3215
+ * <p>
3211
3216
  * <b>Video Frame Object Detection</b> - Use this task type to
3212
3217
  * have workers identify and locate objects in a sequence of video frames (images extracted
3213
3218
  * from a video) using bounding boxes. For example, you can use this task to ask workers to
3214
3219
  * identify and localize various objects in a series of video frames, such as cars, bikes,
3215
3220
  * and pedestrians.</p>
3216
- *
3217
- * <ul>
3221
+ * <ul>
3218
3222
  * <li>
3219
- * <p>
3223
+ * <p>
3220
3224
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection</code>
3221
- * </p>
3225
+ * </p>
3222
3226
  * </li>
3223
3227
  * <li>
3224
- * <p>
3228
+ * <p>
3225
3229
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection</code>
3226
- * </p>
3230
+ * </p>
3227
3231
  * </li>
3228
3232
  * <li>
3229
- * <p>
3233
+ * <p>
3230
3234
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection</code>
3231
- * </p>
3235
+ * </p>
3232
3236
  * </li>
3233
3237
  * <li>
3234
- * <p>
3238
+ * <p>
3235
3239
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection</code>
3236
- * </p>
3240
+ * </p>
3237
3241
  * </li>
3238
3242
  * <li>
3239
- * <p>
3243
+ * <p>
3240
3244
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection</code>
3241
- * </p>
3245
+ * </p>
3242
3246
  * </li>
3243
3247
  * <li>
3244
- * <p>
3248
+ * <p>
3245
3249
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection</code>
3246
- * </p>
3250
+ * </p>
3247
3251
  * </li>
3248
3252
  * <li>
3249
- * <p>
3253
+ * <p>
3250
3254
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection</code>
3251
- * </p>
3255
+ * </p>
3252
3256
  * </li>
3253
3257
  * <li>
3254
- * <p>
3258
+ * <p>
3255
3259
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection</code>
3256
- * </p>
3260
+ * </p>
3257
3261
  * </li>
3258
3262
  * <li>
3259
- * <p>
3263
+ * <p>
3260
3264
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection</code>
3261
- * </p>
3265
+ * </p>
3262
3266
  * </li>
3263
3267
  * <li>
3264
- * <p>
3268
+ * <p>
3265
3269
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection</code>
3266
- * </p>
3270
+ * </p>
3267
3271
  * </li>
3268
3272
  * <li>
3269
- * <p>
3273
+ * <p>
3270
3274
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection</code>
3271
- * </p>
3275
+ * </p>
3272
3276
  * </li>
3273
3277
  * <li>
3274
- * <p>
3278
+ * <p>
3275
3279
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection</code>
3276
- * </p>
3280
+ * </p>
3277
3281
  * </li>
3278
3282
  * </ul>
3279
- *
3280
- * <p>
3283
+ * <p>
3281
3284
  * <b>Video Frame Object Tracking</b> - Use this task type to
3282
3285
  * have workers track the movement of objects in a sequence of video frames (images
3283
3286
  * extracted from a video) using bounding boxes. For example, you can use this task to ask
3284
3287
  * workers to track the movement of objects, such as cars, bikes, and pedestrians. </p>
3285
- * <ul>
3288
+ * <ul>
3286
3289
  * <li>
3287
- * <p>
3290
+ * <p>
3288
3291
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking</code>
3289
- * </p>
3292
+ * </p>
3290
3293
  * </li>
3291
3294
  * <li>
3292
- * <p>
3295
+ * <p>
3293
3296
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking</code>
3294
- * </p>
3297
+ * </p>
3295
3298
  * </li>
3296
3299
  * <li>
3297
- * <p>
3300
+ * <p>
3298
3301
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking</code>
3299
- * </p>
3302
+ * </p>
3300
3303
  * </li>
3301
3304
  * <li>
3302
- * <p>
3305
+ * <p>
3303
3306
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking</code>
3304
- * </p>
3307
+ * </p>
3305
3308
  * </li>
3306
3309
  * <li>
3307
- * <p>
3310
+ * <p>
3308
3311
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking</code>
3309
- * </p>
3312
+ * </p>
3310
3313
  * </li>
3311
3314
  * <li>
3312
- * <p>
3315
+ * <p>
3313
3316
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking</code>
3314
- * </p>
3317
+ * </p>
3315
3318
  * </li>
3316
3319
  * <li>
3317
- * <p>
3320
+ * <p>
3318
3321
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking</code>
3319
- * </p>
3322
+ * </p>
3320
3323
  * </li>
3321
3324
  * <li>
3322
- * <p>
3325
+ * <p>
3323
3326
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking</code>
3324
- * </p>
3327
+ * </p>
3325
3328
  * </li>
3326
3329
  * <li>
3327
- * <p>
3330
+ * <p>
3328
3331
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking</code>
3329
- * </p>
3332
+ * </p>
3330
3333
  * </li>
3331
3334
  * <li>
3332
- * <p>
3335
+ * <p>
3333
3336
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking</code>
3334
- * </p>
3337
+ * </p>
3335
3338
  * </li>
3336
3339
  * <li>
3337
- * <p>
3340
+ * <p>
3338
3341
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking</code>
3339
- * </p>
3342
+ * </p>
3340
3343
  * </li>
3341
3344
  * <li>
3342
- * <p>
3345
+ * <p>
3343
3346
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking</code>
3344
- * </p>
3347
+ * </p>
3345
3348
  * </li>
3346
3349
  * </ul>
3347
- *
3348
- *
3349
- *
3350
- *
3351
- * <p>
3350
+ * <p>
3352
3351
  * <b>3D Point Cloud Modalities</b>
3353
3352
  * </p>
3354
- * <p>Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks.
3353
+ * <p>Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks.
3355
3354
  * See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-task-types.html">3D Point Cloud Task types
3356
3355
  * </a> to learn more. </p>
3357
- *
3358
- *
3359
- * <p>
3356
+ * <p>
3360
3357
  * <b>3D Point Cloud Object Detection</b> -
3361
3358
  * Use this task type when you want workers to classify objects in a 3D point cloud by
3362
3359
  * drawing 3D cuboids around objects. For example, you can use this task type to ask workers
3363
3360
  * to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.</p>
3364
- * <ul>
3361
+ * <ul>
3365
3362
  * <li>
3366
- * <p>
3363
+ * <p>
3367
3364
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection</code>
3368
- * </p>
3365
+ * </p>
3369
3366
  * </li>
3370
3367
  * <li>
3371
- * <p>
3368
+ * <p>
3372
3369
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection</code>
3373
- * </p>
3370
+ * </p>
3374
3371
  * </li>
3375
3372
  * <li>
3376
- * <p>
3373
+ * <p>
3377
3374
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection</code>
3378
- * </p>
3375
+ * </p>
3379
3376
  * </li>
3380
3377
  * <li>
3381
- * <p>
3378
+ * <p>
3382
3379
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection</code>
3383
- * </p>
3380
+ * </p>
3384
3381
  * </li>
3385
3382
  * <li>
3386
- * <p>
3383
+ * <p>
3387
3384
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection</code>
3388
- * </p>
3385
+ * </p>
3389
3386
  * </li>
3390
3387
  * <li>
3391
- * <p>
3388
+ * <p>
3392
3389
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection</code>
3393
- * </p>
3390
+ * </p>
3394
3391
  * </li>
3395
3392
  * <li>
3396
- * <p>
3393
+ * <p>
3397
3394
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection</code>
3398
- * </p>
3395
+ * </p>
3399
3396
  * </li>
3400
3397
  * <li>
3401
- * <p>
3398
+ * <p>
3402
3399
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection</code>
3403
- * </p>
3400
+ * </p>
3404
3401
  * </li>
3405
3402
  * <li>
3406
- * <p>
3403
+ * <p>
3407
3404
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection</code>
3408
- * </p>
3405
+ * </p>
3409
3406
  * </li>
3410
3407
  * <li>
3411
- * <p>
3408
+ * <p>
3412
3409
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection</code>
3413
- * </p>
3410
+ * </p>
3414
3411
  * </li>
3415
3412
  * <li>
3416
- * <p>
3413
+ * <p>
3417
3414
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection</code>
3418
- * </p>
3415
+ * </p>
3419
3416
  * </li>
3420
3417
  * <li>
3421
- * <p>
3418
+ * <p>
3422
3419
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection</code>
3423
- * </p>
3420
+ * </p>
3424
3421
  * </li>
3425
3422
  * </ul>
3426
- *
3427
- * <p>
3423
+ * <p>
3428
3424
  * <b>3D Point Cloud Object Tracking</b> -
3429
3425
  * Use this task type when you want workers to draw 3D cuboids around objects
3430
3426
  * that appear in a sequence of 3D point cloud frames.
3431
3427
  * For example, you can use this task type to ask workers to track
3432
3428
  * the movement of vehicles across multiple point cloud frames.
3433
3429
  * </p>
3434
- * <ul>
3430
+ * <ul>
3435
3431
  * <li>
3436
- * <p>
3437
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking</code>
3432
+ * <p>
3433
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking</code>
3438
3434
  * </p>
3439
3435
  * </li>
3440
3436
  * <li>
3441
- * <p>
3437
+ * <p>
3442
3438
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking</code>
3443
3439
  * </p>
3444
3440
  * </li>
3445
3441
  * <li>
3446
- * <p>
3442
+ * <p>
3447
3443
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking</code>
3448
3444
  * </p>
3449
3445
  * </li>
3450
3446
  * <li>
3451
- * <p>
3447
+ * <p>
3452
3448
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking</code>
3453
3449
  * </p>
3454
3450
  * </li>
3455
3451
  * <li>
3456
- * <p>
3452
+ * <p>
3457
3453
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking</code>
3458
3454
  * </p>
3459
3455
  * </li>
3460
3456
  * <li>
3461
- * <p>
3457
+ * <p>
3462
3458
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking</code>
3463
3459
  * </p>
3464
3460
  * </li>
3465
3461
  * <li>
3466
- * <p>
3462
+ * <p>
3467
3463
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking</code>
3468
3464
  * </p>
3469
3465
  * </li>
3470
3466
  * <li>
3471
- * <p>
3467
+ * <p>
3472
3468
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking</code>
3473
3469
  * </p>
3474
3470
  * </li>
3475
3471
  * <li>
3476
- * <p>
3472
+ * <p>
3477
3473
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking</code>
3478
3474
  * </p>
3479
3475
  * </li>
3480
3476
  * <li>
3481
- * <p>
3477
+ * <p>
3482
3478
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking</code>
3483
3479
  * </p>
3484
3480
  * </li>
3485
3481
  * <li>
3486
- * <p>
3482
+ * <p>
3487
3483
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking</code>
3488
3484
  * </p>
3489
3485
  * </li>
3490
3486
  * <li>
3491
- * <p>
3487
+ * <p>
3492
3488
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking</code>
3493
- * </p>
3489
+ * </p>
3494
3490
  * </li>
3495
3491
  * </ul>
3496
- *
3497
- *
3498
- *
3499
- * <p>
3492
+ * <p>
3500
3493
  * <b>3D Point Cloud Semantic Segmentation</b> -
3501
3494
  * Use this task type when you want workers to create a point-level semantic segmentation masks by
3502
3495
  * painting objects in a 3D point cloud using different colors where each color is assigned to one of
3503
3496
  * the classes you specify.</p>
3504
- * <ul>
3497
+ * <ul>
3505
3498
  * <li>
3506
- * <p>
3499
+ * <p>
3507
3500
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation</code>
3508
- * </p>
3501
+ * </p>
3509
3502
  * </li>
3510
3503
  * <li>
3511
- * <p>
3504
+ * <p>
3512
3505
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation</code>
3513
- * </p>
3506
+ * </p>
3514
3507
  * </li>
3515
3508
  * <li>
3516
- * <p>
3509
+ * <p>
3517
3510
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation</code>
3518
- * </p>
3511
+ * </p>
3519
3512
  * </li>
3520
3513
  * <li>
3521
- * <p>
3514
+ * <p>
3522
3515
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation</code>
3523
- * </p>
3516
+ * </p>
3524
3517
  * </li>
3525
3518
  * <li>
3526
- * <p>
3519
+ * <p>
3527
3520
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation</code>
3528
- * </p>
3521
+ * </p>
3529
3522
  * </li>
3530
3523
  * <li>
3531
- * <p>
3524
+ * <p>
3532
3525
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation</code>
3533
- * </p>
3526
+ * </p>
3534
3527
  * </li>
3535
3528
  * <li>
3536
- * <p>
3529
+ * <p>
3537
3530
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation</code>
3538
- * </p>
3531
+ * </p>
3539
3532
  * </li>
3540
3533
  * <li>
3541
- * <p>
3534
+ * <p>
3542
3535
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation</code>
3543
- * </p>
3536
+ * </p>
3544
3537
  * </li>
3545
3538
  * <li>
3546
- * <p>
3539
+ * <p>
3547
3540
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation</code>
3548
- * </p>
3541
+ * </p>
3549
3542
  * </li>
3550
3543
  * <li>
3551
- * <p>
3544
+ * <p>
3552
3545
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation</code>
3553
- * </p>
3546
+ * </p>
3554
3547
  * </li>
3555
3548
  * <li>
3556
- * <p>
3549
+ * <p>
3557
3550
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation</code>
3558
- * </p>
3551
+ * </p>
3559
3552
  * </li>
3560
3553
  * <li>
3561
- * <p>
3554
+ * <p>
3562
3555
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation</code>
3563
- * </p>
3556
+ * </p>
3564
3557
  * </li>
3565
3558
  * </ul>
3566
- *
3567
- * <p>
3559
+ * <p>
3568
3560
  * <b>Use the following ARNs for Label Verification and Adjustment Jobs</b>
3569
3561
  * </p>
3570
- * <p>Use label verification and adjustment jobs to review and adjust labels. To learn more,
3562
+ * <p>Use label verification and adjustment jobs to review and adjust labels. To learn more,
3571
3563
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels </a>.</p>
3572
- *
3573
- * <p>
3564
+ * <p>
3574
3565
  * <b>Bounding box verification</b> - Uses a variant of the
3575
3566
  * Expectation Maximization approach to estimate the true class of verification
3576
3567
  * judgement for bounding box labels based on annotations from individual
3577
3568
  * workers.</p>
3578
- * <ul>
3569
+ * <ul>
3579
3570
  * <li>
3580
- * <p>
3571
+ * <p>
3581
3572
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox</code>
3582
3573
  * </p>
3583
3574
  * </li>
3584
3575
  * <li>
3585
- * <p>
3576
+ * <p>
3586
3577
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox</code>
3587
3578
  * </p>
3588
3579
  * </li>
3589
3580
  * <li>
3590
- * <p>
3581
+ * <p>
3591
3582
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox</code>
3592
3583
  * </p>
3593
3584
  * </li>
3594
3585
  * <li>
3595
- * <p>
3586
+ * <p>
3596
3587
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox</code>
3597
3588
  * </p>
3598
3589
  * </li>
3599
3590
  * <li>
3600
- * <p>
3591
+ * <p>
3601
3592
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox</code>
3602
3593
  * </p>
3603
3594
  * </li>
3604
3595
  * <li>
3605
- * <p>
3596
+ * <p>
3606
3597
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox</code>
3607
3598
  * </p>
3608
3599
  * </li>
3609
3600
  * <li>
3610
- * <p>
3601
+ * <p>
3611
3602
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox</code>
3612
3603
  * </p>
3613
3604
  * </li>
3614
3605
  * <li>
3615
- * <p>
3606
+ * <p>
3616
3607
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox</code>
3617
3608
  * </p>
3618
3609
  * </li>
3619
3610
  * <li>
3620
- * <p>
3611
+ * <p>
3621
3612
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox</code>
3622
3613
  * </p>
3623
3614
  * </li>
3624
3615
  * <li>
3625
- * <p>
3616
+ * <p>
3626
3617
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox</code>
3627
3618
  * </p>
3628
3619
  * </li>
3629
3620
  * <li>
3630
- * <p>
3621
+ * <p>
3631
3622
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox</code>
3632
3623
  * </p>
3633
3624
  * </li>
3634
3625
  * <li>
3635
- * <p>
3626
+ * <p>
3636
3627
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox</code>
3637
3628
  * </p>
3638
3629
  * </li>
3639
3630
  * </ul>
3640
- *
3641
- * <p>
3631
+ * <p>
3642
3632
  * <b>Bounding box adjustment</b> - Finds the most similar boxes
3643
3633
  * from different workers based on the Jaccard index of the adjusted
3644
3634
  * annotations.</p>
3645
- * <ul>
3635
+ * <ul>
3646
3636
  * <li>
3647
- * <p>
3648
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox</code>
3649
- * </p>
3637
+ * <p>
3638
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox</code>
3639
+ * </p>
3650
3640
  * </li>
3651
3641
  * <li>
3652
- * <p>
3653
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox</code>
3654
- * </p>
3642
+ * <p>
3643
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox</code>
3644
+ * </p>
3655
3645
  * </li>
3656
3646
  * <li>
3657
- * <p>
3658
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox</code>
3659
- * </p>
3647
+ * <p>
3648
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox</code>
3649
+ * </p>
3660
3650
  * </li>
3661
3651
  * <li>
3662
- * <p>
3663
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox</code>
3664
- * </p>
3652
+ * <p>
3653
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox</code>
3654
+ * </p>
3665
3655
  * </li>
3666
3656
  * <li>
3667
- * <p>
3668
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox</code>
3669
- * </p>
3657
+ * <p>
3658
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox</code>
3659
+ * </p>
3670
3660
  * </li>
3671
3661
  * <li>
3672
- * <p>
3673
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox</code>
3674
- * </p>
3662
+ * <p>
3663
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox</code>
3664
+ * </p>
3675
3665
  * </li>
3676
3666
  * <li>
3677
- * <p>
3678
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox</code>
3679
- * </p>
3667
+ * <p>
3668
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox</code>
3669
+ * </p>
3680
3670
  * </li>
3681
3671
  * <li>
3682
- * <p>
3683
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox</code>
3684
- * </p>
3672
+ * <p>
3673
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox</code>
3674
+ * </p>
3685
3675
  * </li>
3686
3676
  * <li>
3687
- * <p>
3688
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox</code>
3689
- * </p>
3677
+ * <p>
3678
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox</code>
3679
+ * </p>
3690
3680
  * </li>
3691
3681
  * <li>
3692
- * <p>
3693
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox</code>
3694
- * </p>
3682
+ * <p>
3683
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox</code>
3684
+ * </p>
3695
3685
  * </li>
3696
3686
  * <li>
3697
- * <p>
3698
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox</code>
3699
- * </p>
3687
+ * <p>
3688
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox</code>
3689
+ * </p>
3700
3690
  * </li>
3701
3691
  * <li>
3702
- * <p>
3703
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox</code>
3704
- * </p>
3692
+ * <p>
3693
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox</code>
3694
+ * </p>
3705
3695
  * </li>
3706
3696
  * </ul>
3707
- *
3708
- * <p>
3697
+ * <p>
3709
3698
  * <b>Semantic segmentation verification</b> - Uses a variant of
3710
3699
  * the Expectation Maximization approach to estimate the true class of verification
3711
3700
  * judgment for semantic segmentation labels based on annotations from individual
3712
3701
  * workers.</p>
3713
- * <ul>
3702
+ * <ul>
3714
3703
  * <li>
3715
- * <p>
3716
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation</code>
3717
- * </p>
3704
+ * <p>
3705
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation</code>
3706
+ * </p>
3718
3707
  * </li>
3719
3708
  * <li>
3720
- * <p>
3721
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation</code>
3722
- * </p>
3709
+ * <p>
3710
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation</code>
3711
+ * </p>
3723
3712
  * </li>
3724
3713
  * <li>
3725
- * <p>
3726
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation</code>
3727
- * </p>
3714
+ * <p>
3715
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation</code>
3716
+ * </p>
3728
3717
  * </li>
3729
3718
  * <li>
3730
- * <p>
3731
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation</code>
3732
- * </p>
3719
+ * <p>
3720
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation</code>
3721
+ * </p>
3733
3722
  * </li>
3734
3723
  * <li>
3735
- * <p>
3736
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation</code>
3737
- * </p>
3724
+ * <p>
3725
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation</code>
3726
+ * </p>
3738
3727
  * </li>
3739
3728
  * <li>
3740
- * <p>
3741
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation</code>
3742
- * </p>
3729
+ * <p>
3730
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation</code>
3731
+ * </p>
3743
3732
  * </li>
3744
3733
  * <li>
3745
- * <p>
3746
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation</code>
3747
- * </p>
3734
+ * <p>
3735
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation</code>
3736
+ * </p>
3748
3737
  * </li>
3749
3738
  * <li>
3750
- * <p>
3751
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation</code>
3752
- * </p>
3739
+ * <p>
3740
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation</code>
3741
+ * </p>
3753
3742
  * </li>
3754
3743
  * <li>
3755
- * <p>
3756
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation</code>
3757
- * </p>
3744
+ * <p>
3745
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation</code>
3746
+ * </p>
3758
3747
  * </li>
3759
3748
  * <li>
3760
- * <p>
3761
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation</code>
3762
- * </p>
3749
+ * <p>
3750
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation</code>
3751
+ * </p>
3763
3752
  * </li>
3764
3753
  * <li>
3765
- * <p>
3766
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation</code>
3767
- * </p>
3754
+ * <p>
3755
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation</code>
3756
+ * </p>
3768
3757
  * </li>
3769
3758
  * <li>
3770
- * <p>
3771
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation</code>
3772
- * </p>
3759
+ * <p>
3760
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation</code>
3761
+ * </p>
3773
3762
  * </li>
3774
3763
  * </ul>
3775
- *
3776
- * <p>
3764
+ * <p>
3777
3765
  * <b>Semantic segmentation adjustment</b> - Treats each pixel in
3778
3766
  * an image as a multi-class classification and treats pixel adjusted annotations
3779
3767
  * from workers as "votes" for the correct label.</p>
3780
- * <ul>
3768
+ * <ul>
3781
3769
  * <li>
3782
- * <p>
3783
- * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation</code>
3784
- * </p>
3770
+ * <p>
3771
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation</code>
3772
+ * </p>
3785
3773
  * </li>
3786
3774
  * <li>
3787
- * <p>
3788
- * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation</code>
3789
- * </p>
3775
+ * <p>
3776
+ * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation</code>
3777
+ * </p>
3790
3778
  * </li>
3791
3779
  * <li>
3792
- * <p>
3793
- * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation</code>
3794
- * </p>
3780
+ * <p>
3781
+ * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation</code>
3782
+ * </p>
3795
3783
  * </li>
3796
3784
  * <li>
3797
- * <p>
3798
- * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation</code>
3799
- * </p>
3785
+ * <p>
3786
+ * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation</code>
3787
+ * </p>
3800
3788
  * </li>
3801
3789
  * <li>
3802
- * <p>
3803
- * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation</code>
3804
- * </p>
3790
+ * <p>
3791
+ * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation</code>
3792
+ * </p>
3805
3793
  * </li>
3806
3794
  * <li>
3807
- * <p>
3808
- * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation</code>
3809
- * </p>
3795
+ * <p>
3796
+ * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation</code>
3797
+ * </p>
3810
3798
  * </li>
3811
3799
  * <li>
3812
- * <p>
3813
- * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation</code>
3814
- * </p>
3800
+ * <p>
3801
+ * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation</code>
3802
+ * </p>
3815
3803
  * </li>
3816
3804
  * <li>
3817
- * <p>
3818
- * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation</code>
3819
- * </p>
3805
+ * <p>
3806
+ * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation</code>
3807
+ * </p>
3820
3808
  * </li>
3821
3809
  * <li>
3822
- * <p>
3823
- * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation</code>
3824
- * </p>
3810
+ * <p>
3811
+ * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation</code>
3812
+ * </p>
3825
3813
  * </li>
3826
3814
  * <li>
3827
- * <p>
3828
- * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation</code>
3829
- * </p>
3815
+ * <p>
3816
+ * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation</code>
3817
+ * </p>
3830
3818
  * </li>
3831
3819
  * <li>
3832
- * <p>
3833
- * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation</code>
3834
- * </p>
3820
+ * <p>
3821
+ * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation</code>
3822
+ * </p>
3835
3823
  * </li>
3836
3824
  * <li>
3837
- * <p>
3838
- * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation</code>
3839
- * </p>
3825
+ * <p>
3826
+ * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation</code>
3827
+ * </p>
3840
3828
  * </li>
3841
3829
  * </ul>
3842
- *
3843
- *
3844
- *
3845
- *
3846
- * <p>
3830
+ * <p>
3847
3831
  * <b>Video Frame Object Detection Adjustment</b> -
3848
3832
  * Use this task type when you want workers to adjust bounding boxes that workers have added
3849
3833
  * to video frames to classify and localize objects in a sequence of video frames.</p>
3850
- *
3851
- * <ul>
3834
+ * <ul>
3852
3835
  * <li>
3853
- * <p>
3836
+ * <p>
3854
3837
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection</code>
3855
- * </p>
3838
+ * </p>
3856
3839
  * </li>
3857
3840
  * <li>
3858
- * <p>
3841
+ * <p>
3859
3842
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection</code>
3860
- * </p>
3843
+ * </p>
3861
3844
  * </li>
3862
3845
  * <li>
3863
- * <p>
3846
+ * <p>
3864
3847
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection</code>
3865
- * </p>
3848
+ * </p>
3866
3849
  * </li>
3867
3850
  * <li>
3868
- * <p>
3851
+ * <p>
3869
3852
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection</code>
3870
- * </p>
3853
+ * </p>
3871
3854
  * </li>
3872
3855
  * <li>
3873
- * <p>
3856
+ * <p>
3874
3857
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection</code>
3875
- * </p>
3858
+ * </p>
3876
3859
  * </li>
3877
3860
  * <li>
3878
- * <p>
3861
+ * <p>
3879
3862
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection</code>
3880
- * </p>
3863
+ * </p>
3881
3864
  * </li>
3882
3865
  * <li>
3883
- * <p>
3866
+ * <p>
3884
3867
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection</code>
3885
- * </p>
3868
+ * </p>
3886
3869
  * </li>
3887
3870
  * <li>
3888
- * <p>
3871
+ * <p>
3889
3872
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection</code>
3890
- * </p>
3873
+ * </p>
3891
3874
  * </li>
3892
3875
  * <li>
3893
- * <p>
3876
+ * <p>
3894
3877
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection</code>
3895
- * </p>
3878
+ * </p>
3896
3879
  * </li>
3897
3880
  * <li>
3898
- * <p>
3881
+ * <p>
3899
3882
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection</code>
3900
- * </p>
3883
+ * </p>
3901
3884
  * </li>
3902
3885
  * <li>
3903
- * <p>
3886
+ * <p>
3904
3887
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection</code>
3905
- * </p>
3888
+ * </p>
3906
3889
  * </li>
3907
3890
  * <li>
3908
- * <p>
3891
+ * <p>
3909
3892
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection</code>
3910
- * </p>
3893
+ * </p>
3911
3894
  * </li>
3912
3895
  * </ul>
3913
- *
3914
- * <p>
3896
+ * <p>
3915
3897
  * <b>Video Frame Object Tracking Adjustment</b> -
3916
3898
  * Use this task type when you want workers to adjust bounding boxes that workers have added
3917
3899
  * to video frames to track object movement across a sequence of video frames.</p>
3918
- * <ul>
3900
+ * <ul>
3919
3901
  * <li>
3920
- * <p>
3902
+ * <p>
3921
3903
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking</code>
3922
- * </p>
3904
+ * </p>
3923
3905
  * </li>
3924
3906
  * <li>
3925
- * <p>
3907
+ * <p>
3926
3908
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking</code>
3927
- * </p>
3909
+ * </p>
3928
3910
  * </li>
3929
3911
  * <li>
3930
- * <p>
3912
+ * <p>
3931
3913
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking</code>
3932
- * </p>
3914
+ * </p>
3933
3915
  * </li>
3934
3916
  * <li>
3935
- * <p>
3917
+ * <p>
3936
3918
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking</code>
3937
- * </p>
3919
+ * </p>
3938
3920
  * </li>
3939
3921
  * <li>
3940
- * <p>
3922
+ * <p>
3941
3923
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking</code>
3942
- * </p>
3924
+ * </p>
3943
3925
  * </li>
3944
3926
  * <li>
3945
- * <p>
3927
+ * <p>
3946
3928
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking</code>
3947
- * </p>
3929
+ * </p>
3948
3930
  * </li>
3949
3931
  * <li>
3950
- * <p>
3932
+ * <p>
3951
3933
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking</code>
3952
- * </p>
3934
+ * </p>
3953
3935
  * </li>
3954
3936
  * <li>
3955
- * <p>
3937
+ * <p>
3956
3938
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking</code>
3957
- * </p>
3939
+ * </p>
3958
3940
  * </li>
3959
3941
  * <li>
3960
- * <p>
3942
+ * <p>
3961
3943
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking</code>
3962
- * </p>
3944
+ * </p>
3963
3945
  * </li>
3964
3946
  * <li>
3965
- * <p>
3947
+ * <p>
3966
3948
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking</code>
3967
- * </p>
3949
+ * </p>
3968
3950
  * </li>
3969
3951
  * <li>
3970
- * <p>
3952
+ * <p>
3971
3953
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking</code>
3972
- * </p>
3954
+ * </p>
3973
3955
  * </li>
3974
3956
  * <li>
3975
- * <p>
3957
+ * <p>
3976
3958
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking</code>
3977
- * </p>
3959
+ * </p>
3978
3960
  * </li>
3979
3961
  * </ul>
3980
- *
3981
- *
3982
- *
3983
- *
3984
- * <p>
3962
+ * <p>
3985
3963
  * <b>3D point cloud object detection adjustment</b> - Adjust
3986
3964
  * 3D cuboids in a point cloud frame. </p>
3987
- * <ul>
3965
+ * <ul>
3988
3966
  * <li>
3989
- * <p>
3967
+ * <p>
3990
3968
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection</code>
3991
3969
  * </p>
3992
3970
  * </li>
3993
3971
  * <li>
3994
- * <p>
3972
+ * <p>
3995
3973
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection</code>
3996
3974
  * </p>
3997
3975
  * </li>
3998
3976
  * <li>
3999
- * <p>
3977
+ * <p>
4000
3978
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4001
3979
  * </p>
4002
3980
  * </li>
4003
3981
  * <li>
4004
- * <p>
3982
+ * <p>
4005
3983
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4006
3984
  * </p>
4007
3985
  * </li>
4008
3986
  * <li>
4009
- * <p>
3987
+ * <p>
4010
3988
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4011
3989
  * </p>
4012
3990
  * </li>
4013
3991
  * <li>
4014
- * <p>
3992
+ * <p>
4015
3993
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4016
3994
  * </p>
4017
3995
  * </li>
4018
3996
  * <li>
4019
- * <p>
3997
+ * <p>
4020
3998
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4021
3999
  * </p>
4022
4000
  * </li>
4023
4001
  * <li>
4024
- * <p>
4002
+ * <p>
4025
4003
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4026
4004
  * </p>
4027
4005
  * </li>
4028
4006
  * <li>
4029
- * <p>
4007
+ * <p>
4030
4008
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4031
4009
  * </p>
4032
4010
  * </li>
4033
4011
  * <li>
4034
- * <p>
4012
+ * <p>
4035
4013
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4036
4014
  * </p>
4037
4015
  * </li>
4038
4016
  * <li>
4039
- * <p>
4017
+ * <p>
4040
4018
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4041
4019
  * </p>
4042
4020
  * </li>
4043
4021
  * <li>
4044
- * <p>
4022
+ * <p>
4045
4023
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection</code>
4046
4024
  * </p>
4047
4025
  * </li>
4048
4026
  * </ul>
4049
- *
4050
- * <p>
4027
+ * <p>
4051
4028
  * <b>3D point cloud object tracking adjustment</b> - Adjust 3D
4052
4029
  * cuboids across a sequence of point cloud frames. </p>
4053
- * <ul>
4030
+ * <ul>
4054
4031
  * <li>
4055
- * <p>
4032
+ * <p>
4056
4033
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4057
4034
  * </p>
4058
4035
  * </li>
4059
4036
  * <li>
4060
- * <p>
4037
+ * <p>
4061
4038
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4062
4039
  * </p>
4063
4040
  * </li>
4064
4041
  * <li>
4065
- * <p>
4042
+ * <p>
4066
4043
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4067
4044
  * </p>
4068
4045
  * </li>
4069
4046
  * <li>
4070
- * <p>
4047
+ * <p>
4071
4048
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4072
4049
  * </p>
4073
4050
  * </li>
4074
4051
  * <li>
4075
- * <p>
4052
+ * <p>
4076
4053
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4077
4054
  * </p>
4078
4055
  * </li>
4079
4056
  * <li>
4080
- * <p>
4057
+ * <p>
4081
4058
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4082
4059
  * </p>
4083
4060
  * </li>
4084
4061
  * <li>
4085
- * <p>
4062
+ * <p>
4086
4063
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4087
4064
  * </p>
4088
4065
  * </li>
4089
4066
  * <li>
4090
- * <p>
4067
+ * <p>
4091
4068
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4092
4069
  * </p>
4093
4070
  * </li>
4094
4071
  * <li>
4095
- * <p>
4072
+ * <p>
4096
4073
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4097
4074
  * </p>
4098
4075
  * </li>
4099
4076
  * <li>
4100
- * <p>
4077
+ * <p>
4101
4078
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4102
4079
  * </p>
4103
4080
  * </li>
4104
4081
  * <li>
4105
- * <p>
4082
+ * <p>
4106
4083
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4107
4084
  * </p>
4108
4085
  * </li>
4109
4086
  * <li>
4110
- * <p>
4087
+ * <p>
4111
4088
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking</code>
4112
4089
  * </p>
4113
4090
  * </li>
4114
4091
  * </ul>
4115
- *
4116
- * <p>
4092
+ * <p>
4117
4093
  * <b>3D point cloud semantic segmentation adjustment</b> -
4118
4094
  * Adjust semantic segmentation masks in a 3D point cloud. </p>
4119
- * <ul>
4095
+ * <ul>
4120
4096
  * <li>
4121
- * <p>
4097
+ * <p>
4122
4098
  * <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4123
4099
  * </p>
4124
4100
  * </li>
4125
4101
  * <li>
4126
- * <p>
4102
+ * <p>
4127
4103
  * <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4128
4104
  * </p>
4129
4105
  * </li>
4130
4106
  * <li>
4131
- * <p>
4107
+ * <p>
4132
4108
  * <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4133
4109
  * </p>
4134
4110
  * </li>
4135
4111
  * <li>
4136
- * <p>
4112
+ * <p>
4137
4113
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4138
4114
  * </p>
4139
4115
  * </li>
4140
4116
  * <li>
4141
- * <p>
4117
+ * <p>
4142
4118
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4143
4119
  * </p>
4144
4120
  * </li>
4145
4121
  * <li>
4146
- * <p>
4122
+ * <p>
4147
4123
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4148
4124
  * </p>
4149
4125
  * </li>
4150
4126
  * <li>
4151
- * <p>
4127
+ * <p>
4152
4128
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4153
4129
  * </p>
4154
4130
  * </li>
4155
4131
  * <li>
4156
- * <p>
4132
+ * <p>
4157
4133
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4158
4134
  * </p>
4159
4135
  * </li>
4160
4136
  * <li>
4161
- * <p>
4137
+ * <p>
4162
4138
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4163
4139
  * </p>
4164
4140
  * </li>
4165
4141
  * <li>
4166
- * <p>
4142
+ * <p>
4167
4143
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4168
4144
  * </p>
4169
4145
  * </li>
4170
4146
  * <li>
4171
- * <p>
4147
+ * <p>
4172
4148
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4173
4149
  * </p>
4174
4150
  * </li>
4175
4151
  * <li>
4176
- * <p>
4152
+ * <p>
4177
4153
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
4178
4154
  * </p>
4179
4155
  * </li>
@@ -4199,18 +4175,18 @@ export interface HumanTaskConfig {
4199
4175
  NumberOfHumanWorkersPerDataObject: number | undefined;
4200
4176
  /**
4201
4177
  * <p>The amount of time that a worker has to complete a task. </p>
4202
- * <p>If you create a custom labeling job, the maximum value for this parameter is 8 hours
4178
+ * <p>If you create a custom labeling job, the maximum value for this parameter is 8 hours
4203
4179
  * (28,800 seconds).</p>
4204
- * <p>If you create a labeling job using a <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task type</a> the maximum
4180
+ * <p>If you create a labeling job using a <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task type</a> the maximum
4205
4181
  * for this parameter depends on the task type you use:</p>
4206
- * <ul>
4182
+ * <ul>
4207
4183
  * <li>
4208
- * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html">image</a> and
4184
+ * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html">image</a> and
4209
4185
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html">text</a> labeling jobs,
4210
4186
  * the maximum is 8 hours (28,800 seconds).</p>
4211
4187
  * </li>
4212
4188
  * <li>
4213
- * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html">3D point cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html">video frame</a> labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.</p>
4189
+ * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html">3D point cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html">video frame</a> labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.</p>
4214
4190
  * </li>
4215
4191
  * </ul>
4216
4192
  */
@@ -4219,13 +4195,13 @@ export interface HumanTaskConfig {
4219
4195
  * <p>The length of time that a task remains available for labeling by human workers. The
4220
4196
  * default and maximum values for this parameter depend on the type of workforce you
4221
4197
  * use.</p>
4222
- * <ul>
4198
+ * <ul>
4223
4199
  * <li>
4224
- * <p>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds).
4200
+ * <p>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds).
4225
4201
  * The default is 6 hours (21,600 seconds).</p>
4226
4202
  * </li>
4227
4203
  * <li>
4228
- * <p>If you choose a private or vendor workforce, the default value is 30 days (2592,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.</p>
4204
+ * <p>If you choose a private or vendor workforce, the default value is 30 days (2592,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.</p>
4229
4205
  * </li>
4230
4206
  * </ul>
4231
4207
  */
@@ -4263,23 +4239,23 @@ export interface LabelingJobDataAttributes {
4263
4239
  export interface LabelingJobS3DataSource {
4264
4240
  /**
4265
4241
  * <p>The Amazon S3 location of the manifest file that describes the input data objects. </p>
4266
- * <p>The input manifest file referenced in <code>ManifestS3Uri</code> must contain one of
4242
+ * <p>The input manifest file referenced in <code>ManifestS3Uri</code> must contain one of
4267
4243
  * the following keys: <code>source-ref</code> or <code>source</code>. The value of the
4268
4244
  * keys are interpreted as follows:</p>
4269
- * <ul>
4245
+ * <ul>
4270
4246
  * <li>
4271
- * <p>
4247
+ * <p>
4272
4248
  * <code>source-ref</code>: The source of the object is the Amazon S3 object
4273
4249
  * specified in the value. Use this value when the object is a binary object, such
4274
4250
  * as an image.</p>
4275
4251
  * </li>
4276
4252
  * <li>
4277
- * <p>
4253
+ * <p>
4278
4254
  * <code>source</code>: The source of the object is the value. Use this
4279
4255
  * value when the object is a text value.</p>
4280
4256
  * </li>
4281
4257
  * </ul>
4282
- * <p>If you are a new user of Ground Truth, it is recommended you review <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-input-data-input-manifest.html">Use an Input Manifest File </a> in the Amazon SageMaker Developer Guide to learn how to
4258
+ * <p>If you are a new user of Ground Truth, it is recommended you review <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-input-data-input-manifest.html">Use an Input Manifest File </a> in the Amazon SageMaker Developer Guide to learn how to
4283
4259
  * create an input manifest file.</p>
4284
4260
  */
4285
4261
  ManifestS3Uri: string | undefined;
@@ -4296,7 +4272,6 @@ export interface LabelingJobSnsDataSource {
4296
4272
  }
4297
4273
  /**
4298
4274
  * <p>Provides information about the location of input data.</p>
4299
- *
4300
4275
  * <p>You must specify at least one of the following: <code>S3DataSource</code> or <code>SnsDataSource</code>.</p>
4301
4276
  * <p>Use <code>SnsDataSource</code> to specify an SNS input topic
4302
4277
  * for a streaming labeling job. If you do not specify
@@ -4337,25 +4312,25 @@ export interface LabelingJobResourceConfig {
4337
4312
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
4338
4313
  * attached to the ML compute instance(s) that run the training and inference jobs used for
4339
4314
  * automated data labeling. </p>
4340
- * <p>You can only specify a <code>VolumeKmsKeyId</code> when you create a labeling job with
4315
+ * <p>You can only specify a <code>VolumeKmsKeyId</code> when you create a labeling job with
4341
4316
  * automated data labeling enabled using the API operation <code>CreateLabelingJob</code>.
4342
4317
  * You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for
4343
4318
  * automated data labeling model training and inference when you create a labeling job
4344
4319
  * using the console. To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security.html">Output Data and Storage Volume
4345
4320
  * Encryption</a>.</p>
4346
- * <p>The <code>VolumeKmsKeyId</code> can be any of the following formats:</p>
4347
- * <ul>
4321
+ * <p>The <code>VolumeKmsKeyId</code> can be any of the following formats:</p>
4322
+ * <ul>
4348
4323
  * <li>
4349
- * <p>KMS Key ID</p>
4350
- * <p>
4351
- * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
4352
- * </p>
4324
+ * <p>KMS Key ID</p>
4325
+ * <p>
4326
+ * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
4327
+ * </p>
4353
4328
  * </li>
4354
4329
  * <li>
4355
- * <p>Amazon Resource Name (ARN) of a KMS Key</p>
4356
- * <p>
4357
- * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
4358
- * </p>
4330
+ * <p>Amazon Resource Name (ARN) of a KMS Key</p>
4331
+ * <p>
4332
+ * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
4333
+ * </p>
4359
4334
  * </li>
4360
4335
  * </ul>
4361
4336
  */
@@ -4377,38 +4352,38 @@ export interface LabelingJobAlgorithmsConfig {
4377
4352
  /**
4378
4353
  * <p>Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You
4379
4354
  * must select one of the following ARNs:</p>
4380
- * <ul>
4355
+ * <ul>
4381
4356
  * <li>
4382
- * <p>
4383
- * <i>Image classification</i>
4384
- * </p>
4385
- * <p>
4386
- * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/image-classification</code>
4387
- * </p>
4357
+ * <p>
4358
+ * <i>Image classification</i>
4359
+ * </p>
4360
+ * <p>
4361
+ * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/image-classification</code>
4362
+ * </p>
4388
4363
  * </li>
4389
4364
  * <li>
4390
- * <p>
4391
- * <i>Text classification</i>
4392
- * </p>
4393
- * <p>
4394
- * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/text-classification</code>
4395
- * </p>
4365
+ * <p>
4366
+ * <i>Text classification</i>
4367
+ * </p>
4368
+ * <p>
4369
+ * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/text-classification</code>
4370
+ * </p>
4396
4371
  * </li>
4397
4372
  * <li>
4398
- * <p>
4399
- * <i>Object detection</i>
4400
- * </p>
4401
- * <p>
4402
- * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/object-detection</code>
4403
- * </p>
4373
+ * <p>
4374
+ * <i>Object detection</i>
4375
+ * </p>
4376
+ * <p>
4377
+ * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/object-detection</code>
4378
+ * </p>
4404
4379
  * </li>
4405
4380
  * <li>
4406
- * <p>
4407
- * <i>Semantic Segmentation</i>
4408
- * </p>
4409
- * <p>
4410
- * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/semantic-segmentation</code>
4411
- * </p>
4381
+ * <p>
4382
+ * <i>Semantic Segmentation</i>
4383
+ * </p>
4384
+ * <p>
4385
+ * <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/semantic-segmentation</code>
4386
+ * </p>
4412
4387
  * </li>
4413
4388
  * </ul>
4414
4389
  */
@@ -4434,11 +4409,11 @@ export interface LabelingJobOutputConfig {
4434
4409
  S3OutputPath: string | undefined;
4435
4410
  /**
4436
4411
  * <p>The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.</p>
4437
- * <p>If you provide your own KMS key ID, you must add the required permissions to your KMS
4412
+ * <p>If you provide your own KMS key ID, you must add the required permissions to your KMS
4438
4413
  * key described in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-permission.html#sms-security-kms-permissions">Encrypt Output Data and Storage Volume with Amazon Web Services KMS</a>.</p>
4439
- * <p>If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your
4414
+ * <p>If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your
4440
4415
  * role's account to encrypt your output data.</p>
4441
- * <p>If you use a bucket policy with an <code>s3:PutObject</code> permission that only
4416
+ * <p>If you use a bucket policy with an <code>s3:PutObject</code> permission that only
4442
4417
  * allows objects with server-side encryption, set the condition key of
4443
4418
  * <code>s3:x-amz-server-side-encryption</code> to <code>"aws:kms"</code>. For more
4444
4419
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS-Managed Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer
@@ -4453,7 +4428,7 @@ export interface LabelingJobOutputConfig {
4453
4428
  * <p>If you provide an <code>SnsTopicArn</code> in <code>OutputConfig</code>, when workers
4454
4429
  * complete labeling tasks, Ground Truth will send labeling task output data to the SNS output
4455
4430
  * topic you specify here. </p>
4456
- * <p>To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-output-data">Receive Output Data from a Streaming Labeling
4431
+ * <p>To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-output-data">Receive Output Data from a Streaming Labeling
4457
4432
  * Job</a>. </p>
4458
4433
  */
4459
4434
  SnsTopicArn?: string;
@@ -4462,9 +4437,9 @@ export interface LabelingJobOutputConfig {
4462
4437
  * <p>A set of conditions for stopping a labeling job. If any of the conditions are met, the
4463
4438
  * job is automatically stopped. You can use these conditions to control the cost of data
4464
4439
  * labeling.</p>
4465
- * <note>
4440
+ * <note>
4466
4441
  * <p>Labeling jobs fail after 30 days with an appropriate client error message.</p>
4467
- * </note>
4442
+ * </note>
4468
4443
  */
4469
4444
  export interface LabelingJobStoppingConditions {
4470
4445
  /**
@@ -4488,80 +4463,80 @@ export interface CreateLabelingJobRequest {
4488
4463
  * <p>The attribute name to use for the label in the output manifest file. This is the key
4489
4464
  * for the key/value pair formed with the label that a worker assigns to the object. The
4490
4465
  * <code>LabelAttributeName</code> must meet the following requirements.</p>
4491
- * <ul>
4466
+ * <ul>
4492
4467
  * <li>
4493
- * <p>The name can't end with "-metadata". </p>
4468
+ * <p>The name can't end with "-metadata". </p>
4494
4469
  * </li>
4495
4470
  * <li>
4496
- * <p>If you are using one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>,
4471
+ * <p>If you are using one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>,
4497
4472
  * the attribute name <i>must</i> end with "-ref". If the task type
4498
4473
  * you are using is not listed below, the attribute name <i>must
4499
4474
  * not</i> end with "-ref".</p>
4500
- * <ul>
4475
+ * <ul>
4501
4476
  * <li>
4502
- * <p>Image semantic segmentation (<code>SemanticSegmentation)</code>, and
4477
+ * <p>Image semantic segmentation (<code>SemanticSegmentation)</code>, and
4503
4478
  * adjustment (<code>AdjustmentSemanticSegmentation</code>) and
4504
4479
  * verification (<code>VerificationSemanticSegmentation</code>) labeling
4505
4480
  * jobs for this task type.</p>
4506
- * </li>
4481
+ * </li>
4507
4482
  * <li>
4508
- * <p>Video frame object detection (<code>VideoObjectDetection</code>), and
4483
+ * <p>Video frame object detection (<code>VideoObjectDetection</code>), and
4509
4484
  * adjustment and verification
4510
4485
  * (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this
4511
4486
  * task type.</p>
4512
- * </li>
4487
+ * </li>
4513
4488
  * <li>
4514
- * <p>Video frame object tracking (<code>VideoObjectTracking</code>), and
4489
+ * <p>Video frame object tracking (<code>VideoObjectTracking</code>), and
4515
4490
  * adjustment and verification (<code>AdjustmentVideoObjectTracking</code>)
4516
4491
  * labeling jobs for this task type.</p>
4517
- * </li>
4492
+ * </li>
4518
4493
  * <li>
4519
- * <p>3D point cloud semantic segmentation
4494
+ * <p>3D point cloud semantic segmentation
4520
4495
  * (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and
4521
4496
  * verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>)
4522
4497
  * labeling jobs for this task type. </p>
4523
- * </li>
4498
+ * </li>
4524
4499
  * <li>
4525
- * <p>3D point cloud object tracking
4500
+ * <p>3D point cloud object tracking
4526
4501
  * (<code>3DPointCloudObjectTracking</code>), and adjustment and
4527
4502
  * verification (<code>Adjustment3DPointCloudObjectTracking</code>)
4528
4503
  * labeling jobs for this task type. </p>
4529
- * </li>
4504
+ * </li>
4530
4505
  * </ul>
4531
4506
  * </li>
4532
4507
  * </ul>
4533
- * <p></p>
4534
- * <important>
4508
+ * <p></p>
4509
+ * <important>
4535
4510
  * <p>If you are creating an adjustment or verification labeling job, you must use a
4536
4511
  * <i>different</i>
4537
- * <code>LabelAttributeName</code> than the one used in the original labeling job. The
4512
+ * <code>LabelAttributeName</code> than the one used in the original labeling job. The
4538
4513
  * original labeling job is the Ground Truth labeling job that produced the labels that you
4539
4514
  * want verified or adjusted. To learn more about adjustment and verification labeling
4540
4515
  * jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust
4541
4516
  * Labels</a>.</p>
4542
- * </important>
4517
+ * </important>
4543
4518
  */
4544
4519
  LabelAttributeName: string | undefined;
4545
4520
  /**
4546
4521
  * <p>Input data for the labeling job, such as the Amazon S3 location of the data objects and the
4547
4522
  * location of the manifest file that describes the data objects.</p>
4548
- * <p>You must specify at least one of the following: <code>S3DataSource</code> or
4523
+ * <p>You must specify at least one of the following: <code>S3DataSource</code> or
4549
4524
  * <code>SnsDataSource</code>. </p>
4550
- * <ul>
4525
+ * <ul>
4551
4526
  * <li>
4552
- * <p>Use <code>SnsDataSource</code> to specify an SNS input topic for a streaming
4527
+ * <p>Use <code>SnsDataSource</code> to specify an SNS input topic for a streaming
4553
4528
  * labeling job. If you do not specify and SNS input topic ARN, Ground Truth will
4554
4529
  * create a one-time labeling job that stops after all data objects in the input
4555
4530
  * manifest file have been labeled.</p>
4556
4531
  * </li>
4557
4532
  * <li>
4558
- * <p>Use <code>S3DataSource</code> to specify an input manifest file for both
4533
+ * <p>Use <code>S3DataSource</code> to specify an input manifest file for both
4559
4534
  * streaming and one-time labeling jobs. Adding an <code>S3DataSource</code> is
4560
4535
  * optional if you use <code>SnsDataSource</code> to create a streaming labeling
4561
4536
  * job.</p>
4562
4537
  * </li>
4563
4538
  * </ul>
4564
- * <p>If you use the Amazon Mechanical Turk workforce, your input data should not include
4539
+ * <p>If you use the Amazon Mechanical Turk workforce, your input data should not include
4565
4540
  * confidential information, personal information or protected health information. Use
4566
4541
  * <code>ContentClassifiers</code> to specify that your data is free of personally
4567
4542
  * identifiable information and adult content.</p>
@@ -4581,47 +4556,47 @@ export interface CreateLabelingJobRequest {
4581
4556
  /**
4582
4557
  * <p>The S3 URI of the file, referred to as a <i>label category configuration
4583
4558
  * file</i>, that defines the categories used to label the data objects.</p>
4584
- * <p>For 3D point cloud and video frame task types, you can add label category attributes
4559
+ * <p>For 3D point cloud and video frame task types, you can add label category attributes
4585
4560
  * and frame attributes to your label category configuration file. To learn how, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html">Create a
4586
4561
  * Labeling Category Configuration File for 3D Point Cloud Labeling Jobs</a>. </p>
4587
- * <p>For named entity recognition jobs, in addition to <code>"labels"</code>, you must
4562
+ * <p>For named entity recognition jobs, in addition to <code>"labels"</code>, you must
4588
4563
  * provide worker instructions in the label category configuration file using the
4589
4564
  * <code>"instructions"</code> parameter: <code>"instructions":
4590
4565
  * {"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>",
4591
4566
  * "fullInstruction":"<p>Add additional instructions.</p>"}</code>. For details
4592
4567
  * and an example, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api">Create a
4593
4568
  * Named Entity Recognition Labeling Job (API) </a>.</p>
4594
- * <p>For all other <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html">custom
4569
+ * <p>For all other <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html">custom
4595
4570
  * tasks</a>, your label category configuration file must be a JSON file in the
4596
4571
  * following format. Identify the labels you want to use by replacing <code>label_1</code>,
4597
4572
  * <code>label_2</code>,<code>...</code>,<code>label_n</code> with your label
4598
4573
  * categories.</p>
4599
- * <p>
4574
+ * <p>
4600
4575
  * <code>{ </code>
4601
4576
  * </p>
4602
- * <p>
4577
+ * <p>
4603
4578
  * <code>"document-version": "2018-11-28",</code>
4604
4579
  * </p>
4605
- * <p>
4580
+ * <p>
4606
4581
  * <code>"labels": [{"label": "label_1"},{"label": "label_2"},...{"label":
4607
4582
  * "label_n"}]</code>
4608
4583
  * </p>
4609
- * <p>
4584
+ * <p>
4610
4585
  * <code>}</code>
4611
4586
  * </p>
4612
- * <p>Note the following about the label category configuration file:</p>
4613
- * <ul>
4587
+ * <p>Note the following about the label category configuration file:</p>
4588
+ * <ul>
4614
4589
  * <li>
4615
- * <p>For image classification and text classification (single and multi-label) you
4590
+ * <p>For image classification and text classification (single and multi-label) you
4616
4591
  * must specify at least two label categories. For all other task types, the
4617
4592
  * minimum number of label categories required is one. </p>
4618
4593
  * </li>
4619
4594
  * <li>
4620
- * <p>Each label category must be unique, you cannot specify duplicate label
4595
+ * <p>Each label category must be unique, you cannot specify duplicate label
4621
4596
  * categories.</p>
4622
4597
  * </li>
4623
4598
  * <li>
4624
- * <p>If you create a 3D point cloud or video frame adjustment or verification
4599
+ * <p>If you create a 3D point cloud or video frame adjustment or verification
4625
4600
  * labeling job, you must include <code>auditLabelAttributeName</code> in the label
4626
4601
  * category configuration. Use this parameter to enter the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName">
4627
4602
  * <code>LabelAttributeName</code>
@@ -4668,13 +4643,13 @@ export declare enum InferenceExecutionMode {
4668
4643
  export interface InferenceExecutionConfig {
4669
4644
  /**
4670
4645
  * <p>How containers in a multi-container are run. The following values are valid.</p>
4671
- * <ul>
4646
+ * <ul>
4672
4647
  * <li>
4673
- * <p>
4648
+ * <p>
4674
4649
  * <code>SERIAL</code> - Containers run as a serial pipeline.</p>
4675
4650
  * </li>
4676
4651
  * <li>
4677
- * <p>
4652
+ * <p>
4678
4653
  * <code>DIRECT</code> - Only the individual container that you specify is
4679
4654
  * run.</p>
4680
4655
  * </li>
@@ -4707,10 +4682,10 @@ export interface CreateModelInput {
4707
4682
  * jobs. Deploying on ML compute instances is part of model hosting. For more information,
4708
4683
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker
4709
4684
  * Roles</a>. </p>
4710
- * <note>
4685
+ * <note>
4711
4686
  * <p>To be able to pass this role to SageMaker, the caller of this API must have the
4712
4687
  * <code>iam:PassRole</code> permission.</p>
4713
- * </note>
4688
+ * </note>
4714
4689
  */
4715
4690
  ExecutionRoleArn: string | undefined;
4716
4691
  /**
@@ -5212,10 +5187,10 @@ export interface SourceAlgorithm {
5212
5187
  * <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
5213
5188
  * This path must point to a single <code>gzip</code> compressed tar archive
5214
5189
  * (<code>.tar.gz</code> suffix).</p>
5215
- * <note>
5190
+ * <note>
5216
5191
  * <p>The model artifacts must be in an S3 bucket that is in the same region as the
5217
5192
  * algorithm.</p>
5218
- * </note>
5193
+ * </note>
5219
5194
  */
5220
5195
  ModelDataUrl?: string;
5221
5196
  /**
@@ -5236,7 +5211,7 @@ export interface SourceAlgorithmSpecification {
5236
5211
  /**
5237
5212
  * <p>Contains data, such as the inputs and targeted instance types that are used in the
5238
5213
  * process of validating the model package.</p>
5239
- * <p>The data provided in the validation profile is made available to your buyers on Amazon Web Services
5214
+ * <p>The data provided in the validation profile is made available to your buyers on Amazon Web Services
5240
5215
  * Marketplace.</p>
5241
5216
  */
5242
5217
  export interface ModelPackageValidationProfile {
@@ -5268,13 +5243,13 @@ export interface CreateModelPackageInput {
5268
5243
  /**
5269
5244
  * <p>The name of the model package. The name must have 1 to 63 characters. Valid characters
5270
5245
  * are a-z, A-Z, 0-9, and - (hyphen).</p>
5271
- * <p>This parameter is required for unversioned models. It is not applicable to versioned
5246
+ * <p>This parameter is required for unversioned models. It is not applicable to versioned
5272
5247
  * models.</p>
5273
5248
  */
5274
5249
  ModelPackageName?: string;
5275
5250
  /**
5276
5251
  * <p>The name or Amazon Resource Name (ARN) of the model package group that this model version belongs to.</p>
5277
- * <p>This parameter is required for versioned models, and does not apply to unversioned
5252
+ * <p>This parameter is required for versioned models, and does not apply to unversioned
5278
5253
  * models.</p>
5279
5254
  */
5280
5255
  ModelPackageGroupName?: string;
@@ -5285,17 +5260,17 @@ export interface CreateModelPackageInput {
5285
5260
  /**
5286
5261
  * <p>Specifies details about inference jobs that can be run with models based on this model
5287
5262
  * package, including the following:</p>
5288
- * <ul>
5263
+ * <ul>
5289
5264
  * <li>
5290
- * <p>The Amazon ECR paths of containers that contain the inference code and model
5265
+ * <p>The Amazon ECR paths of containers that contain the inference code and model
5291
5266
  * artifacts.</p>
5292
5267
  * </li>
5293
5268
  * <li>
5294
- * <p>The instance types that the model package supports for transform jobs and
5269
+ * <p>The instance types that the model package supports for transform jobs and
5295
5270
  * real-time endpoints used for inference.</p>
5296
5271
  * </li>
5297
5272
  * <li>
5298
- * <p>The input and output content formats that the model package supports for
5273
+ * <p>The input and output content formats that the model package supports for
5299
5274
  * inference.</p>
5300
5275
  * </li>
5301
5276
  * </ul>
@@ -5312,7 +5287,7 @@ export interface CreateModelPackageInput {
5312
5287
  SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
5313
5288
  /**
5314
5289
  * <p>Whether to certify the model package for listing on Amazon Web Services Marketplace.</p>
5315
- * <p>This parameter is optional for unversioned models, and does not apply to versioned
5290
+ * <p>This parameter is optional for unversioned models, and does not apply to versioned
5316
5291
  * models.</p>
5317
5292
  */
5318
5293
  CertifyForMarketplace?: boolean;
@@ -5323,9 +5298,9 @@ export interface CreateModelPackageInput {
5323
5298
  Tags?: Tag[];
5324
5299
  /**
5325
5300
  * <p>Whether the model is approved for deployment.</p>
5326
- * <p>This parameter is optional for versioned models, and does not apply to unversioned
5301
+ * <p>This parameter is optional for versioned models, and does not apply to unversioned
5327
5302
  * models.</p>
5328
- * <p>For versioned models, the value of this parameter must be set to <code>Approved</code>
5303
+ * <p>For versioned models, the value of this parameter must be set to <code>Approved</code>
5329
5304
  * to deploy the model.</p>
5330
5305
  */
5331
5306
  ModelApprovalStatus?: ModelApprovalStatus | string;
@@ -5677,7 +5652,6 @@ export declare enum MonitoringType {
5677
5652
  export interface ScheduleConfig {
5678
5653
  /**
5679
5654
  * <p>A cron expression that describes details about the monitoring schedule.</p>
5680
- *
5681
5655
  * <p>Currently the only supported cron expressions are:</p>
5682
5656
  * <ul>
5683
5657
  * <li>
@@ -5704,7 +5678,6 @@ export interface ScheduleConfig {
5704
5678
  * </p>
5705
5679
  * </li>
5706
5680
  * </ul>
5707
- *
5708
5681
  * <p>To support running every 6, 12 hours, the following are also supported:</p>
5709
5682
  * <p>
5710
5683
  * <code>cron(0 [00-23]/[01-24] ? * * *)</code>
@@ -5720,7 +5693,6 @@ export interface ScheduleConfig {
5720
5693
  * </p>
5721
5694
  * </li>
5722
5695
  * </ul>
5723
- *
5724
5696
  * <note>
5725
5697
  * <ul>
5726
5698
  * <li>
@@ -5831,10 +5803,10 @@ export interface CreateNotebookInstanceInput {
5831
5803
  * role necessary permissions so SageMaker can perform these tasks. The policy must allow the
5832
5804
  * SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For
5833
5805
  * more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
5834
- * <note>
5806
+ * <note>
5835
5807
  * <p>To be able to pass this role to SageMaker, the caller of this API must have the
5836
5808
  * <code>iam:PassRole</code> permission.</p>
5837
- * </note>
5809
+ * </note>
5838
5810
  */
5839
5811
  RoleArn: string | undefined;
5840
5812
  /**
@@ -5862,7 +5834,7 @@ export interface CreateNotebookInstanceInput {
5862
5834
  * to <code>Disabled</code> this notebook instance is able to access resources only in your
5863
5835
  * VPC, and is not be able to connect to SageMaker training and endpoint services unless you
5864
5836
  * configure a NAT Gateway in your VPC.</p>
5865
- * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>. You can set the value
5837
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>. You can set the value
5866
5838
  * of this parameter to <code>Disabled</code> only if you set a value for the
5867
5839
  * <code>SubnetId</code> parameter.</p>
5868
5840
  */
@@ -5899,12 +5871,12 @@ export interface CreateNotebookInstanceInput {
5899
5871
  /**
5900
5872
  * <p>Whether root access is enabled or disabled for users of the notebook instance. The
5901
5873
  * default value is <code>Enabled</code>.</p>
5902
- * <note>
5874
+ * <note>
5903
5875
  * <p>Lifecycle configurations need root access to be able to set up a notebook
5904
5876
  * instance. Because of this, lifecycle configurations associated with a notebook
5905
5877
  * instance always run with root access even if you disable root access for
5906
5878
  * users.</p>
5907
- * </note>
5879
+ * </note>
5908
5880
  */
5909
5881
  RootAccess?: RootAccess | string;
5910
5882
  /**
@@ -5924,16 +5896,16 @@ export interface CreateNotebookInstanceOutput {
5924
5896
  }
5925
5897
  /**
5926
5898
  * <p>Contains the notebook instance lifecycle configuration script.</p>
5927
- * <p>Each lifecycle configuration script has a limit of 16384 characters.</p>
5928
- * <p>The value of the <code>$PATH</code> environment variable that is available to both
5899
+ * <p>Each lifecycle configuration script has a limit of 16384 characters.</p>
5900
+ * <p>The value of the <code>$PATH</code> environment variable that is available to both
5929
5901
  * scripts is <code>/sbin:bin:/usr/sbin:/usr/bin</code>.</p>
5930
- * <p>View CloudWatch Logs for notebook instance lifecycle configurations in log group
5902
+ * <p>View CloudWatch Logs for notebook instance lifecycle configurations in log group
5931
5903
  * <code>/aws/sagemaker/NotebookInstances</code> in log stream
5932
5904
  * <code>[notebook-instance-name]/[LifecycleConfigHook]</code>.</p>
5933
- * <p>Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs
5905
+ * <p>Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs
5934
5906
  * for longer than 5 minutes, it fails and the notebook instance is not created or
5935
5907
  * started.</p>
5936
- * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
5908
+ * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
5937
5909
  * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
5938
5910
  */
5939
5911
  export interface NotebookInstanceLifecycleHook {
@@ -6389,7 +6361,7 @@ export interface ProcessingClusterConfig {
6389
6361
  /**
6390
6362
  * <p>The size of the ML storage volume in gigabytes that you want to provision. You must
6391
6363
  * specify sufficient ML storage for your scenario.</p>
6392
- * <note>
6364
+ * <note>
6393
6365
  * <p>Certain Nitro-based instances include local storage with a fixed total size,
6394
6366
  * dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts
6395
6367
  * the local instance storage instead of Amazon EBS gp2 storage. You can't request a
@@ -6397,14 +6369,14 @@ export interface ProcessingClusterConfig {
6397
6369
  * storage.</p>
6398
6370
  * <p>For a list of instance types that support local instance storage, including the
6399
6371
  * total size per instance type, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
6400
- * </note>
6372
+ * </note>
6401
6373
  */
6402
6374
  VolumeSizeInGB: number | undefined;
6403
6375
  /**
6404
6376
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the
6405
6377
  * storage volume attached to the ML compute instance(s) that run the processing job.
6406
6378
  * </p>
6407
- * <note>
6379
+ * <note>
6408
6380
  * <p>Certain Nitro-based instances include local storage, dependent on the instance
6409
6381
  * type. Local storage volumes are encrypted using a hardware module on the instance.
6410
6382
  * You can't request a <code>VolumeKmsKeyId</code> when using an instance type with
@@ -6412,7 +6384,7 @@ export interface ProcessingClusterConfig {
6412
6384
  * <p>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
6413
6385
  * <p>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
6414
6386
  * Instance Store Volumes</a>.</p>
6415
- * </note>
6387
+ * </note>
6416
6388
  */
6417
6389
  VolumeKmsKeyId?: string;
6418
6390
  }
@@ -6802,15 +6774,15 @@ export interface CreateTrainingJobRequest {
6802
6774
  * <p>Algorithm-specific parameters that influence the quality of the model. You set
6803
6775
  * hyperparameters before you start the learning process. For a list of hyperparameters for
6804
6776
  * each training algorithm provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. </p>
6805
- * <p>You can specify a maximum of 100 hyperparameters. Each hyperparameter is a
6777
+ * <p>You can specify a maximum of 100 hyperparameters. Each hyperparameter is a
6806
6778
  * key-value pair. Each key and value is limited to 256 characters, as specified by the
6807
6779
  * <code>Length Constraint</code>. </p>
6808
- * <important>
6780
+ * <important>
6809
6781
  * <p>Do not include any security-sensitive information including account access IDs,
6810
6782
  * secrets or tokens in any hyperparameter field. If the use of security-sensitive
6811
6783
  * credentials are detected, SageMaker will reject your training job request and return an
6812
6784
  * exception error.</p>
6813
- * </important>
6785
+ * </important>
6814
6786
  */
6815
6787
  HyperParameters?: Record<string, string>;
6816
6788
  /**
@@ -6824,27 +6796,27 @@ export interface CreateTrainingJobRequest {
6824
6796
  /**
6825
6797
  * <p>The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform
6826
6798
  * tasks on your behalf. </p>
6827
- * <p>During model training, SageMaker needs your permission to read input data from an S3
6799
+ * <p>During model training, SageMaker needs your permission to read input data from an S3
6828
6800
  * bucket, download a Docker image that contains training code, write model artifacts to an
6829
6801
  * S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon CloudWatch. You grant
6830
6802
  * permissions for all of these tasks to an IAM role. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker
6831
6803
  * Roles</a>. </p>
6832
- * <note>
6804
+ * <note>
6833
6805
  * <p>To be able to pass this role to SageMaker, the caller of this API must have the
6834
6806
  * <code>iam:PassRole</code> permission.</p>
6835
- * </note>
6807
+ * </note>
6836
6808
  */
6837
6809
  RoleArn: string | undefined;
6838
6810
  /**
6839
6811
  * <p>An array of <code>Channel</code> objects. Each channel is a named input source.
6840
6812
  * <code>InputDataConfig</code> describes the input data and its location. </p>
6841
- * <p>Algorithms can accept input data from one or more channels. For example, an
6813
+ * <p>Algorithms can accept input data from one or more channels. For example, an
6842
6814
  * algorithm might have two channels of input data, <code>training_data</code> and
6843
6815
  * <code>validation_data</code>. The configuration for each channel provides the S3,
6844
6816
  * EFS, or FSx location where the input data is stored. It also provides information about
6845
6817
  * the stored data: the MIME type, compression method, and whether the data is wrapped in
6846
6818
  * RecordIO format. </p>
6847
- * <p>Depending on the input mode that the algorithm supports, SageMaker either copies input
6819
+ * <p>Depending on the input mode that the algorithm supports, SageMaker either copies input
6848
6820
  * data files from an S3 bucket to a local directory in the Docker container, or makes it
6849
6821
  * available as input streams. For example, if you specify an EFS location, input data
6850
6822
  * files are available as input streams. They do not need to be downloaded.</p>
@@ -6858,7 +6830,7 @@ export interface CreateTrainingJobRequest {
6858
6830
  /**
6859
6831
  * <p>The resources, including the ML compute instances and ML storage volumes, to use
6860
6832
  * for model training. </p>
6861
- * <p>ML storage volumes store model artifacts and incremental states. Training
6833
+ * <p>ML storage volumes store model artifacts and incremental states. Training
6862
6834
  * algorithms might also use ML storage volumes for scratch space. If you want SageMaker to use
6863
6835
  * the ML storage volume to store the training data, choose <code>File</code> as the
6864
6836
  * <code>TrainingInputMode</code> in the algorithm specification. For distributed
@@ -6876,7 +6848,7 @@ export interface CreateTrainingJobRequest {
6876
6848
  * <p>Specifies a limit to how long a model training job can run. It also specifies how long
6877
6849
  * a managed Spot training job has to complete. When the job reaches the time limit, SageMaker
6878
6850
  * ends the training job. Use this API to cap model training costs.</p>
6879
- * <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
6851
+ * <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
6880
6852
  * job termination for 120 seconds. Algorithms can use this 120-second window to save the
6881
6853
  * model artifacts, so the results of training are not lost. </p>
6882
6854
  */
@@ -6909,7 +6881,7 @@ export interface CreateTrainingJobRequest {
6909
6881
  * training provides a fully managed and scalable infrastructure for training machine
6910
6882
  * learning models. this option is useful when training jobs can be interrupted and when
6911
6883
  * there is flexibility when the training job is run. </p>
6912
- * <p>The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and can be
6884
+ * <p>The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and can be
6913
6885
  * used as a starting point to train models incrementally. Amazon SageMaker provides metrics and
6914
6886
  * logs in CloudWatch. They can be used to see when managed spot training jobs are running,
6915
6887
  * interrupted, resumed, or completed. </p>
@@ -7002,7 +6974,7 @@ export interface DataProcessing {
7002
6974
  * the algorithm. Use the <code>InputFilter</code> parameter to exclude fields, such as an
7003
6975
  * ID column, from the input. If you want SageMaker to pass the entire input dataset to the
7004
6976
  * algorithm, accept the default value <code>$</code>.</p>
7005
- * <p>Examples: <code>"$"</code>, <code>"$[1:]"</code>, <code>"$.features"</code>
6977
+ * <p>Examples: <code>"$"</code>, <code>"$[1:]"</code>, <code>"$.features"</code>
7006
6978
  * </p>
7007
6979
  */
7008
6980
  InputFilter?: string;
@@ -7012,7 +6984,7 @@ export interface DataProcessing {
7012
6984
  * dataset in the output file, leave the default value, <code>$</code>. If you specify
7013
6985
  * indexes that aren't within the dimension size of the joined dataset, you get an
7014
6986
  * error.</p>
7015
- * <p>Examples: <code>"$"</code>, <code>"$[0,5:]"</code>,
6987
+ * <p>Examples: <code>"$"</code>, <code>"$[0,5:]"</code>,
7016
6988
  * <code>"$['id','SageMakerOutput']"</code>
7017
6989
  * </p>
7018
6990
  */
@@ -7025,17 +6997,17 @@ export interface DataProcessing {
7025
6997
  * <code>JoinSource</code> to <code>Input</code>. You can specify
7026
6998
  * <code>OutputFilter</code> as an additional filter to select a portion of the joined
7027
6999
  * dataset and store it in the output file.</p>
7028
- * <p>For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to
7000
+ * <p>For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to
7029
7001
  * the input JSON object in an attribute called <code>SageMakerOutput</code>. The joined
7030
7002
  * result for JSON must be a key-value pair object. If the input is not a key-value pair
7031
7003
  * object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored
7032
7004
  * under the <code>SageMakerInput</code> key and the results are stored in
7033
7005
  * <code>SageMakerOutput</code>.</p>
7034
- * <p>For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with
7006
+ * <p>For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with
7035
7007
  * the input by appending each transformed row to the end of the input. The joined data has
7036
7008
  * the original input data followed by the transformed data and the output is a CSV
7037
7009
  * file.</p>
7038
- * <p>For information on how joining in applied, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#batch-transform-data-processing-workflow">Workflow for Associating Inferences with Input Records</a>.</p>
7010
+ * <p>For information on how joining in applied, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#batch-transform-data-processing-workflow">Workflow for Associating Inferences with Input Records</a>.</p>
7039
7011
  */
7040
7012
  JoinSource?: JoinSource | string;
7041
7013
  }
@@ -7089,11 +7061,11 @@ export interface CreateTransformJobRequest {
7089
7061
  * the records fit within the maximum payload size, we recommend using a slightly larger
7090
7062
  * value. The default value is <code>6</code> MB.
7091
7063
  * </p>
7092
- * <p>The value of <code>MaxPayloadInMB</code> cannot be greater than 100 MB. If you specify
7064
+ * <p>The value of <code>MaxPayloadInMB</code> cannot be greater than 100 MB. If you specify
7093
7065
  * the <code>MaxConcurrentTransforms</code> parameter, the value of
7094
7066
  * <code>(MaxConcurrentTransforms * MaxPayloadInMB)</code> also cannot exceed 100
7095
7067
  * MB.</p>
7096
- * <p>For cases where the payload might be arbitrarily large and is transmitted using HTTP
7068
+ * <p>For cases where the payload might be arbitrarily large and is transmitted using HTTP
7097
7069
  * chunked encoding, set the value to <code>0</code>.
7098
7070
  * This
7099
7071
  * feature works only in supported algorithms. Currently, Amazon SageMaker built-in
@@ -7105,12 +7077,12 @@ export interface CreateTransformJobRequest {
7105
7077
  * request. A <i>record</i>
7106
7078
  * <i></i> is a single unit of input data that
7107
7079
  * inference can be made on. For example, a single line in a CSV file is a record. </p>
7108
- * <p>To enable the batch strategy, you must set the <code>SplitType</code> property to
7080
+ * <p>To enable the batch strategy, you must set the <code>SplitType</code> property to
7109
7081
  * <code>Line</code>, <code>RecordIO</code>, or <code>TFRecord</code>.</p>
7110
- * <p>To use only one record when making an HTTP invocation request to a container, set
7082
+ * <p>To use only one record when making an HTTP invocation request to a container, set
7111
7083
  * <code>BatchStrategy</code> to <code>SingleRecord</code> and <code>SplitType</code>
7112
7084
  * to <code>Line</code>.</p>
7113
- * <p>To fit as many records in a mini-batch as can fit within the
7085
+ * <p>To fit as many records in a mini-batch as can fit within the
7114
7086
  * <code>MaxPayloadInMB</code> limit, set <code>BatchStrategy</code> to
7115
7087
  * <code>MultiRecord</code> and <code>SplitType</code> to <code>Line</code>.</p>
7116
7088
  */
@@ -7446,11 +7418,11 @@ export interface OidcConfig {
7446
7418
  export interface SourceIpConfig {
7447
7419
  /**
7448
7420
  * <p>A list of one to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Classless Inter-Domain Routing</a> (CIDR) values.</p>
7449
- * <p>Maximum: Ten CIDR values</p>
7450
- * <note>
7421
+ * <p>Maximum: Ten CIDR values</p>
7422
+ * <note>
7451
7423
  * <p>The following Length Constraints apply to individual CIDR values in
7452
7424
  * the CIDR value list.</p>
7453
- * </note>
7425
+ * </note>
7454
7426
  */
7455
7427
  Cidrs: string[] | undefined;
7456
7428
  }
@@ -7477,7 +7449,6 @@ export interface CreateWorkforceRequest {
7477
7449
  * A single Cognito workforce is created using and corresponds to a single
7478
7450
  * <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">
7479
7451
  * Amazon Cognito user pool</a>.</p>
7480
- *
7481
7452
  * <p>Do not use <code>OidcConfig</code> if you specify values for
7482
7453
  * <code>CognitoConfig</code>.</p>
7483
7454
  */
@@ -7569,19 +7540,19 @@ export interface CreateWorkteamRequest {
7569
7540
  /**
7570
7541
  * <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
7571
7542
  * the workers that make up the work team. </p>
7572
- * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For
7543
+ * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For
7573
7544
  * private workforces created using Amazon Cognito use <code>CognitoMemberDefinition</code>. For
7574
7545
  * workforces created using your own OIDC identity provider (IdP) use
7575
7546
  * <code>OidcMemberDefinition</code>. Do not provide input for both of these parameters
7576
7547
  * in a single request.</p>
7577
- * <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
7548
+ * <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
7578
7549
  * <i>user groups</i> within the user pool used to create a workforce. All of the
7579
7550
  * <code>CognitoMemberDefinition</code> objects that make up the member definition must
7580
7551
  * have the same <code>ClientId</code> and <code>UserPool</code> values. To add a Amazon
7581
7552
  * Cognito user group to an existing worker pool, see <a href="">Adding groups to a User
7582
7553
  * Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon Cognito User
7583
7554
  * Pools</a>.</p>
7584
- * <p>For workforces created using your own OIDC IdP, specify the user groups that you want to
7555
+ * <p>For workforces created using your own OIDC IdP, specify the user groups that you want to
7585
7556
  * include in your private work team in <code>OidcMemberDefinition</code> by listing those groups
7586
7557
  * in <code>Groups</code>.</p>
7587
7558
  */
@@ -7596,7 +7567,7 @@ export interface CreateWorkteamRequest {
7596
7567
  NotificationConfiguration?: NotificationConfiguration;
7597
7568
  /**
7598
7569
  * <p>An array of key-value pairs.</p>
7599
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html">Resource
7570
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html">Resource
7600
7571
  * Tag</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using
7601
7572
  * Cost Allocation Tags</a> in the <i> Amazon Web Services Billing and Cost Management User
7602
7573
  * Guide</i>.</p>
@@ -7956,7 +7927,7 @@ export interface DeleteModelExplainabilityJobDefinitionRequest {
7956
7927
  export interface DeleteModelPackageInput {
7957
7928
  /**
7958
7929
  * <p>The name or Amazon Resource Name (ARN) of the model package to delete.</p>
7959
- * <p>When you specify a name, the name must have 1 to 63 characters. Valid
7930
+ * <p>When you specify a name, the name must have 1 to 63 characters. Valid
7960
7931
  * characters are a-z, A-Z, 0-9, and - (hyphen).</p>
7961
7932
  */
7962
7933
  ModelPackageName: string | undefined;
@@ -8106,7 +8077,7 @@ export interface DeleteWorkteamResponse {
8106
8077
  }
8107
8078
  /**
8108
8079
  * <p>Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this <a>ProductionVariant</a>.</p>
8109
- * <p>If you used the <code>registry/repository[:tag]</code> form to specify the image path
8080
+ * <p>If you used the <code>registry/repository[:tag]</code> form to specify the image path
8110
8081
  * of the primary container when you created the model hosted in this
8111
8082
  * <code>ProductionVariant</code>, the path resolves to a path of the form
8112
8083
  * <code>registry/repository[@digest]</code>. A digest is a hash value that identifies
@@ -8337,56 +8308,6 @@ export interface DescribeAppRequest {
8337
8308
  */
8338
8309
  SpaceName?: string;
8339
8310
  }
8340
- export interface DescribeAppResponse {
8341
- /**
8342
- * <p>The Amazon Resource Name (ARN) of the app.</p>
8343
- */
8344
- AppArn?: string;
8345
- /**
8346
- * <p>The type of app.</p>
8347
- */
8348
- AppType?: AppType | string;
8349
- /**
8350
- * <p>The name of the app.</p>
8351
- */
8352
- AppName?: string;
8353
- /**
8354
- * <p>The domain ID.</p>
8355
- */
8356
- DomainId?: string;
8357
- /**
8358
- * <p>The user profile name.</p>
8359
- */
8360
- UserProfileName?: string;
8361
- /**
8362
- * <p>The status.</p>
8363
- */
8364
- Status?: AppStatus | string;
8365
- /**
8366
- * <p>The timestamp of the last health check.</p>
8367
- */
8368
- LastHealthCheckTimestamp?: Date;
8369
- /**
8370
- * <p>The timestamp of the last user's activity. <code>LastUserActivityTimestamp</code> is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as <code>LastHealthCheckTimestamp</code>.</p>
8371
- */
8372
- LastUserActivityTimestamp?: Date;
8373
- /**
8374
- * <p>The creation time.</p>
8375
- */
8376
- CreationTime?: Date;
8377
- /**
8378
- * <p>The failure reason.</p>
8379
- */
8380
- FailureReason?: string;
8381
- /**
8382
- * <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>
8383
- */
8384
- ResourceSpec?: ResourceSpec;
8385
- /**
8386
- * <p>The name of the space.</p>
8387
- */
8388
- SpaceName?: string;
8389
- }
8390
8311
  /**
8391
8312
  * @internal
8392
8313
  */
@@ -8615,6 +8536,10 @@ export declare const PhaseFilterSensitiveLog: (obj: Phase) => any;
8615
8536
  * @internal
8616
8537
  */
8617
8538
  export declare const TrafficPatternFilterSensitiveLog: (obj: TrafficPattern) => any;
8539
+ /**
8540
+ * @internal
8541
+ */
8542
+ export declare const RecommendationJobVpcConfigFilterSensitiveLog: (obj: RecommendationJobVpcConfig) => any;
8618
8543
  /**
8619
8544
  * @internal
8620
8545
  */
@@ -9463,7 +9388,3 @@ export declare const DescribeAlgorithmOutputFilterSensitiveLog: (obj: DescribeAl
9463
9388
  * @internal
9464
9389
  */
9465
9390
  export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequest) => any;
9466
- /**
9467
- * @internal
9468
- */
9469
- export declare const DescribeAppResponseFilterSensitiveLog: (obj: DescribeAppResponse) => any;