@aws-sdk/client-sagemaker 3.989.0 → 3.990.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 +18 -0
- package/dist-cjs/schemas/schemas_0.js +313 -273
- package/dist-es/models/enums.js +16 -0
- package/dist-es/schemas/schemas_0.js +278 -238
- package/dist-types/commands/CreateClusterCommand.d.ts +27 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -2
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +27 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +5 -5
- package/dist-types/commands/UpdateClusterCommand.d.ts +32 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +32 -0
- package/dist-types/models/models_0.d.ts +124 -145
- package/dist-types/models/models_1.d.ts +144 -125
- package/dist-types/models/models_2.d.ts +126 -229
- package/dist-types/models/models_3.d.ts +230 -156
- package/dist-types/models/models_4.d.ts +162 -5
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -33
- package/dist-types/ts3.4/models/models_1.d.ts +39 -30
- package/dist-types/ts3.4/models/models_2.d.ts +39 -60
- package/dist-types/ts3.4/models/models_3.d.ts +62 -39
- package/dist-types/ts3.4/models/models_4.d.ts +42 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +6 -6
|
@@ -35,6 +35,8 @@ import {
|
|
|
35
35
|
PipelineStatus,
|
|
36
36
|
ProcessingJobStatus,
|
|
37
37
|
Processor,
|
|
38
|
+
ProjectSortBy,
|
|
39
|
+
ProjectSortOrder,
|
|
38
40
|
ProjectStatus,
|
|
39
41
|
Relation,
|
|
40
42
|
ReservedCapacityInstanceType,
|
|
@@ -83,6 +85,7 @@ import {
|
|
|
83
85
|
CfnUpdateTemplateProvider,
|
|
84
86
|
CheckpointConfig,
|
|
85
87
|
ClusterAutoScalingConfig,
|
|
88
|
+
ClusterOrchestrator,
|
|
86
89
|
ClusterTieredStorageConfig,
|
|
87
90
|
CodeEditorAppImageConfig,
|
|
88
91
|
ComputeQuotaConfig,
|
|
@@ -140,8 +143,6 @@ import {
|
|
|
140
143
|
ServiceCatalogProvisioningDetails,
|
|
141
144
|
ShadowModeConfig,
|
|
142
145
|
SourceAlgorithmSpecification,
|
|
143
|
-
SpaceSettings,
|
|
144
|
-
SpaceStorageSettings,
|
|
145
146
|
TtlDuration,
|
|
146
147
|
UiTemplate,
|
|
147
148
|
UserSettings,
|
|
@@ -165,8 +166,9 @@ import {
|
|
|
165
166
|
OidcConfig,
|
|
166
167
|
PipelineExperimentConfig,
|
|
167
168
|
ProfilerConfig,
|
|
168
|
-
SelectiveExecutionConfig,
|
|
169
169
|
SourceIpConfig,
|
|
170
|
+
SpaceSettings,
|
|
171
|
+
SpaceStorageSettings,
|
|
170
172
|
TensorBoardOutputConfig,
|
|
171
173
|
TrialComponentStatus,
|
|
172
174
|
WorkerAccessConfiguration,
|
|
@@ -188,6 +190,7 @@ import {
|
|
|
188
190
|
FeatureMetadata,
|
|
189
191
|
GitConfigForUpdate,
|
|
190
192
|
HyperParameterTuningJobSearchEntity,
|
|
193
|
+
SelectiveExecutionConfig,
|
|
191
194
|
ServiceCatalogProvisionedProductDetails,
|
|
192
195
|
TrialComponentSource,
|
|
193
196
|
TrialSource,
|
|
@@ -208,6 +211,41 @@ import {
|
|
|
208
211
|
Workforce,
|
|
209
212
|
Workteam,
|
|
210
213
|
} from "./models_3";
|
|
214
|
+
export interface ProcessingJobSummary {
|
|
215
|
+
ProcessingJobName: string | undefined;
|
|
216
|
+
ProcessingJobArn: string | undefined;
|
|
217
|
+
CreationTime: Date | undefined;
|
|
218
|
+
ProcessingEndTime?: Date | undefined;
|
|
219
|
+
LastModifiedTime?: Date | undefined;
|
|
220
|
+
ProcessingJobStatus: ProcessingJobStatus | undefined;
|
|
221
|
+
FailureReason?: string | undefined;
|
|
222
|
+
ExitMessage?: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface ListProcessingJobsResponse {
|
|
225
|
+
ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
|
|
226
|
+
NextToken?: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface ListProjectsInput {
|
|
229
|
+
CreationTimeAfter?: Date | undefined;
|
|
230
|
+
CreationTimeBefore?: Date | undefined;
|
|
231
|
+
MaxResults?: number | undefined;
|
|
232
|
+
NameContains?: string | undefined;
|
|
233
|
+
NextToken?: string | undefined;
|
|
234
|
+
SortBy?: ProjectSortBy | undefined;
|
|
235
|
+
SortOrder?: ProjectSortOrder | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface ProjectSummary {
|
|
238
|
+
ProjectName: string | undefined;
|
|
239
|
+
ProjectDescription?: string | undefined;
|
|
240
|
+
ProjectArn: string | undefined;
|
|
241
|
+
ProjectId: string | undefined;
|
|
242
|
+
CreationTime: Date | undefined;
|
|
243
|
+
ProjectStatus: ProjectStatus | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface ListProjectsOutput {
|
|
246
|
+
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
247
|
+
NextToken?: string | undefined;
|
|
248
|
+
}
|
|
211
249
|
export interface ListResourceCatalogsRequest {
|
|
212
250
|
NameContains?: string | undefined;
|
|
213
251
|
CreationTimeAfter?: Date | undefined;
|
|
@@ -1166,6 +1204,7 @@ export interface UpdateClusterRequest {
|
|
|
1166
1204
|
NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
|
|
1167
1205
|
ClusterRole?: string | undefined;
|
|
1168
1206
|
AutoScaling?: ClusterAutoScalingConfig | undefined;
|
|
1207
|
+
Orchestrator?: ClusterOrchestrator | undefined;
|
|
1169
1208
|
}
|
|
1170
1209
|
export interface UpdateClusterResponse {
|
|
1171
1210
|
ClusterArn: string | undefined;
|
|
@@ -143,6 +143,8 @@ export declare var ClusterCapacityRequirements$: StaticStructureSchema;
|
|
|
143
143
|
export declare var ClusterEbsVolumeConfig$: StaticStructureSchema;
|
|
144
144
|
export declare var ClusterEventDetail$: StaticStructureSchema;
|
|
145
145
|
export declare var ClusterEventSummary$: StaticStructureSchema;
|
|
146
|
+
export declare var ClusterFsxLustreConfig$: StaticStructureSchema;
|
|
147
|
+
export declare var ClusterFsxOpenZfsConfig$: StaticStructureSchema;
|
|
146
148
|
export declare var ClusterInstanceGroupDetails$: StaticStructureSchema;
|
|
147
149
|
export declare var ClusterInstanceGroupSpecification$: StaticStructureSchema;
|
|
148
150
|
export declare var ClusterInstancePlacement$: StaticStructureSchema;
|
|
@@ -158,9 +160,12 @@ export declare var ClusterNodeSummary$: StaticStructureSchema;
|
|
|
158
160
|
export declare var ClusterOnDemandOptions$: StaticStructureSchema;
|
|
159
161
|
export declare var ClusterOrchestrator$: StaticStructureSchema;
|
|
160
162
|
export declare var ClusterOrchestratorEksConfig$: StaticStructureSchema;
|
|
163
|
+
export declare var ClusterOrchestratorSlurmConfig$: StaticStructureSchema;
|
|
161
164
|
export declare var ClusterRestrictedInstanceGroupDetails$: StaticStructureSchema;
|
|
162
165
|
export declare var ClusterRestrictedInstanceGroupSpecification$: StaticStructureSchema;
|
|
163
166
|
export declare var ClusterSchedulerConfigSummary$: StaticStructureSchema;
|
|
167
|
+
export declare var ClusterSlurmConfig$: StaticStructureSchema;
|
|
168
|
+
export declare var ClusterSlurmConfigDetails$: StaticStructureSchema;
|
|
164
169
|
export declare var ClusterSpotOptions$: StaticStructureSchema;
|
|
165
170
|
export declare var ClusterSummary$: StaticStructureSchema;
|
|
166
171
|
export declare var ClusterTieredStorageConfig$: StaticStructureSchema;
|
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.990.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.10",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.9",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.10",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.990.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.8",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
38
|
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|