@aws-sdk/client-sagemaker 3.645.0 → 3.648.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/dist-cjs/index.js +17317 -17254
- package/dist-es/commands/DescribeModelCardCommand.js +1 -1
- package/dist-es/models/models_0.js +13 -13
- package/dist-es/models/models_1.js +15 -16
- package/dist-es/models/models_2.js +15 -23
- package/dist-es/models/models_3.js +23 -11
- package/dist-es/models/models_4.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +50 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +24 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpaceCommand.d.ts +10 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +24 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +24 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +111 -199
- package/dist-types/models/models_1.d.ts +222 -122
- package/dist-types/models/models_2.d.ts +164 -294
- package/dist-types/models/models_3.d.ts +295 -265
- package/dist-types/models/models_4.d.ts +271 -4
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +37 -43
- package/dist-types/ts3.4/models/models_1.d.ts +61 -38
- package/dist-types/ts3.4/models/models_2.d.ts +49 -93
- package/dist-types/ts3.4/models/models_3.d.ts +90 -66
- package/dist-types/ts3.4/models/models_4.d.ts +69 -3
- package/package.json +1 -1
|
@@ -17,6 +17,7 @@ import {
|
|
|
17
17
|
CheckpointConfig,
|
|
18
18
|
ClarifyCheckStepMetadata,
|
|
19
19
|
ClusterInstanceGroupSpecification,
|
|
20
|
+
ClusterNodeRecovery,
|
|
20
21
|
CodeEditorAppImageConfig,
|
|
21
22
|
ConditionStepMetadata,
|
|
22
23
|
ContainerDefinition,
|
|
@@ -43,7 +44,6 @@ import {
|
|
|
43
44
|
DeploymentConfig,
|
|
44
45
|
DriftCheckBaselines,
|
|
45
46
|
EdgeOutputConfig,
|
|
46
|
-
ExperimentConfig,
|
|
47
47
|
FeatureDefinition,
|
|
48
48
|
InferenceComponentRuntimeConfig,
|
|
49
49
|
InferenceComponentSpecification,
|
|
@@ -88,6 +88,7 @@ import {
|
|
|
88
88
|
DebugRuleEvaluationStatus,
|
|
89
89
|
DeploymentRecommendation,
|
|
90
90
|
EndpointStatus,
|
|
91
|
+
ExperimentConfig,
|
|
91
92
|
FeatureParameter,
|
|
92
93
|
HyperParameterTrainingJobSummary,
|
|
93
94
|
MemberDefinition,
|
|
@@ -139,8 +140,9 @@ import {
|
|
|
139
140
|
LambdaStepMetadata,
|
|
140
141
|
LineageType,
|
|
141
142
|
MetricData,
|
|
142
|
-
|
|
143
|
-
|
|
143
|
+
ModelCardExportJobSortBy,
|
|
144
|
+
ModelCardExportJobSortOrder,
|
|
145
|
+
ModelCardExportJobStatus,
|
|
144
146
|
ModelPackageGroupStatus,
|
|
145
147
|
ModelPackageStatusDetails,
|
|
146
148
|
MonitoringExecutionSummary,
|
|
@@ -174,6 +176,69 @@ import {
|
|
|
174
176
|
Workforce,
|
|
175
177
|
Workteam,
|
|
176
178
|
} from "./models_3";
|
|
179
|
+
export interface ListModelCardExportJobsRequest {
|
|
180
|
+
ModelCardName: string | undefined;
|
|
181
|
+
ModelCardVersion?: number;
|
|
182
|
+
CreationTimeAfter?: Date;
|
|
183
|
+
CreationTimeBefore?: Date;
|
|
184
|
+
ModelCardExportJobNameContains?: string;
|
|
185
|
+
StatusEquals?: ModelCardExportJobStatus;
|
|
186
|
+
SortBy?: ModelCardExportJobSortBy;
|
|
187
|
+
SortOrder?: ModelCardExportJobSortOrder;
|
|
188
|
+
NextToken?: string;
|
|
189
|
+
MaxResults?: number;
|
|
190
|
+
}
|
|
191
|
+
export interface ModelCardExportJobSummary {
|
|
192
|
+
ModelCardExportJobName: string | undefined;
|
|
193
|
+
ModelCardExportJobArn: string | undefined;
|
|
194
|
+
Status: ModelCardExportJobStatus | undefined;
|
|
195
|
+
ModelCardName: string | undefined;
|
|
196
|
+
ModelCardVersion: number | undefined;
|
|
197
|
+
CreatedAt: Date | undefined;
|
|
198
|
+
LastModifiedAt: Date | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface ListModelCardExportJobsResponse {
|
|
201
|
+
ModelCardExportJobSummaries: ModelCardExportJobSummary[] | undefined;
|
|
202
|
+
NextToken?: string;
|
|
203
|
+
}
|
|
204
|
+
export declare const ModelCardSortBy: {
|
|
205
|
+
readonly CREATION_TIME: "CreationTime";
|
|
206
|
+
readonly NAME: "Name";
|
|
207
|
+
};
|
|
208
|
+
export type ModelCardSortBy =
|
|
209
|
+
(typeof ModelCardSortBy)[keyof typeof ModelCardSortBy];
|
|
210
|
+
export declare const ModelCardSortOrder: {
|
|
211
|
+
readonly ASCENDING: "Ascending";
|
|
212
|
+
readonly DESCENDING: "Descending";
|
|
213
|
+
};
|
|
214
|
+
export type ModelCardSortOrder =
|
|
215
|
+
(typeof ModelCardSortOrder)[keyof typeof ModelCardSortOrder];
|
|
216
|
+
export interface ListModelCardsRequest {
|
|
217
|
+
CreationTimeAfter?: Date;
|
|
218
|
+
CreationTimeBefore?: Date;
|
|
219
|
+
MaxResults?: number;
|
|
220
|
+
NameContains?: string;
|
|
221
|
+
ModelCardStatus?: ModelCardStatus;
|
|
222
|
+
NextToken?: string;
|
|
223
|
+
SortBy?: ModelCardSortBy;
|
|
224
|
+
SortOrder?: ModelCardSortOrder;
|
|
225
|
+
}
|
|
226
|
+
export interface ModelCardSummary {
|
|
227
|
+
ModelCardName: string | undefined;
|
|
228
|
+
ModelCardArn: string | undefined;
|
|
229
|
+
ModelCardStatus: ModelCardStatus | undefined;
|
|
230
|
+
CreationTime: Date | undefined;
|
|
231
|
+
LastModifiedTime?: Date;
|
|
232
|
+
}
|
|
233
|
+
export interface ListModelCardsResponse {
|
|
234
|
+
ModelCardSummaries: ModelCardSummary[] | undefined;
|
|
235
|
+
NextToken?: string;
|
|
236
|
+
}
|
|
237
|
+
export declare const ModelCardVersionSortBy: {
|
|
238
|
+
readonly VERSION: "Version";
|
|
239
|
+
};
|
|
240
|
+
export type ModelCardVersionSortBy =
|
|
241
|
+
(typeof ModelCardVersionSortBy)[keyof typeof ModelCardVersionSortBy];
|
|
177
242
|
export interface ListModelCardVersionsRequest {
|
|
178
243
|
CreationTimeAfter?: Date;
|
|
179
244
|
CreationTimeBefore?: Date;
|
|
@@ -1671,6 +1736,7 @@ export interface UpdateArtifactResponse {
|
|
|
1671
1736
|
export interface UpdateClusterRequest {
|
|
1672
1737
|
ClusterName: string | undefined;
|
|
1673
1738
|
InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
|
|
1739
|
+
NodeRecovery?: ClusterNodeRecovery;
|
|
1674
1740
|
}
|
|
1675
1741
|
export interface UpdateClusterResponse {
|
|
1676
1742
|
ClusterArn: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.648.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|