@aws-sdk/client-sagemaker 3.936.0 → 3.938.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 +558 -168
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
- package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +64 -0
- package/dist-es/schemas/schemas_0.js +460 -168
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -2
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +128 -0
- package/dist-types/models/models_0.d.ts +368 -369
- package/dist-types/models/models_1.d.ts +3321 -3361
- package/dist-types/models/models_2.d.ts +3816 -4111
- package/dist-types/models/models_3.d.ts +4107 -3920
- package/dist-types/models/models_4.d.ts +607 -7
- package/dist-types/schemas/schemas_0.d.ts +28 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +80 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -90
- package/dist-types/ts3.4/models/models_1.d.ts +121 -146
- package/dist-types/ts3.4/models/models_2.d.ts +139 -193
- package/dist-types/ts3.4/models/models_3.d.ts +195 -150
- package/dist-types/ts3.4/models/models_4.d.ts +161 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSc
|
|
|
2
2
|
export declare var ClientSecret: StaticSimpleSchema;
|
|
3
3
|
export declare var HumanLoopActivationConditions: StaticSimpleSchema;
|
|
4
4
|
export declare var ModelCardContent: StaticSimpleSchema;
|
|
5
|
+
export declare var AcceleratorPartitionConfig: StaticStructureSchema;
|
|
5
6
|
export declare var ActionSource: StaticStructureSchema;
|
|
6
7
|
export declare var ActionSummary: StaticStructureSchema;
|
|
7
8
|
export declare var AddAssociationRequest: StaticStructureSchema;
|
|
@@ -79,6 +80,14 @@ export declare var BatchDescribeModelPackageError: StaticStructureSchema;
|
|
|
79
80
|
export declare var BatchDescribeModelPackageInput: StaticStructureSchema;
|
|
80
81
|
export declare var BatchDescribeModelPackageOutput: StaticStructureSchema;
|
|
81
82
|
export declare var BatchDescribeModelPackageSummary: StaticStructureSchema;
|
|
83
|
+
export declare var BatchRebootClusterNodeLogicalIdsError: StaticStructureSchema;
|
|
84
|
+
export declare var BatchRebootClusterNodesError: StaticStructureSchema;
|
|
85
|
+
export declare var BatchRebootClusterNodesRequest: StaticStructureSchema;
|
|
86
|
+
export declare var BatchRebootClusterNodesResponse: StaticStructureSchema;
|
|
87
|
+
export declare var BatchReplaceClusterNodeLogicalIdsError: StaticStructureSchema;
|
|
88
|
+
export declare var BatchReplaceClusterNodesError: StaticStructureSchema;
|
|
89
|
+
export declare var BatchReplaceClusterNodesRequest: StaticStructureSchema;
|
|
90
|
+
export declare var BatchReplaceClusterNodesResponse: StaticStructureSchema;
|
|
82
91
|
export declare var BatchTransformInput: StaticStructureSchema;
|
|
83
92
|
export declare var BestObjectiveNotImproving: StaticStructureSchema;
|
|
84
93
|
export declare var Bias: StaticStructureSchema;
|
|
@@ -115,6 +124,7 @@ export declare var ClarifyShapConfig: StaticStructureSchema;
|
|
|
115
124
|
export declare var ClarifyTextConfig: StaticStructureSchema;
|
|
116
125
|
export declare var ClusterAutoScalingConfig: StaticStructureSchema;
|
|
117
126
|
export declare var ClusterAutoScalingConfigOutput: StaticStructureSchema;
|
|
127
|
+
export declare var ClusterCapacityRequirements: StaticStructureSchema;
|
|
118
128
|
export declare var ClusterEbsVolumeConfig: StaticStructureSchema;
|
|
119
129
|
export declare var ClusterEventDetail: StaticStructureSchema;
|
|
120
130
|
export declare var ClusterEventSummary: StaticStructureSchema;
|
|
@@ -122,15 +132,21 @@ export declare var ClusterInstanceGroupDetails: StaticStructureSchema;
|
|
|
122
132
|
export declare var ClusterInstanceGroupSpecification: StaticStructureSchema;
|
|
123
133
|
export declare var ClusterInstancePlacement: StaticStructureSchema;
|
|
124
134
|
export declare var ClusterInstanceStatusDetails: StaticStructureSchema;
|
|
135
|
+
export declare var ClusterKubernetesConfig: StaticStructureSchema;
|
|
136
|
+
export declare var ClusterKubernetesConfigDetails: StaticStructureSchema;
|
|
137
|
+
export declare var ClusterKubernetesConfigNodeDetails: StaticStructureSchema;
|
|
138
|
+
export declare var ClusterKubernetesTaint: StaticStructureSchema;
|
|
125
139
|
export declare var ClusterLifeCycleConfig: StaticStructureSchema;
|
|
126
140
|
export declare var ClusterMetadata: StaticStructureSchema;
|
|
127
141
|
export declare var ClusterNodeDetails: StaticStructureSchema;
|
|
128
142
|
export declare var ClusterNodeSummary: StaticStructureSchema;
|
|
143
|
+
export declare var ClusterOnDemandOptions: StaticStructureSchema;
|
|
129
144
|
export declare var ClusterOrchestrator: StaticStructureSchema;
|
|
130
145
|
export declare var ClusterOrchestratorEksConfig: StaticStructureSchema;
|
|
131
146
|
export declare var ClusterRestrictedInstanceGroupDetails: StaticStructureSchema;
|
|
132
147
|
export declare var ClusterRestrictedInstanceGroupSpecification: StaticStructureSchema;
|
|
133
148
|
export declare var ClusterSchedulerConfigSummary: StaticStructureSchema;
|
|
149
|
+
export declare var ClusterSpotOptions: StaticStructureSchema;
|
|
134
150
|
export declare var ClusterSummary: StaticStructureSchema;
|
|
135
151
|
export declare var ClusterTieredStorageConfig: StaticStructureSchema;
|
|
136
152
|
export declare var CodeEditorAppImageConfig: StaticStructureSchema;
|
|
@@ -950,6 +966,8 @@ export declare var ModelQualityJobInput: StaticStructureSchema;
|
|
|
950
966
|
export declare var ModelQuantizationConfig: StaticStructureSchema;
|
|
951
967
|
export declare var ModelRegisterSettings: StaticStructureSchema;
|
|
952
968
|
export declare var ModelShardingConfig: StaticStructureSchema;
|
|
969
|
+
export declare var ModelSpeculativeDecodingConfig: StaticStructureSchema;
|
|
970
|
+
export declare var ModelSpeculativeDecodingTrainingDataSource: StaticStructureSchema;
|
|
953
971
|
export declare var ModelStepMetadata: StaticStructureSchema;
|
|
954
972
|
export declare var ModelSummary: StaticStructureSchema;
|
|
955
973
|
export declare var ModelVariantConfig: StaticStructureSchema;
|
|
@@ -1004,6 +1022,7 @@ export declare var OptimizationJobOutputConfig: StaticStructureSchema;
|
|
|
1004
1022
|
export declare var OptimizationJobSummary: StaticStructureSchema;
|
|
1005
1023
|
export declare var OptimizationModelAccessConfig: StaticStructureSchema;
|
|
1006
1024
|
export declare var OptimizationOutput: StaticStructureSchema;
|
|
1025
|
+
export declare var OptimizationSageMakerModel: StaticStructureSchema;
|
|
1007
1026
|
export declare var OptimizationVpcConfig: StaticStructureSchema;
|
|
1008
1027
|
export declare var OutputConfig: StaticStructureSchema;
|
|
1009
1028
|
export declare var OutputDataConfig: StaticStructureSchema;
|
|
@@ -1403,6 +1422,10 @@ export declare var AutoRollbackAlarms: StaticListSchema;
|
|
|
1403
1422
|
export declare var BatchAddClusterNodesErrorList: StaticListSchema;
|
|
1404
1423
|
export declare var BatchDeleteClusterNodeLogicalIdsErrorList: StaticListSchema;
|
|
1405
1424
|
export declare var BatchDeleteClusterNodesErrorList: StaticListSchema;
|
|
1425
|
+
export declare var BatchRebootClusterNodeLogicalIdsErrors: StaticListSchema;
|
|
1426
|
+
export declare var BatchRebootClusterNodesErrors: StaticListSchema;
|
|
1427
|
+
export declare var BatchReplaceClusterNodeLogicalIdsErrors: StaticListSchema;
|
|
1428
|
+
export declare var BatchReplaceClusterNodesErrors: StaticListSchema;
|
|
1406
1429
|
export declare var CandidateSteps: StaticListSchema;
|
|
1407
1430
|
export declare var CaptureOptionList: StaticListSchema;
|
|
1408
1431
|
export declare var CategoricalParameterRanges: StaticListSchema;
|
|
@@ -1421,6 +1444,7 @@ export declare var ClusterInstanceGroupDetailsList: StaticListSchema;
|
|
|
1421
1444
|
export declare var ClusterInstanceGroupSpecifications: StaticListSchema;
|
|
1422
1445
|
export declare var ClusterInstanceGroupsToDelete: number;
|
|
1423
1446
|
export declare var ClusterInstanceStorageConfigs: StaticListSchema;
|
|
1447
|
+
export declare var ClusterKubernetesTaints: StaticListSchema;
|
|
1424
1448
|
export declare var ClusterNodeIds: number;
|
|
1425
1449
|
export declare var ClusterNodeLogicalIdList: number;
|
|
1426
1450
|
export declare var ClusterNodeSummaries: StaticListSchema;
|
|
@@ -1669,11 +1693,13 @@ export declare var Workforces: StaticListSchema;
|
|
|
1669
1693
|
export declare var WorkforceSecurityGroupIds: number;
|
|
1670
1694
|
export declare var WorkforceSubnets: number;
|
|
1671
1695
|
export declare var Workteams: StaticListSchema;
|
|
1696
|
+
export declare var ActiveOperations: number;
|
|
1672
1697
|
export declare var AggregationTransformations: number;
|
|
1673
1698
|
export declare var ArtifactProperties: number;
|
|
1674
1699
|
export declare var AuthenticationRequestExtraParams: number;
|
|
1675
1700
|
export declare var AutoMLInferenceContainerDefinitions: StaticMapSchema;
|
|
1676
1701
|
export declare var BatchDescribeModelPackageErrorMap: StaticMapSchema;
|
|
1702
|
+
export declare var ClusterKubernetesLabels: number;
|
|
1677
1703
|
export declare var CollectionParameters: number;
|
|
1678
1704
|
export declare var CustomerMetadataMap: number;
|
|
1679
1705
|
export declare var CustomImageContainerEnvironmentVariables: number;
|
|
@@ -1716,6 +1742,8 @@ export declare var AttachClusterNodeVolume: StaticOperationSchema;
|
|
|
1716
1742
|
export declare var BatchAddClusterNodes: StaticOperationSchema;
|
|
1717
1743
|
export declare var BatchDeleteClusterNodes: StaticOperationSchema;
|
|
1718
1744
|
export declare var BatchDescribeModelPackage: StaticOperationSchema;
|
|
1745
|
+
export declare var BatchRebootClusterNodes: StaticOperationSchema;
|
|
1746
|
+
export declare var BatchReplaceClusterNodes: StaticOperationSchema;
|
|
1719
1747
|
export declare var CreateAction: StaticOperationSchema;
|
|
1720
1748
|
export declare var CreateAlgorithm: StaticOperationSchema;
|
|
1721
1749
|
export declare var CreateApp: StaticOperationSchema;
|
|
@@ -27,6 +27,14 @@ import {
|
|
|
27
27
|
BatchDescribeModelPackageCommandInput,
|
|
28
28
|
BatchDescribeModelPackageCommandOutput,
|
|
29
29
|
} from "./commands/BatchDescribeModelPackageCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchRebootClusterNodesCommandInput,
|
|
32
|
+
BatchRebootClusterNodesCommandOutput,
|
|
33
|
+
} from "./commands/BatchRebootClusterNodesCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchReplaceClusterNodesCommandInput,
|
|
36
|
+
BatchReplaceClusterNodesCommandOutput,
|
|
37
|
+
} from "./commands/BatchReplaceClusterNodesCommand";
|
|
30
38
|
import {
|
|
31
39
|
CreateActionCommandInput,
|
|
32
40
|
CreateActionCommandOutput,
|
|
@@ -1576,6 +1584,32 @@ export interface SageMaker {
|
|
|
1576
1584
|
options: __HttpHandlerOptions,
|
|
1577
1585
|
cb: (err: any, data?: BatchDescribeModelPackageCommandOutput) => void
|
|
1578
1586
|
): void;
|
|
1587
|
+
batchRebootClusterNodes(
|
|
1588
|
+
args: BatchRebootClusterNodesCommandInput,
|
|
1589
|
+
options?: __HttpHandlerOptions
|
|
1590
|
+
): Promise<BatchRebootClusterNodesCommandOutput>;
|
|
1591
|
+
batchRebootClusterNodes(
|
|
1592
|
+
args: BatchRebootClusterNodesCommandInput,
|
|
1593
|
+
cb: (err: any, data?: BatchRebootClusterNodesCommandOutput) => void
|
|
1594
|
+
): void;
|
|
1595
|
+
batchRebootClusterNodes(
|
|
1596
|
+
args: BatchRebootClusterNodesCommandInput,
|
|
1597
|
+
options: __HttpHandlerOptions,
|
|
1598
|
+
cb: (err: any, data?: BatchRebootClusterNodesCommandOutput) => void
|
|
1599
|
+
): void;
|
|
1600
|
+
batchReplaceClusterNodes(
|
|
1601
|
+
args: BatchReplaceClusterNodesCommandInput,
|
|
1602
|
+
options?: __HttpHandlerOptions
|
|
1603
|
+
): Promise<BatchReplaceClusterNodesCommandOutput>;
|
|
1604
|
+
batchReplaceClusterNodes(
|
|
1605
|
+
args: BatchReplaceClusterNodesCommandInput,
|
|
1606
|
+
cb: (err: any, data?: BatchReplaceClusterNodesCommandOutput) => void
|
|
1607
|
+
): void;
|
|
1608
|
+
batchReplaceClusterNodes(
|
|
1609
|
+
args: BatchReplaceClusterNodesCommandInput,
|
|
1610
|
+
options: __HttpHandlerOptions,
|
|
1611
|
+
cb: (err: any, data?: BatchReplaceClusterNodesCommandOutput) => void
|
|
1612
|
+
): void;
|
|
1579
1613
|
createAction(
|
|
1580
1614
|
args: CreateActionCommandInput,
|
|
1581
1615
|
options?: __HttpHandlerOptions
|
|
@@ -76,6 +76,14 @@ import {
|
|
|
76
76
|
BatchDescribeModelPackageCommandInput,
|
|
77
77
|
BatchDescribeModelPackageCommandOutput,
|
|
78
78
|
} from "./commands/BatchDescribeModelPackageCommand";
|
|
79
|
+
import {
|
|
80
|
+
BatchRebootClusterNodesCommandInput,
|
|
81
|
+
BatchRebootClusterNodesCommandOutput,
|
|
82
|
+
} from "./commands/BatchRebootClusterNodesCommand";
|
|
83
|
+
import {
|
|
84
|
+
BatchReplaceClusterNodesCommandInput,
|
|
85
|
+
BatchReplaceClusterNodesCommandOutput,
|
|
86
|
+
} from "./commands/BatchReplaceClusterNodesCommand";
|
|
79
87
|
import {
|
|
80
88
|
CreateActionCommandInput,
|
|
81
89
|
CreateActionCommandOutput,
|
|
@@ -1547,6 +1555,8 @@ export type ServiceInputTypes =
|
|
|
1547
1555
|
| BatchAddClusterNodesCommandInput
|
|
1548
1556
|
| BatchDeleteClusterNodesCommandInput
|
|
1549
1557
|
| BatchDescribeModelPackageCommandInput
|
|
1558
|
+
| BatchRebootClusterNodesCommandInput
|
|
1559
|
+
| BatchReplaceClusterNodesCommandInput
|
|
1550
1560
|
| CreateActionCommandInput
|
|
1551
1561
|
| CreateAlgorithmCommandInput
|
|
1552
1562
|
| CreateAppCommandInput
|
|
@@ -1919,6 +1929,8 @@ export type ServiceOutputTypes =
|
|
|
1919
1929
|
| BatchAddClusterNodesCommandOutput
|
|
1920
1930
|
| BatchDeleteClusterNodesCommandOutput
|
|
1921
1931
|
| BatchDescribeModelPackageCommandOutput
|
|
1932
|
+
| BatchRebootClusterNodesCommandOutput
|
|
1933
|
+
| BatchReplaceClusterNodesCommandOutput
|
|
1922
1934
|
| CreateActionCommandOutput
|
|
1923
1935
|
| CreateAlgorithmCommandOutput
|
|
1924
1936
|
| CreateAppCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BatchRebootClusterNodesRequest,
|
|
5
|
+
BatchRebootClusterNodesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchRebootClusterNodesCommandInput
|
|
15
|
+
extends BatchRebootClusterNodesRequest {}
|
|
16
|
+
export interface BatchRebootClusterNodesCommandOutput
|
|
17
|
+
extends BatchRebootClusterNodesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchRebootClusterNodesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchRebootClusterNodesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchRebootClusterNodesCommandInput,
|
|
24
|
+
BatchRebootClusterNodesCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchRebootClusterNodesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchRebootClusterNodesCommandInput,
|
|
33
|
+
BatchRebootClusterNodesCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchRebootClusterNodesCommand extends BatchRebootClusterNodesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchRebootClusterNodesRequest;
|
|
44
|
+
output: BatchRebootClusterNodesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchRebootClusterNodesCommandInput;
|
|
48
|
+
output: BatchRebootClusterNodesCommandOutput;
|
|
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
|
+
BatchReplaceClusterNodesRequest,
|
|
5
|
+
BatchReplaceClusterNodesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchReplaceClusterNodesCommandInput
|
|
15
|
+
extends BatchReplaceClusterNodesRequest {}
|
|
16
|
+
export interface BatchReplaceClusterNodesCommandOutput
|
|
17
|
+
extends BatchReplaceClusterNodesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchReplaceClusterNodesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchReplaceClusterNodesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchReplaceClusterNodesCommandInput,
|
|
24
|
+
BatchReplaceClusterNodesCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchReplaceClusterNodesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchReplaceClusterNodesCommandInput,
|
|
33
|
+
BatchReplaceClusterNodesCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchReplaceClusterNodesCommand extends BatchReplaceClusterNodesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchReplaceClusterNodesRequest;
|
|
44
|
+
output: BatchReplaceClusterNodesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchReplaceClusterNodesCommandInput;
|
|
48
|
+
output: BatchReplaceClusterNodesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateDataQualityJobDefinitionRequest,
|
|
5
5
|
CreateDataQualityJobDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateDeviceFleetRequest } from "../models/
|
|
3
|
+
import { CreateDeviceFleetRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
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
|
-
CreateTrainingJobResponse,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { CreateTrainingJobRequest } from "../models/models_1";
|
|
4
|
+
import { CreateTrainingJobResponse } from "../models/models_2";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTrialRequest, CreateTrialResponse } from "../models/
|
|
3
|
+
import { CreateTrialRequest, CreateTrialResponse } from "../models/models_2";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateTrialComponentRequest,
|
|
5
5
|
CreateTrialComponentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrainingPlanRequest,
|
|
5
5
|
DescribeTrainingPlanResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTransformJobRequest,
|
|
5
5
|
DescribeTransformJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrialComponentRequest,
|
|
5
5
|
DescribeTrialComponentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
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
|
-
ListTrainingPlansResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListTrainingPlansRequest } from "../models/models_3";
|
|
4
|
+
import { ListTrainingPlansResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTrialsRequest, ListTrialsResponse } from "../models/
|
|
3
|
+
import { ListTrialsRequest, ListTrialsResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListUltraServersByReservedCapacityRequest,
|
|
5
5
|
ListUltraServersByReservedCapacityResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
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
|
+
ListWorkteamsRequest,
|
|
5
|
+
ListWorkteamsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -5,6 +5,8 @@ export * from "./AttachClusterNodeVolumeCommand";
|
|
|
5
5
|
export * from "./BatchAddClusterNodesCommand";
|
|
6
6
|
export * from "./BatchDeleteClusterNodesCommand";
|
|
7
7
|
export * from "./BatchDescribeModelPackageCommand";
|
|
8
|
+
export * from "./BatchRebootClusterNodesCommand";
|
|
9
|
+
export * from "./BatchReplaceClusterNodesCommand";
|
|
8
10
|
export * from "./CreateActionCommand";
|
|
9
11
|
export * from "./CreateAlgorithmCommand";
|
|
10
12
|
export * from "./CreateAppCommand";
|