@aws-sdk/client-sagemaker 3.462.0 → 3.464.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/models/models_0.js +15 -13
- package/dist-cjs/models/models_1.js +23 -22
- package/dist-cjs/models/models_2.js +22 -45
- package/dist-cjs/models/models_3.js +46 -22
- package/dist-cjs/models/models_4.js +21 -1
- package/dist-cjs/protocols/Aws_json1_1.js +180 -2
- package/dist-es/models/models_0.js +14 -12
- package/dist-es/models/models_1.js +22 -21
- package/dist-es/models/models_2.js +21 -44
- package/dist-es/models/models_3.js +44 -20
- package/dist-es/models/models_4.js +20 -0
- package/dist-es/protocols/Aws_json1_1.js +179 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
- package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.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 +49 -2
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
- package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
- 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 +49 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListAppsCommand.d.ts +8 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
- package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
- package/dist-types/models/models_0.d.ts +184 -176
- package/dist-types/models/models_1.d.ts +383 -796
- package/dist-types/models/models_2.d.ts +4794 -5178
- package/dist-types/models/models_3.d.ts +5376 -4691
- package/dist-types/models/models_4.d.ts +598 -13
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.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 +4 -2
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
- 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 +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +68 -65
- package/dist-types/ts3.4/models/models_1.d.ts +116 -160
- package/dist-types/ts3.4/models/models_2.d.ts +162 -203
- package/dist-types/ts3.4/models/models_3.d.ts +227 -130
- package/dist-types/ts3.4/models/models_4.d.ts +165 -17
- package/package.json +1 -1
|
@@ -5,15 +5,18 @@ import {
|
|
|
5
5
|
AppNetworkAccessType,
|
|
6
6
|
AppSecurityGroupManagement,
|
|
7
7
|
AppSpecification,
|
|
8
|
+
AppType,
|
|
8
9
|
BatchDataCaptureConfig,
|
|
9
10
|
BatchStrategy,
|
|
10
11
|
BatchTransformInput,
|
|
11
12
|
BooleanOperator,
|
|
13
|
+
CacheHitResult,
|
|
12
14
|
Channel,
|
|
13
15
|
CheckpointConfig,
|
|
14
16
|
ClusterInstanceGroupSpecification,
|
|
15
17
|
ContainerDefinition,
|
|
16
18
|
InferenceSpecification,
|
|
19
|
+
JupyterLabAppImageConfig,
|
|
17
20
|
KernelGatewayImageConfig,
|
|
18
21
|
MetadataProperties,
|
|
19
22
|
ModelApprovalStatus,
|
|
@@ -31,7 +34,6 @@ import {
|
|
|
31
34
|
} from "./models_0";
|
|
32
35
|
import {
|
|
33
36
|
_InstanceType,
|
|
34
|
-
DataProcessing,
|
|
35
37
|
DebugHookConfig,
|
|
36
38
|
DebugRuleConfiguration,
|
|
37
39
|
DefaultSpaceSettings,
|
|
@@ -49,7 +51,6 @@ import {
|
|
|
49
51
|
JobType,
|
|
50
52
|
ModelCardSecurityConfig,
|
|
51
53
|
ModelCardStatus,
|
|
52
|
-
ModelClientConfig,
|
|
53
54
|
ModelMetrics,
|
|
54
55
|
ModelPackageValidationSpecification,
|
|
55
56
|
ModelVariantConfig,
|
|
@@ -66,20 +67,17 @@ import {
|
|
|
66
67
|
ProcessingStoppingCondition,
|
|
67
68
|
Processor,
|
|
68
69
|
ProfilerConfig,
|
|
69
|
-
ProfilerRuleConfiguration,
|
|
70
70
|
ProvisioningParameter,
|
|
71
71
|
RetryStrategy,
|
|
72
72
|
RootAccess,
|
|
73
73
|
ServiceCatalogProvisioningDetails,
|
|
74
74
|
ShadowModeConfig,
|
|
75
|
+
SharingType,
|
|
75
76
|
SkipModelValidation,
|
|
76
77
|
SourceAlgorithmSpecification,
|
|
77
78
|
SpaceSettings,
|
|
79
|
+
SpaceStorageSettings,
|
|
78
80
|
StudioLifecycleConfigAppType,
|
|
79
|
-
TensorBoardOutputConfig,
|
|
80
|
-
TrialComponentArtifact,
|
|
81
|
-
TrialComponentParameterValue,
|
|
82
|
-
TrialComponentStatus,
|
|
83
81
|
TtlDuration,
|
|
84
82
|
UiTemplate,
|
|
85
83
|
UserSettings,
|
|
@@ -87,6 +85,7 @@ import {
|
|
|
87
85
|
} from "./models_1";
|
|
88
86
|
import {
|
|
89
87
|
CrossAccountFilterOption,
|
|
88
|
+
DataProcessing,
|
|
90
89
|
DebugRuleEvaluationStatus,
|
|
91
90
|
DeploymentRecommendation,
|
|
92
91
|
EndpointStatus,
|
|
@@ -95,6 +94,7 @@ import {
|
|
|
95
94
|
MemberDefinition,
|
|
96
95
|
MetricData,
|
|
97
96
|
ModelArtifacts,
|
|
97
|
+
ModelClientConfig,
|
|
98
98
|
ModelPackageGroupStatus,
|
|
99
99
|
ModelPackageStatusDetails,
|
|
100
100
|
MonitoringExecutionSummary,
|
|
@@ -104,23 +104,19 @@ import {
|
|
|
104
104
|
PipelineExperimentConfig,
|
|
105
105
|
PipelineStatus,
|
|
106
106
|
ProcessingJobStatus,
|
|
107
|
+
ProfilerRuleConfiguration,
|
|
107
108
|
ProjectStatus,
|
|
108
109
|
ScheduleStatus,
|
|
109
|
-
SecondaryStatus,
|
|
110
|
-
SecondaryStatusTransition,
|
|
111
110
|
SelectiveExecutionConfig,
|
|
112
111
|
ServiceCatalogProvisionedProductDetails,
|
|
113
112
|
SourceIpConfig,
|
|
114
113
|
SpaceStatus,
|
|
115
114
|
SubscribedWorkteam,
|
|
115
|
+
TensorBoardOutputConfig,
|
|
116
116
|
TrainingJobStatus,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
TrialSource,
|
|
121
|
-
UserProfileStatus,
|
|
122
|
-
WarmPoolResourceStatus,
|
|
123
|
-
WarmPoolStatus,
|
|
117
|
+
TrialComponentArtifact,
|
|
118
|
+
TrialComponentParameterValue,
|
|
119
|
+
TrialComponentStatus,
|
|
124
120
|
WorkforceVpcConfigRequest,
|
|
125
121
|
} from "./models_2";
|
|
126
122
|
import {
|
|
@@ -140,13 +136,149 @@ import {
|
|
|
140
136
|
InferenceExperimentStopDesiredState,
|
|
141
137
|
LineageType,
|
|
142
138
|
MonitoringAlertSummary,
|
|
143
|
-
|
|
139
|
+
PipelineExecutionStepMetadata,
|
|
144
140
|
ResourceType,
|
|
141
|
+
SecondaryStatus,
|
|
142
|
+
SecondaryStatusTransition,
|
|
143
|
+
SelectiveExecutionResult,
|
|
145
144
|
SortBy,
|
|
146
145
|
SortOrder,
|
|
146
|
+
TransformJobStatus,
|
|
147
|
+
TrialComponentMetricSummary,
|
|
148
|
+
TrialComponentSource,
|
|
149
|
+
TrialSource,
|
|
150
|
+
UserProfileStatus,
|
|
151
|
+
WarmPoolResourceStatus,
|
|
152
|
+
WarmPoolStatus,
|
|
147
153
|
Workforce,
|
|
148
154
|
Workteam,
|
|
149
155
|
} from "./models_3";
|
|
156
|
+
export declare const StepStatus: {
|
|
157
|
+
readonly EXECUTING: "Executing";
|
|
158
|
+
readonly FAILED: "Failed";
|
|
159
|
+
readonly STARTING: "Starting";
|
|
160
|
+
readonly STOPPED: "Stopped";
|
|
161
|
+
readonly STOPPING: "Stopping";
|
|
162
|
+
readonly SUCCEEDED: "Succeeded";
|
|
163
|
+
};
|
|
164
|
+
export type StepStatus = (typeof StepStatus)[keyof typeof StepStatus];
|
|
165
|
+
export interface PipelineExecutionStep {
|
|
166
|
+
StepName?: string;
|
|
167
|
+
StepDisplayName?: string;
|
|
168
|
+
StepDescription?: string;
|
|
169
|
+
StartTime?: Date;
|
|
170
|
+
EndTime?: Date;
|
|
171
|
+
StepStatus?: StepStatus;
|
|
172
|
+
CacheHitResult?: CacheHitResult;
|
|
173
|
+
AttemptCount?: number;
|
|
174
|
+
FailureReason?: string;
|
|
175
|
+
Metadata?: PipelineExecutionStepMetadata;
|
|
176
|
+
SelectiveExecutionResult?: SelectiveExecutionResult;
|
|
177
|
+
}
|
|
178
|
+
export interface ListPipelineExecutionStepsResponse {
|
|
179
|
+
PipelineExecutionSteps?: PipelineExecutionStep[];
|
|
180
|
+
NextToken?: string;
|
|
181
|
+
}
|
|
182
|
+
export interface ListPipelineParametersForExecutionRequest {
|
|
183
|
+
PipelineExecutionArn: string | undefined;
|
|
184
|
+
NextToken?: string;
|
|
185
|
+
MaxResults?: number;
|
|
186
|
+
}
|
|
187
|
+
export interface Parameter {
|
|
188
|
+
Name: string | undefined;
|
|
189
|
+
Value: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface ListPipelineParametersForExecutionResponse {
|
|
192
|
+
PipelineParameters?: Parameter[];
|
|
193
|
+
NextToken?: string;
|
|
194
|
+
}
|
|
195
|
+
export declare const SortPipelinesBy: {
|
|
196
|
+
readonly CREATION_TIME: "CreationTime";
|
|
197
|
+
readonly NAME: "Name";
|
|
198
|
+
};
|
|
199
|
+
export type SortPipelinesBy =
|
|
200
|
+
(typeof SortPipelinesBy)[keyof typeof SortPipelinesBy];
|
|
201
|
+
export interface ListPipelinesRequest {
|
|
202
|
+
PipelineNamePrefix?: string;
|
|
203
|
+
CreatedAfter?: Date;
|
|
204
|
+
CreatedBefore?: Date;
|
|
205
|
+
SortBy?: SortPipelinesBy;
|
|
206
|
+
SortOrder?: SortOrder;
|
|
207
|
+
NextToken?: string;
|
|
208
|
+
MaxResults?: number;
|
|
209
|
+
}
|
|
210
|
+
export interface PipelineSummary {
|
|
211
|
+
PipelineArn?: string;
|
|
212
|
+
PipelineName?: string;
|
|
213
|
+
PipelineDisplayName?: string;
|
|
214
|
+
PipelineDescription?: string;
|
|
215
|
+
RoleArn?: string;
|
|
216
|
+
CreationTime?: Date;
|
|
217
|
+
LastModifiedTime?: Date;
|
|
218
|
+
LastExecutionTime?: Date;
|
|
219
|
+
}
|
|
220
|
+
export interface ListPipelinesResponse {
|
|
221
|
+
PipelineSummaries?: PipelineSummary[];
|
|
222
|
+
NextToken?: string;
|
|
223
|
+
}
|
|
224
|
+
export interface ListProcessingJobsRequest {
|
|
225
|
+
CreationTimeAfter?: Date;
|
|
226
|
+
CreationTimeBefore?: Date;
|
|
227
|
+
LastModifiedTimeAfter?: Date;
|
|
228
|
+
LastModifiedTimeBefore?: Date;
|
|
229
|
+
NameContains?: string;
|
|
230
|
+
StatusEquals?: ProcessingJobStatus;
|
|
231
|
+
SortBy?: SortBy;
|
|
232
|
+
SortOrder?: SortOrder;
|
|
233
|
+
NextToken?: string;
|
|
234
|
+
MaxResults?: number;
|
|
235
|
+
}
|
|
236
|
+
export interface ProcessingJobSummary {
|
|
237
|
+
ProcessingJobName: string | undefined;
|
|
238
|
+
ProcessingJobArn: string | undefined;
|
|
239
|
+
CreationTime: Date | undefined;
|
|
240
|
+
ProcessingEndTime?: Date;
|
|
241
|
+
LastModifiedTime?: Date;
|
|
242
|
+
ProcessingJobStatus: ProcessingJobStatus | undefined;
|
|
243
|
+
FailureReason?: string;
|
|
244
|
+
ExitMessage?: string;
|
|
245
|
+
}
|
|
246
|
+
export interface ListProcessingJobsResponse {
|
|
247
|
+
ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
|
|
248
|
+
NextToken?: string;
|
|
249
|
+
}
|
|
250
|
+
export declare const ProjectSortBy: {
|
|
251
|
+
readonly CREATION_TIME: "CreationTime";
|
|
252
|
+
readonly NAME: "Name";
|
|
253
|
+
};
|
|
254
|
+
export type ProjectSortBy = (typeof ProjectSortBy)[keyof typeof ProjectSortBy];
|
|
255
|
+
export declare const ProjectSortOrder: {
|
|
256
|
+
readonly ASCENDING: "Ascending";
|
|
257
|
+
readonly DESCENDING: "Descending";
|
|
258
|
+
};
|
|
259
|
+
export type ProjectSortOrder =
|
|
260
|
+
(typeof ProjectSortOrder)[keyof typeof ProjectSortOrder];
|
|
261
|
+
export interface ListProjectsInput {
|
|
262
|
+
CreationTimeAfter?: Date;
|
|
263
|
+
CreationTimeBefore?: Date;
|
|
264
|
+
MaxResults?: number;
|
|
265
|
+
NameContains?: string;
|
|
266
|
+
NextToken?: string;
|
|
267
|
+
SortBy?: ProjectSortBy;
|
|
268
|
+
SortOrder?: ProjectSortOrder;
|
|
269
|
+
}
|
|
270
|
+
export interface ProjectSummary {
|
|
271
|
+
ProjectName: string | undefined;
|
|
272
|
+
ProjectDescription?: string;
|
|
273
|
+
ProjectArn: string | undefined;
|
|
274
|
+
ProjectId: string | undefined;
|
|
275
|
+
CreationTime: Date | undefined;
|
|
276
|
+
ProjectStatus: ProjectStatus | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface ListProjectsOutput {
|
|
279
|
+
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
280
|
+
NextToken?: string;
|
|
281
|
+
}
|
|
150
282
|
export declare const ResourceCatalogSortBy: {
|
|
151
283
|
readonly CREATION_TIME: "CreationTime";
|
|
152
284
|
};
|
|
@@ -190,12 +322,26 @@ export interface ListSpacesRequest {
|
|
|
190
322
|
DomainIdEquals?: string;
|
|
191
323
|
SpaceNameContains?: string;
|
|
192
324
|
}
|
|
325
|
+
export interface OwnershipSettingsSummary {
|
|
326
|
+
OwnerUserProfileName?: string;
|
|
327
|
+
}
|
|
328
|
+
export interface SpaceSettingsSummary {
|
|
329
|
+
AppType?: AppType;
|
|
330
|
+
SpaceStorageSettings?: SpaceStorageSettings;
|
|
331
|
+
}
|
|
332
|
+
export interface SpaceSharingSettingsSummary {
|
|
333
|
+
SharingType?: SharingType;
|
|
334
|
+
}
|
|
193
335
|
export interface SpaceDetails {
|
|
194
336
|
DomainId?: string;
|
|
195
337
|
SpaceName?: string;
|
|
196
338
|
Status?: SpaceStatus;
|
|
197
339
|
CreationTime?: Date;
|
|
198
340
|
LastModifiedTime?: Date;
|
|
341
|
+
SpaceDisplayName?: string;
|
|
342
|
+
SpaceSettingsSummary?: SpaceSettingsSummary;
|
|
343
|
+
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary;
|
|
344
|
+
OwnershipSettingsSummary?: OwnershipSettingsSummary;
|
|
199
345
|
}
|
|
200
346
|
export interface ListSpacesResponse {
|
|
201
347
|
Spaces?: SpaceDetails[];
|
|
@@ -973,6 +1119,7 @@ export interface UpdateActionResponse {
|
|
|
973
1119
|
export interface UpdateAppImageConfigRequest {
|
|
974
1120
|
AppImageConfigName: string | undefined;
|
|
975
1121
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
1122
|
+
JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
|
|
976
1123
|
}
|
|
977
1124
|
export interface UpdateAppImageConfigResponse {
|
|
978
1125
|
AppImageConfigArn?: string;
|
|
@@ -1242,6 +1389,7 @@ export interface UpdateSpaceRequest {
|
|
|
1242
1389
|
DomainId: string | undefined;
|
|
1243
1390
|
SpaceName: string | undefined;
|
|
1244
1391
|
SpaceSettings?: SpaceSettings;
|
|
1392
|
+
SpaceDisplayName?: string;
|
|
1245
1393
|
}
|
|
1246
1394
|
export interface UpdateSpaceResponse {
|
|
1247
1395
|
SpaceArn?: string;
|
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.464.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|