@aws-sdk/client-sagemaker 3.937.0 → 3.939.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 +227 -45
- package/dist-es/models/enums.js +21 -0
- package/dist-es/schemas/schemas_0.js +203 -45
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
- 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/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/DescribeOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -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 -2
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +2 -1
- 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/UpdateClusterCommand.d.ts +17 -0
- package/dist-types/models/enums.d.ts +61 -0
- package/dist-types/models/models_0.d.ts +168 -163
- package/dist-types/models/models_1.d.ts +239 -226
- package/dist-types/models/models_2.d.ts +231 -436
- package/dist-types/models/models_3.d.ts +4027 -3937
- package/dist-types/models/models_4.d.ts +352 -4
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- 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/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 +4 -2
- 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/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -40
- package/dist-types/ts3.4/models/models_1.d.ts +69 -64
- package/dist-types/ts3.4/models/models_2.d.ts +59 -105
- package/dist-types/ts3.4/models/models_3.d.ts +109 -85
- package/dist-types/ts3.4/models/models_4.d.ts +88 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +2 -2
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
AutoMLJobStatus,
|
|
9
9
|
AutoMLSortBy,
|
|
10
10
|
AutoMLSortOrder,
|
|
11
|
+
BatchStrategy,
|
|
11
12
|
CandidateSortBy,
|
|
12
13
|
CandidateStatus,
|
|
13
14
|
ClusterEventResourceType,
|
|
@@ -101,6 +102,9 @@ import {
|
|
|
101
102
|
RecommendationJobStatus,
|
|
102
103
|
RecommendationJobType,
|
|
103
104
|
RecommendationStepType,
|
|
105
|
+
ReservedCapacityInstanceType,
|
|
106
|
+
ReservedCapacityStatus,
|
|
107
|
+
ReservedCapacityType,
|
|
104
108
|
ResourceCatalogSortBy,
|
|
105
109
|
ResourceCatalogSortOrder,
|
|
106
110
|
ResourceType,
|
|
@@ -124,8 +128,6 @@ import {
|
|
|
124
128
|
SortPipelinesBy,
|
|
125
129
|
SortQuotaBy,
|
|
126
130
|
SortTrackingServerBy,
|
|
127
|
-
SortTrialComponentsBy,
|
|
128
|
-
SortTrialsBy,
|
|
129
131
|
SpaceSortKey,
|
|
130
132
|
SpaceStatus,
|
|
131
133
|
StepStatus,
|
|
@@ -157,6 +159,7 @@ import {
|
|
|
157
159
|
AutoMLCandidate,
|
|
158
160
|
AutoMLJobStepMetadata,
|
|
159
161
|
AutoMLJobSummary,
|
|
162
|
+
BatchDataCaptureConfig,
|
|
160
163
|
CacheHitResult,
|
|
161
164
|
CallbackStepMetadata,
|
|
162
165
|
ClarifyCheckStepMetadata,
|
|
@@ -174,11 +177,15 @@ import {
|
|
|
174
177
|
OutputParameter,
|
|
175
178
|
ResourceSpec,
|
|
176
179
|
Tag,
|
|
180
|
+
TransformInput,
|
|
181
|
+
TransformOutput,
|
|
182
|
+
TransformResources,
|
|
177
183
|
UserContext,
|
|
178
184
|
} from "./models_0";
|
|
179
185
|
import {
|
|
180
186
|
DockerSettings,
|
|
181
187
|
EdgeOutputConfig,
|
|
188
|
+
ExperimentConfig,
|
|
182
189
|
FeatureDefinition,
|
|
183
190
|
HyperParameterTrainingJobDefinition,
|
|
184
191
|
HyperParameterTuningJobConfig,
|
|
@@ -191,7 +198,6 @@ import {
|
|
|
191
198
|
OnlineStoreConfig,
|
|
192
199
|
ResourceLimits,
|
|
193
200
|
SpaceStorageSettings,
|
|
194
|
-
TrialComponentArtifact,
|
|
195
201
|
TrustedIdentityPropagationSettings,
|
|
196
202
|
UnifiedStudioSettings,
|
|
197
203
|
UserSettings,
|
|
@@ -199,6 +205,7 @@ import {
|
|
|
199
205
|
import {
|
|
200
206
|
CustomizedMetricSpecification,
|
|
201
207
|
DataCaptureConfigSummary,
|
|
208
|
+
DataProcessing,
|
|
202
209
|
EndpointOutputConfiguration,
|
|
203
210
|
ExperimentSource,
|
|
204
211
|
FeatureParameter,
|
|
@@ -210,6 +217,7 @@ import {
|
|
|
210
217
|
LabelingJobOutput,
|
|
211
218
|
LastUpdateStatus,
|
|
212
219
|
MemberDefinition,
|
|
220
|
+
ModelClientConfig,
|
|
213
221
|
ModelConfiguration,
|
|
214
222
|
MonitoringExecutionSummary,
|
|
215
223
|
NotificationConfiguration,
|
|
@@ -217,17 +225,111 @@ import {
|
|
|
217
225
|
OfflineStoreStatus,
|
|
218
226
|
ProductionVariantSummary,
|
|
219
227
|
RecommendationMetrics,
|
|
220
|
-
ReservedCapacitySummary,
|
|
221
228
|
SourceIpConfig,
|
|
222
229
|
SubscribedWorkteam,
|
|
223
230
|
TrainingJobStatusCounters,
|
|
224
|
-
|
|
231
|
+
TrialComponentArtifact,
|
|
225
232
|
TrialComponentParameterValue,
|
|
226
233
|
TrialComponentStatus,
|
|
227
|
-
TrialSource,
|
|
228
234
|
WarmPoolStatus,
|
|
229
235
|
WorkerAccessConfiguration,
|
|
230
236
|
} from "./models_2";
|
|
237
|
+
export interface DescribeTrainingPlanRequest {
|
|
238
|
+
TrainingPlanName: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface ReservedCapacitySummary {
|
|
241
|
+
ReservedCapacityArn: string | undefined;
|
|
242
|
+
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
243
|
+
UltraServerType?: string | undefined;
|
|
244
|
+
UltraServerCount?: number | undefined;
|
|
245
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
246
|
+
TotalInstanceCount: number | undefined;
|
|
247
|
+
Status: ReservedCapacityStatus | undefined;
|
|
248
|
+
AvailabilityZone?: string | undefined;
|
|
249
|
+
DurationHours?: number | undefined;
|
|
250
|
+
DurationMinutes?: number | undefined;
|
|
251
|
+
StartTime?: Date | undefined;
|
|
252
|
+
EndTime?: Date | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface DescribeTrainingPlanResponse {
|
|
255
|
+
TrainingPlanArn: string | undefined;
|
|
256
|
+
TrainingPlanName: string | undefined;
|
|
257
|
+
Status: TrainingPlanStatus | undefined;
|
|
258
|
+
StatusMessage?: string | undefined;
|
|
259
|
+
DurationHours?: number | undefined;
|
|
260
|
+
DurationMinutes?: number | undefined;
|
|
261
|
+
StartTime?: Date | undefined;
|
|
262
|
+
EndTime?: Date | undefined;
|
|
263
|
+
UpfrontFee?: string | undefined;
|
|
264
|
+
CurrencyCode?: string | undefined;
|
|
265
|
+
TotalInstanceCount?: number | undefined;
|
|
266
|
+
AvailableInstanceCount?: number | undefined;
|
|
267
|
+
InUseInstanceCount?: number | undefined;
|
|
268
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
269
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
270
|
+
TotalUltraServerCount?: number | undefined;
|
|
271
|
+
TargetResources?: SageMakerResourceName[] | undefined;
|
|
272
|
+
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface DescribeTransformJobRequest {
|
|
275
|
+
TransformJobName: string | undefined;
|
|
276
|
+
}
|
|
277
|
+
export interface DescribeTransformJobResponse {
|
|
278
|
+
TransformJobName: string | undefined;
|
|
279
|
+
TransformJobArn: string | undefined;
|
|
280
|
+
TransformJobStatus: TransformJobStatus | undefined;
|
|
281
|
+
FailureReason?: string | undefined;
|
|
282
|
+
ModelName: string | undefined;
|
|
283
|
+
MaxConcurrentTransforms?: number | undefined;
|
|
284
|
+
ModelClientConfig?: ModelClientConfig | undefined;
|
|
285
|
+
MaxPayloadInMB?: number | undefined;
|
|
286
|
+
BatchStrategy?: BatchStrategy | undefined;
|
|
287
|
+
Environment?: Record<string, string> | undefined;
|
|
288
|
+
TransformInput: TransformInput | undefined;
|
|
289
|
+
TransformOutput?: TransformOutput | undefined;
|
|
290
|
+
DataCaptureConfig?: BatchDataCaptureConfig | undefined;
|
|
291
|
+
TransformResources: TransformResources | undefined;
|
|
292
|
+
CreationTime: Date | undefined;
|
|
293
|
+
TransformStartTime?: Date | undefined;
|
|
294
|
+
TransformEndTime?: Date | undefined;
|
|
295
|
+
LabelingJobArn?: string | undefined;
|
|
296
|
+
AutoMLJobArn?: string | undefined;
|
|
297
|
+
DataProcessing?: DataProcessing | undefined;
|
|
298
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
299
|
+
}
|
|
300
|
+
export interface DescribeTrialRequest {
|
|
301
|
+
TrialName: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface TrialSource {
|
|
304
|
+
SourceArn: string | undefined;
|
|
305
|
+
SourceType?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface DescribeTrialResponse {
|
|
308
|
+
TrialName?: string | undefined;
|
|
309
|
+
TrialArn?: string | undefined;
|
|
310
|
+
DisplayName?: string | undefined;
|
|
311
|
+
ExperimentName?: string | undefined;
|
|
312
|
+
Source?: TrialSource | undefined;
|
|
313
|
+
CreationTime?: Date | undefined;
|
|
314
|
+
CreatedBy?: UserContext | undefined;
|
|
315
|
+
LastModifiedTime?: Date | undefined;
|
|
316
|
+
LastModifiedBy?: UserContext | undefined;
|
|
317
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
318
|
+
}
|
|
319
|
+
export interface DescribeTrialComponentRequest {
|
|
320
|
+
TrialComponentName: string | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface TrialComponentMetricSummary {
|
|
323
|
+
MetricName?: string | undefined;
|
|
324
|
+
SourceArn?: string | undefined;
|
|
325
|
+
TimeStamp?: Date | undefined;
|
|
326
|
+
Max?: number | undefined;
|
|
327
|
+
Min?: number | undefined;
|
|
328
|
+
Last?: number | undefined;
|
|
329
|
+
Count?: number | undefined;
|
|
330
|
+
Avg?: number | undefined;
|
|
331
|
+
StdDev?: number | undefined;
|
|
332
|
+
}
|
|
231
333
|
export interface TrialComponentSource {
|
|
232
334
|
SourceArn: string | undefined;
|
|
233
335
|
SourceType?: string | undefined;
|
|
@@ -1913,6 +2015,7 @@ export interface OptimizationJobSummary {
|
|
|
1913
2015
|
OptimizationEndTime?: Date | undefined;
|
|
1914
2016
|
LastModifiedTime?: Date | undefined;
|
|
1915
2017
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
2018
|
+
MaxInstanceCount?: number | undefined;
|
|
1916
2019
|
OptimizationTypes: string[] | undefined;
|
|
1917
2020
|
}
|
|
1918
2021
|
export interface ListOptimizationJobsResponse {
|
|
@@ -2309,82 +2412,3 @@ export interface TrainingPlanSummary {
|
|
|
2309
2412
|
TargetResources?: SageMakerResourceName[] | undefined;
|
|
2310
2413
|
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
2311
2414
|
}
|
|
2312
|
-
export interface ListTrainingPlansResponse {
|
|
2313
|
-
NextToken?: string | undefined;
|
|
2314
|
-
TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
|
|
2315
|
-
}
|
|
2316
|
-
export interface ListTransformJobsRequest {
|
|
2317
|
-
CreationTimeAfter?: Date | undefined;
|
|
2318
|
-
CreationTimeBefore?: Date | undefined;
|
|
2319
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2320
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2321
|
-
NameContains?: string | undefined;
|
|
2322
|
-
StatusEquals?: TransformJobStatus | undefined;
|
|
2323
|
-
SortBy?: SortBy | undefined;
|
|
2324
|
-
SortOrder?: SortOrder | undefined;
|
|
2325
|
-
NextToken?: string | undefined;
|
|
2326
|
-
MaxResults?: number | undefined;
|
|
2327
|
-
}
|
|
2328
|
-
export interface TransformJobSummary {
|
|
2329
|
-
TransformJobName: string | undefined;
|
|
2330
|
-
TransformJobArn: string | undefined;
|
|
2331
|
-
CreationTime: Date | undefined;
|
|
2332
|
-
TransformEndTime?: Date | undefined;
|
|
2333
|
-
LastModifiedTime?: Date | undefined;
|
|
2334
|
-
TransformJobStatus: TransformJobStatus | undefined;
|
|
2335
|
-
FailureReason?: string | undefined;
|
|
2336
|
-
}
|
|
2337
|
-
export interface ListTransformJobsResponse {
|
|
2338
|
-
TransformJobSummaries: TransformJobSummary[] | undefined;
|
|
2339
|
-
NextToken?: string | undefined;
|
|
2340
|
-
}
|
|
2341
|
-
export interface ListTrialComponentsRequest {
|
|
2342
|
-
ExperimentName?: string | undefined;
|
|
2343
|
-
TrialName?: string | undefined;
|
|
2344
|
-
SourceArn?: string | undefined;
|
|
2345
|
-
CreatedAfter?: Date | undefined;
|
|
2346
|
-
CreatedBefore?: Date | undefined;
|
|
2347
|
-
SortBy?: SortTrialComponentsBy | undefined;
|
|
2348
|
-
SortOrder?: SortOrder | undefined;
|
|
2349
|
-
MaxResults?: number | undefined;
|
|
2350
|
-
NextToken?: string | undefined;
|
|
2351
|
-
}
|
|
2352
|
-
export interface TrialComponentSummary {
|
|
2353
|
-
TrialComponentName?: string | undefined;
|
|
2354
|
-
TrialComponentArn?: string | undefined;
|
|
2355
|
-
DisplayName?: string | undefined;
|
|
2356
|
-
TrialComponentSource?: TrialComponentSource | undefined;
|
|
2357
|
-
Status?: TrialComponentStatus | undefined;
|
|
2358
|
-
StartTime?: Date | undefined;
|
|
2359
|
-
EndTime?: Date | undefined;
|
|
2360
|
-
CreationTime?: Date | undefined;
|
|
2361
|
-
CreatedBy?: UserContext | undefined;
|
|
2362
|
-
LastModifiedTime?: Date | undefined;
|
|
2363
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2364
|
-
}
|
|
2365
|
-
export interface ListTrialComponentsResponse {
|
|
2366
|
-
TrialComponentSummaries?: TrialComponentSummary[] | undefined;
|
|
2367
|
-
NextToken?: string | undefined;
|
|
2368
|
-
}
|
|
2369
|
-
export interface ListTrialsRequest {
|
|
2370
|
-
ExperimentName?: string | undefined;
|
|
2371
|
-
TrialComponentName?: string | undefined;
|
|
2372
|
-
CreatedAfter?: Date | undefined;
|
|
2373
|
-
CreatedBefore?: Date | undefined;
|
|
2374
|
-
SortBy?: SortTrialsBy | undefined;
|
|
2375
|
-
SortOrder?: SortOrder | undefined;
|
|
2376
|
-
MaxResults?: number | undefined;
|
|
2377
|
-
NextToken?: string | undefined;
|
|
2378
|
-
}
|
|
2379
|
-
export interface TrialSummary {
|
|
2380
|
-
TrialArn?: string | undefined;
|
|
2381
|
-
TrialName?: string | undefined;
|
|
2382
|
-
DisplayName?: string | undefined;
|
|
2383
|
-
TrialSource?: TrialSource | undefined;
|
|
2384
|
-
CreationTime?: Date | undefined;
|
|
2385
|
-
LastModifiedTime?: Date | undefined;
|
|
2386
|
-
}
|
|
2387
|
-
export interface ListTrialsResponse {
|
|
2388
|
-
TrialSummaries?: TrialSummary[] | undefined;
|
|
2389
|
-
NextToken?: string | undefined;
|
|
2390
|
-
}
|
|
@@ -41,7 +41,10 @@ import {
|
|
|
41
41
|
SearchSortOrder,
|
|
42
42
|
SecondaryStatus,
|
|
43
43
|
SkipModelValidation,
|
|
44
|
+
SortBy,
|
|
44
45
|
SortOrder,
|
|
46
|
+
SortTrialComponentsBy,
|
|
47
|
+
SortTrialsBy,
|
|
45
48
|
TagPropagation,
|
|
46
49
|
ThroughputMode,
|
|
47
50
|
TrackingServerSize,
|
|
@@ -89,7 +92,6 @@ import {
|
|
|
89
92
|
VpcConfig,
|
|
90
93
|
} from "./models_0";
|
|
91
94
|
import {
|
|
92
|
-
DataProcessing,
|
|
93
95
|
DebugHookConfig,
|
|
94
96
|
DebugRuleConfiguration,
|
|
95
97
|
DefaultSpaceSettings,
|
|
@@ -105,7 +107,6 @@ import {
|
|
|
105
107
|
InferenceExperimentSchedule,
|
|
106
108
|
InstanceMetadataServiceConfiguration,
|
|
107
109
|
ModelCardSecurityConfig,
|
|
108
|
-
ModelClientConfig,
|
|
109
110
|
ModelLifeCycle,
|
|
110
111
|
ModelMetrics,
|
|
111
112
|
ModelPackageModelCard,
|
|
@@ -132,12 +133,12 @@ import {
|
|
|
132
133
|
SourceAlgorithmSpecification,
|
|
133
134
|
SpaceSettings,
|
|
134
135
|
TensorBoardOutputConfig,
|
|
135
|
-
TrialComponentArtifact,
|
|
136
136
|
TtlDuration,
|
|
137
137
|
UiTemplate,
|
|
138
138
|
UserSettings,
|
|
139
139
|
} from "./models_1";
|
|
140
140
|
import {
|
|
141
|
+
DataProcessing,
|
|
141
142
|
DebugRuleEvaluationStatus,
|
|
142
143
|
DeploymentRecommendation,
|
|
143
144
|
FeatureParameter,
|
|
@@ -145,6 +146,7 @@ import {
|
|
|
145
146
|
MemberDefinition,
|
|
146
147
|
MetricData,
|
|
147
148
|
ModelArtifacts,
|
|
149
|
+
ModelClientConfig,
|
|
148
150
|
ModelPackageStatusDetails,
|
|
149
151
|
MonitoringExecutionSummary,
|
|
150
152
|
NotificationConfiguration,
|
|
@@ -155,10 +157,9 @@ import {
|
|
|
155
157
|
ServiceCatalogProvisionedProductDetails,
|
|
156
158
|
SourceIpConfig,
|
|
157
159
|
TemplateProviderDetail,
|
|
158
|
-
|
|
160
|
+
TrialComponentArtifact,
|
|
159
161
|
TrialComponentParameterValue,
|
|
160
162
|
TrialComponentStatus,
|
|
161
|
-
TrialSource,
|
|
162
163
|
WorkerAccessConfiguration,
|
|
163
164
|
WorkforceVpcConfigRequest,
|
|
164
165
|
} from "./models_2";
|
|
@@ -176,10 +177,92 @@ import {
|
|
|
176
177
|
HyperParameterTuningJobSearchEntity,
|
|
177
178
|
MonitoringAlertSummary,
|
|
178
179
|
Parameter,
|
|
180
|
+
TrainingPlanSummary,
|
|
181
|
+
TrialComponentMetricSummary,
|
|
179
182
|
TrialComponentSource,
|
|
183
|
+
TrialSource,
|
|
180
184
|
Workforce,
|
|
181
185
|
Workteam,
|
|
182
186
|
} from "./models_3";
|
|
187
|
+
export interface ListTrainingPlansResponse {
|
|
188
|
+
NextToken?: string | undefined;
|
|
189
|
+
TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface ListTransformJobsRequest {
|
|
192
|
+
CreationTimeAfter?: Date | undefined;
|
|
193
|
+
CreationTimeBefore?: Date | undefined;
|
|
194
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
195
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
196
|
+
NameContains?: string | undefined;
|
|
197
|
+
StatusEquals?: TransformJobStatus | undefined;
|
|
198
|
+
SortBy?: SortBy | undefined;
|
|
199
|
+
SortOrder?: SortOrder | undefined;
|
|
200
|
+
NextToken?: string | undefined;
|
|
201
|
+
MaxResults?: number | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface TransformJobSummary {
|
|
204
|
+
TransformJobName: string | undefined;
|
|
205
|
+
TransformJobArn: string | undefined;
|
|
206
|
+
CreationTime: Date | undefined;
|
|
207
|
+
TransformEndTime?: Date | undefined;
|
|
208
|
+
LastModifiedTime?: Date | undefined;
|
|
209
|
+
TransformJobStatus: TransformJobStatus | undefined;
|
|
210
|
+
FailureReason?: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface ListTransformJobsResponse {
|
|
213
|
+
TransformJobSummaries: TransformJobSummary[] | undefined;
|
|
214
|
+
NextToken?: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface ListTrialComponentsRequest {
|
|
217
|
+
ExperimentName?: string | undefined;
|
|
218
|
+
TrialName?: string | undefined;
|
|
219
|
+
SourceArn?: string | undefined;
|
|
220
|
+
CreatedAfter?: Date | undefined;
|
|
221
|
+
CreatedBefore?: Date | undefined;
|
|
222
|
+
SortBy?: SortTrialComponentsBy | undefined;
|
|
223
|
+
SortOrder?: SortOrder | undefined;
|
|
224
|
+
MaxResults?: number | undefined;
|
|
225
|
+
NextToken?: string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface TrialComponentSummary {
|
|
228
|
+
TrialComponentName?: string | undefined;
|
|
229
|
+
TrialComponentArn?: string | undefined;
|
|
230
|
+
DisplayName?: string | undefined;
|
|
231
|
+
TrialComponentSource?: TrialComponentSource | undefined;
|
|
232
|
+
Status?: TrialComponentStatus | undefined;
|
|
233
|
+
StartTime?: Date | undefined;
|
|
234
|
+
EndTime?: Date | undefined;
|
|
235
|
+
CreationTime?: Date | undefined;
|
|
236
|
+
CreatedBy?: UserContext | undefined;
|
|
237
|
+
LastModifiedTime?: Date | undefined;
|
|
238
|
+
LastModifiedBy?: UserContext | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface ListTrialComponentsResponse {
|
|
241
|
+
TrialComponentSummaries?: TrialComponentSummary[] | undefined;
|
|
242
|
+
NextToken?: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface ListTrialsRequest {
|
|
245
|
+
ExperimentName?: string | undefined;
|
|
246
|
+
TrialComponentName?: string | undefined;
|
|
247
|
+
CreatedAfter?: Date | undefined;
|
|
248
|
+
CreatedBefore?: Date | undefined;
|
|
249
|
+
SortBy?: SortTrialsBy | undefined;
|
|
250
|
+
SortOrder?: SortOrder | undefined;
|
|
251
|
+
MaxResults?: number | undefined;
|
|
252
|
+
NextToken?: string | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface TrialSummary {
|
|
255
|
+
TrialArn?: string | undefined;
|
|
256
|
+
TrialName?: string | undefined;
|
|
257
|
+
DisplayName?: string | undefined;
|
|
258
|
+
TrialSource?: TrialSource | undefined;
|
|
259
|
+
CreationTime?: Date | undefined;
|
|
260
|
+
LastModifiedTime?: Date | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface ListTrialsResponse {
|
|
263
|
+
TrialSummaries?: TrialSummary[] | undefined;
|
|
264
|
+
NextToken?: string | undefined;
|
|
265
|
+
}
|
|
183
266
|
export interface ListUltraServersByReservedCapacityRequest {
|
|
184
267
|
ReservedCapacityArn: string | undefined;
|
|
185
268
|
MaxResults?: number | undefined;
|
|
@@ -131,6 +131,7 @@ export declare var ClarifyShapConfig: StaticStructureSchema;
|
|
|
131
131
|
export declare var ClarifyTextConfig: StaticStructureSchema;
|
|
132
132
|
export declare var ClusterAutoScalingConfig: StaticStructureSchema;
|
|
133
133
|
export declare var ClusterAutoScalingConfigOutput: StaticStructureSchema;
|
|
134
|
+
export declare var ClusterCapacityRequirements: StaticStructureSchema;
|
|
134
135
|
export declare var ClusterEbsVolumeConfig: StaticStructureSchema;
|
|
135
136
|
export declare var ClusterEventDetail: StaticStructureSchema;
|
|
136
137
|
export declare var ClusterEventSummary: StaticStructureSchema;
|
|
@@ -138,15 +139,21 @@ export declare var ClusterInstanceGroupDetails: StaticStructureSchema;
|
|
|
138
139
|
export declare var ClusterInstanceGroupSpecification: StaticStructureSchema;
|
|
139
140
|
export declare var ClusterInstancePlacement: StaticStructureSchema;
|
|
140
141
|
export declare var ClusterInstanceStatusDetails: StaticStructureSchema;
|
|
142
|
+
export declare var ClusterKubernetesConfig: StaticStructureSchema;
|
|
143
|
+
export declare var ClusterKubernetesConfigDetails: StaticStructureSchema;
|
|
144
|
+
export declare var ClusterKubernetesConfigNodeDetails: StaticStructureSchema;
|
|
145
|
+
export declare var ClusterKubernetesTaint: StaticStructureSchema;
|
|
141
146
|
export declare var ClusterLifeCycleConfig: StaticStructureSchema;
|
|
142
147
|
export declare var ClusterMetadata: StaticStructureSchema;
|
|
143
148
|
export declare var ClusterNodeDetails: StaticStructureSchema;
|
|
144
149
|
export declare var ClusterNodeSummary: StaticStructureSchema;
|
|
150
|
+
export declare var ClusterOnDemandOptions: StaticStructureSchema;
|
|
145
151
|
export declare var ClusterOrchestrator: StaticStructureSchema;
|
|
146
152
|
export declare var ClusterOrchestratorEksConfig: StaticStructureSchema;
|
|
147
153
|
export declare var ClusterRestrictedInstanceGroupDetails: StaticStructureSchema;
|
|
148
154
|
export declare var ClusterRestrictedInstanceGroupSpecification: StaticStructureSchema;
|
|
149
155
|
export declare var ClusterSchedulerConfigSummary: StaticStructureSchema;
|
|
156
|
+
export declare var ClusterSpotOptions: StaticStructureSchema;
|
|
150
157
|
export declare var ClusterSummary: StaticStructureSchema;
|
|
151
158
|
export declare var ClusterTieredStorageConfig: StaticStructureSchema;
|
|
152
159
|
export declare var CodeEditorAppImageConfig: StaticStructureSchema;
|
|
@@ -966,6 +973,8 @@ export declare var ModelQualityJobInput: StaticStructureSchema;
|
|
|
966
973
|
export declare var ModelQuantizationConfig: StaticStructureSchema;
|
|
967
974
|
export declare var ModelRegisterSettings: StaticStructureSchema;
|
|
968
975
|
export declare var ModelShardingConfig: StaticStructureSchema;
|
|
976
|
+
export declare var ModelSpeculativeDecodingConfig: StaticStructureSchema;
|
|
977
|
+
export declare var ModelSpeculativeDecodingTrainingDataSource: StaticStructureSchema;
|
|
969
978
|
export declare var ModelStepMetadata: StaticStructureSchema;
|
|
970
979
|
export declare var ModelSummary: StaticStructureSchema;
|
|
971
980
|
export declare var ModelVariantConfig: StaticStructureSchema;
|
|
@@ -1020,6 +1029,7 @@ export declare var OptimizationJobOutputConfig: StaticStructureSchema;
|
|
|
1020
1029
|
export declare var OptimizationJobSummary: StaticStructureSchema;
|
|
1021
1030
|
export declare var OptimizationModelAccessConfig: StaticStructureSchema;
|
|
1022
1031
|
export declare var OptimizationOutput: StaticStructureSchema;
|
|
1032
|
+
export declare var OptimizationSageMakerModel: StaticStructureSchema;
|
|
1023
1033
|
export declare var OptimizationVpcConfig: StaticStructureSchema;
|
|
1024
1034
|
export declare var OutputConfig: StaticStructureSchema;
|
|
1025
1035
|
export declare var OutputDataConfig: StaticStructureSchema;
|
|
@@ -1441,6 +1451,7 @@ export declare var ClusterInstanceGroupDetailsList: StaticListSchema;
|
|
|
1441
1451
|
export declare var ClusterInstanceGroupSpecifications: StaticListSchema;
|
|
1442
1452
|
export declare var ClusterInstanceGroupsToDelete: number;
|
|
1443
1453
|
export declare var ClusterInstanceStorageConfigs: StaticListSchema;
|
|
1454
|
+
export declare var ClusterKubernetesTaints: StaticListSchema;
|
|
1444
1455
|
export declare var ClusterNodeIds: number;
|
|
1445
1456
|
export declare var ClusterNodeLogicalIdList: number;
|
|
1446
1457
|
export declare var ClusterNodeSummaries: StaticListSchema;
|
|
@@ -1689,11 +1700,13 @@ export declare var Workforces: StaticListSchema;
|
|
|
1689
1700
|
export declare var WorkforceSecurityGroupIds: number;
|
|
1690
1701
|
export declare var WorkforceSubnets: number;
|
|
1691
1702
|
export declare var Workteams: StaticListSchema;
|
|
1703
|
+
export declare var ActiveOperations: number;
|
|
1692
1704
|
export declare var AggregationTransformations: number;
|
|
1693
1705
|
export declare var ArtifactProperties: number;
|
|
1694
1706
|
export declare var AuthenticationRequestExtraParams: number;
|
|
1695
1707
|
export declare var AutoMLInferenceContainerDefinitions: StaticMapSchema;
|
|
1696
1708
|
export declare var BatchDescribeModelPackageErrorMap: StaticMapSchema;
|
|
1709
|
+
export declare var ClusterKubernetesLabels: number;
|
|
1697
1710
|
export declare var CollectionParameters: number;
|
|
1698
1711
|
export declare var CustomerMetadataMap: number;
|
|
1699
1712
|
export declare var CustomImageContainerEnvironmentVariables: number;
|
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.939.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.936.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.939.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|