@aws-sdk/client-sagemaker 3.474.0 → 3.476.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 (130) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/SageMaker.js +2 -0
  3. package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +65 -2
  6. package/dist-cjs/models/models_1.js +3 -0
  7. package/dist-cjs/models/models_2.js +5 -0
  8. package/dist-cjs/models/models_3.js +3 -0
  9. package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +144 -42
  12. package/dist-es/SageMaker.js +2 -0
  13. package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_0.js +65 -2
  16. package/dist-es/models/models_1.js +3 -0
  17. package/dist-es/models/models_2.js +5 -0
  18. package/dist-es/models/models_3.js +3 -0
  19. package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_json1_1.js +130 -30
  22. package/dist-types/SageMaker.d.ts +7 -0
  23. package/dist-types/SageMakerClient.d.ts +3 -2
  24. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
  27. package/dist-types/commands/CreateAppCommand.d.ts +2 -2
  28. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
  29. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
  32. package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
  34. package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
  35. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
  39. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
  40. package/dist-types/commands/CreateModelCommand.d.ts +16 -16
  41. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
  42. package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
  44. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
  47. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
  50. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
  51. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
  53. package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
  54. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
  55. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
  56. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
  57. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
  59. package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
  60. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
  61. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
  64. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
  65. package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
  66. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
  67. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
  69. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
  71. package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
  72. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  73. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListAppsCommand.d.ts +2 -2
  76. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
  77. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
  79. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
  82. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
  83. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
  84. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
  85. package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
  86. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  87. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  88. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
  89. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  90. package/dist-types/commands/SearchCommand.d.ts +98 -98
  91. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
  92. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
  93. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
  94. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  95. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
  96. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
  99. package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
  100. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
  101. package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
  102. package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
  106. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
  108. package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
  109. package/dist-types/commands/index.d.ts +1 -0
  110. package/dist-types/models/models_0.d.ts +172 -99
  111. package/dist-types/models/models_1.d.ts +76 -69
  112. package/dist-types/models/models_2.d.ts +103 -115
  113. package/dist-types/models/models_3.d.ts +59 -36
  114. package/dist-types/models/models_4.d.ts +44 -33
  115. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
  116. package/dist-types/pagination/index.d.ts +1 -0
  117. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  118. package/dist-types/ts3.4/SageMaker.d.ts +17 -0
  119. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  120. package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
  121. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +91 -26
  123. package/dist-types/ts3.4/models/models_1.d.ts +19 -16
  124. package/dist-types/ts3.4/models/models_2.d.ts +25 -24
  125. package/dist-types/ts3.4/models/models_3.d.ts +17 -10
  126. package/dist-types/ts3.4/models/models_4.d.ts +10 -8
  127. package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  129. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  130. package/package.json +4 -4
@@ -89,6 +89,7 @@ export declare const AssociationEdgeType: {
89
89
  readonly CONTRIBUTED_TO: "ContributedTo";
90
90
  readonly DERIVED_FROM: "DerivedFrom";
91
91
  readonly PRODUCED: "Produced";
92
+ readonly SAME_AS: "SameAs";
92
93
  };
93
94
  /**
94
95
  * @public
@@ -373,6 +374,16 @@ export declare const ProductionVariantInstanceType: {
373
374
  readonly ML_C7G_8XLARGE: "ml.c7g.8xlarge";
374
375
  readonly ML_C7G_LARGE: "ml.c7g.large";
375
376
  readonly ML_C7G_XLARGE: "ml.c7g.xlarge";
377
+ readonly ML_C7I_12XLARGE: "ml.c7i.12xlarge";
378
+ readonly ML_C7I_16XLARGE: "ml.c7i.16xlarge";
379
+ readonly ML_C7I_24XLARGE: "ml.c7i.24xlarge";
380
+ readonly ML_C7I_2XLARGE: "ml.c7i.2xlarge";
381
+ readonly ML_C7I_48XLARGE: "ml.c7i.48xlarge";
382
+ readonly ML_C7I_4XLARGE: "ml.c7i.4xlarge";
383
+ readonly ML_C7I_8XLARGE: "ml.c7i.8xlarge";
384
+ readonly ML_C7I_LARGE: "ml.c7i.large";
385
+ readonly ML_C7I_XLARGE: "ml.c7i.xlarge";
386
+ readonly ML_DL1_24XLARGE: "ml.dl1.24xlarge";
376
387
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
377
388
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
378
389
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -426,6 +437,15 @@ export declare const ProductionVariantInstanceType: {
426
437
  readonly ML_M6G_8XLARGE: "ml.m6g.8xlarge";
427
438
  readonly ML_M6G_LARGE: "ml.m6g.large";
428
439
  readonly ML_M6G_XLARGE: "ml.m6g.xlarge";
440
+ readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
441
+ readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
442
+ readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
443
+ readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
444
+ readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
445
+ readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
446
+ readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
447
+ readonly ML_M7I_LARGE: "ml.m7i.large";
448
+ readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
429
449
  readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
430
450
  readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
431
451
  readonly ML_P2_XLARGE: "ml.p2.xlarge";
@@ -461,10 +481,20 @@ export declare const ProductionVariantInstanceType: {
461
481
  readonly ML_R6G_8XLARGE: "ml.r6g.8xlarge";
462
482
  readonly ML_R6G_LARGE: "ml.r6g.large";
463
483
  readonly ML_R6G_XLARGE: "ml.r6g.xlarge";
484
+ readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
485
+ readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
486
+ readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
487
+ readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
488
+ readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
489
+ readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
490
+ readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
491
+ readonly ML_R7I_LARGE: "ml.r7i.large";
492
+ readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
464
493
  readonly ML_T2_2XLARGE: "ml.t2.2xlarge";
465
494
  readonly ML_T2_LARGE: "ml.t2.large";
466
495
  readonly ML_T2_MEDIUM: "ml.t2.medium";
467
496
  readonly ML_T2_XLARGE: "ml.t2.xlarge";
497
+ readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
468
498
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
469
499
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
470
500
  };
@@ -1348,14 +1378,12 @@ export interface OutputDataConfig {
1348
1378
  * </ul>
1349
1379
  * <p>If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must
1350
1380
  * include permissions to call <code>kms:Encrypt</code>. If you don't provide a KMS key ID,
1351
- * SageMaker uses the default KMS key for Amazon S3 for your role's account. SageMaker uses server-side
1352
- * encryption with KMS-managed keys for <code>OutputDataConfig</code>. If you use a bucket
1353
- * policy with an <code>s3:PutObject</code> permission that only allows objects with
1354
- * server-side encryption, set the condition key of
1355
- * <code>s3:x-amz-server-side-encryption</code> to <code>"aws:kms"</code>. For more
1356
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html">KMS-Managed Encryption
1357
- * Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i>
1358
- * </p>
1381
+ * SageMaker uses the default KMS key for Amazon S3 for your role's account.
1382
+ *
1383
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html">KMS-Managed Encryption
1384
+ * Keys</a> in the <i>Amazon Simple Storage Service Developer Guide</i>. If the output
1385
+ * data is stored in Amazon S3 Express One Zone, it is encrypted with server-side
1386
+ * encryption with Amazon S3 managed keys (SSE-S3). KMS key is not supported for Amazon S3 Express One Zone</p>
1359
1387
  * <p>The KMS key policy must grant permission to the IAM role that you specify in your
1360
1388
  * <code>CreateTrainingJob</code>, <code>CreateTransformJob</code>, or
1361
1389
  * <code>CreateHyperParameterTuningJob</code> requests. For more information, see
@@ -1396,6 +1424,14 @@ export declare const TrainingInstanceType: {
1396
1424
  readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
1397
1425
  readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
1398
1426
  readonly ML_C5_XLARGE: "ml.c5.xlarge";
1427
+ readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
1428
+ readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
1429
+ readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
1430
+ readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
1431
+ readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
1432
+ readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
1433
+ readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
1434
+ readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
1399
1435
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
1400
1436
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
1401
1437
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -1421,6 +1457,15 @@ export declare const TrainingInstanceType: {
1421
1457
  readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
1422
1458
  readonly ML_M5_LARGE: "ml.m5.large";
1423
1459
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
1460
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
1461
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
1462
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
1463
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
1464
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
1465
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
1466
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
1467
+ readonly ML_M6I_LARGE: "ml.m6i.large";
1468
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
1424
1469
  readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
1425
1470
  readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
1426
1471
  readonly ML_P2_XLARGE: "ml.p2.xlarge";
@@ -1428,6 +1473,7 @@ export declare const TrainingInstanceType: {
1428
1473
  readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
1429
1474
  readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
1430
1475
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
1476
+ readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
1431
1477
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
1432
1478
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
1433
1479
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
@@ -1553,17 +1599,17 @@ export interface ResourceConfig {
1553
1599
  * </ul>
1554
1600
  */
1555
1601
  VolumeKmsKeyId?: string;
1556
- /**
1557
- * @public
1558
- * <p>The configuration of a heterogeneous cluster in JSON format.</p>
1559
- */
1560
- InstanceGroups?: InstanceGroup[];
1561
1602
  /**
1562
1603
  * @public
1563
1604
  * <p>The duration of time in seconds to retain configured resources in a warm pool for
1564
1605
  * subsequent training jobs.</p>
1565
1606
  */
1566
1607
  KeepAlivePeriodInSeconds?: number;
1608
+ /**
1609
+ * @public
1610
+ * <p>The configuration of a heterogeneous cluster in JSON format.</p>
1611
+ */
1612
+ InstanceGroups?: InstanceGroup[];
1567
1613
  }
1568
1614
  /**
1569
1615
  * @public
@@ -3609,13 +3655,21 @@ export interface AnnotationConsolidationConfig {
3609
3655
  * @enum
3610
3656
  */
3611
3657
  export declare const AppType: {
3658
+ readonly Canvas: "Canvas";
3612
3659
  readonly CodeEditor: "CodeEditor";
3660
+ readonly DatasetManager: "DatasetManager";
3661
+ readonly DetailedProfiler: "DetailedProfiler";
3613
3662
  readonly JupyterLab: "JupyterLab";
3614
3663
  readonly JupyterServer: "JupyterServer";
3615
3664
  readonly KernelGateway: "KernelGateway";
3665
+ readonly Local: "Local";
3666
+ readonly RSession: "RSession";
3616
3667
  readonly RSessionGateway: "RSessionGateway";
3617
3668
  readonly RStudioServerPro: "RStudioServerPro";
3669
+ readonly SageMakerLite: "SageMakerLite";
3670
+ readonly Savitur: "Savitur";
3618
3671
  readonly TensorBoard: "TensorBoard";
3672
+ readonly VSCode: "VSCode";
3619
3673
  };
3620
3674
  /**
3621
3675
  * @public
@@ -3712,7 +3766,7 @@ export interface ResourceSpec {
3712
3766
  SageMakerImageVersionArn?: string;
3713
3767
  /**
3714
3768
  * @public
3715
- * <p>The SageMakerImageVersionAlias.</p>
3769
+ * <p>The SageMakerImageVersionAlias of the image to launch with. This value is in SemVer 2.0.0 versioning format.</p>
3716
3770
  */
3717
3771
  SageMakerImageVersionAlias?: string;
3718
3772
  /**
@@ -3763,6 +3817,11 @@ export interface AppDetails {
3763
3817
  * <p>The user profile name.</p>
3764
3818
  */
3765
3819
  UserProfileName?: string;
3820
+ /**
3821
+ * @public
3822
+ * <p>The name of the space.</p>
3823
+ */
3824
+ SpaceName?: string;
3766
3825
  /**
3767
3826
  * @public
3768
3827
  * <p>The type of app.</p>
@@ -3783,11 +3842,6 @@ export interface AppDetails {
3783
3842
  * <p>The creation time.</p>
3784
3843
  */
3785
3844
  CreationTime?: Date;
3786
- /**
3787
- * @public
3788
- * <p>The name of the space.</p>
3789
- */
3790
- SpaceName?: string;
3791
3845
  /**
3792
3846
  * @public
3793
3847
  * <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
@@ -3816,17 +3870,6 @@ export interface ContainerConfig {
3816
3870
  */
3817
3871
  ContainerEnvironmentVariables?: Record<string, string>;
3818
3872
  }
3819
- /**
3820
- * @public
3821
- * <p>The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app.</p>
3822
- */
3823
- export interface JupyterLabAppImageConfig {
3824
- /**
3825
- * @public
3826
- * <p>The configuration used to run the application image container.</p>
3827
- */
3828
- ContainerConfig?: ContainerConfig;
3829
- }
3830
3873
  /**
3831
3874
  * @public
3832
3875
  * <p>The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.</p>
@@ -3849,6 +3892,22 @@ export interface FileSystemConfig {
3849
3892
  */
3850
3893
  DefaultGid?: number;
3851
3894
  }
3895
+ /**
3896
+ * @public
3897
+ * <p>The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app.</p>
3898
+ */
3899
+ export interface JupyterLabAppImageConfig {
3900
+ /**
3901
+ * @public
3902
+ * <p>The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.</p>
3903
+ */
3904
+ FileSystemConfig?: FileSystemConfig;
3905
+ /**
3906
+ * @public
3907
+ * <p>The configuration used to run the application image container.</p>
3908
+ */
3909
+ ContainerConfig?: ContainerConfig;
3910
+ }
3852
3911
  /**
3853
3912
  * @public
3854
3913
  * <p>The specification of a Jupyter kernel.</p>
@@ -4581,16 +4640,6 @@ export interface MetricDatum {
4581
4640
  * <p>The name of the metric.</p>
4582
4641
  */
4583
4642
  MetricName?: AutoMLMetricEnum;
4584
- /**
4585
- * @public
4586
- * <p>The value of the metric.</p>
4587
- */
4588
- Value?: number;
4589
- /**
4590
- * @public
4591
- * <p>The dataset split from which the AutoML job produced the metric.</p>
4592
- */
4593
- Set?: MetricSetSource;
4594
4643
  /**
4595
4644
  * @public
4596
4645
  * <p>The name of the standard metric. </p>
@@ -4601,6 +4650,16 @@ export interface MetricDatum {
4601
4650
  * </note>
4602
4651
  */
4603
4652
  StandardMetricName?: AutoMLMetricExtendedEnum;
4653
+ /**
4654
+ * @public
4655
+ * <p>The value of the metric.</p>
4656
+ */
4657
+ Value?: number;
4658
+ /**
4659
+ * @public
4660
+ * <p>The dataset split from which the AutoML job produced the metric.</p>
4661
+ */
4662
+ Set?: MetricSetSource;
4604
4663
  }
4605
4664
  /**
4606
4665
  * @public
@@ -5012,7 +5071,7 @@ export interface AutoMLChannel {
5012
5071
  * @public
5013
5072
  * <p>The data source for an AutoML channel.</p>
5014
5073
  */
5015
- DataSource: AutoMLDataSource | undefined;
5074
+ DataSource?: AutoMLDataSource;
5016
5075
  /**
5017
5076
  * @public
5018
5077
  * <p>You can use <code>Gzip</code> or <code>None</code>. The default value is
@@ -5261,15 +5320,15 @@ export interface AutoMLJobConfig {
5261
5320
  SecurityConfig?: AutoMLSecurityConfig;
5262
5321
  /**
5263
5322
  * @public
5264
- * <p>The configuration for splitting the input training dataset.</p>
5265
- * <p>Type: AutoMLDataSplitConfig</p>
5323
+ * <p>The configuration for generating a candidate for an AutoML job (optional). </p>
5266
5324
  */
5267
- DataSplitConfig?: AutoMLDataSplitConfig;
5325
+ CandidateGenerationConfig?: AutoMLCandidateGenerationConfig;
5268
5326
  /**
5269
5327
  * @public
5270
- * <p>The configuration for generating a candidate for an AutoML job (optional). </p>
5328
+ * <p>The configuration for splitting the input training dataset.</p>
5329
+ * <p>Type: AutoMLDataSplitConfig</p>
5271
5330
  */
5272
- CandidateGenerationConfig?: AutoMLCandidateGenerationConfig;
5331
+ DataSplitConfig?: AutoMLDataSplitConfig;
5273
5332
  /**
5274
5333
  * @public
5275
5334
  * <p>The method that Autopilot uses to train the data. You can either specify the mode manually
@@ -5722,6 +5781,23 @@ export interface TextClassificationJobConfig {
5722
5781
  */
5723
5782
  TargetLabelColumn: string | undefined;
5724
5783
  }
5784
+ /**
5785
+ * @public
5786
+ * <p>The access configuration file for the ML model. You can explicitly accept the model
5787
+ * end-user license agreement (EULA) within the <code>ModelAccessConfig</code>. For more
5788
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula">End-user license agreements</a>.</p>
5789
+ */
5790
+ export interface ModelAccessConfig {
5791
+ /**
5792
+ * @public
5793
+ * <p>Specifies agreement to the model end-user license agreement (EULA). The
5794
+ * <code>AcceptEula</code> value must be explicitly defined as <code>True</code> in
5795
+ * order to accept the EULA that this model requires. You are responsible for reviewing and
5796
+ * complying with any applicable license terms and making sure they are acceptable for your
5797
+ * use case before downloading or using a model.</p>
5798
+ */
5799
+ AcceptEula: boolean | undefined;
5800
+ }
5725
5801
  /**
5726
5802
  * @public
5727
5803
  * <p>The collection of settings used by an AutoML job V2 for the text generation problem
@@ -5787,6 +5863,13 @@ export interface TextGenerationJobConfig {
5787
5863
  * </p>
5788
5864
  */
5789
5865
  TextGenerationHyperParameters?: Record<string, string>;
5866
+ /**
5867
+ * @public
5868
+ * <p>The access configuration file for the ML model. You can explicitly accept the model
5869
+ * end-user license agreement (EULA) within the <code>ModelAccessConfig</code>. For more
5870
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula">End-user license agreements</a>.</p>
5871
+ */
5872
+ ModelAccessConfig?: ModelAccessConfig;
5790
5873
  }
5791
5874
  /**
5792
5875
  * @public
@@ -6029,8 +6112,8 @@ export declare namespace AutoMLProblemTypeConfig {
6029
6112
  interface ImageClassificationJobConfigMember {
6030
6113
  ImageClassificationJobConfig: ImageClassificationJobConfig;
6031
6114
  TextClassificationJobConfig?: never;
6032
- TabularJobConfig?: never;
6033
6115
  TimeSeriesForecastingJobConfig?: never;
6116
+ TabularJobConfig?: never;
6034
6117
  TextGenerationJobConfig?: never;
6035
6118
  $unknown?: never;
6036
6119
  }
@@ -6042,34 +6125,34 @@ export declare namespace AutoMLProblemTypeConfig {
6042
6125
  interface TextClassificationJobConfigMember {
6043
6126
  ImageClassificationJobConfig?: never;
6044
6127
  TextClassificationJobConfig: TextClassificationJobConfig;
6045
- TabularJobConfig?: never;
6046
6128
  TimeSeriesForecastingJobConfig?: never;
6129
+ TabularJobConfig?: never;
6047
6130
  TextGenerationJobConfig?: never;
6048
6131
  $unknown?: never;
6049
6132
  }
6050
6133
  /**
6051
6134
  * @public
6052
- * <p>Settings used to configure an AutoML job V2 for the tabular problem type (regression,
6053
- * classification).</p>
6135
+ * <p>Settings used to configure an AutoML job V2 for the time-series forecasting problem
6136
+ * type.</p>
6054
6137
  */
6055
- interface TabularJobConfigMember {
6138
+ interface TimeSeriesForecastingJobConfigMember {
6056
6139
  ImageClassificationJobConfig?: never;
6057
6140
  TextClassificationJobConfig?: never;
6058
- TabularJobConfig: TabularJobConfig;
6059
- TimeSeriesForecastingJobConfig?: never;
6141
+ TimeSeriesForecastingJobConfig: TimeSeriesForecastingJobConfig;
6142
+ TabularJobConfig?: never;
6060
6143
  TextGenerationJobConfig?: never;
6061
6144
  $unknown?: never;
6062
6145
  }
6063
6146
  /**
6064
6147
  * @public
6065
- * <p>Settings used to configure an AutoML job V2 for the time-series forecasting problem
6066
- * type.</p>
6148
+ * <p>Settings used to configure an AutoML job V2 for the tabular problem type (regression,
6149
+ * classification).</p>
6067
6150
  */
6068
- interface TimeSeriesForecastingJobConfigMember {
6151
+ interface TabularJobConfigMember {
6069
6152
  ImageClassificationJobConfig?: never;
6070
6153
  TextClassificationJobConfig?: never;
6071
- TabularJobConfig?: never;
6072
- TimeSeriesForecastingJobConfig: TimeSeriesForecastingJobConfig;
6154
+ TimeSeriesForecastingJobConfig?: never;
6155
+ TabularJobConfig: TabularJobConfig;
6073
6156
  TextGenerationJobConfig?: never;
6074
6157
  $unknown?: never;
6075
6158
  }
@@ -6086,8 +6169,8 @@ export declare namespace AutoMLProblemTypeConfig {
6086
6169
  interface TextGenerationJobConfigMember {
6087
6170
  ImageClassificationJobConfig?: never;
6088
6171
  TextClassificationJobConfig?: never;
6089
- TabularJobConfig?: never;
6090
6172
  TimeSeriesForecastingJobConfig?: never;
6173
+ TabularJobConfig?: never;
6091
6174
  TextGenerationJobConfig: TextGenerationJobConfig;
6092
6175
  $unknown?: never;
6093
6176
  }
@@ -6097,16 +6180,16 @@ export declare namespace AutoMLProblemTypeConfig {
6097
6180
  interface $UnknownMember {
6098
6181
  ImageClassificationJobConfig?: never;
6099
6182
  TextClassificationJobConfig?: never;
6100
- TabularJobConfig?: never;
6101
6183
  TimeSeriesForecastingJobConfig?: never;
6184
+ TabularJobConfig?: never;
6102
6185
  TextGenerationJobConfig?: never;
6103
6186
  $unknown: [string, any];
6104
6187
  }
6105
6188
  interface Visitor<T> {
6106
6189
  ImageClassificationJobConfig: (value: ImageClassificationJobConfig) => T;
6107
6190
  TextClassificationJobConfig: (value: TextClassificationJobConfig) => T;
6108
- TabularJobConfig: (value: TabularJobConfig) => T;
6109
6191
  TimeSeriesForecastingJobConfig: (value: TimeSeriesForecastingJobConfig) => T;
6192
+ TabularJobConfig: (value: TabularJobConfig) => T;
6110
6193
  TextGenerationJobConfig: (value: TextGenerationJobConfig) => T;
6111
6194
  _: (name: string, value: any) => T;
6112
6195
  }
@@ -6336,8 +6419,11 @@ export interface Autotune {
6336
6419
  * @enum
6337
6420
  */
6338
6421
  export declare const AwsManagedHumanLoopRequestSource: {
6422
+ readonly BEDROCK_MODEL_EVALUATION: "AWS/Bedrock/ModelEvaluation";
6423
+ readonly HANDSHAKE_VERIFY_IDENTITY: "AWS/Handshake/VerifyIdentity";
6339
6424
  readonly REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3: "AWS/Rekognition/DetectModerationLabels/Image/V3";
6340
6425
  readonly TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1: "AWS/Textract/AnalyzeDocument/Forms/V1";
6426
+ readonly TEXTRACT_ANALYZE_EXPENSE: "AWS/Textract/AnalyzeExpense";
6341
6427
  };
6342
6428
  /**
6343
6429
  * @public
@@ -7120,14 +7206,14 @@ export interface CanvasAppSettings {
7120
7206
  IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
7121
7207
  /**
7122
7208
  * @public
7123
- * <p>The settings for document querying.</p>
7209
+ * <p>The model deployment settings for the SageMaker Canvas application.</p>
7124
7210
  */
7125
- KendraSettings?: KendraSettings;
7211
+ DirectDeploySettings?: DirectDeploySettings;
7126
7212
  /**
7127
7213
  * @public
7128
- * <p>The model deployment settings for the SageMaker Canvas application.</p>
7214
+ * <p>The settings for document querying.</p>
7129
7215
  */
7130
- DirectDeploySettings?: DirectDeploySettings;
7216
+ KendraSettings?: KendraSettings;
7131
7217
  }
7132
7218
  /**
7133
7219
  * @public
@@ -7154,6 +7240,7 @@ export interface CaptureContentTypeHeader {
7154
7240
  */
7155
7241
  export declare const CaptureMode: {
7156
7242
  readonly INPUT: "Input";
7243
+ readonly INPUT_AND_OUTPUT: "InputAndOutput";
7157
7244
  readonly OUTPUT: "Output";
7158
7245
  };
7159
7246
  /**
@@ -8296,18 +8383,21 @@ export declare const TargetDevice: {
8296
8383
  readonly LAMBDA: "lambda";
8297
8384
  readonly ML_C4: "ml_c4";
8298
8385
  readonly ML_C5: "ml_c5";
8386
+ readonly ML_C6G: "ml_c6g";
8299
8387
  readonly ML_EIA2: "ml_eia2";
8300
8388
  readonly ML_G4DN: "ml_g4dn";
8301
8389
  readonly ML_INF1: "ml_inf1";
8302
8390
  readonly ML_INF2: "ml_inf2";
8303
8391
  readonly ML_M4: "ml_m4";
8304
8392
  readonly ML_M5: "ml_m5";
8393
+ readonly ML_M6G: "ml_m6g";
8305
8394
  readonly ML_P2: "ml_p2";
8306
8395
  readonly ML_P3: "ml_p3";
8307
8396
  readonly ML_TRN1: "ml_trn1";
8308
8397
  readonly QCS603: "qcs603";
8309
8398
  readonly QCS605: "qcs605";
8310
8399
  readonly RASP3B: "rasp3b";
8400
+ readonly RASP4B: "rasp4b";
8311
8401
  readonly RK3288: "rk3288";
8312
8402
  readonly RK3399: "rk3399";
8313
8403
  readonly SBE_C: "sbe_c";
@@ -8563,23 +8653,6 @@ export declare const ModelCompressionType: {
8563
8653
  * @public
8564
8654
  */
8565
8655
  export type ModelCompressionType = (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
8566
- /**
8567
- * @public
8568
- * <p>The access configuration file for the ML model. You can explicitly accept the model
8569
- * end-user license agreement (EULA) within the <code>ModelAccessConfig</code>. For more
8570
- * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula">End-user license agreements</a>.</p>
8571
- */
8572
- export interface ModelAccessConfig {
8573
- /**
8574
- * @public
8575
- * <p>Specifies agreement to the model end-user license agreement (EULA). The
8576
- * <code>AcceptEula</code> value must be explicitly defined as <code>True</code> in
8577
- * order to accept the EULA that this model requires. You are responsible for reviewing and
8578
- * complying with any applicable license terms and making sure they are acceptable for your
8579
- * use case before downloading or using a model.</p>
8580
- */
8581
- AcceptEula: boolean | undefined;
8582
- }
8583
8656
  /**
8584
8657
  * @public
8585
8658
  * @enum
@@ -8704,7 +8777,7 @@ export interface ModelDataSource {
8704
8777
  * @public
8705
8778
  * <p>Specifies the S3 location of ML model data to deploy.</p>
8706
8779
  */
8707
- S3DataSource: S3ModelDataSource | undefined;
8780
+ S3DataSource?: S3ModelDataSource;
8708
8781
  }
8709
8782
  /**
8710
8783
  * @public
@@ -8814,6 +8887,16 @@ export interface ContainerDefinition {
8814
8887
  * </important>
8815
8888
  */
8816
8889
  ModelDataUrl?: string;
8890
+ /**
8891
+ * @public
8892
+ * <p>Specifies the location of ML model data to deploy.</p>
8893
+ * <note>
8894
+ * <p>Currently you cannot use <code>ModelDataSource</code> in conjunction with SageMaker
8895
+ * batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker
8896
+ * Marketplace.</p>
8897
+ * </note>
8898
+ */
8899
+ ModelDataSource?: ModelDataSource;
8817
8900
  /**
8818
8901
  * @public
8819
8902
  * <p>The environment variables to set in the Docker container. Each key and value in the
@@ -8837,16 +8920,6 @@ export interface ContainerDefinition {
8837
8920
  * <p>Specifies additional configuration for multi-model endpoints.</p>
8838
8921
  */
8839
8922
  MultiModelConfig?: MultiModelConfig;
8840
- /**
8841
- * @public
8842
- * <p>Specifies the location of ML model data to deploy.</p>
8843
- * <note>
8844
- * <p>Currently you cannot use <code>ModelDataSource</code> in conjunction with SageMaker
8845
- * batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker
8846
- * Marketplace.</p>
8847
- * </note>
8848
- */
8849
- ModelDataSource?: ModelDataSource;
8850
8923
  }
8851
8924
  /**
8852
8925
  * @public
@@ -9402,6 +9475,12 @@ export interface CreateAppRequest {
9402
9475
  * <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>
9403
9476
  */
9404
9477
  UserProfileName?: string;
9478
+ /**
9479
+ * @public
9480
+ * <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
9481
+ * must be set.</p>
9482
+ */
9483
+ SpaceName?: string;
9405
9484
  /**
9406
9485
  * @public
9407
9486
  * <p>The type of app.</p>
@@ -9428,12 +9507,6 @@ export interface CreateAppRequest {
9428
9507
  * </note>
9429
9508
  */
9430
9509
  ResourceSpec?: ResourceSpec;
9431
- /**
9432
- * @public
9433
- * <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
9434
- * must be set.</p>
9435
- */
9436
- SpaceName?: string;
9437
9510
  }
9438
9511
  /**
9439
9512
  * @public