@aws-sdk/client-sagemaker 3.461.0 → 3.464.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 (214) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/SageMaker.js +26 -0
  3. package/dist-cjs/commands/CreateClusterCommand.js +51 -0
  4. package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
  5. package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
  7. package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
  8. package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
  9. package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
  10. package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
  11. package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
  12. package/dist-cjs/commands/ListClustersCommand.js +51 -0
  13. package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
  14. package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
  15. package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
  16. package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
  17. package/dist-cjs/commands/index.js +13 -0
  18. package/dist-cjs/models/models_0.js +77 -64
  19. package/dist-cjs/models/models_1.js +85 -51
  20. package/dist-cjs/models/models_2.js +58 -83
  21. package/dist-cjs/models/models_3.js +89 -64
  22. package/dist-cjs/models/models_4.js +65 -3
  23. package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
  24. package/dist-cjs/pagination/index.js +1 -0
  25. package/dist-cjs/protocols/Aws_json1_1.js +1046 -36
  26. package/dist-es/SageMaker.js +26 -0
  27. package/dist-es/commands/CreateClusterCommand.js +47 -0
  28. package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
  29. package/dist-es/commands/CreateWorkforceCommand.js +1 -1
  30. package/dist-es/commands/DeleteClusterCommand.js +47 -0
  31. package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
  32. package/dist-es/commands/DescribeClusterCommand.js +47 -0
  33. package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
  34. package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
  35. package/dist-es/commands/ListClusterNodesCommand.js +47 -0
  36. package/dist-es/commands/ListClustersCommand.js +47 -0
  37. package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
  38. package/dist-es/commands/UpdateClusterCommand.js +47 -0
  39. package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
  40. package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
  41. package/dist-es/commands/index.js +13 -0
  42. package/dist-es/models/models_0.js +74 -62
  43. package/dist-es/models/models_1.js +84 -48
  44. package/dist-es/models/models_2.js +55 -82
  45. package/dist-es/models/models_3.js +87 -62
  46. package/dist-es/models/models_4.js +63 -1
  47. package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
  48. package/dist-es/pagination/index.js +1 -0
  49. package/dist-es/protocols/Aws_json1_1.js +1006 -22
  50. package/dist-types/SageMaker.d.ts +91 -0
  51. package/dist-types/SageMakerClient.d.ts +15 -2
  52. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateAppCommand.d.ts +3 -2
  54. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
  55. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
  56. package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
  57. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
  58. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateDomainCommand.d.ts +64 -17
  60. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
  62. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  63. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
  64. package/dist-types/commands/CreateSpaceCommand.d.ts +45 -0
  65. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +2 -2
  66. package/dist-types/commands/CreateTrainingJobCommand.d.ts +4 -1
  67. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateUserProfileCommand.d.ts +56 -2
  71. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
  76. package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
  80. package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
  81. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
  83. package/dist-types/commands/DescribeAppCommand.d.ts +3 -2
  84. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
  85. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
  86. package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
  87. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
  88. package/dist-types/commands/DescribeDomainCommand.d.ts +56 -9
  89. package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
  90. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
  91. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
  92. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeSpaceCommand.d.ts +46 -0
  94. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +2 -2
  95. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +5 -1
  96. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeUserProfileCommand.d.ts +55 -1
  100. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  102. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  103. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  104. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  105. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
  106. package/dist-types/commands/ListAppsCommand.d.ts +8 -1
  107. package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
  108. package/dist-types/commands/ListClustersCommand.d.ts +87 -0
  109. package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
  110. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
  111. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  112. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  113. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  115. package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListSpacesCommand.d.ts +16 -1
  117. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  118. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +4 -4
  119. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  120. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  121. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  122. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  123. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  124. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  125. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  126. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  127. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  128. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  129. package/dist-types/commands/SearchCommand.d.ts +16 -0
  130. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
  131. package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
  132. package/dist-types/commands/UpdateDomainCommand.d.ts +58 -7
  133. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
  134. package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
  135. package/dist-types/commands/UpdateSpaceCommand.d.ts +39 -0
  136. package/dist-types/commands/UpdateUserProfileCommand.d.ts +54 -0
  137. package/dist-types/commands/index.d.ts +13 -0
  138. package/dist-types/models/models_0.d.ts +616 -544
  139. package/dist-types/models/models_1.d.ts +7904 -8160
  140. package/dist-types/models/models_2.d.ts +4780 -5344
  141. package/dist-types/models/models_3.d.ts +5386 -4662
  142. package/dist-types/models/models_4.d.ts +2031 -4
  143. package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
  144. package/dist-types/pagination/index.d.ts +1 -0
  145. package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
  146. package/dist-types/ts3.4/SageMaker.d.ts +227 -0
  147. package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
  148. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
  149. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
  150. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
  152. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
  166. package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
  167. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
  168. package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
  169. package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
  181. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
  182. package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
  183. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
  203. package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
  204. package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
  205. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  206. package/dist-types/ts3.4/models/models_0.d.ts +191 -175
  207. package/dist-types/ts3.4/models/models_1.d.ts +302 -309
  208. package/dist-types/ts3.4/models/models_2.d.ts +388 -490
  209. package/dist-types/ts3.4/models/models_3.d.ts +574 -472
  210. package/dist-types/ts3.4/models/models_4.d.ts +534 -29
  211. package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  213. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
  214. package/package.json +2 -2
@@ -596,6 +596,8 @@ export interface AnnotationConsolidationConfig {
596
596
  AnnotationConsolidationLambdaArn: string | undefined;
597
597
  }
598
598
  export declare const AppType: {
599
+ readonly CodeEditor: "CodeEditor";
600
+ readonly JupyterLab: "JupyterLab";
599
601
  readonly JupyterServer: "JupyterServer";
600
602
  readonly KernelGateway: "KernelGateway";
601
603
  readonly RSessionGateway: "RSessionGateway";
@@ -603,50 +605,6 @@ export declare const AppType: {
603
605
  readonly TensorBoard: "TensorBoard";
604
606
  };
605
607
  export type AppType = (typeof AppType)[keyof typeof AppType];
606
- export declare const AppStatus: {
607
- readonly Deleted: "Deleted";
608
- readonly Deleting: "Deleting";
609
- readonly Failed: "Failed";
610
- readonly InService: "InService";
611
- readonly Pending: "Pending";
612
- };
613
- export type AppStatus = (typeof AppStatus)[keyof typeof AppStatus];
614
- export interface AppDetails {
615
- DomainId?: string;
616
- UserProfileName?: string;
617
- AppType?: AppType;
618
- AppName?: string;
619
- Status?: AppStatus;
620
- CreationTime?: Date;
621
- SpaceName?: string;
622
- }
623
- export interface FileSystemConfig {
624
- MountPath?: string;
625
- DefaultUid?: number;
626
- DefaultGid?: number;
627
- }
628
- export interface KernelSpec {
629
- Name: string | undefined;
630
- DisplayName?: string;
631
- }
632
- export interface KernelGatewayImageConfig {
633
- KernelSpecs: KernelSpec[] | undefined;
634
- FileSystemConfig?: FileSystemConfig;
635
- }
636
- export interface AppImageConfigDetails {
637
- AppImageConfigArn?: string;
638
- AppImageConfigName?: string;
639
- CreationTime?: Date;
640
- LastModifiedTime?: Date;
641
- KernelGatewayImageConfig?: KernelGatewayImageConfig;
642
- }
643
- export declare const AppImageConfigSortKey: {
644
- readonly CreationTime: "CreationTime";
645
- readonly LastModifiedTime: "LastModifiedTime";
646
- readonly Name: "Name";
647
- };
648
- export type AppImageConfigSortKey =
649
- (typeof AppImageConfigSortKey)[keyof typeof AppImageConfigSortKey];
650
608
  export declare const AppInstanceType: {
651
609
  readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
652
610
  readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
@@ -714,6 +672,67 @@ export declare const AppInstanceType: {
714
672
  };
715
673
  export type AppInstanceType =
716
674
  (typeof AppInstanceType)[keyof typeof AppInstanceType];
675
+ export interface ResourceSpec {
676
+ SageMakerImageArn?: string;
677
+ SageMakerImageVersionArn?: string;
678
+ SageMakerImageVersionAlias?: string;
679
+ InstanceType?: AppInstanceType;
680
+ LifecycleConfigArn?: string;
681
+ }
682
+ export declare const AppStatus: {
683
+ readonly Deleted: "Deleted";
684
+ readonly Deleting: "Deleting";
685
+ readonly Failed: "Failed";
686
+ readonly InService: "InService";
687
+ readonly Pending: "Pending";
688
+ };
689
+ export type AppStatus = (typeof AppStatus)[keyof typeof AppStatus];
690
+ export interface AppDetails {
691
+ DomainId?: string;
692
+ UserProfileName?: string;
693
+ AppType?: AppType;
694
+ AppName?: string;
695
+ Status?: AppStatus;
696
+ CreationTime?: Date;
697
+ SpaceName?: string;
698
+ ResourceSpec?: ResourceSpec;
699
+ }
700
+ export interface ContainerConfig {
701
+ ContainerArguments?: string[];
702
+ ContainerEntrypoint?: string[];
703
+ ContainerEnvironmentVariables?: Record<string, string>;
704
+ }
705
+ export interface JupyterLabAppImageConfig {
706
+ ContainerConfig?: ContainerConfig;
707
+ }
708
+ export interface FileSystemConfig {
709
+ MountPath?: string;
710
+ DefaultUid?: number;
711
+ DefaultGid?: number;
712
+ }
713
+ export interface KernelSpec {
714
+ Name: string | undefined;
715
+ DisplayName?: string;
716
+ }
717
+ export interface KernelGatewayImageConfig {
718
+ KernelSpecs: KernelSpec[] | undefined;
719
+ FileSystemConfig?: FileSystemConfig;
720
+ }
721
+ export interface AppImageConfigDetails {
722
+ AppImageConfigArn?: string;
723
+ AppImageConfigName?: string;
724
+ CreationTime?: Date;
725
+ LastModifiedTime?: Date;
726
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
727
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
728
+ }
729
+ export declare const AppImageConfigSortKey: {
730
+ readonly CreationTime: "CreationTime";
731
+ readonly LastModifiedTime: "LastModifiedTime";
732
+ readonly Name: "Name";
733
+ };
734
+ export type AppImageConfigSortKey =
735
+ (typeof AppImageConfigSortKey)[keyof typeof AppImageConfigSortKey];
717
736
  export declare const AppNetworkAccessType: {
718
737
  readonly PublicInternetOnly: "PublicInternetOnly";
719
738
  readonly VpcOnly: "VpcOnly";
@@ -1158,6 +1177,7 @@ export interface TextClassificationJobConfig {
1158
1177
  export interface TextGenerationJobConfig {
1159
1178
  CompletionCriteria?: AutoMLJobCompletionCriteria;
1160
1179
  BaseModelName?: string;
1180
+ TextGenerationHyperParameters?: Record<string, string>;
1161
1181
  }
1162
1182
  export interface HolidayConfigAttributes {
1163
1183
  CountryCode?: string;
@@ -1705,6 +1725,123 @@ export interface ClarifyExplainerConfig {
1705
1725
  InferenceConfig?: ClarifyInferenceConfig;
1706
1726
  ShapConfig: ClarifyShapConfig | undefined;
1707
1727
  }
1728
+ export declare const ClusterInstanceType: {
1729
+ readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
1730
+ readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
1731
+ readonly ML_C5N_4XLARGE: "ml.c5n.4xlarge";
1732
+ readonly ML_C5N_9XLARGE: "ml.c5n.9xlarge";
1733
+ readonly ML_C5N_LARGE: "ml.c5n.large";
1734
+ readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
1735
+ readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
1736
+ readonly ML_C5_24XLARGE: "ml.c5.24xlarge";
1737
+ readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
1738
+ readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
1739
+ readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
1740
+ readonly ML_C5_LARGE: "ml.c5.large";
1741
+ readonly ML_C5_XLARGE: "ml.c5.xlarge";
1742
+ readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
1743
+ readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
1744
+ readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
1745
+ readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
1746
+ readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
1747
+ readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
1748
+ readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
1749
+ readonly ML_G5_XLARGE: "ml.g5.xlarge";
1750
+ readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
1751
+ readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
1752
+ readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
1753
+ readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
1754
+ readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
1755
+ readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
1756
+ readonly ML_M5_LARGE: "ml.m5.large";
1757
+ readonly ML_M5_XLARGE: "ml.m5.xlarge";
1758
+ readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
1759
+ readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
1760
+ readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
1761
+ readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
1762
+ readonly ML_T3_LARGE: "ml.t3.large";
1763
+ readonly ML_T3_MEDIUM: "ml.t3.medium";
1764
+ readonly ML_T3_XLARGE: "ml.t3.xlarge";
1765
+ readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
1766
+ readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
1767
+ };
1768
+ export type ClusterInstanceType =
1769
+ (typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
1770
+ export interface ClusterLifeCycleConfig {
1771
+ SourceS3Uri: string | undefined;
1772
+ OnCreate: string | undefined;
1773
+ }
1774
+ export interface ClusterInstanceGroupDetails {
1775
+ CurrentCount?: number;
1776
+ TargetCount?: number;
1777
+ InstanceGroupName?: string;
1778
+ InstanceType?: ClusterInstanceType;
1779
+ LifeCycleConfig?: ClusterLifeCycleConfig;
1780
+ ExecutionRole?: string;
1781
+ ThreadsPerCore?: number;
1782
+ }
1783
+ export interface ClusterInstanceGroupSpecification {
1784
+ InstanceCount: number | undefined;
1785
+ InstanceGroupName: string | undefined;
1786
+ InstanceType: ClusterInstanceType | undefined;
1787
+ LifeCycleConfig: ClusterLifeCycleConfig | undefined;
1788
+ ExecutionRole: string | undefined;
1789
+ ThreadsPerCore?: number;
1790
+ }
1791
+ export declare const ClusterInstanceStatus: {
1792
+ readonly FAILURE: "Failure";
1793
+ readonly PENDING: "Pending";
1794
+ readonly RUNNING: "Running";
1795
+ readonly SHUTTING_DOWN: "ShuttingDown";
1796
+ readonly SYSTEM_UPDATING: "SystemUpdating";
1797
+ };
1798
+ export type ClusterInstanceStatus =
1799
+ (typeof ClusterInstanceStatus)[keyof typeof ClusterInstanceStatus];
1800
+ export interface ClusterInstanceStatusDetails {
1801
+ Status: ClusterInstanceStatus | undefined;
1802
+ Message?: string;
1803
+ }
1804
+ export interface ClusterNodeDetails {
1805
+ InstanceGroupName?: string;
1806
+ InstanceId?: string;
1807
+ InstanceStatus?: ClusterInstanceStatusDetails;
1808
+ InstanceType?: ClusterInstanceType;
1809
+ LaunchTime?: Date;
1810
+ LifeCycleConfig?: ClusterLifeCycleConfig;
1811
+ ThreadsPerCore?: number;
1812
+ }
1813
+ export interface ClusterNodeSummary {
1814
+ InstanceGroupName: string | undefined;
1815
+ InstanceId: string | undefined;
1816
+ InstanceType: ClusterInstanceType | undefined;
1817
+ LaunchTime: Date | undefined;
1818
+ InstanceStatus: ClusterInstanceStatusDetails | undefined;
1819
+ }
1820
+ export declare const ClusterSortBy: {
1821
+ readonly CREATION_TIME: "CREATION_TIME";
1822
+ readonly NAME: "NAME";
1823
+ };
1824
+ export type ClusterSortBy = (typeof ClusterSortBy)[keyof typeof ClusterSortBy];
1825
+ export declare const ClusterStatus: {
1826
+ readonly CREATING: "Creating";
1827
+ readonly DELETING: "Deleting";
1828
+ readonly FAILED: "Failed";
1829
+ readonly INSERVICE: "InService";
1830
+ readonly ROLLINGBACK: "RollingBack";
1831
+ readonly SYSTEMUPDATING: "SystemUpdating";
1832
+ readonly UPDATING: "Updating";
1833
+ };
1834
+ export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
1835
+ export interface ClusterSummary {
1836
+ ClusterArn: string | undefined;
1837
+ ClusterName: string | undefined;
1838
+ CreationTime: Date | undefined;
1839
+ ClusterStatus: ClusterStatus | undefined;
1840
+ }
1841
+ export interface CodeEditorAppSettings {
1842
+ DefaultResourceSpec?: ResourceSpec;
1843
+ LifecycleConfigArns?: string[];
1844
+ }
1708
1845
  export interface CodeRepository {
1709
1846
  RepositoryUrl: string | undefined;
1710
1847
  }
@@ -2058,12 +2195,6 @@ export interface CreateAlgorithmInput {
2058
2195
  export interface CreateAlgorithmOutput {
2059
2196
  AlgorithmArn: string | undefined;
2060
2197
  }
2061
- export interface ResourceSpec {
2062
- SageMakerImageArn?: string;
2063
- SageMakerImageVersionArn?: string;
2064
- InstanceType?: AppInstanceType;
2065
- LifecycleConfigArn?: string;
2066
- }
2067
2198
  export interface CreateAppRequest {
2068
2199
  DomainId: string | undefined;
2069
2200
  UserProfileName?: string;
@@ -2086,6 +2217,7 @@ export interface CreateAppImageConfigRequest {
2086
2217
  AppImageConfigName: string | undefined;
2087
2218
  Tags?: Tag[];
2088
2219
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
2220
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
2089
2221
  }
2090
2222
  export interface CreateAppImageConfigResponse {
2091
2223
  AppImageConfigArn?: string;
@@ -2135,6 +2267,15 @@ export interface CreateAutoMLJobV2Request {
2135
2267
  export interface CreateAutoMLJobV2Response {
2136
2268
  AutoMLJobArn: string | undefined;
2137
2269
  }
2270
+ export interface CreateClusterRequest {
2271
+ ClusterName: string | undefined;
2272
+ InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
2273
+ VpcConfig?: VpcConfig;
2274
+ Tags?: Tag[];
2275
+ }
2276
+ export interface CreateClusterResponse {
2277
+ ClusterArn: string | undefined;
2278
+ }
2138
2279
  export interface CreateCodeRepositoryInput {
2139
2280
  CodeRepositoryName: string | undefined;
2140
2281
  GitConfig: GitConfig | undefined;
@@ -2187,128 +2328,3 @@ export interface CreateCompilationJobRequest {
2187
2328
  StoppingCondition: StoppingCondition | undefined;
2188
2329
  Tags?: Tag[];
2189
2330
  }
2190
- export interface CreateCompilationJobResponse {
2191
- CompilationJobArn: string | undefined;
2192
- }
2193
- export interface CreateContextRequest {
2194
- ContextName: string | undefined;
2195
- Source: ContextSource | undefined;
2196
- ContextType: string | undefined;
2197
- Description?: string;
2198
- Properties?: Record<string, string>;
2199
- Tags?: Tag[];
2200
- }
2201
- export interface CreateContextResponse {
2202
- ContextArn?: string;
2203
- }
2204
- export interface DataQualityAppSpecification {
2205
- ImageUri: string | undefined;
2206
- ContainerEntrypoint?: string[];
2207
- ContainerArguments?: string[];
2208
- RecordPreprocessorSourceUri?: string;
2209
- PostAnalyticsProcessorSourceUri?: string;
2210
- Environment?: Record<string, string>;
2211
- }
2212
- export interface MonitoringConstraintsResource {
2213
- S3Uri?: string;
2214
- }
2215
- export interface MonitoringStatisticsResource {
2216
- S3Uri?: string;
2217
- }
2218
- export interface DataQualityBaselineConfig {
2219
- BaseliningJobName?: string;
2220
- ConstraintsResource?: MonitoringConstraintsResource;
2221
- StatisticsResource?: MonitoringStatisticsResource;
2222
- }
2223
- export interface EndpointInput {
2224
- EndpointName: string | undefined;
2225
- LocalPath: string | undefined;
2226
- S3InputMode?: ProcessingS3InputMode;
2227
- S3DataDistributionType?: ProcessingS3DataDistributionType;
2228
- FeaturesAttribute?: string;
2229
- InferenceAttribute?: string;
2230
- ProbabilityAttribute?: string;
2231
- ProbabilityThresholdAttribute?: number;
2232
- StartTimeOffset?: string;
2233
- EndTimeOffset?: string;
2234
- ExcludeFeaturesAttribute?: string;
2235
- }
2236
- export interface DataQualityJobInput {
2237
- EndpointInput?: EndpointInput;
2238
- BatchTransformInput?: BatchTransformInput;
2239
- }
2240
- export declare const ProcessingS3UploadMode: {
2241
- readonly CONTINUOUS: "Continuous";
2242
- readonly END_OF_JOB: "EndOfJob";
2243
- };
2244
- export type ProcessingS3UploadMode =
2245
- (typeof ProcessingS3UploadMode)[keyof typeof ProcessingS3UploadMode];
2246
- export interface MonitoringS3Output {
2247
- S3Uri: string | undefined;
2248
- LocalPath: string | undefined;
2249
- S3UploadMode?: ProcessingS3UploadMode;
2250
- }
2251
- export interface MonitoringOutput {
2252
- S3Output: MonitoringS3Output | undefined;
2253
- }
2254
- export interface MonitoringOutputConfig {
2255
- MonitoringOutputs: MonitoringOutput[] | undefined;
2256
- KmsKeyId?: string;
2257
- }
2258
- export declare const ProcessingInstanceType: {
2259
- readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
2260
- readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
2261
- readonly ML_C4_8XLARGE: "ml.c4.8xlarge";
2262
- readonly ML_C4_XLARGE: "ml.c4.xlarge";
2263
- readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
2264
- readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
2265
- readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
2266
- readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
2267
- readonly ML_C5_XLARGE: "ml.c5.xlarge";
2268
- readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
2269
- readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
2270
- readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
2271
- readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
2272
- readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
2273
- readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
2274
- readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
2275
- readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
2276
- readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
2277
- readonly ML_M4_4XLARGE: "ml.m4.4xlarge";
2278
- readonly ML_M4_XLARGE: "ml.m4.xlarge";
2279
- readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
2280
- readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
2281
- readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
2282
- readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
2283
- readonly ML_M5_LARGE: "ml.m5.large";
2284
- readonly ML_M5_XLARGE: "ml.m5.xlarge";
2285
- readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
2286
- readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
2287
- readonly ML_P2_XLARGE: "ml.p2.xlarge";
2288
- readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
2289
- readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
2290
- readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
2291
- readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
2292
- readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
2293
- readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
2294
- readonly ML_R5_2XLARGE: "ml.r5.2xlarge";
2295
- readonly ML_R5_4XLARGE: "ml.r5.4xlarge";
2296
- readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
2297
- readonly ML_R5_LARGE: "ml.r5.large";
2298
- readonly ML_R5_XLARGE: "ml.r5.xlarge";
2299
- readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
2300
- readonly ML_T3_LARGE: "ml.t3.large";
2301
- readonly ML_T3_MEDIUM: "ml.t3.medium";
2302
- readonly ML_T3_XLARGE: "ml.t3.xlarge";
2303
- };
2304
- export type ProcessingInstanceType =
2305
- (typeof ProcessingInstanceType)[keyof typeof ProcessingInstanceType];
2306
- export interface MonitoringClusterConfig {
2307
- InstanceCount: number | undefined;
2308
- InstanceType: ProcessingInstanceType | undefined;
2309
- VolumeSizeInGB: number | undefined;
2310
- VolumeKmsKeyId?: string;
2311
- }
2312
- export interface MonitoringResources {
2313
- ClusterConfig: MonitoringClusterConfig | undefined;
2314
- }