@aws-sdk/client-sagemaker 3.862.0 → 3.864.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 (66) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +575 -392
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
  5. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -13
  8. package/dist-es/models/models_1.js +13 -0
  9. package/dist-es/models/models_3.js +22 -33
  10. package/dist-es/models/models_4.js +21 -14
  11. package/dist-es/models/models_5.js +12 -1
  12. package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +133 -0
  15. package/dist-types/SageMaker.d.ts +14 -0
  16. package/dist-types/SageMakerClient.d.ts +4 -2
  17. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
  19. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
  20. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  21. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
  22. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
  24. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
  28. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
  29. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
  30. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
  31. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
  32. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
  33. package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
  34. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
  35. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  36. package/dist-types/commands/SearchCommand.d.ts +26 -8
  37. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
  38. package/dist-types/commands/index.d.ts +2 -0
  39. package/dist-types/models/models_0.d.ts +71 -87
  40. package/dist-types/models/models_1.d.ts +77 -89
  41. package/dist-types/models/models_2.d.ts +94 -107
  42. package/dist-types/models/models_3.d.ts +295 -295
  43. package/dist-types/models/models_4.d.ts +374 -674
  44. package/dist-types/models/models_5.d.ts +703 -5
  45. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  48. package/dist-types/ts3.4/SageMaker.d.ts +40 -0
  49. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
  53. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +15 -25
  58. package/dist-types/ts3.4/models/models_1.d.ts +25 -21
  59. package/dist-types/ts3.4/models/models_2.d.ts +24 -29
  60. package/dist-types/ts3.4/models/models_3.d.ts +88 -93
  61. package/dist-types/ts3.4/models/models_4.d.ts +112 -184
  62. package/dist-types/ts3.4/models/models_5.d.ts +183 -5
  63. package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  66. package/package.json +5 -5
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListUltraServersByReservedCapacityCommandInput, ListUltraServersByReservedCapacityCommandOutput } from "../commands/ListUltraServersByReservedCapacityCommand";
3
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListUltraServersByReservedCapacity: (config: SageMakerPaginationConfiguration, input: ListUltraServersByReservedCapacityCommandInput, ...rest: any[]) => Paginator<ListUltraServersByReservedCapacityCommandOutput>;
@@ -77,6 +77,7 @@ export * from "./ListTrainingPlansPaginator";
77
77
  export * from "./ListTransformJobsPaginator";
78
78
  export * from "./ListTrialComponentsPaginator";
79
79
  export * from "./ListTrialsPaginator";
80
+ export * from "./ListUltraServersByReservedCapacityPaginator";
80
81
  export * from "./ListUserProfilesPaginator";
81
82
  export * from "./ListWorkforcesPaginator";
82
83
  export * from "./ListWorkteamsPaginator";
@@ -186,6 +186,7 @@ import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDef
186
186
  import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "../commands/DescribePipelineExecutionCommand";
187
187
  import { DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput } from "../commands/DescribeProcessingJobCommand";
188
188
  import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
189
+ import { DescribeReservedCapacityCommandInput, DescribeReservedCapacityCommandOutput } from "../commands/DescribeReservedCapacityCommand";
189
190
  import { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "../commands/DescribeSpaceCommand";
190
191
  import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "../commands/DescribeStudioLifecycleConfigCommand";
191
192
  import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "../commands/DescribeSubscribedWorkteamCommand";
@@ -288,6 +289,7 @@ import { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from ".
288
289
  import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "../commands/ListTransformJobsCommand";
289
290
  import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "../commands/ListTrialComponentsCommand";
290
291
  import { ListTrialsCommandInput, ListTrialsCommandOutput } from "../commands/ListTrialsCommand";
292
+ import { ListUltraServersByReservedCapacityCommandInput, ListUltraServersByReservedCapacityCommandOutput } from "../commands/ListUltraServersByReservedCapacityCommand";
291
293
  import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "../commands/ListUserProfilesCommand";
292
294
  import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "../commands/ListWorkforcesCommand";
293
295
  import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "../commands/ListWorkteamsCommand";
@@ -1111,6 +1113,10 @@ export declare const se_DescribeProcessingJobCommand: (input: DescribeProcessing
1111
1113
  * serializeAws_json1_1DescribeProjectCommand
1112
1114
  */
1113
1115
  export declare const se_DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1116
+ /**
1117
+ * serializeAws_json1_1DescribeReservedCapacityCommand
1118
+ */
1119
+ export declare const se_DescribeReservedCapacityCommand: (input: DescribeReservedCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1114
1120
  /**
1115
1121
  * serializeAws_json1_1DescribeSpaceCommand
1116
1122
  */
@@ -1519,6 +1525,10 @@ export declare const se_ListTrialComponentsCommand: (input: ListTrialComponentsC
1519
1525
  * serializeAws_json1_1ListTrialsCommand
1520
1526
  */
1521
1527
  export declare const se_ListTrialsCommand: (input: ListTrialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1528
+ /**
1529
+ * serializeAws_json1_1ListUltraServersByReservedCapacityCommand
1530
+ */
1531
+ export declare const se_ListUltraServersByReservedCapacityCommand: (input: ListUltraServersByReservedCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1522
1532
  /**
1523
1533
  * serializeAws_json1_1ListUserProfilesCommand
1524
1534
  */
@@ -2579,6 +2589,10 @@ export declare const de_DescribeProcessingJobCommand: (output: __HttpResponse, c
2579
2589
  * deserializeAws_json1_1DescribeProjectCommand
2580
2590
  */
2581
2591
  export declare const de_DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
2592
+ /**
2593
+ * deserializeAws_json1_1DescribeReservedCapacityCommand
2594
+ */
2595
+ export declare const de_DescribeReservedCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedCapacityCommandOutput>;
2582
2596
  /**
2583
2597
  * deserializeAws_json1_1DescribeSpaceCommand
2584
2598
  */
@@ -2987,6 +3001,10 @@ export declare const de_ListTrialComponentsCommand: (output: __HttpResponse, con
2987
3001
  * deserializeAws_json1_1ListTrialsCommand
2988
3002
  */
2989
3003
  export declare const de_ListTrialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrialsCommandOutput>;
3004
+ /**
3005
+ * deserializeAws_json1_1ListUltraServersByReservedCapacityCommand
3006
+ */
3007
+ export declare const de_ListUltraServersByReservedCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUltraServersByReservedCapacityCommandOutput>;
2990
3008
  /**
2991
3009
  * deserializeAws_json1_1ListUserProfilesCommand
2992
3010
  */
@@ -743,6 +743,10 @@ import {
743
743
  DescribeProjectCommandInput,
744
744
  DescribeProjectCommandOutput,
745
745
  } from "./commands/DescribeProjectCommand";
746
+ import {
747
+ DescribeReservedCapacityCommandInput,
748
+ DescribeReservedCapacityCommandOutput,
749
+ } from "./commands/DescribeReservedCapacityCommand";
746
750
  import {
747
751
  DescribeSpaceCommandInput,
748
752
  DescribeSpaceCommandOutput,
@@ -1151,6 +1155,10 @@ import {
1151
1155
  ListTrialsCommandInput,
1152
1156
  ListTrialsCommandOutput,
1153
1157
  } from "./commands/ListTrialsCommand";
1158
+ import {
1159
+ ListUltraServersByReservedCapacityCommandInput,
1160
+ ListUltraServersByReservedCapacityCommandOutput,
1161
+ } from "./commands/ListUltraServersByReservedCapacityCommand";
1154
1162
  import {
1155
1163
  ListUserProfilesCommandInput,
1156
1164
  ListUserProfilesCommandOutput,
@@ -3961,6 +3969,19 @@ export interface SageMaker {
3961
3969
  options: __HttpHandlerOptions,
3962
3970
  cb: (err: any, data?: DescribeProjectCommandOutput) => void
3963
3971
  ): void;
3972
+ describeReservedCapacity(
3973
+ args: DescribeReservedCapacityCommandInput,
3974
+ options?: __HttpHandlerOptions
3975
+ ): Promise<DescribeReservedCapacityCommandOutput>;
3976
+ describeReservedCapacity(
3977
+ args: DescribeReservedCapacityCommandInput,
3978
+ cb: (err: any, data?: DescribeReservedCapacityCommandOutput) => void
3979
+ ): void;
3980
+ describeReservedCapacity(
3981
+ args: DescribeReservedCapacityCommandInput,
3982
+ options: __HttpHandlerOptions,
3983
+ cb: (err: any, data?: DescribeReservedCapacityCommandOutput) => void
3984
+ ): void;
3964
3985
  describeSpace(
3965
3986
  args: DescribeSpaceCommandInput,
3966
3987
  options?: __HttpHandlerOptions
@@ -5406,6 +5427,25 @@ export interface SageMaker {
5406
5427
  options: __HttpHandlerOptions,
5407
5428
  cb: (err: any, data?: ListTrialsCommandOutput) => void
5408
5429
  ): void;
5430
+ listUltraServersByReservedCapacity(
5431
+ args: ListUltraServersByReservedCapacityCommandInput,
5432
+ options?: __HttpHandlerOptions
5433
+ ): Promise<ListUltraServersByReservedCapacityCommandOutput>;
5434
+ listUltraServersByReservedCapacity(
5435
+ args: ListUltraServersByReservedCapacityCommandInput,
5436
+ cb: (
5437
+ err: any,
5438
+ data?: ListUltraServersByReservedCapacityCommandOutput
5439
+ ) => void
5440
+ ): void;
5441
+ listUltraServersByReservedCapacity(
5442
+ args: ListUltraServersByReservedCapacityCommandInput,
5443
+ options: __HttpHandlerOptions,
5444
+ cb: (
5445
+ err: any,
5446
+ data?: ListUltraServersByReservedCapacityCommandOutput
5447
+ ) => void
5448
+ ): void;
5409
5449
  listUserProfiles(): Promise<ListUserProfilesCommandOutput>;
5410
5450
  listUserProfiles(
5411
5451
  args: ListUserProfilesCommandInput,
@@ -789,6 +789,10 @@ import {
789
789
  DescribeProjectCommandInput,
790
790
  DescribeProjectCommandOutput,
791
791
  } from "./commands/DescribeProjectCommand";
792
+ import {
793
+ DescribeReservedCapacityCommandInput,
794
+ DescribeReservedCapacityCommandOutput,
795
+ } from "./commands/DescribeReservedCapacityCommand";
792
796
  import {
793
797
  DescribeSpaceCommandInput,
794
798
  DescribeSpaceCommandOutput,
@@ -1197,6 +1201,10 @@ import {
1197
1201
  ListTrialsCommandInput,
1198
1202
  ListTrialsCommandOutput,
1199
1203
  } from "./commands/ListTrialsCommand";
1204
+ import {
1205
+ ListUltraServersByReservedCapacityCommandInput,
1206
+ ListUltraServersByReservedCapacityCommandOutput,
1207
+ } from "./commands/ListUltraServersByReservedCapacityCommand";
1200
1208
  import {
1201
1209
  ListUserProfilesCommandInput,
1202
1210
  ListUserProfilesCommandOutput,
@@ -1707,6 +1715,7 @@ export type ServiceInputTypes =
1707
1715
  | DescribePipelineExecutionCommandInput
1708
1716
  | DescribeProcessingJobCommandInput
1709
1717
  | DescribeProjectCommandInput
1718
+ | DescribeReservedCapacityCommandInput
1710
1719
  | DescribeSpaceCommandInput
1711
1720
  | DescribeStudioLifecycleConfigCommandInput
1712
1721
  | DescribeSubscribedWorkteamCommandInput
@@ -1809,6 +1818,7 @@ export type ServiceInputTypes =
1809
1818
  | ListTransformJobsCommandInput
1810
1819
  | ListTrialComponentsCommandInput
1811
1820
  | ListTrialsCommandInput
1821
+ | ListUltraServersByReservedCapacityCommandInput
1812
1822
  | ListUserProfilesCommandInput
1813
1823
  | ListWorkforcesCommandInput
1814
1824
  | ListWorkteamsCommandInput
@@ -2075,6 +2085,7 @@ export type ServiceOutputTypes =
2075
2085
  | DescribePipelineExecutionCommandOutput
2076
2086
  | DescribeProcessingJobCommandOutput
2077
2087
  | DescribeProjectCommandOutput
2088
+ | DescribeReservedCapacityCommandOutput
2078
2089
  | DescribeSpaceCommandOutput
2079
2090
  | DescribeStudioLifecycleConfigCommandOutput
2080
2091
  | DescribeSubscribedWorkteamCommandOutput
@@ -2177,6 +2188,7 @@ export type ServiceOutputTypes =
2177
2188
  | ListTransformJobsCommandOutput
2178
2189
  | ListTrialComponentsCommandOutput
2179
2190
  | ListTrialsCommandOutput
2191
+ | ListUltraServersByReservedCapacityCommandOutput
2180
2192
  | ListUserProfilesCommandOutput
2181
2193
  | ListWorkforcesCommandOutput
2182
2194
  | ListWorkteamsCommandOutput
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateModelBiasJobDefinitionRequest } from "../models/models_1";
4
- import { CreateModelBiasJobDefinitionResponse } from "../models/models_2";
3
+ import {
4
+ CreateModelBiasJobDefinitionRequest,
5
+ CreateModelBiasJobDefinitionResponse,
6
+ } from "../models/models_2";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeComputeQuotaRequest,
5
5
  DescribeComputeQuotaResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeContextRequest } from "../models/models_2";
4
- import { DescribeContextResponse } from "../models/models_3";
3
+ import {
4
+ DescribeContextRequest,
5
+ DescribeContextResponse,
6
+ } from "../models/models_3";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeReservedCapacityRequest,
5
+ DescribeReservedCapacityResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeReservedCapacityCommandInput
15
+ extends DescribeReservedCapacityRequest {}
16
+ export interface DescribeReservedCapacityCommandOutput
17
+ extends DescribeReservedCapacityResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeReservedCapacityCommand_base: {
20
+ new (
21
+ input: DescribeReservedCapacityCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeReservedCapacityCommandInput,
24
+ DescribeReservedCapacityCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeReservedCapacityCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeReservedCapacityCommandInput,
33
+ DescribeReservedCapacityCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeReservedCapacityCommand extends DescribeReservedCapacityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeReservedCapacityRequest;
44
+ output: DescribeReservedCapacityResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeReservedCapacityCommandInput;
48
+ output: DescribeReservedCapacityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListUltraServersByReservedCapacityRequest,
5
+ ListUltraServersByReservedCapacityResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListUltraServersByReservedCapacityCommandInput
15
+ extends ListUltraServersByReservedCapacityRequest {}
16
+ export interface ListUltraServersByReservedCapacityCommandOutput
17
+ extends ListUltraServersByReservedCapacityResponse,
18
+ __MetadataBearer {}
19
+ declare const ListUltraServersByReservedCapacityCommand_base: {
20
+ new (
21
+ input: ListUltraServersByReservedCapacityCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListUltraServersByReservedCapacityCommandInput,
24
+ ListUltraServersByReservedCapacityCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListUltraServersByReservedCapacityCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListUltraServersByReservedCapacityCommandInput,
33
+ ListUltraServersByReservedCapacityCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListUltraServersByReservedCapacityCommand extends ListUltraServersByReservedCapacityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListUltraServersByReservedCapacityRequest;
44
+ output: ListUltraServersByReservedCapacityResponse;
45
+ };
46
+ sdk: {
47
+ input: ListUltraServersByReservedCapacityCommandInput;
48
+ output: ListUltraServersByReservedCapacityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListWorkteamsRequest,
5
5
  ListWorkteamsResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -184,6 +184,7 @@ export * from "./DescribePipelineDefinitionForExecutionCommand";
184
184
  export * from "./DescribePipelineExecutionCommand";
185
185
  export * from "./DescribeProcessingJobCommand";
186
186
  export * from "./DescribeProjectCommand";
187
+ export * from "./DescribeReservedCapacityCommand";
187
188
  export * from "./DescribeSpaceCommand";
188
189
  export * from "./DescribeStudioLifecycleConfigCommand";
189
190
  export * from "./DescribeSubscribedWorkteamCommand";
@@ -286,6 +287,7 @@ export * from "./ListTrainingPlansCommand";
286
287
  export * from "./ListTransformJobsCommand";
287
288
  export * from "./ListTrialComponentsCommand";
288
289
  export * from "./ListTrialsCommand";
290
+ export * from "./ListUltraServersByReservedCapacityCommand";
289
291
  export * from "./ListUserProfilesCommand";
290
292
  export * from "./ListWorkforcesCommand";
291
293
  export * from "./ListWorkteamsCommand";
@@ -802,6 +802,7 @@ export declare const TrainingInstanceType: {
802
802
  readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
803
803
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
804
804
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
805
+ readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
805
806
  readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
806
807
  readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
807
808
  readonly ML_R5D_16XLARGE: "ml.r5d.16xlarge";
@@ -844,6 +845,14 @@ export interface InstanceGroup {
844
845
  InstanceCount: number | undefined;
845
846
  InstanceGroupName: string | undefined;
846
847
  }
848
+ export interface PlacementSpecification {
849
+ UltraServerId?: string | undefined;
850
+ InstanceCount: number | undefined;
851
+ }
852
+ export interface InstancePlacementConfig {
853
+ EnableMultipleJobs?: boolean | undefined;
854
+ PlacementSpecifications?: PlacementSpecification[] | undefined;
855
+ }
847
856
  export interface ResourceConfig {
848
857
  InstanceType?: TrainingInstanceType | undefined;
849
858
  InstanceCount?: number | undefined;
@@ -852,6 +861,7 @@ export interface ResourceConfig {
852
861
  KeepAlivePeriodInSeconds?: number | undefined;
853
862
  InstanceGroups?: InstanceGroup[] | undefined;
854
863
  TrainingPlanArn?: string | undefined;
864
+ InstancePlacementConfig?: InstancePlacementConfig | undefined;
855
865
  }
856
866
  export interface StoppingCondition {
857
867
  MaxRuntimeInSeconds?: number | undefined;
@@ -2694,6 +2704,9 @@ export interface ClusterInstanceStatusDetails {
2694
2704
  Status: ClusterInstanceStatus | undefined;
2695
2705
  Message?: string | undefined;
2696
2706
  }
2707
+ export interface UltraServerInfo {
2708
+ Id?: string | undefined;
2709
+ }
2697
2710
  export interface ClusterNodeDetails {
2698
2711
  InstanceGroupName?: string | undefined;
2699
2712
  InstanceId?: string | undefined;
@@ -2712,6 +2725,7 @@ export interface ClusterNodeDetails {
2712
2725
  Placement?: ClusterInstancePlacement | undefined;
2713
2726
  CurrentImageId?: string | undefined;
2714
2727
  DesiredImageId?: string | undefined;
2728
+ UltraServerInfo?: UltraServerInfo | undefined;
2715
2729
  }
2716
2730
  export declare const ClusterNodeProvisioningMode: {
2717
2731
  readonly CONTINUOUS: "Continuous";
@@ -2732,6 +2746,7 @@ export interface ClusterNodeSummary {
2732
2746
  LaunchTime: Date | undefined;
2733
2747
  LastSoftwareUpdateTime?: Date | undefined;
2734
2748
  InstanceStatus: ClusterInstanceStatusDetails | undefined;
2749
+ UltraServerInfo?: UltraServerInfo | undefined;
2735
2750
  }
2736
2751
  export interface ClusterOrchestratorEksConfig {
2737
2752
  ClusterArn: string | undefined;
@@ -2795,28 +2810,3 @@ export declare const SchedulerResourceStatus: {
2795
2810
  };
2796
2811
  export type SchedulerResourceStatus =
2797
2812
  (typeof SchedulerResourceStatus)[keyof typeof SchedulerResourceStatus];
2798
- export interface ClusterSchedulerConfigSummary {
2799
- ClusterSchedulerConfigArn: string | undefined;
2800
- ClusterSchedulerConfigId: string | undefined;
2801
- ClusterSchedulerConfigVersion?: number | undefined;
2802
- Name: string | undefined;
2803
- CreationTime: Date | undefined;
2804
- LastModifiedTime?: Date | undefined;
2805
- Status: SchedulerResourceStatus | undefined;
2806
- ClusterArn?: string | undefined;
2807
- }
2808
- export declare const ClusterSortBy: {
2809
- readonly CREATION_TIME: "CREATION_TIME";
2810
- readonly NAME: "NAME";
2811
- };
2812
- export type ClusterSortBy = (typeof ClusterSortBy)[keyof typeof ClusterSortBy];
2813
- export declare const ClusterStatus: {
2814
- readonly CREATING: "Creating";
2815
- readonly DELETING: "Deleting";
2816
- readonly FAILED: "Failed";
2817
- readonly INSERVICE: "InService";
2818
- readonly ROLLINGBACK: "RollingBack";
2819
- readonly SYSTEMUPDATING: "SystemUpdating";
2820
- readonly UPDATING: "Updating";
2821
- };
2822
- export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
@@ -55,7 +55,6 @@ import {
55
55
  ClusterNodeRecovery,
56
56
  ClusterOrchestrator,
57
57
  ClusterRestrictedInstanceGroupSpecification,
58
- ClusterStatus,
59
58
  CodeEditorAppImageConfig,
60
59
  FeatureStatus,
61
60
  InferenceSpecification,
@@ -78,6 +77,31 @@ import {
78
77
  VpcConfig,
79
78
  } from "./models_0";
80
79
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
80
+ export interface ClusterSchedulerConfigSummary {
81
+ ClusterSchedulerConfigArn: string | undefined;
82
+ ClusterSchedulerConfigId: string | undefined;
83
+ ClusterSchedulerConfigVersion?: number | undefined;
84
+ Name: string | undefined;
85
+ CreationTime: Date | undefined;
86
+ LastModifiedTime?: Date | undefined;
87
+ Status: SchedulerResourceStatus | undefined;
88
+ ClusterArn?: string | undefined;
89
+ }
90
+ export declare const ClusterSortBy: {
91
+ readonly CREATION_TIME: "CREATION_TIME";
92
+ readonly NAME: "NAME";
93
+ };
94
+ export type ClusterSortBy = (typeof ClusterSortBy)[keyof typeof ClusterSortBy];
95
+ export declare const ClusterStatus: {
96
+ readonly CREATING: "Creating";
97
+ readonly DELETING: "Deleting";
98
+ readonly FAILED: "Failed";
99
+ readonly INSERVICE: "InService";
100
+ readonly ROLLINGBACK: "RollingBack";
101
+ readonly SYSTEMUPDATING: "SystemUpdating";
102
+ readonly UPDATING: "Updating";
103
+ };
104
+ export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
81
105
  export interface ClusterSummary {
82
106
  ClusterArn: string | undefined;
83
107
  ClusterName: string | undefined;
@@ -2212,23 +2236,3 @@ export interface ModelBiasBaselineConfig {
2212
2236
  BaseliningJobName?: string | undefined;
2213
2237
  ConstraintsResource?: MonitoringConstraintsResource | undefined;
2214
2238
  }
2215
- export interface MonitoringGroundTruthS3Input {
2216
- S3Uri?: string | undefined;
2217
- }
2218
- export interface ModelBiasJobInput {
2219
- EndpointInput?: EndpointInput | undefined;
2220
- BatchTransformInput?: BatchTransformInput | undefined;
2221
- GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
2222
- }
2223
- export interface CreateModelBiasJobDefinitionRequest {
2224
- JobDefinitionName: string | undefined;
2225
- ModelBiasBaselineConfig?: ModelBiasBaselineConfig | undefined;
2226
- ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
2227
- ModelBiasJobInput: ModelBiasJobInput | undefined;
2228
- ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
2229
- JobResources: MonitoringResources | undefined;
2230
- NetworkConfig?: MonitoringNetworkConfig | undefined;
2231
- RoleArn: string | undefined;
2232
- StoppingCondition?: MonitoringStoppingCondition | undefined;
2233
- Tags?: Tag[] | undefined;
2234
- }
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  ActionSource,
3
3
  ActionStatus,
4
- ActivationState,
5
4
  AdditionalInferenceSpecificationDefinition,
6
5
  AlgorithmSpecification,
7
6
  AlgorithmStatus,
@@ -44,7 +43,6 @@ import {
44
43
  ClusterNodeRecovery,
45
44
  ClusterOrchestrator,
46
45
  ClusterRestrictedInstanceGroupDetails,
47
- ClusterStatus,
48
46
  CodeEditorAppImageConfig,
49
47
  FeatureStatus,
50
48
  InferenceSpecification,
@@ -72,13 +70,12 @@ import {
72
70
  } from "./models_0";
73
71
  import {
74
72
  _InstanceType,
73
+ ClusterStatus,
75
74
  CodeRepository,
76
75
  CognitoConfig,
77
76
  CognitoMemberDefinition,
78
77
  CollectionConfiguration,
79
78
  CompilationJobStatus,
80
- ComputeQuotaConfig,
81
- ComputeQuotaTarget,
82
79
  DeviceSelectionConfig,
83
80
  EdgeDeploymentConfig,
84
81
  EndpointInput,
@@ -88,9 +85,10 @@ import {
88
85
  JupyterServerAppSettings,
89
86
  KernelGatewayAppSettings,
90
87
  MetadataProperties,
88
+ ModelBiasAppSpecification,
89
+ ModelBiasBaselineConfig,
91
90
  ModelDeployConfig,
92
91
  MonitoringConstraintsResource,
93
- MonitoringGroundTruthS3Input,
94
92
  MonitoringNetworkConfig,
95
93
  MonitoringOutputConfig,
96
94
  MonitoringResources,
@@ -105,6 +103,26 @@ import {
105
103
  TrainingSpecification,
106
104
  UserSettings,
107
105
  } from "./models_1";
106
+ export interface MonitoringGroundTruthS3Input {
107
+ S3Uri?: string | undefined;
108
+ }
109
+ export interface ModelBiasJobInput {
110
+ EndpointInput?: EndpointInput | undefined;
111
+ BatchTransformInput?: BatchTransformInput | undefined;
112
+ GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
113
+ }
114
+ export interface CreateModelBiasJobDefinitionRequest {
115
+ JobDefinitionName: string | undefined;
116
+ ModelBiasBaselineConfig?: ModelBiasBaselineConfig | undefined;
117
+ ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
118
+ ModelBiasJobInput: ModelBiasJobInput | undefined;
119
+ ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
120
+ JobResources: MonitoringResources | undefined;
121
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
122
+ RoleArn: string | undefined;
123
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
124
+ Tags?: Tag[] | undefined;
125
+ }
108
126
  export interface CreateModelBiasJobDefinitionResponse {
109
127
  JobDefinitionArn: string | undefined;
110
128
  }
@@ -1005,6 +1023,7 @@ export interface CreateTrainingJobResponse {
1005
1023
  export interface CreateTrainingPlanRequest {
1006
1024
  TrainingPlanName: string | undefined;
1007
1025
  TrainingPlanOfferingId: string | undefined;
1026
+ SpareInstanceCountPerUltraServer?: number | undefined;
1008
1027
  Tags?: Tag[] | undefined;
1009
1028
  }
1010
1029
  export interface CreateTrainingPlanResponse {
@@ -1778,30 +1797,6 @@ export interface DescribeCompilationJobResponse {
1778
1797
  VpcConfig?: NeoVpcConfig | undefined;
1779
1798
  DerivedInformation?: DerivedInformation | undefined;
1780
1799
  }
1781
- export interface DescribeComputeQuotaRequest {
1782
- ComputeQuotaId: string | undefined;
1783
- ComputeQuotaVersion?: number | undefined;
1784
- }
1785
- export interface DescribeComputeQuotaResponse {
1786
- ComputeQuotaArn: string | undefined;
1787
- ComputeQuotaId: string | undefined;
1788
- Name: string | undefined;
1789
- Description?: string | undefined;
1790
- ComputeQuotaVersion: number | undefined;
1791
- Status: SchedulerResourceStatus | undefined;
1792
- FailureReason?: string | undefined;
1793
- ClusterArn?: string | undefined;
1794
- ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
1795
- ComputeQuotaTarget: ComputeQuotaTarget | undefined;
1796
- ActivationState?: ActivationState | undefined;
1797
- CreationTime: Date | undefined;
1798
- CreatedBy?: UserContext | undefined;
1799
- LastModifiedTime?: Date | undefined;
1800
- LastModifiedBy?: UserContext | undefined;
1801
- }
1802
- export interface DescribeContextRequest {
1803
- ContextName: string | undefined;
1804
- }
1805
1800
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1806
1801
  obj: CreateModelCardRequest
1807
1802
  ) => any;