@aws-sdk/client-sagemaker 3.474.0 → 3.475.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 +1 -1
@@ -960,7 +960,7 @@ export interface OidcMemberDefinition {
960
960
  * user groups in your OIDC IdP. Each user group is
961
961
  * made up of a group of private workers.</p>
962
962
  */
963
- Groups: string[] | undefined;
963
+ Groups?: string[];
964
964
  }
965
965
  /**
966
966
  * @public
@@ -1230,6 +1230,12 @@ export interface DeleteAppRequest {
1230
1230
  * <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>
1231
1231
  */
1232
1232
  UserProfileName?: string;
1233
+ /**
1234
+ * @public
1235
+ * <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
1236
+ * must be set.</p>
1237
+ */
1238
+ SpaceName?: string;
1233
1239
  /**
1234
1240
  * @public
1235
1241
  * <p>The type of app.</p>
@@ -1240,12 +1246,6 @@ export interface DeleteAppRequest {
1240
1246
  * <p>The name of the app.</p>
1241
1247
  */
1242
1248
  AppName: string | undefined;
1243
- /**
1244
- * @public
1245
- * <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
1246
- * must be set.</p>
1247
- */
1248
- SpaceName?: string;
1249
1249
  }
1250
1250
  /**
1251
1251
  * @public
@@ -1342,6 +1342,16 @@ export interface DeleteCodeRepositoryInput {
1342
1342
  */
1343
1343
  CodeRepositoryName: string | undefined;
1344
1344
  }
1345
+ /**
1346
+ * @public
1347
+ */
1348
+ export interface DeleteCompilationJobRequest {
1349
+ /**
1350
+ * @public
1351
+ * <p>The name of the compilation job to delete.</p>
1352
+ */
1353
+ CompilationJobName: string | undefined;
1354
+ }
1345
1355
  /**
1346
1356
  * @public
1347
1357
  */
@@ -2292,6 +2302,11 @@ export interface DescribeAppRequest {
2292
2302
  * <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>
2293
2303
  */
2294
2304
  UserProfileName?: string;
2305
+ /**
2306
+ * @public
2307
+ * <p>The name of the space.</p>
2308
+ */
2309
+ SpaceName?: string;
2295
2310
  /**
2296
2311
  * @public
2297
2312
  * <p>The type of app.</p>
@@ -2302,11 +2317,6 @@ export interface DescribeAppRequest {
2302
2317
  * <p>The name of the app.</p>
2303
2318
  */
2304
2319
  AppName: string | undefined;
2305
- /**
2306
- * @public
2307
- * <p>The name of the space.</p>
2308
- */
2309
- SpaceName?: string;
2310
2320
  }
2311
2321
  /**
2312
2322
  * @public
@@ -2337,6 +2347,12 @@ export interface DescribeAppResponse {
2337
2347
  * <p>The user profile name.</p>
2338
2348
  */
2339
2349
  UserProfileName?: string;
2350
+ /**
2351
+ * @public
2352
+ * <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
2353
+ * must be set.</p>
2354
+ */
2355
+ SpaceName?: string;
2340
2356
  /**
2341
2357
  * @public
2342
2358
  * <p>The status.</p>
@@ -2367,12 +2383,6 @@ export interface DescribeAppResponse {
2367
2383
  * <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>
2368
2384
  */
2369
2385
  ResourceSpec?: ResourceSpec;
2370
- /**
2371
- * @public
2372
- * <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
2373
- * must be set.</p>
2374
- */
2375
- SpaceName?: string;
2376
2386
  }
2377
2387
  /**
2378
2388
  * @public
@@ -2705,6 +2715,11 @@ export interface DescribeAutoMLJobV2Response {
2705
2715
  * <p>Returns the configuration settings of the problem type set for the AutoML job V2.</p>
2706
2716
  */
2707
2717
  AutoMLProblemTypeConfig?: AutoMLProblemTypeConfig;
2718
+ /**
2719
+ * @public
2720
+ * <p>Returns the name of the problem type configuration set for the AutoML job V2.</p>
2721
+ */
2722
+ AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName;
2708
2723
  /**
2709
2724
  * @public
2710
2725
  * <p>Returns the creation time of the AutoML job V2.</p>
@@ -2746,6 +2761,16 @@ export interface DescribeAutoMLJobV2Response {
2746
2761
  * <p>Returns the secondary status of the AutoML job V2.</p>
2747
2762
  */
2748
2763
  AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | undefined;
2764
+ /**
2765
+ * @public
2766
+ * <p>The artifacts that are generated during an AutoML job.</p>
2767
+ */
2768
+ AutoMLJobArtifacts?: AutoMLJobArtifacts;
2769
+ /**
2770
+ * @public
2771
+ * <p>Returns the resolved attributes used by the AutoML job V2.</p>
2772
+ */
2773
+ ResolvedAttributes?: AutoMLResolvedAttributes;
2749
2774
  /**
2750
2775
  * @public
2751
2776
  * <p>Indicates whether the model was deployed automatically to an endpoint and the name of
@@ -2768,21 +2793,6 @@ export interface DescribeAutoMLJobV2Response {
2768
2793
  * <p>Returns the security configuration for traffic encryption or Amazon VPC settings.</p>
2769
2794
  */
2770
2795
  SecurityConfig?: AutoMLSecurityConfig;
2771
- /**
2772
- * @public
2773
- * <p>The artifacts that are generated during an AutoML job.</p>
2774
- */
2775
- AutoMLJobArtifacts?: AutoMLJobArtifacts;
2776
- /**
2777
- * @public
2778
- * <p>Returns the resolved attributes used by the AutoML job V2.</p>
2779
- */
2780
- ResolvedAttributes?: AutoMLResolvedAttributes;
2781
- /**
2782
- * @public
2783
- * <p>Returns the name of the problem type configuration set for the AutoML job V2.</p>
2784
- */
2785
- AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName;
2786
2796
  }
2787
2797
  /**
2788
2798
  * @public
@@ -3420,7 +3430,7 @@ export interface DescribeDomainResponse {
3420
3430
  SingleSignOnManagedApplicationInstanceId?: string;
3421
3431
  /**
3422
3432
  * @public
3423
- * <p>The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after September 19, 2023.</p>
3433
+ * <p>The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.</p>
3424
3434
  */
3425
3435
  SingleSignOnApplicationArn?: string;
3426
3436
  /**
@@ -3443,6 +3453,12 @@ export interface DescribeDomainResponse {
3443
3453
  * <p>The failure reason.</p>
3444
3454
  */
3445
3455
  FailureReason?: string;
3456
+ /**
3457
+ * @public
3458
+ * <p>The ID of the security group that authorizes traffic between the
3459
+ * <code>RSessionGateway</code> apps and the <code>RStudioServerPro</code> app.</p>
3460
+ */
3461
+ SecurityGroupIdForDomainBoundary?: string;
3446
3462
  /**
3447
3463
  * @public
3448
3464
  * <p>The domain's authentication mode.</p>
@@ -3455,6 +3471,11 @@ export interface DescribeDomainResponse {
3455
3471
  * </p>
3456
3472
  */
3457
3473
  DefaultUserSettings?: UserSettings;
3474
+ /**
3475
+ * @public
3476
+ * <p>A collection of <code>Domain</code> settings.</p>
3477
+ */
3478
+ DomainSettings?: DomainSettings;
3458
3479
  /**
3459
3480
  * @public
3460
3481
  * <p>Specifies the VPC used for non-EFS traffic. The default value is
@@ -3500,11 +3521,6 @@ export interface DescribeDomainResponse {
3500
3521
  * the EFS volume attached to the domain.</p>
3501
3522
  */
3502
3523
  KmsKeyId?: string;
3503
- /**
3504
- * @public
3505
- * <p>A collection of <code>Domain</code> settings.</p>
3506
- */
3507
- DomainSettings?: DomainSettings;
3508
3524
  /**
3509
3525
  * @public
3510
3526
  * <p>The entity that creates and manages the required security groups for inter-app
@@ -3514,12 +3530,6 @@ export interface DescribeDomainResponse {
3514
3530
  * provided.</p>
3515
3531
  */
3516
3532
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
3517
- /**
3518
- * @public
3519
- * <p>The ID of the security group that authorizes traffic between the
3520
- * <code>RSessionGateway</code> apps and the <code>RStudioServerPro</code> app.</p>
3521
- */
3522
- SecurityGroupIdForDomainBoundary?: string;
3523
3533
  /**
3524
3534
  * @public
3525
3535
  * <p>The default settings used to create a space.</p>
@@ -4047,7 +4057,7 @@ export interface DescribeEndpointOutput {
4047
4057
  * @public
4048
4058
  * <p>The name of the endpoint configuration associated with this endpoint.</p>
4049
4059
  */
4050
- EndpointConfigName: string | undefined;
4060
+ EndpointConfigName?: string;
4051
4061
  /**
4052
4062
  * @public
4053
4063
  * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html">ProductionVariantSummary</a> objects, one for each model hosted behind this
@@ -4693,7 +4703,7 @@ export interface DescribeFlowDefinitionResponse {
4693
4703
  * @public
4694
4704
  * <p>An object containing information about who works on the task, the workforce task price, and other task details.</p>
4695
4705
  */
4696
- HumanLoopConfig: HumanLoopConfig | undefined;
4706
+ HumanLoopConfig?: HumanLoopConfig;
4697
4707
  /**
4698
4708
  * @public
4699
4709
  * <p>An object containing information about the output file.</p>
@@ -5175,6 +5185,8 @@ export interface HyperParameterTuningJobConsumedResources {
5175
5185
  */
5176
5186
  export declare const HyperParameterTuningJobStatus: {
5177
5187
  readonly COMPLETED: "Completed";
5188
+ readonly DELETE_FAILED: "DeleteFailed";
5189
+ readonly DELETING: "Deleting";
5178
5190
  readonly FAILED: "Failed";
5179
5191
  readonly IN_PROGRESS: "InProgress";
5180
5192
  readonly STOPPED: "Stopped";
@@ -5361,6 +5373,11 @@ export interface DescribeHyperParameterTuningJobResponse {
5361
5373
  * job.</p>
5362
5374
  */
5363
5375
  WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
5376
+ /**
5377
+ * @public
5378
+ * <p>A flag to indicate if autotune is enabled for the hyperparameter tuning job.</p>
5379
+ */
5380
+ Autotune?: Autotune;
5364
5381
  /**
5365
5382
  * @public
5366
5383
  * <p>If the tuning job failed, the reason it failed.</p>
@@ -5379,11 +5396,6 @@ export interface DescribeHyperParameterTuningJobResponse {
5379
5396
  * <p>The total resources consumed by your hyperparameter tuning job.</p>
5380
5397
  */
5381
5398
  ConsumedResources?: HyperParameterTuningJobConsumedResources;
5382
- /**
5383
- * @public
5384
- * <p>A flag to indicate if autotune is enabled for the hyperparameter tuning job.</p>
5385
- */
5386
- Autotune?: Autotune;
5387
5399
  }
5388
5400
  /**
5389
5401
  * @public
@@ -6234,6 +6246,11 @@ export interface ModelConfiguration {
6234
6246
  * <p>A list of recommendations made by Amazon SageMaker Inference Recommender.</p>
6235
6247
  */
6236
6248
  export interface InferenceRecommendation {
6249
+ /**
6250
+ * @public
6251
+ * <p>The recommendation ID which uniquely identifies each recommendation.</p>
6252
+ */
6253
+ RecommendationId?: string;
6237
6254
  /**
6238
6255
  * @public
6239
6256
  * <p>The metrics used to decide what recommendation to make.</p>
@@ -6249,11 +6266,6 @@ export interface InferenceRecommendation {
6249
6266
  * <p>Defines the model configuration.</p>
6250
6267
  */
6251
6268
  ModelConfiguration: ModelConfiguration | undefined;
6252
- /**
6253
- * @public
6254
- * <p>The recommendation ID which uniquely identifies each recommendation.</p>
6255
- */
6256
- RecommendationId?: string;
6257
6269
  /**
6258
6270
  * @public
6259
6271
  * <p>A timestamp that shows when the benchmark completed.</p>
@@ -6271,6 +6283,8 @@ export interface InferenceRecommendation {
6271
6283
  */
6272
6284
  export declare const RecommendationJobStatus: {
6273
6285
  readonly COMPLETED: "COMPLETED";
6286
+ readonly DELETED: "DELETED";
6287
+ readonly DELETING: "DELETING";
6274
6288
  readonly FAILED: "FAILED";
6275
6289
  readonly IN_PROGRESS: "IN_PROGRESS";
6276
6290
  readonly PENDING: "PENDING";
@@ -7276,18 +7290,6 @@ export interface DescribeModelPackageOutput {
7276
7290
  * <p>A description provided for the model approval.</p>
7277
7291
  */
7278
7292
  ApprovalDescription?: string;
7279
- /**
7280
- * @public
7281
- * <p>The metadata properties associated with the model package versions.</p>
7282
- */
7283
- CustomerMetadataProperties?: Record<string, string>;
7284
- /**
7285
- * @public
7286
- * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
7287
- * For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
7288
- * </p>
7289
- */
7290
- DriftCheckBaselines?: DriftCheckBaselines;
7291
7293
  /**
7292
7294
  * @public
7293
7295
  * <p>The machine learning domain of the model package you specified. Common machine
@@ -7306,6 +7308,18 @@ export interface DescribeModelPackageOutput {
7306
7308
  * gzip compressed tar archive (.tar.gz suffix).</p>
7307
7309
  */
7308
7310
  SamplePayloadUrl?: string;
7311
+ /**
7312
+ * @public
7313
+ * <p>The metadata properties associated with the model package versions.</p>
7314
+ */
7315
+ CustomerMetadataProperties?: Record<string, string>;
7316
+ /**
7317
+ * @public
7318
+ * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
7319
+ * For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
7320
+ * </p>
7321
+ */
7322
+ DriftCheckBaselines?: DriftCheckBaselines;
7309
7323
  /**
7310
7324
  * @public
7311
7325
  * <p>An array of additional Inference Specification objects. Each additional
@@ -7864,6 +7878,7 @@ export interface DescribePipelineRequest {
7864
7878
  */
7865
7879
  export declare const PipelineStatus: {
7866
7880
  readonly ACTIVE: "Active";
7881
+ readonly DELETING: "Deleting";
7867
7882
  };
7868
7883
  /**
7869
7884
  * @public
@@ -8470,6 +8485,21 @@ export interface DescribeSpaceResponse {
8470
8485
  * <p>A collection of space settings.</p>
8471
8486
  */
8472
8487
  SpaceSettings?: SpaceSettings;
8488
+ /**
8489
+ * @public
8490
+ * <p>The collection of ownership settings for a space.</p>
8491
+ */
8492
+ OwnershipSettings?: OwnershipSettings;
8493
+ /**
8494
+ * @public
8495
+ * <p>The collection of space sharing settings for a space.</p>
8496
+ */
8497
+ SpaceSharingSettings?: SpaceSharingSettings;
8498
+ /**
8499
+ * @public
8500
+ * <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
8501
+ */
8502
+ SpaceDisplayName?: string;
8473
8503
  /**
8474
8504
  * @public
8475
8505
  * <p>Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.</p>
@@ -8483,24 +8513,13 @@ export interface DescribeSpaceResponse {
8483
8513
  * <p>JupyterLab: <code>&redirect=JupyterLab</code>
8484
8514
  * </p>
8485
8515
  * </li>
8516
+ * <li>
8517
+ * <p>Code Editor, based on Code-OSS, Visual Studio Code - Open Source: <code>&redirect=CodeEditor</code>
8518
+ * </p>
8519
+ * </li>
8486
8520
  * </ul>
8487
8521
  */
8488
8522
  Url?: string;
8489
- /**
8490
- * @public
8491
- * <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
8492
- */
8493
- SpaceDisplayName?: string;
8494
- /**
8495
- * @public
8496
- * <p>The collection of ownership settings for a space.</p>
8497
- */
8498
- OwnershipSettings?: OwnershipSettings;
8499
- /**
8500
- * @public
8501
- * <p>The collection of space sharing settings for a space.</p>
8502
- */
8503
- SpaceSharingSettings?: SpaceSharingSettings;
8504
8523
  }
8505
8524
  /**
8506
8525
  * @public
@@ -8629,37 +8648,6 @@ export interface MetricData {
8629
8648
  */
8630
8649
  Timestamp?: Date;
8631
8650
  }
8632
- /**
8633
- * @public
8634
- * <p>Information about the status of the rule evaluation.</p>
8635
- */
8636
- export interface ProfilerRuleEvaluationStatus {
8637
- /**
8638
- * @public
8639
- * <p>The name of the rule configuration.</p>
8640
- */
8641
- RuleConfigurationName?: string;
8642
- /**
8643
- * @public
8644
- * <p>The Amazon Resource Name (ARN) of the rule evaluation job.</p>
8645
- */
8646
- RuleEvaluationJobArn?: string;
8647
- /**
8648
- * @public
8649
- * <p>Status of the rule evaluation.</p>
8650
- */
8651
- RuleEvaluationStatus?: RuleEvaluationStatus;
8652
- /**
8653
- * @public
8654
- * <p>Details from the rule evaluation.</p>
8655
- */
8656
- StatusDetails?: string;
8657
- /**
8658
- * @public
8659
- * <p>Timestamp when the rule evaluation status was last modified.</p>
8660
- */
8661
- LastModifiedTime?: Date;
8662
- }
8663
8651
  /**
8664
8652
  * @internal
8665
8653
  */
@@ -1,6 +1,37 @@
1
1
  import { ActionSummary, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContextSummary, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DebugHookConfig, DebugRuleConfiguration, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, InfraCheckConfig, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, OfflineStoreConfig, OnlineStoreConfig, ProfilerConfig, RecommendationJobType, ResourceLimits, RetryStrategy, UserSettings } from "./models_1";
3
- import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExecutionStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelClientConfig, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProductionVariantSummary, ProfilerRuleConfiguration, ProfilerRuleEvaluationStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_2";
3
+ import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExecutionStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelClientConfig, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProductionVariantSummary, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RuleEvaluationStatus, ScheduleStatus, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_2";
4
+ /**
5
+ * @public
6
+ * <p>Information about the status of the rule evaluation.</p>
7
+ */
8
+ export interface ProfilerRuleEvaluationStatus {
9
+ /**
10
+ * @public
11
+ * <p>The name of the rule configuration.</p>
12
+ */
13
+ RuleConfigurationName?: string;
14
+ /**
15
+ * @public
16
+ * <p>The Amazon Resource Name (ARN) of the rule evaluation job.</p>
17
+ */
18
+ RuleEvaluationJobArn?: string;
19
+ /**
20
+ * @public
21
+ * <p>Status of the rule evaluation.</p>
22
+ */
23
+ RuleEvaluationStatus?: RuleEvaluationStatus;
24
+ /**
25
+ * @public
26
+ * <p>Details from the rule evaluation.</p>
27
+ */
28
+ StatusDetails?: string;
29
+ /**
30
+ * @public
31
+ * <p>Timestamp when the rule evaluation status was last modified.</p>
32
+ */
33
+ LastModifiedTime?: Date;
34
+ }
4
35
  /**
5
36
  * @public
6
37
  * @enum
@@ -26,6 +57,7 @@ export declare const SecondaryStatus: {
26
57
  readonly LAUNCHING_ML_INSTANCES: "LaunchingMLInstances";
27
58
  readonly MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded";
28
59
  readonly MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded";
60
+ readonly PENDING: "Pending";
29
61
  readonly PREPARING_TRAINING_STACK: "PreparingTrainingStack";
30
62
  readonly RESTARTING: "Restarting";
31
63
  readonly STARTING: "Starting";
@@ -510,6 +542,11 @@ export interface DescribeTrainingJobResponse {
510
542
  * configured for model training. </p>
511
543
  */
512
544
  ResourceConfig: ResourceConfig | undefined;
545
+ /**
546
+ * @public
547
+ * <p>The status of the warm pool associated with the training job.</p>
548
+ */
549
+ WarmPoolStatus?: WarmPoolStatus;
513
550
  /**
514
551
  * @public
515
552
  * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has access
@@ -684,12 +721,6 @@ export interface DescribeTrainingJobResponse {
684
721
  * <p>Profiling status of a training job.</p>
685
722
  */
686
723
  ProfilingStatus?: ProfilingStatus;
687
- /**
688
- * @public
689
- * <p>The number of times to retry the job when the job fails due to an
690
- * <code>InternalServerError</code>.</p>
691
- */
692
- RetryStrategy?: RetryStrategy;
693
724
  /**
694
725
  * @public
695
726
  * <p>The environment variables to set in the Docker container.</p>
@@ -697,9 +728,10 @@ export interface DescribeTrainingJobResponse {
697
728
  Environment?: Record<string, string>;
698
729
  /**
699
730
  * @public
700
- * <p>The status of the warm pool associated with the training job.</p>
731
+ * <p>The number of times to retry the job when the job fails due to an
732
+ * <code>InternalServerError</code>.</p>
701
733
  */
702
- WarmPoolStatus?: WarmPoolStatus;
734
+ RetryStrategy?: RetryStrategy;
703
735
  /**
704
736
  * @public
705
737
  * <p>Contains information about the infrastructure health check configuration for the training job.</p>
@@ -3355,6 +3387,8 @@ export declare const ResourceType: {
3355
3387
  readonly FEATURE_GROUP: "FeatureGroup";
3356
3388
  readonly FEATURE_METADATA: "FeatureMetadata";
3357
3389
  readonly HYPER_PARAMETER_TUNING_JOB: "HyperParameterTuningJob";
3390
+ readonly IMAGE: "Image";
3391
+ readonly IMAGE_VERSION: "ImageVersion";
3358
3392
  readonly MODEL: "Model";
3359
3393
  readonly MODEL_CARD: "ModelCard";
3360
3394
  readonly MODEL_PACKAGE: "ModelPackage";
@@ -3701,11 +3735,6 @@ export interface HyperParameterTuningJobSearchEntity {
3701
3735
  * <p>The error that was created when a hyperparameter tuning job failed.</p>
3702
3736
  */
3703
3737
  FailureReason?: string;
3704
- /**
3705
- * @public
3706
- * <p>The tags associated with a hyperparameter tuning job. For more information see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
3707
- */
3708
- Tags?: Tag[];
3709
3738
  /**
3710
3739
  * @public
3711
3740
  * <p>Information about either a current or completed hyperparameter tuning job.</p>
@@ -3716,6 +3745,11 @@ export interface HyperParameterTuningJobSearchEntity {
3716
3745
  * <p>The total amount of resources consumed by a hyperparameter tuning job.</p>
3717
3746
  */
3718
3747
  ConsumedResources?: HyperParameterTuningJobConsumedResources;
3748
+ /**
3749
+ * @public
3750
+ * <p>The tags associated with a hyperparameter tuning job. For more information see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
3751
+ */
3752
+ Tags?: Tag[];
3719
3753
  }
3720
3754
  /**
3721
3755
  * @public
@@ -4227,6 +4261,11 @@ export interface RecommendationJobInferenceBenchmark {
4227
4261
  * <p>The metrics of recommendations.</p>
4228
4262
  */
4229
4263
  Metrics?: RecommendationMetrics;
4264
+ /**
4265
+ * @public
4266
+ * <p>The metrics for an existing endpoint compared in an Inference Recommender job.</p>
4267
+ */
4268
+ EndpointMetrics?: InferenceMetrics;
4230
4269
  /**
4231
4270
  * @public
4232
4271
  * <p>The endpoint configuration made by Inference Recommender during a recommendation job.</p>
@@ -4242,11 +4281,6 @@ export interface RecommendationJobInferenceBenchmark {
4242
4281
  * <p>The reason why a benchmark failed.</p>
4243
4282
  */
4244
4283
  FailureReason?: string;
4245
- /**
4246
- * @public
4247
- * <p>The metrics for an existing endpoint compared in an Inference Recommender job.</p>
4248
- */
4249
- EndpointMetrics?: InferenceMetrics;
4250
4284
  /**
4251
4285
  * @public
4252
4286
  * <p>A timestamp that shows when the benchmark completed.</p>
@@ -6278,7 +6312,7 @@ export interface ListFeatureGroupsResponse {
6278
6312
  * @public
6279
6313
  * <p>A token to resume pagination of <code>ListFeatureGroups</code> results.</p>
6280
6314
  */
6281
- NextToken: string | undefined;
6315
+ NextToken?: string;
6282
6316
  }
6283
6317
  /**
6284
6318
  * @public
@@ -9595,6 +9629,11 @@ export interface PipelineExecutionStepMetadata {
9595
9629
  * output parameters.</p>
9596
9630
  */
9597
9631
  Lambda?: LambdaStepMetadata;
9632
+ /**
9633
+ * @public
9634
+ * <p>The configurations and outcomes of an Amazon EMR step execution.</p>
9635
+ */
9636
+ EMR?: EMRStepMetadata;
9598
9637
  /**
9599
9638
  * @public
9600
9639
  * <p>The configurations and outcomes of the check step execution. This includes: </p>
@@ -9660,11 +9699,6 @@ export interface PipelineExecutionStepMetadata {
9660
9699
  * </ul>
9661
9700
  */
9662
9701
  ClarifyCheck?: ClarifyCheckStepMetadata;
9663
- /**
9664
- * @public
9665
- * <p>The configurations and outcomes of an Amazon EMR step execution.</p>
9666
- */
9667
- EMR?: EMRStepMetadata;
9668
9702
  /**
9669
9703
  * @public
9670
9704
  * <p>The configurations and outcomes of a Fail step execution.</p>
@@ -9676,14 +9710,3 @@ export interface PipelineExecutionStepMetadata {
9676
9710
  */
9677
9711
  AutoMLJob?: AutoMLJobStepMetadata;
9678
9712
  }
9679
- /**
9680
- * @public
9681
- * <p>The ARN from an execution of the current pipeline.</p>
9682
- */
9683
- export interface SelectiveExecutionResult {
9684
- /**
9685
- * @public
9686
- * <p>The ARN from an execution of the current pipeline.</p>
9687
- */
9688
- SourcePipelineExecutionArn?: string;
9689
- }