@aws-sdk/client-sagemaker 3.679.0 → 3.683.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 (45) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +20 -9
  3. package/dist-es/models/models_0.js +1 -0
  4. package/dist-es/models/models_2.js +0 -8
  5. package/dist-es/models/models_3.js +8 -0
  6. package/dist-es/protocols/Aws_json1_1.js +10 -0
  7. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +6 -6
  9. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
  10. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -0
  11. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +24 -23
  12. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +9 -9
  13. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
  14. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +12 -3
  15. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +9 -8
  16. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
  17. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +4 -5
  18. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
  20. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -0
  21. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
  23. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -2
  24. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +2 -2
  25. package/dist-types/commands/SearchCommand.d.ts +13 -8
  26. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -3
  27. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -4
  28. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
  30. package/dist-types/models/models_0.d.ts +10 -11
  31. package/dist-types/models/models_1.d.ts +138 -126
  32. package/dist-types/models/models_2.d.ts +31 -34
  33. package/dist-types/models/models_3.d.ts +50 -75
  34. package/dist-types/models/models_4.d.ts +126 -103
  35. package/dist-types/models/models_5.d.ts +50 -1
  36. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +4 -2
  39. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  40. package/dist-types/ts3.4/models/models_1.d.ts +6 -3
  41. package/dist-types/ts3.4/models/models_2.d.ts +3 -10
  42. package/dist-types/ts3.4/models/models_3.d.ts +12 -11
  43. package/dist-types/ts3.4/models/models_4.d.ts +14 -10
  44. package/dist-types/ts3.4/models/models_5.d.ts +13 -1
  45. package/package.json +6 -6
@@ -395,7 +395,8 @@ export interface S3ModelDataSource {
395
395
  */
396
396
  HubAccessConfig?: InferenceHubAccessConfig;
397
397
  /**
398
- * <p>The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the artifact locations.</p>
398
+ * <p>The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the
399
+ * artifact locations.</p>
399
400
  * @public
400
401
  */
401
402
  ManifestS3Uri?: string;
@@ -1752,6 +1753,7 @@ export declare const TrainingInstanceType: {
1752
1753
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
1753
1754
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
1754
1755
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
1756
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
1755
1757
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
1756
1758
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
1757
1759
  readonly ML_R5D_16XLARGE: "ml.r5d.16xlarge";
@@ -2493,17 +2495,13 @@ export interface AmazonQSettings {
2493
2495
  QProfileArn?: string;
2494
2496
  }
2495
2497
  /**
2496
- * <p>Configures how labels are consolidated across human workers and processes output data.
2497
- * </p>
2498
+ * <p>Configures how labels are consolidated across human workers and processes output data.</p>
2498
2499
  * @public
2499
2500
  */
2500
2501
  export interface AnnotationConsolidationConfig {
2501
2502
  /**
2502
2503
  * <p>The Amazon Resource Name (ARN) of a Lambda function implements the logic for <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html">annotation consolidation</a> and to process output data.</p>
2503
- * <p>This parameter is required for all labeling jobs. For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>, use one
2504
- * of the following Amazon SageMaker Ground Truth Lambda function ARNs for
2505
- * <code>AnnotationConsolidationLambdaArn</code>. For custom labeling workflows, see
2506
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-postlambda">Post-annotation Lambda</a>. </p>
2504
+ * <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for <code>AnnotationConsolidationLambdaArn</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-postlambda">Post-annotation Lambda</a>.</p>
2507
2505
  * <p>
2508
2506
  * <b>Bounding box</b> - Finds the most similar boxes from
2509
2507
  * different workers based on the Jaccard index of the boxes.</p>
@@ -5846,7 +5844,8 @@ export type AutoMLMode = (typeof AutoMLMode)[keyof typeof AutoMLMode];
5846
5844
  /**
5847
5845
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
5848
5846
  * have access to. You can control access to and from your resources by configuring a VPC.
5849
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
5847
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
5848
+ * Resources in your Amazon VPC</a>. </p>
5850
5849
  * @public
5851
5850
  */
5852
5851
  export interface VpcConfig {
@@ -8985,8 +8984,8 @@ export interface CodeEditorAppSettings {
8985
8984
  */
8986
8985
  AppLifecycleManagement?: AppLifecycleManagement;
8987
8986
  /**
8988
- * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
8989
- * lifecycle configuration.</p>
8987
+ * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can
8988
+ * override changes made in the default lifecycle configuration.</p>
8990
8989
  * @public
8991
8990
  */
8992
8991
  BuiltInLifecycleConfigArn?: string;
@@ -9635,7 +9634,7 @@ export interface ContainerDefinition {
9635
9634
  AdditionalModelDataSources?: AdditionalModelDataSource[];
9636
9635
  /**
9637
9636
  * <p>The environment variables to set in the Docker container. Don't include any
9638
- * sensitive data in your environment variables.</p>
9637
+ * sensitive data in your environment variables.</p>
9639
9638
  * <p>The maximum length of each key and value in the <code>Environment</code> map is
9640
9639
  * 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If
9641
9640
  * you pass multiple containers to a <code>CreateModel</code> request, then the maximum
@@ -355,7 +355,8 @@ export interface CreateClusterRequest {
355
355
  /**
356
356
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
357
357
  * have access to. You can control access to and from your resources by configuring a VPC.
358
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
358
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
359
+ * Resources in your Amazon VPC</a>. </p>
359
360
  * @public
360
361
  */
361
362
  VpcConfig?: VpcConfig;
@@ -400,20 +401,20 @@ export interface CreateClusterResponse {
400
401
  export interface CreateCodeRepositoryInput {
401
402
  /**
402
403
  * <p>The name of the Git repository. The name must have 1 to 63 characters. Valid
403
- * characters are a-z, A-Z, 0-9, and - (hyphen).</p>
404
+ * characters are a-z, A-Z, 0-9, and - (hyphen).</p>
404
405
  * @public
405
406
  */
406
407
  CodeRepositoryName: string | undefined;
407
408
  /**
408
409
  * <p>Specifies details about the repository, including the URL where the repository is
409
- * located, the default branch, and credentials to use to access the repository.</p>
410
+ * located, the default branch, and credentials to use to access the repository.</p>
410
411
  * @public
411
412
  */
412
413
  GitConfig: GitConfig | undefined;
413
414
  /**
414
415
  * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
415
- * resources in different ways, for example, by purpose, owner, or environment. For more
416
- * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
416
+ * resources in different ways, for example, by purpose, owner, or environment. For more
417
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
417
418
  * @public
418
419
  */
419
420
  Tags?: Tag[];
@@ -1114,34 +1115,6 @@ export interface OutputConfig {
1114
1115
  * </li>
1115
1116
  * </ul>
1116
1117
  * </li>
1117
- * <li>
1118
- * <p>
1119
- * <code>EIA</code>: Compilation for the Elastic Inference Accelerator supports
1120
- * the following compiler options:</p>
1121
- * <ul>
1122
- * <li>
1123
- * <p>
1124
- * <code>precision_mode</code>: Specifies the precision of compiled
1125
- * artifacts. Supported values are <code>"FP16"</code> and
1126
- * <code>"FP32"</code>. Default is <code>"FP32"</code>.</p>
1127
- * </li>
1128
- * <li>
1129
- * <p>
1130
- * <code>signature_def_key</code>: Specifies the signature to use for
1131
- * models in SavedModel format. Defaults is TensorFlow's default signature
1132
- * def key.</p>
1133
- * </li>
1134
- * <li>
1135
- * <p>
1136
- * <code>output_names</code>: Specifies a list of output tensor names for
1137
- * models in FrozenGraph format. Set at most one API field, either:
1138
- * <code>signature_def_key</code> or <code>output_names</code>.</p>
1139
- * </li>
1140
- * </ul>
1141
- * <p>For example: <code>\{"precision_mode": "FP32", "output_names":
1142
- * ["output:0"]\}</code>
1143
- * </p>
1144
- * </li>
1145
1118
  * </ul>
1146
1119
  * @public
1147
1120
  */
@@ -1712,7 +1685,8 @@ export interface MonitoringNetworkConfig {
1712
1685
  /**
1713
1686
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
1714
1687
  * have access to. You can control access to and from your resources by configuring a VPC.
1715
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
1688
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
1689
+ * Resources in your Amazon VPC</a>. </p>
1716
1690
  * @public
1717
1691
  */
1718
1692
  VpcConfig?: VpcConfig;
@@ -1915,8 +1889,8 @@ export interface CreateDeviceFleetRequest {
1915
1889
  EnableIotRoleAlias?: boolean;
1916
1890
  }
1917
1891
  /**
1918
- * <p>The settings for assigning a custom Amazon EFS file system to a user profile
1919
- * or space for an Amazon SageMaker Domain.</p>
1892
+ * <p>The settings for assigning a custom Amazon EFS file system to a user profile or
1893
+ * space for an Amazon SageMaker Domain.</p>
1920
1894
  * @public
1921
1895
  */
1922
1896
  export interface EFSFileSystemConfig {
@@ -1926,15 +1900,15 @@ export interface EFSFileSystemConfig {
1926
1900
  */
1927
1901
  FileSystemId: string | undefined;
1928
1902
  /**
1929
- * <p>The path to the file system directory that is accessible in Amazon SageMaker
1930
- * Studio. Permitted users can access only this directory and below.</p>
1903
+ * <p>The path to the file system directory that is accessible in Amazon SageMaker Studio.
1904
+ * Permitted users can access only this directory and below.</p>
1931
1905
  * @public
1932
1906
  */
1933
1907
  FileSystemPath?: string;
1934
1908
  }
1935
1909
  /**
1936
- * <p>The settings for assigning a custom file system to a user profile or space for an
1937
- * Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
1910
+ * <p>The settings for assigning a custom file system to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker
1911
+ * Studio.</p>
1938
1912
  * @public
1939
1913
  */
1940
1914
  export type CustomFileSystemConfig = CustomFileSystemConfig.EFSFileSystemConfigMember | CustomFileSystemConfig.$UnknownMember;
@@ -2048,8 +2022,8 @@ export interface JupyterLabAppSettings {
2048
2022
  */
2049
2023
  EmrSettings?: EmrSettings;
2050
2024
  /**
2051
- * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
2052
- * lifecycle configuration.</p>
2025
+ * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can
2026
+ * override changes made in the default lifecycle configuration.</p>
2053
2027
  * @public
2054
2028
  */
2055
2029
  BuiltInLifecycleConfigArn?: string;
@@ -2143,7 +2117,9 @@ export interface DefaultSpaceStorageSettings {
2143
2117
  DefaultEbsStorageSettings?: DefaultEbsStorageSettings;
2144
2118
  }
2145
2119
  /**
2146
- * <p>A collection of settings that apply to spaces created in the domain.</p>
2120
+ * <p>The default settings for shared spaces that users create in the domain.</p>
2121
+ * <p>SageMaker applies these settings only to shared spaces. It doesn't apply them to private
2122
+ * spaces.</p>
2147
2123
  * @public
2148
2124
  */
2149
2125
  export interface DefaultSpaceSettings {
@@ -2348,16 +2324,12 @@ export type SageMakerImageName = (typeof SageMakerImageName)[keyof typeof SageMa
2348
2324
  */
2349
2325
  export interface HiddenSageMakerImage {
2350
2326
  /**
2351
- * <p>
2352
- * The SageMaker image name that you are hiding from the Studio user interface.
2353
- * </p>
2327
+ * <p> The SageMaker image name that you are hiding from the Studio user interface. </p>
2354
2328
  * @public
2355
2329
  */
2356
2330
  SageMakerImageName?: SageMakerImageName;
2357
2331
  /**
2358
- * <p>
2359
- * The version aliases you are hiding from the Studio user interface.
2360
- * </p>
2332
+ * <p> The version aliases you are hiding from the Studio user interface. </p>
2361
2333
  * @public
2362
2334
  */
2363
2335
  VersionAliases?: string[];
@@ -2380,16 +2352,12 @@ export interface StudioWebPortalSettings {
2380
2352
  */
2381
2353
  HiddenAppTypes?: AppType[];
2382
2354
  /**
2383
- * <p>
2384
- * The instance types you are hiding from the Studio user interface.
2385
- * </p>
2355
+ * <p> The instance types you are hiding from the Studio user interface. </p>
2386
2356
  * @public
2387
2357
  */
2388
2358
  HiddenInstanceTypes?: AppInstanceType[];
2389
2359
  /**
2390
- * <p>
2391
- * The version aliases you are hiding from the Studio user interface.
2392
- * </p>
2360
+ * <p> The version aliases you are hiding from the Studio user interface. </p>
2393
2361
  * @public
2394
2362
  */
2395
2363
  HiddenSageMakerImageVersionAliases?: HiddenSageMakerImage[];
@@ -2419,6 +2387,7 @@ export interface TensorBoardAppSettings {
2419
2387
  export interface UserSettings {
2420
2388
  /**
2421
2389
  * <p>The execution role for the user.</p>
2390
+ * <p>SageMaker applies this setting only to private spaces that the user creates in the domain. SageMaker doesn't apply this setting to shared spaces.</p>
2422
2391
  * @public
2423
2392
  */
2424
2393
  ExecutionRole?: string;
@@ -2432,6 +2401,7 @@ export interface UserSettings {
2432
2401
  * the domain.</p>
2433
2402
  * <p>Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the
2434
2403
  * maximum number shown.</p>
2404
+ * <p>SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.</p>
2435
2405
  * @public
2436
2406
  */
2437
2407
  SecurityGroups?: string[];
@@ -2468,21 +2438,26 @@ export interface UserSettings {
2468
2438
  RSessionAppSettings?: RSessionAppSettings;
2469
2439
  /**
2470
2440
  * <p>The Canvas app settings.</p>
2441
+ * <p>SageMaker applies these settings only to private spaces that SageMaker creates for the Canvas
2442
+ * app.</p>
2471
2443
  * @public
2472
2444
  */
2473
2445
  CanvasAppSettings?: CanvasAppSettings;
2474
2446
  /**
2475
2447
  * <p>The Code Editor application settings.</p>
2448
+ * <p>SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.</p>
2476
2449
  * @public
2477
2450
  */
2478
2451
  CodeEditorAppSettings?: CodeEditorAppSettings;
2479
2452
  /**
2480
2453
  * <p>The settings for the JupyterLab application.</p>
2454
+ * <p>SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.</p>
2481
2455
  * @public
2482
2456
  */
2483
2457
  JupyterLabAppSettings?: JupyterLabAppSettings;
2484
2458
  /**
2485
2459
  * <p>The storage settings for a space.</p>
2460
+ * <p>SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.</p>
2486
2461
  * @public
2487
2462
  */
2488
2463
  SpaceStorageSettings?: DefaultSpaceStorageSettings;
@@ -2512,12 +2487,14 @@ export interface UserSettings {
2512
2487
  StudioWebPortal?: StudioWebPortal;
2513
2488
  /**
2514
2489
  * <p>Details about the POSIX identity that is used for file system operations.</p>
2490
+ * <p>SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.</p>
2515
2491
  * @public
2516
2492
  */
2517
2493
  CustomPosixUserConfig?: CustomPosixUserConfig;
2518
2494
  /**
2519
2495
  * <p>The settings for assigning a custom file system to a user profile. Permitted users can
2520
- * access this file system in Amazon SageMaker Studio.</p>
2496
+ * access this file system in Amazon SageMaker Studio.</p>
2497
+ * <p>SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.</p>
2521
2498
  * @public
2522
2499
  */
2523
2500
  CustomFileSystemConfigs?: CustomFileSystemConfig[];
@@ -2531,6 +2508,7 @@ export interface UserSettings {
2531
2508
  * <p>Indicates whether auto-mounting of an EFS volume is supported for the user profile. The
2532
2509
  * <code>DefaultAsDomain</code> value is only supported for user profiles. Do not use the
2533
2510
  * <code>DefaultAsDomain</code> value when setting this parameter for a domain.</p>
2511
+ * <p>SageMaker applies this setting only to private spaces that the user creates in the domain. SageMaker doesn't apply this setting to shared spaces.</p>
2534
2512
  * @public
2535
2513
  */
2536
2514
  AutoMountHomeEFS?: AutoMountHomeEFS;
@@ -2730,12 +2708,13 @@ export interface CreateDomainRequest {
2730
2708
  */
2731
2709
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
2732
2710
  /**
2733
- * <p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>
2711
+ * <p>Indicates whether custom tag propagation is supported for the domain. Defaults to
2712
+ * <code>DISABLED</code>.</p>
2734
2713
  * @public
2735
2714
  */
2736
2715
  TagPropagation?: TagPropagation;
2737
2716
  /**
2738
- * <p>The default settings used to create a space.</p>
2717
+ * <p>The default settings for shared spaces that users create in the domain.</p>
2739
2718
  * @public
2740
2719
  */
2741
2720
  DefaultSpaceSettings?: DefaultSpaceSettings;
@@ -3357,10 +3336,10 @@ export interface ProductionVariant {
3357
3336
  */
3358
3337
  InitialVariantWeight?: number;
3359
3338
  /**
3360
- * <p>The size of the Elastic Inference (EI) instance to use for the production variant. EI
3361
- * instances provide on-demand GPU computing for inference. For more information, see
3362
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic
3363
- * Inference in Amazon SageMaker</a>.</p>
3339
+ * <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
3340
+ * available.</p>
3341
+ * <p>This parameter was used to specify the size of the EI instance to use for the
3342
+ * production variant.</p>
3364
3343
  * @public
3365
3344
  */
3366
3345
  AcceleratorType?: ProductionVariantAcceleratorType;
@@ -3555,7 +3534,8 @@ export interface CreateEndpointConfigInput {
3555
3534
  /**
3556
3535
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
3557
3536
  * have access to. You can control access to and from your resources by configuring a VPC.
3558
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
3537
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
3538
+ * Resources in your Amazon VPC</a>. </p>
3559
3539
  * @public
3560
3540
  */
3561
3541
  VpcConfig?: VpcConfig;
@@ -9238,7 +9218,8 @@ export interface LabelingJobResourceConfig {
9238
9218
  /**
9239
9219
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
9240
9220
  * have access to. You can control access to and from your resources by configuring a VPC.
9241
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
9221
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
9222
+ * Resources in your Amazon VPC</a>. </p>
9242
9223
  * @public
9243
9224
  */
9244
9225
  VpcConfig?: VpcConfig;
@@ -10317,6 +10298,35 @@ export interface ModelPackageModelCard {
10317
10298
  */
10318
10299
  ModelCardStatus?: ModelCardStatus;
10319
10300
  }
10301
+ /**
10302
+ * <p>
10303
+ * A structure describing the current state of the model in its life cycle.
10304
+ * </p>
10305
+ * @public
10306
+ */
10307
+ export interface ModelLifeCycle {
10308
+ /**
10309
+ * <p>
10310
+ * The current stage in the model life cycle.
10311
+ * </p>
10312
+ * @public
10313
+ */
10314
+ Stage: string | undefined;
10315
+ /**
10316
+ * <p>
10317
+ * The current status of a stage in model life cycle.
10318
+ * </p>
10319
+ * @public
10320
+ */
10321
+ StageStatus: string | undefined;
10322
+ /**
10323
+ * <p>
10324
+ * Describes the stage related details.
10325
+ * </p>
10326
+ * @public
10327
+ */
10328
+ StageDescription?: string;
10329
+ }
10320
10330
  /**
10321
10331
  * <p>Contains explainability metrics for a model.</p>
10322
10332
  * @public
@@ -10659,6 +10669,13 @@ export interface CreateModelPackageInput {
10659
10669
  * @public
10660
10670
  */
10661
10671
  ModelCard?: ModelPackageModelCard;
10672
+ /**
10673
+ * <p>
10674
+ * A structure describing the current state of the model in its life cycle.
10675
+ * </p>
10676
+ * @public
10677
+ */
10678
+ ModelLifeCycle?: ModelLifeCycle;
10662
10679
  }
10663
10680
  /**
10664
10681
  * @public
@@ -10965,7 +10982,8 @@ export interface NetworkConfig {
10965
10982
  /**
10966
10983
  * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
10967
10984
  * have access to. You can control access to and from your resources by configuring a VPC.
10968
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
10985
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
10986
+ * Resources in your Amazon VPC</a>. </p>
10969
10987
  * @public
10970
10988
  */
10971
10989
  VpcConfig?: VpcConfig;
@@ -11233,7 +11251,10 @@ export type DirectInternetAccess = (typeof DirectInternetAccess)[keyof typeof Di
11233
11251
  */
11234
11252
  export interface InstanceMetadataServiceConfiguration {
11235
11253
  /**
11236
- * <p>Indicates the minimum IMDS version that the notebook instance supports. When passed as part of <code>CreateNotebookInstance</code>, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of <code>UpdateNotebookInstance</code>, there is no default.</p>
11254
+ * <p>Indicates the minimum IMDS version that the notebook instance supports. When passed as
11255
+ * part of <code>CreateNotebookInstance</code>, if no value is selected, then it defaults
11256
+ * to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of
11257
+ * <code>UpdateNotebookInstance</code>, there is no default.</p>
11237
11258
  * @public
11238
11259
  */
11239
11260
  MinimumInstanceMetadataServiceVersion: string | undefined;
@@ -11266,104 +11287,105 @@ export interface CreateNotebookInstanceInput {
11266
11287
  InstanceType: _InstanceType | undefined;
11267
11288
  /**
11268
11289
  * <p>The ID of the subnet in a VPC to which you would like to have a connectivity from
11269
- * your ML compute instance. </p>
11290
+ * your ML compute instance. </p>
11270
11291
  * @public
11271
11292
  */
11272
11293
  SubnetId?: string;
11273
11294
  /**
11274
11295
  * <p>The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be
11275
- * for the same VPC as specified in the subnet. </p>
11296
+ * for the same VPC as specified in the subnet. </p>
11276
11297
  * @public
11277
11298
  */
11278
11299
  SecurityGroupIds?: string[];
11279
11300
  /**
11280
11301
  * <p> When you send any requests to Amazon Web Services resources from the notebook
11281
- * instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this
11282
- * role necessary permissions so SageMaker can perform these tasks. The policy must allow the
11283
- * SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For
11284
- * more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
11302
+ * instance, SageMaker assumes this role to perform tasks on your behalf. You must
11303
+ * grant this role necessary permissions so SageMaker can perform these tasks. The
11304
+ * policy must allow the SageMaker service principal (sagemaker.amazonaws.com)
11305
+ * permissions to assume this role. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
11285
11306
  * <note>
11286
- * <p>To be able to pass this role to SageMaker, the caller of this API must have the
11287
- * <code>iam:PassRole</code> permission.</p>
11307
+ * <p>To be able to pass this role to SageMaker, the caller of this API must
11308
+ * have the <code>iam:PassRole</code> permission.</p>
11288
11309
  * </note>
11289
11310
  * @public
11290
11311
  */
11291
11312
  RoleArn: string | undefined;
11292
11313
  /**
11293
11314
  * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
11294
- * SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The
11295
- * KMS key you provide must be enabled. For information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html">Enabling and Disabling
11296
- * Keys</a> in the <i>Amazon Web Services Key Management Service Developer
11297
- * Guide</i>.</p>
11315
+ * SageMaker uses to encrypt data on the storage volume attached to your
11316
+ * notebook instance. The KMS key you provide must be enabled. For information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html">Enabling and
11317
+ * Disabling Keys</a> in the <i>Amazon Web Services Key Management Service
11318
+ * Developer Guide</i>.</p>
11298
11319
  * @public
11299
11320
  */
11300
11321
  KmsKeyId?: string;
11301
11322
  /**
11302
11323
  * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
11303
- * resources in different ways, for example, by purpose, owner, or environment. For more
11304
- * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
11324
+ * resources in different ways, for example, by purpose, owner, or environment. For more
11325
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
11305
11326
  * @public
11306
11327
  */
11307
11328
  Tags?: Tag[];
11308
11329
  /**
11309
11330
  * <p>The name of a lifecycle configuration to associate with the notebook instance. For
11310
- * information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional)
11311
- * Customize a Notebook Instance</a>.</p>
11331
+ * information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional)
11332
+ * Customize a Notebook Instance</a>.</p>
11312
11333
  * @public
11313
11334
  */
11314
11335
  LifecycleConfigName?: string;
11315
11336
  /**
11316
- * <p>Sets whether SageMaker provides internet access to the notebook instance. If you set this
11317
- * to <code>Disabled</code> this notebook instance is able to access resources only in your
11318
- * VPC, and is not be able to connect to SageMaker training and endpoint services unless you
11319
- * configure a NAT Gateway in your VPC.</p>
11337
+ * <p>Sets whether SageMaker provides internet access to the notebook instance. If
11338
+ * you set this to <code>Disabled</code> this notebook instance is able to access resources
11339
+ * only in your VPC, and is not be able to connect to SageMaker training and
11340
+ * endpoint services unless you configure a NAT Gateway in your VPC.</p>
11320
11341
  * <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
11321
- * of this parameter to <code>Disabled</code> only if you set a value for the
11322
- * <code>SubnetId</code> parameter.</p>
11342
+ * of this parameter to <code>Disabled</code> only if you set a value for the
11343
+ * <code>SubnetId</code> parameter.</p>
11323
11344
  * @public
11324
11345
  */
11325
11346
  DirectInternetAccess?: DirectInternetAccess;
11326
11347
  /**
11327
11348
  * <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
11328
- * default value is 5 GB.</p>
11349
+ * default value is 5 GB.</p>
11329
11350
  * @public
11330
11351
  */
11331
11352
  VolumeSizeInGB?: number;
11332
11353
  /**
11333
- * <p>A list of Elastic Inference (EI) instance types to associate with this notebook
11334
- * instance. Currently, only one instance type can be associated with a notebook instance.
11335
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.</p>
11354
+ * <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
11355
+ * available.</p>
11356
+ * <p>This parameter was used to specify a list of EI instance types to associate with this
11357
+ * notebook instance.</p>
11336
11358
  * @public
11337
11359
  */
11338
11360
  AcceleratorTypes?: NotebookInstanceAcceleratorType[];
11339
11361
  /**
11340
11362
  * <p>A Git repository to associate with the notebook instance as its default code
11341
- * repository. This can be either the name of a Git repository stored as a resource in your
11342
- * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
11343
- * or in any other Git repository. When you open a notebook instance, it opens in the
11344
- * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
11345
- * Repositories with SageMaker Notebook Instances</a>.</p>
11363
+ * repository. This can be either the name of a Git repository stored as a resource in your
11364
+ * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
11365
+ * or in any other Git repository. When you open a notebook instance, it opens in the
11366
+ * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
11367
+ * Repositories with SageMaker Notebook Instances</a>.</p>
11346
11368
  * @public
11347
11369
  */
11348
11370
  DefaultCodeRepository?: string;
11349
11371
  /**
11350
11372
  * <p>An array of up to three Git repositories to associate with the notebook instance.
11351
- * These can be either the names of Git repositories stored as resources in your account,
11352
- * or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
11353
- * or in any other Git repository. These repositories are cloned at the same level as the
11354
- * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
11355
- * Repositories with SageMaker Notebook Instances</a>.</p>
11373
+ * These can be either the names of Git repositories stored as resources in your account,
11374
+ * or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
11375
+ * or in any other Git repository. These repositories are cloned at the same level as the
11376
+ * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
11377
+ * Repositories with SageMaker Notebook Instances</a>.</p>
11356
11378
  * @public
11357
11379
  */
11358
11380
  AdditionalCodeRepositories?: string[];
11359
11381
  /**
11360
11382
  * <p>Whether root access is enabled or disabled for users of the notebook instance. The
11361
- * default value is <code>Enabled</code>.</p>
11383
+ * default value is <code>Enabled</code>.</p>
11362
11384
  * <note>
11363
11385
  * <p>Lifecycle configurations need root access to be able to set up a notebook
11364
- * instance. Because of this, lifecycle configurations associated with a notebook
11365
- * instance always run with root access even if you disable root access for
11366
- * users.</p>
11386
+ * instance. Because of this, lifecycle configurations associated with a notebook
11387
+ * instance always run with root access even if you disable root access for
11388
+ * users.</p>
11367
11389
  * </note>
11368
11390
  * @public
11369
11391
  */
@@ -11393,21 +11415,21 @@ export interface CreateNotebookInstanceOutput {
11393
11415
  * <p>Contains the notebook instance lifecycle configuration script.</p>
11394
11416
  * <p>Each lifecycle configuration script has a limit of 16384 characters.</p>
11395
11417
  * <p>The value of the <code>$PATH</code> environment variable that is available to both
11396
- * scripts is <code>/sbin:bin:/usr/sbin:/usr/bin</code>.</p>
11397
- * <p>View Amazon CloudWatch Logs for notebook instance lifecycle configurations in log group
11398
- * <code>/aws/sagemaker/NotebookInstances</code> in log stream
11399
- * <code>[notebook-instance-name]/[LifecycleConfigHook]</code>.</p>
11418
+ * scripts is <code>/sbin:bin:/usr/sbin:/usr/bin</code>.</p>
11419
+ * <p>View Amazon CloudWatch Logs for notebook instance lifecycle configurations in log
11420
+ * group <code>/aws/sagemaker/NotebookInstances</code> in log stream
11421
+ * <code>[notebook-instance-name]/[LifecycleConfigHook]</code>.</p>
11400
11422
  * <p>Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs
11401
- * for longer than 5 minutes, it fails and the notebook instance is not created or
11402
- * started.</p>
11423
+ * for longer than 5 minutes, it fails and the notebook instance is not created or
11424
+ * started.</p>
11403
11425
  * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
11404
- * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
11426
+ * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
11405
11427
  * @public
11406
11428
  */
11407
11429
  export interface NotebookInstanceLifecycleHook {
11408
11430
  /**
11409
11431
  * <p>A base64-encoded string that contains a shell script for a notebook instance lifecycle
11410
- * configuration.</p>
11432
+ * configuration.</p>
11411
11433
  * @public
11412
11434
  */
11413
11435
  Content?: string;
@@ -11423,13 +11445,13 @@ export interface CreateNotebookInstanceLifecycleConfigInput {
11423
11445
  NotebookInstanceLifecycleConfigName: string | undefined;
11424
11446
  /**
11425
11447
  * <p>A shell script that runs only once, when you create a notebook instance. The shell
11426
- * script must be a base64-encoded string.</p>
11448
+ * script must be a base64-encoded string.</p>
11427
11449
  * @public
11428
11450
  */
11429
11451
  OnCreate?: NotebookInstanceLifecycleHook[];
11430
11452
  /**
11431
11453
  * <p>A shell script that runs every time you start a notebook instance, including when you
11432
- * create the notebook instance. The shell script must be a base64-encoded string.</p>
11454
+ * create the notebook instance. The shell script must be a base64-encoded string.</p>
11433
11455
  * @public
11434
11456
  */
11435
11457
  OnStart?: NotebookInstanceLifecycleHook[];
@@ -11826,16 +11848,6 @@ export interface CreatePipelineRequest {
11826
11848
  */
11827
11849
  ParallelismConfiguration?: ParallelismConfiguration;
11828
11850
  }
11829
- /**
11830
- * @public
11831
- */
11832
- export interface CreatePipelineResponse {
11833
- /**
11834
- * <p>The Amazon Resource Name (ARN) of the created pipeline.</p>
11835
- * @public
11836
- */
11837
- PipelineArn?: string;
11838
- }
11839
11851
  /**
11840
11852
  * @internal
11841
11853
  */