@aws-sdk/client-sagemaker 3.682.0 → 3.684.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 +8 -0
- package/dist-cjs/index.js +140 -24
- package/dist-es/SageMaker.js +2 -0
- package/dist-es/commands/BatchDeleteClusterNodesCommand.js +22 -0
- package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +40 -2
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/models/models_3.js +8 -5
- package/dist-es/models/models_4.js +5 -5
- package/dist-es/models/models_5.js +5 -1
- package/dist-es/protocols/Aws_json1_1.js +59 -0
- package/dist-types/SageMaker.d.ts +7 -0
- package/dist-types/SageMakerClient.d.ts +3 -2
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +102 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +12 -3
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -2
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -0
- package/dist-types/commands/SearchCommand.d.ts +13 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +5 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +116 -168
- package/dist-types/models/models_1.d.ts +215 -134
- package/dist-types/models/models_2.d.ts +117 -160
- package/dist-types/models/models_3.d.ts +161 -172
- package/dist-types/models/models_4.d.ts +201 -128
- package/dist-types/models/models_5.d.ts +127 -2
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +17 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchDeleteClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +55 -26
- package/dist-types/ts3.4/models/models_1.d.ts +32 -25
- package/dist-types/ts3.4/models/models_2.d.ts +25 -43
- package/dist-types/ts3.4/models/models_3.d.ts +47 -44
- package/dist-types/ts3.4/models/models_4.d.ts +49 -35
- package/dist-types/ts3.4/models/models_5.d.ts +38 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -53,6 +53,7 @@ import {
|
|
|
53
53
|
JobType,
|
|
54
54
|
ModelCardSecurityConfig,
|
|
55
55
|
ModelCardStatus,
|
|
56
|
+
ModelLifeCycle,
|
|
56
57
|
ModelMetrics,
|
|
57
58
|
ModelPackageModelCard,
|
|
58
59
|
ModelPackageSecurityConfig,
|
|
@@ -64,8 +65,6 @@ import {
|
|
|
64
65
|
NotebookInstanceAcceleratorType,
|
|
65
66
|
NotebookInstanceLifecycleHook,
|
|
66
67
|
OptimizationJobDeploymentInstanceType,
|
|
67
|
-
ParallelismConfiguration,
|
|
68
|
-
PipelineDefinitionS3Location,
|
|
69
68
|
Processor,
|
|
70
69
|
RetryStrategy,
|
|
71
70
|
RootAccess,
|
|
@@ -91,11 +90,10 @@ import {
|
|
|
91
90
|
ExperimentConfig,
|
|
92
91
|
FeatureParameter,
|
|
93
92
|
HyperParameterTrainingJobSummary,
|
|
94
|
-
MemberDefinition,
|
|
95
93
|
ModelArtifacts,
|
|
96
94
|
ModelClientConfig,
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
ParallelismConfiguration,
|
|
96
|
+
PipelineDefinitionS3Location,
|
|
99
97
|
ProcessingInput,
|
|
100
98
|
ProcessingOutputConfig,
|
|
101
99
|
ProcessingResources,
|
|
@@ -105,7 +103,6 @@ import {
|
|
|
105
103
|
ProvisioningParameter,
|
|
106
104
|
ServiceCatalogProvisioningDetails,
|
|
107
105
|
SharingType,
|
|
108
|
-
SourceIpConfig,
|
|
109
106
|
SpaceSettings,
|
|
110
107
|
SpaceStorageSettings,
|
|
111
108
|
StudioLifecycleConfigAppType,
|
|
@@ -114,8 +111,6 @@ import {
|
|
|
114
111
|
TrialComponentArtifact,
|
|
115
112
|
TrialComponentParameterValue,
|
|
116
113
|
TrialComponentStatus,
|
|
117
|
-
WorkerAccessConfiguration,
|
|
118
|
-
WorkforceVpcConfigRequest,
|
|
119
114
|
} from "./models_2";
|
|
120
115
|
import {
|
|
121
116
|
DesiredWeightAndCapacity,
|
|
@@ -137,6 +132,7 @@ import {
|
|
|
137
132
|
GitConfigForUpdate,
|
|
138
133
|
HyperParameterTuningJobSearchEntity,
|
|
139
134
|
InferenceExperimentStopDesiredState,
|
|
135
|
+
IsTrackingServerActive,
|
|
140
136
|
LambdaStepMetadata,
|
|
141
137
|
LineageType,
|
|
142
138
|
MetricData,
|
|
@@ -163,6 +159,7 @@ import {
|
|
|
163
159
|
SortOrder,
|
|
164
160
|
SpaceStatus,
|
|
165
161
|
SubscribedWorkteam,
|
|
162
|
+
TrackingServerStatus,
|
|
166
163
|
TransformJobStatus,
|
|
167
164
|
TrialComponentMetricSummary,
|
|
168
165
|
TrialComponentSource,
|
|
@@ -173,6 +170,46 @@ import {
|
|
|
173
170
|
Workforce,
|
|
174
171
|
Workteam,
|
|
175
172
|
} from "./models_3";
|
|
173
|
+
export declare const SortTrackingServerBy: {
|
|
174
|
+
readonly CREATION_TIME: "CreationTime";
|
|
175
|
+
readonly NAME: "Name";
|
|
176
|
+
readonly STATUS: "Status";
|
|
177
|
+
};
|
|
178
|
+
export type SortTrackingServerBy =
|
|
179
|
+
(typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
|
|
180
|
+
export interface ListMlflowTrackingServersRequest {
|
|
181
|
+
CreatedAfter?: Date;
|
|
182
|
+
CreatedBefore?: Date;
|
|
183
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
184
|
+
MlflowVersion?: string;
|
|
185
|
+
SortBy?: SortTrackingServerBy;
|
|
186
|
+
SortOrder?: SortOrder;
|
|
187
|
+
NextToken?: string;
|
|
188
|
+
MaxResults?: number;
|
|
189
|
+
}
|
|
190
|
+
export interface TrackingServerSummary {
|
|
191
|
+
TrackingServerArn?: string;
|
|
192
|
+
TrackingServerName?: string;
|
|
193
|
+
CreationTime?: Date;
|
|
194
|
+
LastModifiedTime?: Date;
|
|
195
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
196
|
+
IsActive?: IsTrackingServerActive;
|
|
197
|
+
MlflowVersion?: string;
|
|
198
|
+
}
|
|
199
|
+
export interface ListMlflowTrackingServersResponse {
|
|
200
|
+
TrackingServerSummaries?: TrackingServerSummary[];
|
|
201
|
+
NextToken?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface ListModelBiasJobDefinitionsRequest {
|
|
204
|
+
EndpointName?: string;
|
|
205
|
+
SortBy?: MonitoringJobDefinitionSortKey;
|
|
206
|
+
SortOrder?: SortOrder;
|
|
207
|
+
NextToken?: string;
|
|
208
|
+
MaxResults?: number;
|
|
209
|
+
NameContains?: string;
|
|
210
|
+
CreationTimeBefore?: Date;
|
|
211
|
+
CreationTimeAfter?: Date;
|
|
212
|
+
}
|
|
176
213
|
export interface ListModelBiasJobDefinitionsResponse {
|
|
177
214
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
178
215
|
NextToken?: string;
|
|
@@ -1014,6 +1051,7 @@ export interface TrainingJobSummary {
|
|
|
1014
1051
|
TrainingEndTime?: Date;
|
|
1015
1052
|
LastModifiedTime?: Date;
|
|
1016
1053
|
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
1054
|
+
SecondaryStatus?: SecondaryStatus;
|
|
1017
1055
|
WarmPoolStatus?: WarmPoolStatus;
|
|
1018
1056
|
}
|
|
1019
1057
|
export interface ListTrainingJobsResponse {
|
|
@@ -1307,6 +1345,7 @@ export interface ModelPackage {
|
|
|
1307
1345
|
SourceUri?: string;
|
|
1308
1346
|
SecurityConfig?: ModelPackageSecurityConfig;
|
|
1309
1347
|
ModelCard?: ModelPackageModelCard;
|
|
1348
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1310
1349
|
Tags?: Tag[];
|
|
1311
1350
|
CustomerMetadataProperties?: Record<string, string>;
|
|
1312
1351
|
DriftCheckBaselines?: DriftCheckBaselines;
|
|
@@ -1948,6 +1987,8 @@ export interface UpdateModelPackageInput {
|
|
|
1948
1987
|
InferenceSpecification?: InferenceSpecification;
|
|
1949
1988
|
SourceUri?: string;
|
|
1950
1989
|
ModelCard?: ModelPackageModelCard;
|
|
1990
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1991
|
+
ClientToken?: string;
|
|
1951
1992
|
}
|
|
1952
1993
|
export interface UpdateModelPackageOutput {
|
|
1953
1994
|
ModelPackageArn: string | undefined;
|
|
@@ -2068,30 +2109,6 @@ export interface UpdateTrialComponentRequest {
|
|
|
2068
2109
|
export interface UpdateTrialComponentResponse {
|
|
2069
2110
|
TrialComponentArn?: string;
|
|
2070
2111
|
}
|
|
2071
|
-
export interface UpdateUserProfileRequest {
|
|
2072
|
-
DomainId: string | undefined;
|
|
2073
|
-
UserProfileName: string | undefined;
|
|
2074
|
-
UserSettings?: UserSettings;
|
|
2075
|
-
}
|
|
2076
|
-
export interface UpdateUserProfileResponse {
|
|
2077
|
-
UserProfileArn?: string;
|
|
2078
|
-
}
|
|
2079
|
-
export interface UpdateWorkforceRequest {
|
|
2080
|
-
WorkforceName: string | undefined;
|
|
2081
|
-
SourceIpConfig?: SourceIpConfig;
|
|
2082
|
-
OidcConfig?: OidcConfig;
|
|
2083
|
-
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
2084
|
-
}
|
|
2085
|
-
export interface UpdateWorkforceResponse {
|
|
2086
|
-
Workforce: Workforce | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export interface UpdateWorkteamRequest {
|
|
2089
|
-
WorkteamName: string | undefined;
|
|
2090
|
-
MemberDefinitions?: MemberDefinition[];
|
|
2091
|
-
Description?: string;
|
|
2092
|
-
NotificationConfiguration?: NotificationConfiguration;
|
|
2093
|
-
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
2094
|
-
}
|
|
2095
2112
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2096
2113
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2097
2114
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -2104,6 +2121,3 @@ export declare const UpdateModelCardRequestFilterSensitiveLog: (
|
|
|
2104
2121
|
export declare const UpdateModelPackageInputFilterSensitiveLog: (
|
|
2105
2122
|
obj: UpdateModelPackageInput
|
|
2106
2123
|
) => any;
|
|
2107
|
-
export declare const UpdateWorkforceRequestFilterSensitiveLog: (
|
|
2108
|
-
obj: UpdateWorkforceRequest
|
|
2109
|
-
) => any;
|
|
@@ -1,11 +1,44 @@
|
|
|
1
1
|
import { BooleanOperator } from "./models_0";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { UserSettings } from "./models_1";
|
|
3
|
+
import {
|
|
4
|
+
CrossAccountFilterOption,
|
|
5
|
+
MemberDefinition,
|
|
6
|
+
NotificationConfiguration,
|
|
7
|
+
OidcConfig,
|
|
8
|
+
SourceIpConfig,
|
|
9
|
+
WorkerAccessConfiguration,
|
|
10
|
+
WorkforceVpcConfigRequest,
|
|
11
|
+
} from "./models_2";
|
|
12
|
+
import { Filter, ResourceType, Workforce, Workteam } from "./models_3";
|
|
4
13
|
import {
|
|
5
14
|
NestedFilters,
|
|
6
15
|
SearchSortOrder,
|
|
7
16
|
VisibilityConditions,
|
|
8
17
|
} from "./models_4";
|
|
18
|
+
export interface UpdateUserProfileRequest {
|
|
19
|
+
DomainId: string | undefined;
|
|
20
|
+
UserProfileName: string | undefined;
|
|
21
|
+
UserSettings?: UserSettings;
|
|
22
|
+
}
|
|
23
|
+
export interface UpdateUserProfileResponse {
|
|
24
|
+
UserProfileArn?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface UpdateWorkforceRequest {
|
|
27
|
+
WorkforceName: string | undefined;
|
|
28
|
+
SourceIpConfig?: SourceIpConfig;
|
|
29
|
+
OidcConfig?: OidcConfig;
|
|
30
|
+
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
31
|
+
}
|
|
32
|
+
export interface UpdateWorkforceResponse {
|
|
33
|
+
Workforce: Workforce | undefined;
|
|
34
|
+
}
|
|
35
|
+
export interface UpdateWorkteamRequest {
|
|
36
|
+
WorkteamName: string | undefined;
|
|
37
|
+
MemberDefinitions?: MemberDefinition[];
|
|
38
|
+
Description?: string;
|
|
39
|
+
NotificationConfiguration?: NotificationConfiguration;
|
|
40
|
+
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
41
|
+
}
|
|
9
42
|
export interface UpdateWorkteamResponse {
|
|
10
43
|
Workteam: Workteam | undefined;
|
|
11
44
|
}
|
|
@@ -25,3 +58,6 @@ export interface SearchRequest {
|
|
|
25
58
|
CrossAccountFilterOption?: CrossAccountFilterOption;
|
|
26
59
|
VisibilityConditions?: VisibilityConditions[];
|
|
27
60
|
}
|
|
61
|
+
export declare const UpdateWorkforceRequestFilterSensitiveLog: (
|
|
62
|
+
obj: UpdateWorkforceRequest
|
|
63
|
+
) => any;
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
AssociateTrialComponentCommandInput,
|
|
16
16
|
AssociateTrialComponentCommandOutput,
|
|
17
17
|
} from "../commands/AssociateTrialComponentCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDeleteClusterNodesCommandInput,
|
|
20
|
+
BatchDeleteClusterNodesCommandOutput,
|
|
21
|
+
} from "../commands/BatchDeleteClusterNodesCommand";
|
|
18
22
|
import {
|
|
19
23
|
BatchDescribeModelPackageCommandInput,
|
|
20
24
|
BatchDescribeModelPackageCommandOutput,
|
|
@@ -1355,6 +1359,10 @@ export declare const se_AssociateTrialComponentCommand: (
|
|
|
1355
1359
|
input: AssociateTrialComponentCommandInput,
|
|
1356
1360
|
context: __SerdeContext
|
|
1357
1361
|
) => Promise<__HttpRequest>;
|
|
1362
|
+
export declare const se_BatchDeleteClusterNodesCommand: (
|
|
1363
|
+
input: BatchDeleteClusterNodesCommandInput,
|
|
1364
|
+
context: __SerdeContext
|
|
1365
|
+
) => Promise<__HttpRequest>;
|
|
1358
1366
|
export declare const se_BatchDescribeModelPackageCommand: (
|
|
1359
1367
|
input: BatchDescribeModelPackageCommandInput,
|
|
1360
1368
|
context: __SerdeContext
|
|
@@ -2695,6 +2703,10 @@ export declare const de_AssociateTrialComponentCommand: (
|
|
|
2695
2703
|
output: __HttpResponse,
|
|
2696
2704
|
context: __SerdeContext
|
|
2697
2705
|
) => Promise<AssociateTrialComponentCommandOutput>;
|
|
2706
|
+
export declare const de_BatchDeleteClusterNodesCommand: (
|
|
2707
|
+
output: __HttpResponse,
|
|
2708
|
+
context: __SerdeContext
|
|
2709
|
+
) => Promise<BatchDeleteClusterNodesCommandOutput>;
|
|
2698
2710
|
export declare const de_BatchDescribeModelPackageCommand: (
|
|
2699
2711
|
output: __HttpResponse,
|
|
2700
2712
|
context: __SerdeContext
|
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.684.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",
|