@aws-sdk/client-sagemaker 3.863.0 → 3.866.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.
- package/README.md +16 -0
- package/dist-cjs/index.js +582 -392
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
- package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -13
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/models/models_3.js +22 -33
- package/dist-es/models/models_4.js +21 -14
- package/dist-es/models/models_5.js +12 -1
- package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +140 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
- package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +26 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +71 -87
- package/dist-types/models/models_1.d.ts +94 -106
- package/dist-types/models/models_2.d.ts +115 -202
- package/dist-types/models/models_3.d.ts +463 -409
- package/dist-types/models/models_4.d.ts +414 -683
- package/dist-types/models/models_5.d.ts +718 -5
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SageMaker.d.ts +40 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +15 -25
- package/dist-types/ts3.4/models/models_1.d.ts +31 -25
- package/dist-types/ts3.4/models/models_2.d.ts +28 -53
- package/dist-types/ts3.4/models/models_3.d.ts +119 -104
- package/dist-types/ts3.4/models/models_4.d.ts +123 -190
- package/dist-types/ts3.4/models/models_5.d.ts +187 -5
- package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- 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 {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
CreateModelBiasJobDefinitionRequest,
|
|
5
|
+
CreateModelBiasJobDefinitionResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeCompilationJobResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeCompilationJobRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeCompilationJobResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeComputeQuotaRequest,
|
|
5
5
|
DescribeComputeQuotaResponse,
|
|
6
|
-
} from "../models/
|
|
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 {
|
|
4
|
-
|
|
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
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListWorkforcesResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { ListWorkforcesRequest } from "../models/models_4";
|
|
4
|
+
import { ListWorkforcesResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
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;
|
|
@@ -1111,6 +1135,9 @@ export interface RStudioServerProDomainSettings {
|
|
|
1111
1135
|
RStudioPackageManagerUrl?: string | undefined;
|
|
1112
1136
|
DefaultResourceSpec?: ResourceSpec | undefined;
|
|
1113
1137
|
}
|
|
1138
|
+
export interface TrustedIdentityPropagationSettings {
|
|
1139
|
+
Status: FeatureStatus | undefined;
|
|
1140
|
+
}
|
|
1114
1141
|
export interface UnifiedStudioSettings {
|
|
1115
1142
|
StudioWebPortalAccess?: FeatureStatus | undefined;
|
|
1116
1143
|
DomainAccountId?: string | undefined;
|
|
@@ -1125,6 +1152,9 @@ export interface DomainSettings {
|
|
|
1125
1152
|
SecurityGroupIds?: string[] | undefined;
|
|
1126
1153
|
RStudioServerProDomainSettings?: RStudioServerProDomainSettings | undefined;
|
|
1127
1154
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | undefined;
|
|
1155
|
+
TrustedIdentityPropagationSettings?:
|
|
1156
|
+
| TrustedIdentityPropagationSettings
|
|
1157
|
+
| undefined;
|
|
1128
1158
|
DockerSettings?: DockerSettings | undefined;
|
|
1129
1159
|
AmazonQSettings?: AmazonQSettings | undefined;
|
|
1130
1160
|
UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
|
|
@@ -2208,27 +2238,3 @@ export interface ModelBiasAppSpecification {
|
|
|
2208
2238
|
ConfigUri: string | undefined;
|
|
2209
2239
|
Environment?: Record<string, string> | undefined;
|
|
2210
2240
|
}
|
|
2211
|
-
export interface ModelBiasBaselineConfig {
|
|
2212
|
-
BaseliningJobName?: string | undefined;
|
|
2213
|
-
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
2214
|
-
}
|
|
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
|
-
}
|