@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
@@ -28,6 +28,7 @@ export declare const AssociationEdgeType: {
28
28
  readonly CONTRIBUTED_TO: "ContributedTo";
29
29
  readonly DERIVED_FROM: "DerivedFrom";
30
30
  readonly PRODUCED: "Produced";
31
+ readonly SAME_AS: "SameAs";
31
32
  };
32
33
  export type AssociationEdgeType =
33
34
  (typeof AssociationEdgeType)[keyof typeof AssociationEdgeType];
@@ -141,6 +142,16 @@ export declare const ProductionVariantInstanceType: {
141
142
  readonly ML_C7G_8XLARGE: "ml.c7g.8xlarge";
142
143
  readonly ML_C7G_LARGE: "ml.c7g.large";
143
144
  readonly ML_C7G_XLARGE: "ml.c7g.xlarge";
145
+ readonly ML_C7I_12XLARGE: "ml.c7i.12xlarge";
146
+ readonly ML_C7I_16XLARGE: "ml.c7i.16xlarge";
147
+ readonly ML_C7I_24XLARGE: "ml.c7i.24xlarge";
148
+ readonly ML_C7I_2XLARGE: "ml.c7i.2xlarge";
149
+ readonly ML_C7I_48XLARGE: "ml.c7i.48xlarge";
150
+ readonly ML_C7I_4XLARGE: "ml.c7i.4xlarge";
151
+ readonly ML_C7I_8XLARGE: "ml.c7i.8xlarge";
152
+ readonly ML_C7I_LARGE: "ml.c7i.large";
153
+ readonly ML_C7I_XLARGE: "ml.c7i.xlarge";
154
+ readonly ML_DL1_24XLARGE: "ml.dl1.24xlarge";
144
155
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
145
156
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
146
157
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -194,6 +205,15 @@ export declare const ProductionVariantInstanceType: {
194
205
  readonly ML_M6G_8XLARGE: "ml.m6g.8xlarge";
195
206
  readonly ML_M6G_LARGE: "ml.m6g.large";
196
207
  readonly ML_M6G_XLARGE: "ml.m6g.xlarge";
208
+ readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
209
+ readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
210
+ readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
211
+ readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
212
+ readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
213
+ readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
214
+ readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
215
+ readonly ML_M7I_LARGE: "ml.m7i.large";
216
+ readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
197
217
  readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
198
218
  readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
199
219
  readonly ML_P2_XLARGE: "ml.p2.xlarge";
@@ -229,10 +249,20 @@ export declare const ProductionVariantInstanceType: {
229
249
  readonly ML_R6G_8XLARGE: "ml.r6g.8xlarge";
230
250
  readonly ML_R6G_LARGE: "ml.r6g.large";
231
251
  readonly ML_R6G_XLARGE: "ml.r6g.xlarge";
252
+ readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
253
+ readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
254
+ readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
255
+ readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
256
+ readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
257
+ readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
258
+ readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
259
+ readonly ML_R7I_LARGE: "ml.r7i.large";
260
+ readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
232
261
  readonly ML_T2_2XLARGE: "ml.t2.2xlarge";
233
262
  readonly ML_T2_LARGE: "ml.t2.large";
234
263
  readonly ML_T2_MEDIUM: "ml.t2.medium";
235
264
  readonly ML_T2_XLARGE: "ml.t2.xlarge";
265
+ readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
236
266
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
237
267
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
238
268
  };
@@ -467,6 +497,14 @@ export declare const TrainingInstanceType: {
467
497
  readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
468
498
  readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
469
499
  readonly ML_C5_XLARGE: "ml.c5.xlarge";
500
+ readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
501
+ readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
502
+ readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
503
+ readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
504
+ readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
505
+ readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
506
+ readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
507
+ readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
470
508
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
471
509
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
472
510
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -492,6 +530,15 @@ export declare const TrainingInstanceType: {
492
530
  readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
493
531
  readonly ML_M5_LARGE: "ml.m5.large";
494
532
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
533
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
534
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
535
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
536
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
537
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
538
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
539
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
540
+ readonly ML_M6I_LARGE: "ml.m6i.large";
541
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
495
542
  readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
496
543
  readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
497
544
  readonly ML_P2_XLARGE: "ml.p2.xlarge";
@@ -499,6 +546,7 @@ export declare const TrainingInstanceType: {
499
546
  readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
500
547
  readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
501
548
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
549
+ readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
502
550
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
503
551
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
504
552
  readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
@@ -517,8 +565,8 @@ export interface ResourceConfig {
517
565
  InstanceCount?: number;
518
566
  VolumeSizeInGB: number | undefined;
519
567
  VolumeKmsKeyId?: string;
520
- InstanceGroups?: InstanceGroup[];
521
568
  KeepAlivePeriodInSeconds?: number;
569
+ InstanceGroups?: InstanceGroup[];
522
570
  }
523
571
  export interface StoppingCondition {
524
572
  MaxRuntimeInSeconds?: number;
@@ -596,13 +644,21 @@ export interface AnnotationConsolidationConfig {
596
644
  AnnotationConsolidationLambdaArn: string | undefined;
597
645
  }
598
646
  export declare const AppType: {
647
+ readonly Canvas: "Canvas";
599
648
  readonly CodeEditor: "CodeEditor";
649
+ readonly DatasetManager: "DatasetManager";
650
+ readonly DetailedProfiler: "DetailedProfiler";
600
651
  readonly JupyterLab: "JupyterLab";
601
652
  readonly JupyterServer: "JupyterServer";
602
653
  readonly KernelGateway: "KernelGateway";
654
+ readonly Local: "Local";
655
+ readonly RSession: "RSession";
603
656
  readonly RSessionGateway: "RSessionGateway";
604
657
  readonly RStudioServerPro: "RStudioServerPro";
658
+ readonly SageMakerLite: "SageMakerLite";
659
+ readonly Savitur: "Savitur";
605
660
  readonly TensorBoard: "TensorBoard";
661
+ readonly VSCode: "VSCode";
606
662
  };
607
663
  export type AppType = (typeof AppType)[keyof typeof AppType];
608
664
  export declare const AppInstanceType: {
@@ -690,11 +746,11 @@ export type AppStatus = (typeof AppStatus)[keyof typeof AppStatus];
690
746
  export interface AppDetails {
691
747
  DomainId?: string;
692
748
  UserProfileName?: string;
749
+ SpaceName?: string;
693
750
  AppType?: AppType;
694
751
  AppName?: string;
695
752
  Status?: AppStatus;
696
753
  CreationTime?: Date;
697
- SpaceName?: string;
698
754
  ResourceSpec?: ResourceSpec;
699
755
  }
700
756
  export interface ContainerConfig {
@@ -702,14 +758,15 @@ export interface ContainerConfig {
702
758
  ContainerEntrypoint?: string[];
703
759
  ContainerEnvironmentVariables?: Record<string, string>;
704
760
  }
705
- export interface JupyterLabAppImageConfig {
706
- ContainerConfig?: ContainerConfig;
707
- }
708
761
  export interface FileSystemConfig {
709
762
  MountPath?: string;
710
763
  DefaultUid?: number;
711
764
  DefaultGid?: number;
712
765
  }
766
+ export interface JupyterLabAppImageConfig {
767
+ FileSystemConfig?: FileSystemConfig;
768
+ ContainerConfig?: ContainerConfig;
769
+ }
713
770
  export interface KernelSpec {
714
771
  Name: string | undefined;
715
772
  DisplayName?: string;
@@ -944,9 +1001,9 @@ export type AutoMLMetricExtendedEnum =
944
1001
  (typeof AutoMLMetricExtendedEnum)[keyof typeof AutoMLMetricExtendedEnum];
945
1002
  export interface MetricDatum {
946
1003
  MetricName?: AutoMLMetricEnum;
1004
+ StandardMetricName?: AutoMLMetricExtendedEnum;
947
1005
  Value?: number;
948
1006
  Set?: MetricSetSource;
949
- StandardMetricName?: AutoMLMetricExtendedEnum;
950
1007
  }
951
1008
  export interface CandidateProperties {
952
1009
  CandidateArtifactLocations?: CandidateArtifactLocations;
@@ -1044,7 +1101,7 @@ export interface AutoMLDataSource {
1044
1101
  S3DataSource: AutoMLS3DataSource | undefined;
1045
1102
  }
1046
1103
  export interface AutoMLChannel {
1047
- DataSource: AutoMLDataSource | undefined;
1104
+ DataSource?: AutoMLDataSource;
1048
1105
  CompressionType?: CompressionType;
1049
1106
  TargetAttributeName: string | undefined;
1050
1107
  ContentType?: string;
@@ -1087,8 +1144,8 @@ export interface AutoMLSecurityConfig {
1087
1144
  export interface AutoMLJobConfig {
1088
1145
  CompletionCriteria?: AutoMLJobCompletionCriteria;
1089
1146
  SecurityConfig?: AutoMLSecurityConfig;
1090
- DataSplitConfig?: AutoMLDataSplitConfig;
1091
1147
  CandidateGenerationConfig?: AutoMLCandidateGenerationConfig;
1148
+ DataSplitConfig?: AutoMLDataSplitConfig;
1092
1149
  Mode?: AutoMLMode;
1093
1150
  }
1094
1151
  export interface AutoMLJobObjective {
@@ -1174,10 +1231,14 @@ export interface TextClassificationJobConfig {
1174
1231
  ContentColumn: string | undefined;
1175
1232
  TargetLabelColumn: string | undefined;
1176
1233
  }
1234
+ export interface ModelAccessConfig {
1235
+ AcceptEula: boolean | undefined;
1236
+ }
1177
1237
  export interface TextGenerationJobConfig {
1178
1238
  CompletionCriteria?: AutoMLJobCompletionCriteria;
1179
1239
  BaseModelName?: string;
1180
1240
  TextGenerationHyperParameters?: Record<string, string>;
1241
+ ModelAccessConfig?: ModelAccessConfig;
1181
1242
  }
1182
1243
  export interface HolidayConfigAttributes {
1183
1244
  CountryCode?: string;
@@ -1224,58 +1285,58 @@ export declare namespace AutoMLProblemTypeConfig {
1224
1285
  interface ImageClassificationJobConfigMember {
1225
1286
  ImageClassificationJobConfig: ImageClassificationJobConfig;
1226
1287
  TextClassificationJobConfig?: never;
1227
- TabularJobConfig?: never;
1228
1288
  TimeSeriesForecastingJobConfig?: never;
1289
+ TabularJobConfig?: never;
1229
1290
  TextGenerationJobConfig?: never;
1230
1291
  $unknown?: never;
1231
1292
  }
1232
1293
  interface TextClassificationJobConfigMember {
1233
1294
  ImageClassificationJobConfig?: never;
1234
1295
  TextClassificationJobConfig: TextClassificationJobConfig;
1235
- TabularJobConfig?: never;
1236
1296
  TimeSeriesForecastingJobConfig?: never;
1297
+ TabularJobConfig?: never;
1237
1298
  TextGenerationJobConfig?: never;
1238
1299
  $unknown?: never;
1239
1300
  }
1240
- interface TabularJobConfigMember {
1301
+ interface TimeSeriesForecastingJobConfigMember {
1241
1302
  ImageClassificationJobConfig?: never;
1242
1303
  TextClassificationJobConfig?: never;
1243
- TabularJobConfig: TabularJobConfig;
1244
- TimeSeriesForecastingJobConfig?: never;
1304
+ TimeSeriesForecastingJobConfig: TimeSeriesForecastingJobConfig;
1305
+ TabularJobConfig?: never;
1245
1306
  TextGenerationJobConfig?: never;
1246
1307
  $unknown?: never;
1247
1308
  }
1248
- interface TimeSeriesForecastingJobConfigMember {
1309
+ interface TabularJobConfigMember {
1249
1310
  ImageClassificationJobConfig?: never;
1250
1311
  TextClassificationJobConfig?: never;
1251
- TabularJobConfig?: never;
1252
- TimeSeriesForecastingJobConfig: TimeSeriesForecastingJobConfig;
1312
+ TimeSeriesForecastingJobConfig?: never;
1313
+ TabularJobConfig: TabularJobConfig;
1253
1314
  TextGenerationJobConfig?: never;
1254
1315
  $unknown?: never;
1255
1316
  }
1256
1317
  interface TextGenerationJobConfigMember {
1257
1318
  ImageClassificationJobConfig?: never;
1258
1319
  TextClassificationJobConfig?: never;
1259
- TabularJobConfig?: never;
1260
1320
  TimeSeriesForecastingJobConfig?: never;
1321
+ TabularJobConfig?: never;
1261
1322
  TextGenerationJobConfig: TextGenerationJobConfig;
1262
1323
  $unknown?: never;
1263
1324
  }
1264
1325
  interface $UnknownMember {
1265
1326
  ImageClassificationJobConfig?: never;
1266
1327
  TextClassificationJobConfig?: never;
1267
- TabularJobConfig?: never;
1268
1328
  TimeSeriesForecastingJobConfig?: never;
1329
+ TabularJobConfig?: never;
1269
1330
  TextGenerationJobConfig?: never;
1270
1331
  $unknown: [string, any];
1271
1332
  }
1272
1333
  interface Visitor<T> {
1273
1334
  ImageClassificationJobConfig: (value: ImageClassificationJobConfig) => T;
1274
1335
  TextClassificationJobConfig: (value: TextClassificationJobConfig) => T;
1275
- TabularJobConfig: (value: TabularJobConfig) => T;
1276
1336
  TimeSeriesForecastingJobConfig: (
1277
1337
  value: TimeSeriesForecastingJobConfig
1278
1338
  ) => T;
1339
+ TabularJobConfig: (value: TabularJobConfig) => T;
1279
1340
  TextGenerationJobConfig: (value: TextGenerationJobConfig) => T;
1280
1341
  _: (name: string, value: any) => T;
1281
1342
  }
@@ -1360,8 +1421,11 @@ export interface Autotune {
1360
1421
  Mode: AutotuneMode | undefined;
1361
1422
  }
1362
1423
  export declare const AwsManagedHumanLoopRequestSource: {
1424
+ readonly BEDROCK_MODEL_EVALUATION: "AWS/Bedrock/ModelEvaluation";
1425
+ readonly HANDSHAKE_VERIFY_IDENTITY: "AWS/Handshake/VerifyIdentity";
1363
1426
  readonly REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3: "AWS/Rekognition/DetectModerationLabels/Image/V3";
1364
1427
  readonly TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1: "AWS/Textract/AnalyzeDocument/Forms/V1";
1428
+ readonly TEXTRACT_ANALYZE_EXPENSE: "AWS/Textract/AnalyzeExpense";
1365
1429
  };
1366
1430
  export type AwsManagedHumanLoopRequestSource =
1367
1431
  (typeof AwsManagedHumanLoopRequestSource)[keyof typeof AwsManagedHumanLoopRequestSource];
@@ -1560,8 +1624,8 @@ export interface CanvasAppSettings {
1560
1624
  ModelRegisterSettings?: ModelRegisterSettings;
1561
1625
  WorkspaceSettings?: WorkspaceSettings;
1562
1626
  IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
1563
- KendraSettings?: KendraSettings;
1564
1627
  DirectDeploySettings?: DirectDeploySettings;
1628
+ KendraSettings?: KendraSettings;
1565
1629
  }
1566
1630
  export interface CaptureContentTypeHeader {
1567
1631
  CsvContentTypes?: string[];
@@ -1569,6 +1633,7 @@ export interface CaptureContentTypeHeader {
1569
1633
  }
1570
1634
  export declare const CaptureMode: {
1571
1635
  readonly INPUT: "Input";
1636
+ readonly INPUT_AND_OUTPUT: "InputAndOutput";
1572
1637
  readonly OUTPUT: "Output";
1573
1638
  };
1574
1639
  export type CaptureMode = (typeof CaptureMode)[keyof typeof CaptureMode];
@@ -1938,18 +2003,21 @@ export declare const TargetDevice: {
1938
2003
  readonly LAMBDA: "lambda";
1939
2004
  readonly ML_C4: "ml_c4";
1940
2005
  readonly ML_C5: "ml_c5";
2006
+ readonly ML_C6G: "ml_c6g";
1941
2007
  readonly ML_EIA2: "ml_eia2";
1942
2008
  readonly ML_G4DN: "ml_g4dn";
1943
2009
  readonly ML_INF1: "ml_inf1";
1944
2010
  readonly ML_INF2: "ml_inf2";
1945
2011
  readonly ML_M4: "ml_m4";
1946
2012
  readonly ML_M5: "ml_m5";
2013
+ readonly ML_M6G: "ml_m6g";
1947
2014
  readonly ML_P2: "ml_p2";
1948
2015
  readonly ML_P3: "ml_p3";
1949
2016
  readonly ML_TRN1: "ml_trn1";
1950
2017
  readonly QCS603: "qcs603";
1951
2018
  readonly QCS605: "qcs605";
1952
2019
  readonly RASP3B: "rasp3b";
2020
+ readonly RASP4B: "rasp4b";
1953
2021
  readonly RK3288: "rk3288";
1954
2022
  readonly RK3399: "rk3399";
1955
2023
  readonly SBE_C: "sbe_c";
@@ -2039,9 +2107,6 @@ export declare const ModelCompressionType: {
2039
2107
  };
2040
2108
  export type ModelCompressionType =
2041
2109
  (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
2042
- export interface ModelAccessConfig {
2043
- AcceptEula: boolean | undefined;
2044
- }
2045
2110
  export declare const S3ModelDataType: {
2046
2111
  readonly S3Object: "S3Object";
2047
2112
  readonly S3Prefix: "S3Prefix";
@@ -2055,7 +2120,7 @@ export interface S3ModelDataSource {
2055
2120
  ModelAccessConfig?: ModelAccessConfig;
2056
2121
  }
2057
2122
  export interface ModelDataSource {
2058
- S3DataSource: S3ModelDataSource | undefined;
2123
+ S3DataSource?: S3ModelDataSource;
2059
2124
  }
2060
2125
  export declare const ModelCacheSetting: {
2061
2126
  readonly DISABLED: "Disabled";
@@ -2072,11 +2137,11 @@ export interface ContainerDefinition {
2072
2137
  ImageConfig?: ImageConfig;
2073
2138
  Mode?: ContainerMode;
2074
2139
  ModelDataUrl?: string;
2140
+ ModelDataSource?: ModelDataSource;
2075
2141
  Environment?: Record<string, string>;
2076
2142
  ModelPackageName?: string;
2077
2143
  InferenceSpecificationName?: string;
2078
2144
  MultiModelConfig?: MultiModelConfig;
2079
- ModelDataSource?: ModelDataSource;
2080
2145
  }
2081
2146
  export declare const ContentClassifier: {
2082
2147
  readonly FREE_OF_ADULT_CONTENT: "FreeOfAdultContent";
@@ -2198,11 +2263,11 @@ export interface CreateAlgorithmOutput {
2198
2263
  export interface CreateAppRequest {
2199
2264
  DomainId: string | undefined;
2200
2265
  UserProfileName?: string;
2266
+ SpaceName?: string;
2201
2267
  AppType: AppType | undefined;
2202
2268
  AppName: string | undefined;
2203
2269
  Tags?: Tag[];
2204
2270
  ResourceSpec?: ResourceSpec;
2205
- SpaceName?: string;
2206
2271
  }
2207
2272
  export interface CreateAppResponse {
2208
2273
  AppArn?: string;
@@ -333,8 +333,8 @@ export interface UserSettings {
333
333
  RStudioServerProAppSettings?: RStudioServerProAppSettings;
334
334
  RSessionAppSettings?: RSessionAppSettings;
335
335
  CanvasAppSettings?: CanvasAppSettings;
336
- JupyterLabAppSettings?: JupyterLabAppSettings;
337
336
  CodeEditorAppSettings?: CodeEditorAppSettings;
337
+ JupyterLabAppSettings?: JupyterLabAppSettings;
338
338
  SpaceStorageSettings?: DefaultSpaceStorageSettings;
339
339
  DefaultLandingUri?: string;
340
340
  StudioWebPortal?: StudioWebPortal;
@@ -362,6 +362,7 @@ export interface CreateDomainRequest {
362
362
  DomainName: string | undefined;
363
363
  AuthMode: AuthMode | undefined;
364
364
  DefaultUserSettings: UserSettings | undefined;
365
+ DomainSettings?: DomainSettings;
365
366
  SubnetIds: string[] | undefined;
366
367
  VpcId: string | undefined;
367
368
  Tags?: Tag[];
@@ -369,7 +370,6 @@ export interface CreateDomainRequest {
369
370
  HomeEfsFileSystemKmsKeyId?: string;
370
371
  KmsKeyId?: string;
371
372
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
372
- DomainSettings?: DomainSettings;
373
373
  DefaultSpaceSettings?: DefaultSpaceSettings;
374
374
  }
375
375
  export interface CreateDomainResponse {
@@ -439,8 +439,8 @@ export interface RollingUpdatePolicy {
439
439
  }
440
440
  export interface DeploymentConfig {
441
441
  BlueGreenUpdatePolicy?: BlueGreenUpdatePolicy;
442
- AutoRollbackConfiguration?: AutoRollbackConfig;
443
442
  RollingUpdatePolicy?: RollingUpdatePolicy;
443
+ AutoRollbackConfiguration?: AutoRollbackConfig;
444
444
  }
445
445
  export interface CreateEndpointInput {
446
446
  EndpointName: string | undefined;
@@ -549,8 +549,8 @@ export declare const FeatureType: {
549
549
  };
550
550
  export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
551
551
  export interface FeatureDefinition {
552
- FeatureName?: string;
553
- FeatureType?: FeatureType;
552
+ FeatureName: string | undefined;
553
+ FeatureType: FeatureType | undefined;
554
554
  CollectionType?: CollectionType;
555
555
  CollectionConfig?: CollectionConfig;
556
556
  }
@@ -565,6 +565,7 @@ export interface S3StorageConfig {
565
565
  ResolvedOutputS3Uri?: string;
566
566
  }
567
567
  export declare const TableFormat: {
568
+ readonly DEFAULT: "Default";
568
569
  readonly GLUE: "Glue";
569
570
  readonly ICEBERG: "Iceberg";
570
571
  };
@@ -656,7 +657,7 @@ export interface CreateFlowDefinitionRequest {
656
657
  FlowDefinitionName: string | undefined;
657
658
  HumanLoopRequestSource?: HumanLoopRequestSource;
658
659
  HumanLoopActivationConfig?: HumanLoopActivationConfig;
659
- HumanLoopConfig: HumanLoopConfig | undefined;
660
+ HumanLoopConfig?: HumanLoopConfig;
660
661
  OutputConfig: FlowDefinitionOutputConfig | undefined;
661
662
  RoleArn: string | undefined;
662
663
  Tags?: Tag[];
@@ -780,13 +781,13 @@ export interface HyperParameterTrainingJobDefinition {
780
781
  VpcConfig?: VpcConfig;
781
782
  OutputDataConfig: OutputDataConfig | undefined;
782
783
  ResourceConfig?: ResourceConfig;
784
+ HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
783
785
  StoppingCondition: StoppingCondition | undefined;
784
786
  EnableNetworkIsolation?: boolean;
785
787
  EnableInterContainerTrafficEncryption?: boolean;
786
788
  EnableManagedSpotTraining?: boolean;
787
789
  CheckpointConfig?: CheckpointConfig;
788
790
  RetryStrategy?: RetryStrategy;
789
- HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
790
791
  Environment?: Record<string, string>;
791
792
  }
792
793
  export interface ParentHyperParameterTuningJob {
@@ -1048,8 +1049,8 @@ export interface RecommendationJobContainerConfig {
1048
1049
  PayloadConfig?: RecommendationJobPayloadConfig;
1049
1050
  NearestModelName?: string;
1050
1051
  SupportedInstanceTypes?: string[];
1051
- DataInputConfig?: string;
1052
1052
  SupportedEndpointType?: RecommendationJobSupportedEndpointType;
1053
+ DataInputConfig?: string;
1053
1054
  SupportedResponseMIMETypes?: string[];
1054
1055
  }
1055
1056
  export interface EnvironmentParameterRanges {
@@ -1057,12 +1058,12 @@ export interface EnvironmentParameterRanges {
1057
1058
  }
1058
1059
  export interface EndpointInputConfiguration {
1059
1060
  InstanceType?: ProductionVariantInstanceType;
1061
+ ServerlessConfig?: ProductionVariantServerlessConfig;
1060
1062
  InferenceSpecificationName?: string;
1061
1063
  EnvironmentParameterRanges?: EnvironmentParameterRanges;
1062
- ServerlessConfig?: ProductionVariantServerlessConfig;
1063
1064
  }
1064
1065
  export interface EndpointInfo {
1065
- EndpointName: string | undefined;
1066
+ EndpointName?: string;
1066
1067
  }
1067
1068
  export interface RecommendationJobResourceLimit {
1068
1069
  MaxNumberOfTests?: number;
@@ -1094,6 +1095,7 @@ export interface RecommendationJobVpcConfig {
1094
1095
  }
1095
1096
  export interface RecommendationJobInputConfig {
1096
1097
  ModelPackageVersionArn?: string;
1098
+ ModelName?: string;
1097
1099
  JobDurationInSeconds?: number;
1098
1100
  TrafficPattern?: TrafficPattern;
1099
1101
  ResourceLimit?: RecommendationJobResourceLimit;
@@ -1102,7 +1104,6 @@ export interface RecommendationJobInputConfig {
1102
1104
  ContainerConfig?: RecommendationJobContainerConfig;
1103
1105
  Endpoints?: EndpointInfo[];
1104
1106
  VpcConfig?: RecommendationJobVpcConfig;
1105
- ModelName?: string;
1106
1107
  }
1107
1108
  export declare const RecommendationJobType: {
1108
1109
  readonly ADVANCED: "Advanced";
@@ -1409,11 +1410,11 @@ export interface CreateModelPackageInput {
1409
1410
  MetadataProperties?: MetadataProperties;
1410
1411
  ModelMetrics?: ModelMetrics;
1411
1412
  ClientToken?: string;
1412
- CustomerMetadataProperties?: Record<string, string>;
1413
- DriftCheckBaselines?: DriftCheckBaselines;
1414
1413
  Domain?: string;
1415
1414
  Task?: string;
1416
1415
  SamplePayloadUrl?: string;
1416
+ CustomerMetadataProperties?: Record<string, string>;
1417
+ DriftCheckBaselines?: DriftCheckBaselines;
1417
1418
  AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
1418
1419
  SkipModelValidation?: SkipModelValidation;
1419
1420
  }
@@ -1807,10 +1808,10 @@ export interface SpaceStorageSettings {
1807
1808
  export interface SpaceSettings {
1808
1809
  JupyterServerAppSettings?: JupyterServerAppSettings;
1809
1810
  KernelGatewayAppSettings?: KernelGatewayAppSettings;
1810
- JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
1811
1811
  CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
1812
- SpaceStorageSettings?: SpaceStorageSettings;
1812
+ JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
1813
1813
  AppType?: AppType;
1814
+ SpaceStorageSettings?: SpaceStorageSettings;
1814
1815
  CustomFileSystems?: CustomFileSystem[];
1815
1816
  }
1816
1817
  export declare const SharingType: {
@@ -1826,9 +1827,9 @@ export interface CreateSpaceRequest {
1826
1827
  SpaceName: string | undefined;
1827
1828
  Tags?: Tag[];
1828
1829
  SpaceSettings?: SpaceSettings;
1829
- SpaceDisplayName?: string;
1830
1830
  OwnershipSettings?: OwnershipSettings;
1831
1831
  SpaceSharingSettings?: SpaceSharingSettings;
1832
+ SpaceDisplayName?: string;
1832
1833
  }
1833
1834
  export interface CreateSpaceResponse {
1834
1835
  SpaceArn?: string;
@@ -1838,6 +1839,8 @@ export declare const StudioLifecycleConfigAppType: {
1838
1839
  readonly JupyterLab: "JupyterLab";
1839
1840
  readonly JupyterServer: "JupyterServer";
1840
1841
  readonly KernelGateway: "KernelGateway";
1842
+ readonly Savitur: "Savitur";
1843
+ readonly VSCode: "VSCode";
1841
1844
  };
1842
1845
  export type StudioLifecycleConfigAppType =
1843
1846
  (typeof StudioLifecycleConfigAppType)[keyof typeof StudioLifecycleConfigAppType];