@aws-sdk/client-sagemaker 3.1058.0 → 3.1059.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 +49 -0
- package/dist-cjs/index.js +139 -0
- package/dist-cjs/schemas/schemas_0.js +191 -36
- package/dist-es/SageMaker.js +18 -0
- package/dist-es/commands/CreateJobCommand.js +16 -0
- package/dist-es/commands/DeleteJobCommand.js +16 -0
- package/dist-es/commands/DescribeJobCommand.js +16 -0
- package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
- package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
- package/dist-es/commands/ListJobsCommand.js +16 -0
- package/dist-es/commands/StopJobCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +157 -2
- package/dist-types/SageMaker.d.ts +63 -0
- package/dist-types/SageMakerClient.d.ts +9 -2
- package/dist-types/commands/CreateJobCommand.d.ts +95 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
- package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
- package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
- package/dist-types/commands/ListJobsCommand.d.ts +98 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
- package/dist-types/commands/StopJobCommand.d.ts +78 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +54 -0
- package/dist-types/models/models_1.d.ts +46 -33
- package/dist-types/models/models_2.d.ts +55 -77
- package/dist-types/models/models_3.d.ts +296 -390
- package/dist-types/models/models_4.d.ts +3902 -3732
- package/dist-types/models/models_5.d.ts +355 -2
- package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/SageMaker.d.ts +133 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +34 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -10
- package/dist-types/ts3.4/models/models_2.d.ts +16 -21
- package/dist-types/ts3.4/models/models_3.d.ts +74 -96
- package/dist-types/ts3.4/models/models_4.d.ts +138 -97
- package/dist-types/ts3.4/models/models_5.d.ts +104 -1
- package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +9 -9
|
@@ -19,11 +19,17 @@ import {
|
|
|
19
19
|
HubContentType,
|
|
20
20
|
InferenceExperimentStopDesiredState,
|
|
21
21
|
IPAddressType,
|
|
22
|
+
IsTrackingServerActive,
|
|
23
|
+
JobCategory,
|
|
24
|
+
JobStatus,
|
|
22
25
|
JobType,
|
|
26
|
+
LabelingJobStatus,
|
|
23
27
|
LineageType,
|
|
28
|
+
ListLabelingJobsForWorkteamSortByOptions,
|
|
24
29
|
ListOptimizationJobsSortBy,
|
|
25
30
|
ListWorkforcesSortByOptions,
|
|
26
31
|
ListWorkteamsSortByOptions,
|
|
32
|
+
MlflowAppStatus,
|
|
27
33
|
ModelApprovalStatus,
|
|
28
34
|
ModelCardExportJobSortBy,
|
|
29
35
|
ModelCardExportJobSortOrder,
|
|
@@ -78,9 +84,12 @@ import {
|
|
|
78
84
|
SharingType,
|
|
79
85
|
SkipModelValidation,
|
|
80
86
|
SortBy,
|
|
87
|
+
SortLineageGroupsBy,
|
|
88
|
+
SortMlflowAppBy,
|
|
81
89
|
SortOrder,
|
|
82
90
|
SortPipelineExecutionsBy,
|
|
83
91
|
SortPipelinesBy,
|
|
92
|
+
SortTrackingServerBy,
|
|
84
93
|
SortTrialComponentsBy,
|
|
85
94
|
SortTrialsBy,
|
|
86
95
|
SpaceSortKey,
|
|
@@ -91,6 +100,7 @@ import {
|
|
|
91
100
|
TagPropagation,
|
|
92
101
|
ThroughputMode,
|
|
93
102
|
TrackingServerSize,
|
|
103
|
+
TrackingServerStatus,
|
|
94
104
|
TrainingJobSortByOptions,
|
|
95
105
|
TrainingJobStatus,
|
|
96
106
|
TrainingPlanFilterName,
|
|
@@ -118,7 +128,6 @@ import {
|
|
|
118
128
|
BedrockProvisionedModelThroughputMetadata,
|
|
119
129
|
CacheHitResult,
|
|
120
130
|
CallbackStepMetadata,
|
|
121
|
-
CfnUpdateTemplateProvider,
|
|
122
131
|
Channel,
|
|
123
132
|
CheckpointConfig,
|
|
124
133
|
ClarifyCheckStepMetadata,
|
|
@@ -189,24 +198,17 @@ import {
|
|
|
189
198
|
ExperimentConfig,
|
|
190
199
|
FeatureParameter,
|
|
191
200
|
HyperParameterTrainingJobSummary,
|
|
192
|
-
InferenceComponentDeploymentConfig,
|
|
193
201
|
InstanceGroupHealthCheckConfiguration,
|
|
194
202
|
ModelArtifacts,
|
|
195
203
|
ModelClientConfig,
|
|
196
204
|
ModelPackageConfig,
|
|
197
205
|
ParallelismConfiguration,
|
|
198
|
-
PartnerAppConfig,
|
|
199
|
-
PartnerAppMaintenanceConfig,
|
|
200
|
-
PipelineDefinitionS3Location,
|
|
201
206
|
ProcessingInput,
|
|
202
207
|
ProcessingOutputConfig,
|
|
203
208
|
ProcessingResources,
|
|
204
209
|
ProcessingStoppingCondition,
|
|
205
210
|
ProfilerConfig,
|
|
206
|
-
ProfilerRuleConfiguration,
|
|
207
|
-
ProvisioningParameter,
|
|
208
211
|
ServiceCatalogProvisioningDetails,
|
|
209
|
-
SpaceSettings,
|
|
210
212
|
SpaceStorageSettings,
|
|
211
213
|
TensorBoardOutputConfig,
|
|
212
214
|
TrialComponentArtifact,
|
|
@@ -230,8 +232,15 @@ import {
|
|
|
230
232
|
Filter,
|
|
231
233
|
GitConfigForUpdate,
|
|
232
234
|
HyperParameterTuningJobSearchEntity,
|
|
235
|
+
InferenceComponentDeploymentConfig,
|
|
233
236
|
InferenceComponentMetadata,
|
|
237
|
+
JobConfigSchemaVersionSummary,
|
|
238
|
+
JobStepMetadata,
|
|
239
|
+
JobSummary,
|
|
240
|
+
LabelingJobForWorkteamSummary,
|
|
241
|
+
LabelingJobSummary,
|
|
234
242
|
LambdaStepMetadata,
|
|
243
|
+
LineageGroupSummary,
|
|
235
244
|
LineageMetadata,
|
|
236
245
|
MetricData,
|
|
237
246
|
ModelPackageStatusDetails,
|
|
@@ -251,6 +260,121 @@ import {
|
|
|
251
260
|
Workforce,
|
|
252
261
|
Workteam,
|
|
253
262
|
} from "./models_3";
|
|
263
|
+
export interface ListJobsRequest {
|
|
264
|
+
JobCategory: JobCategory | undefined;
|
|
265
|
+
NextToken?: string | undefined;
|
|
266
|
+
MaxResults?: number | undefined;
|
|
267
|
+
CreationTimeAfter?: Date | undefined;
|
|
268
|
+
CreationTimeBefore?: Date | undefined;
|
|
269
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
270
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
271
|
+
NameContains?: string | undefined;
|
|
272
|
+
SortBy?: SortBy | undefined;
|
|
273
|
+
SortOrder?: SortOrder | undefined;
|
|
274
|
+
StatusEquals?: JobStatus | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface ListJobsResponse {
|
|
277
|
+
NextToken?: string | undefined;
|
|
278
|
+
JobSummaries: JobSummary[] | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface ListJobSchemaVersionsRequest {
|
|
281
|
+
JobCategory: JobCategory | undefined;
|
|
282
|
+
NextToken?: string | undefined;
|
|
283
|
+
MaxResults?: number | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface ListJobSchemaVersionsResponse {
|
|
286
|
+
NextToken?: string | undefined;
|
|
287
|
+
JobConfigSchemas: JobConfigSchemaVersionSummary[] | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface ListLabelingJobsRequest {
|
|
290
|
+
CreationTimeAfter?: Date | undefined;
|
|
291
|
+
CreationTimeBefore?: Date | undefined;
|
|
292
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
293
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
294
|
+
MaxResults?: number | undefined;
|
|
295
|
+
NextToken?: string | undefined;
|
|
296
|
+
NameContains?: string | undefined;
|
|
297
|
+
SortBy?: SortBy | undefined;
|
|
298
|
+
SortOrder?: SortOrder | undefined;
|
|
299
|
+
StatusEquals?: LabelingJobStatus | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface ListLabelingJobsResponse {
|
|
302
|
+
LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
|
|
303
|
+
NextToken?: string | undefined;
|
|
304
|
+
}
|
|
305
|
+
export interface ListLabelingJobsForWorkteamRequest {
|
|
306
|
+
WorkteamArn: string | undefined;
|
|
307
|
+
MaxResults?: number | undefined;
|
|
308
|
+
NextToken?: string | undefined;
|
|
309
|
+
CreationTimeAfter?: Date | undefined;
|
|
310
|
+
CreationTimeBefore?: Date | undefined;
|
|
311
|
+
JobReferenceCodeContains?: string | undefined;
|
|
312
|
+
SortBy?: ListLabelingJobsForWorkteamSortByOptions | undefined;
|
|
313
|
+
SortOrder?: SortOrder | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface ListLabelingJobsForWorkteamResponse {
|
|
316
|
+
LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
|
|
317
|
+
NextToken?: string | undefined;
|
|
318
|
+
}
|
|
319
|
+
export interface ListLineageGroupsRequest {
|
|
320
|
+
CreatedAfter?: Date | undefined;
|
|
321
|
+
CreatedBefore?: Date | undefined;
|
|
322
|
+
SortBy?: SortLineageGroupsBy | undefined;
|
|
323
|
+
SortOrder?: SortOrder | undefined;
|
|
324
|
+
NextToken?: string | undefined;
|
|
325
|
+
MaxResults?: number | undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface ListLineageGroupsResponse {
|
|
328
|
+
LineageGroupSummaries?: LineageGroupSummary[] | undefined;
|
|
329
|
+
NextToken?: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface ListMlflowAppsRequest {
|
|
332
|
+
CreatedAfter?: Date | undefined;
|
|
333
|
+
CreatedBefore?: Date | undefined;
|
|
334
|
+
Status?: MlflowAppStatus | undefined;
|
|
335
|
+
MlflowVersion?: string | undefined;
|
|
336
|
+
DefaultForDomainId?: string | undefined;
|
|
337
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
338
|
+
SortBy?: SortMlflowAppBy | undefined;
|
|
339
|
+
SortOrder?: SortOrder | undefined;
|
|
340
|
+
NextToken?: string | undefined;
|
|
341
|
+
MaxResults?: number | undefined;
|
|
342
|
+
}
|
|
343
|
+
export interface MlflowAppSummary {
|
|
344
|
+
Arn?: string | undefined;
|
|
345
|
+
Name?: string | undefined;
|
|
346
|
+
Status?: MlflowAppStatus | undefined;
|
|
347
|
+
CreationTime?: Date | undefined;
|
|
348
|
+
LastModifiedTime?: Date | undefined;
|
|
349
|
+
MlflowVersion?: string | undefined;
|
|
350
|
+
}
|
|
351
|
+
export interface ListMlflowAppsResponse {
|
|
352
|
+
Summaries?: MlflowAppSummary[] | undefined;
|
|
353
|
+
NextToken?: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface ListMlflowTrackingServersRequest {
|
|
356
|
+
CreatedAfter?: Date | undefined;
|
|
357
|
+
CreatedBefore?: Date | undefined;
|
|
358
|
+
TrackingServerStatus?: TrackingServerStatus | undefined;
|
|
359
|
+
MlflowVersion?: string | undefined;
|
|
360
|
+
SortBy?: SortTrackingServerBy | undefined;
|
|
361
|
+
SortOrder?: SortOrder | undefined;
|
|
362
|
+
NextToken?: string | undefined;
|
|
363
|
+
MaxResults?: number | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface TrackingServerSummary {
|
|
366
|
+
TrackingServerArn?: string | undefined;
|
|
367
|
+
TrackingServerName?: string | undefined;
|
|
368
|
+
CreationTime?: Date | undefined;
|
|
369
|
+
LastModifiedTime?: Date | undefined;
|
|
370
|
+
TrackingServerStatus?: TrackingServerStatus | undefined;
|
|
371
|
+
IsActive?: IsTrackingServerActive | undefined;
|
|
372
|
+
MlflowVersion?: string | undefined;
|
|
373
|
+
}
|
|
374
|
+
export interface ListMlflowTrackingServersResponse {
|
|
375
|
+
TrackingServerSummaries?: TrackingServerSummary[] | undefined;
|
|
376
|
+
NextToken?: string | undefined;
|
|
377
|
+
}
|
|
254
378
|
export interface ListModelBiasJobDefinitionsRequest {
|
|
255
379
|
EndpointName?: string | undefined;
|
|
256
380
|
SortBy?: MonitoringJobDefinitionSortKey | undefined;
|
|
@@ -729,6 +853,7 @@ export interface PipelineExecutionStepMetadata {
|
|
|
729
853
|
BedrockModelImport?: BedrockModelImportMetadata | undefined;
|
|
730
854
|
InferenceComponent?: InferenceComponentMetadata | undefined;
|
|
731
855
|
Lineage?: LineageMetadata | undefined;
|
|
856
|
+
Job?: JobStepMetadata | undefined;
|
|
732
857
|
}
|
|
733
858
|
export interface SelectiveExecutionResult {
|
|
734
859
|
SourcePipelineExecutionArn?: string | undefined;
|
|
@@ -1772,6 +1897,11 @@ export interface StopInferenceExperimentResponse {
|
|
|
1772
1897
|
export interface StopInferenceRecommendationsJobRequest {
|
|
1773
1898
|
JobName: string | undefined;
|
|
1774
1899
|
}
|
|
1900
|
+
export interface StopJobRequest {
|
|
1901
|
+
JobName: string | undefined;
|
|
1902
|
+
JobCategory: JobCategory | undefined;
|
|
1903
|
+
}
|
|
1904
|
+
export interface StopJobResponse {}
|
|
1775
1905
|
export interface StopLabelingJobRequest {
|
|
1776
1906
|
LabelingJobName: string | undefined;
|
|
1777
1907
|
}
|
|
@@ -2165,92 +2295,3 @@ export interface UpdateNotebookInstanceLifecycleConfigInput {
|
|
|
2165
2295
|
OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
|
|
2166
2296
|
OnStart?: NotebookInstanceLifecycleHook[] | undefined;
|
|
2167
2297
|
}
|
|
2168
|
-
export interface UpdateNotebookInstanceLifecycleConfigOutput {}
|
|
2169
|
-
export interface UpdatePartnerAppRequest {
|
|
2170
|
-
Arn: string | undefined;
|
|
2171
|
-
MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
|
|
2172
|
-
Tier?: string | undefined;
|
|
2173
|
-
ApplicationConfig?: PartnerAppConfig | undefined;
|
|
2174
|
-
EnableIamSessionBasedIdentity?: boolean | undefined;
|
|
2175
|
-
EnableAutoMinorVersionUpgrade?: boolean | undefined;
|
|
2176
|
-
AppVersion?: string | undefined;
|
|
2177
|
-
ClientToken?: string | undefined;
|
|
2178
|
-
Tags?: Tag[] | undefined;
|
|
2179
|
-
}
|
|
2180
|
-
export interface UpdatePartnerAppResponse {
|
|
2181
|
-
Arn?: string | undefined;
|
|
2182
|
-
}
|
|
2183
|
-
export interface UpdatePipelineRequest {
|
|
2184
|
-
PipelineName: string | undefined;
|
|
2185
|
-
PipelineDisplayName?: string | undefined;
|
|
2186
|
-
PipelineDefinition?: string | undefined;
|
|
2187
|
-
PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
|
|
2188
|
-
PipelineDescription?: string | undefined;
|
|
2189
|
-
RoleArn?: string | undefined;
|
|
2190
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2191
|
-
}
|
|
2192
|
-
export interface UpdatePipelineResponse {
|
|
2193
|
-
PipelineArn?: string | undefined;
|
|
2194
|
-
PipelineVersionId?: number | undefined;
|
|
2195
|
-
}
|
|
2196
|
-
export interface UpdatePipelineExecutionRequest {
|
|
2197
|
-
PipelineExecutionArn: string | undefined;
|
|
2198
|
-
PipelineExecutionDescription?: string | undefined;
|
|
2199
|
-
PipelineExecutionDisplayName?: string | undefined;
|
|
2200
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2201
|
-
}
|
|
2202
|
-
export interface UpdatePipelineExecutionResponse {
|
|
2203
|
-
PipelineExecutionArn?: string | undefined;
|
|
2204
|
-
}
|
|
2205
|
-
export interface UpdatePipelineVersionRequest {
|
|
2206
|
-
PipelineArn: string | undefined;
|
|
2207
|
-
PipelineVersionId: number | undefined;
|
|
2208
|
-
PipelineVersionDisplayName?: string | undefined;
|
|
2209
|
-
PipelineVersionDescription?: string | undefined;
|
|
2210
|
-
}
|
|
2211
|
-
export interface UpdatePipelineVersionResponse {
|
|
2212
|
-
PipelineArn?: string | undefined;
|
|
2213
|
-
PipelineVersionId?: number | undefined;
|
|
2214
|
-
}
|
|
2215
|
-
export interface ServiceCatalogProvisioningUpdateDetails {
|
|
2216
|
-
ProvisioningArtifactId?: string | undefined;
|
|
2217
|
-
ProvisioningParameters?: ProvisioningParameter[] | undefined;
|
|
2218
|
-
}
|
|
2219
|
-
export interface UpdateTemplateProvider {
|
|
2220
|
-
CfnTemplateProvider?: CfnUpdateTemplateProvider | undefined;
|
|
2221
|
-
}
|
|
2222
|
-
export interface UpdateProjectInput {
|
|
2223
|
-
ProjectName: string | undefined;
|
|
2224
|
-
ProjectDescription?: string | undefined;
|
|
2225
|
-
ServiceCatalogProvisioningUpdateDetails?:
|
|
2226
|
-
| ServiceCatalogProvisioningUpdateDetails
|
|
2227
|
-
| undefined;
|
|
2228
|
-
Tags?: Tag[] | undefined;
|
|
2229
|
-
TemplateProvidersToUpdate?: UpdateTemplateProvider[] | undefined;
|
|
2230
|
-
}
|
|
2231
|
-
export interface UpdateProjectOutput {
|
|
2232
|
-
ProjectArn: string | undefined;
|
|
2233
|
-
}
|
|
2234
|
-
export interface UpdateSpaceRequest {
|
|
2235
|
-
DomainId: string | undefined;
|
|
2236
|
-
SpaceName: string | undefined;
|
|
2237
|
-
SpaceSettings?: SpaceSettings | undefined;
|
|
2238
|
-
SpaceDisplayName?: string | undefined;
|
|
2239
|
-
}
|
|
2240
|
-
export interface UpdateSpaceResponse {
|
|
2241
|
-
SpaceArn?: string | undefined;
|
|
2242
|
-
}
|
|
2243
|
-
export interface UpdateTrainingJobRequest {
|
|
2244
|
-
TrainingJobName: string | undefined;
|
|
2245
|
-
ProfilerConfig?: ProfilerConfigForUpdate | undefined;
|
|
2246
|
-
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
2247
|
-
ResourceConfig?: ResourceConfigForUpdate | undefined;
|
|
2248
|
-
RemoteDebugConfig?: RemoteDebugConfigForUpdate | undefined;
|
|
2249
|
-
}
|
|
2250
|
-
export interface UpdateTrainingJobResponse {
|
|
2251
|
-
TrainingJobArn: string | undefined;
|
|
2252
|
-
}
|
|
2253
|
-
export interface UpdateTrialRequest {
|
|
2254
|
-
TrialName: string | undefined;
|
|
2255
|
-
DisplayName?: string | undefined;
|
|
2256
|
-
}
|
|
@@ -5,12 +5,20 @@ import {
|
|
|
5
5
|
SearchSortOrder,
|
|
6
6
|
WorkforceIpAddressType,
|
|
7
7
|
} from "./enums";
|
|
8
|
+
import { CfnUpdateTemplateProvider, Tag } from "./models_0";
|
|
8
9
|
import { UserSettings } from "./models_1";
|
|
9
10
|
import {
|
|
10
11
|
MemberDefinition,
|
|
11
12
|
NotificationConfiguration,
|
|
12
13
|
OidcConfig,
|
|
14
|
+
ParallelismConfiguration,
|
|
15
|
+
PartnerAppConfig,
|
|
16
|
+
PartnerAppMaintenanceConfig,
|
|
17
|
+
PipelineDefinitionS3Location,
|
|
18
|
+
ProfilerRuleConfiguration,
|
|
19
|
+
ProvisioningParameter,
|
|
13
20
|
SourceIpConfig,
|
|
21
|
+
SpaceSettings,
|
|
14
22
|
TrialComponentArtifact,
|
|
15
23
|
TrialComponentParameterValue,
|
|
16
24
|
TrialComponentStatus,
|
|
@@ -18,7 +26,102 @@ import {
|
|
|
18
26
|
WorkforceVpcConfigRequest,
|
|
19
27
|
} from "./models_2";
|
|
20
28
|
import { Filter, Workforce, Workteam } from "./models_3";
|
|
21
|
-
import {
|
|
29
|
+
import {
|
|
30
|
+
NestedFilters,
|
|
31
|
+
ProfilerConfigForUpdate,
|
|
32
|
+
RemoteDebugConfigForUpdate,
|
|
33
|
+
ResourceConfigForUpdate,
|
|
34
|
+
VisibilityConditions,
|
|
35
|
+
} from "./models_4";
|
|
36
|
+
export interface UpdateNotebookInstanceLifecycleConfigOutput {}
|
|
37
|
+
export interface UpdatePartnerAppRequest {
|
|
38
|
+
Arn: string | undefined;
|
|
39
|
+
MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
|
|
40
|
+
Tier?: string | undefined;
|
|
41
|
+
ApplicationConfig?: PartnerAppConfig | undefined;
|
|
42
|
+
EnableIamSessionBasedIdentity?: boolean | undefined;
|
|
43
|
+
EnableAutoMinorVersionUpgrade?: boolean | undefined;
|
|
44
|
+
AppVersion?: string | undefined;
|
|
45
|
+
ClientToken?: string | undefined;
|
|
46
|
+
Tags?: Tag[] | undefined;
|
|
47
|
+
}
|
|
48
|
+
export interface UpdatePartnerAppResponse {
|
|
49
|
+
Arn?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
export interface UpdatePipelineRequest {
|
|
52
|
+
PipelineName: string | undefined;
|
|
53
|
+
PipelineDisplayName?: string | undefined;
|
|
54
|
+
PipelineDefinition?: string | undefined;
|
|
55
|
+
PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
|
|
56
|
+
PipelineDescription?: string | undefined;
|
|
57
|
+
RoleArn?: string | undefined;
|
|
58
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface UpdatePipelineResponse {
|
|
61
|
+
PipelineArn?: string | undefined;
|
|
62
|
+
PipelineVersionId?: number | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface UpdatePipelineExecutionRequest {
|
|
65
|
+
PipelineExecutionArn: string | undefined;
|
|
66
|
+
PipelineExecutionDescription?: string | undefined;
|
|
67
|
+
PipelineExecutionDisplayName?: string | undefined;
|
|
68
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface UpdatePipelineExecutionResponse {
|
|
71
|
+
PipelineExecutionArn?: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface UpdatePipelineVersionRequest {
|
|
74
|
+
PipelineArn: string | undefined;
|
|
75
|
+
PipelineVersionId: number | undefined;
|
|
76
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
77
|
+
PipelineVersionDescription?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface UpdatePipelineVersionResponse {
|
|
80
|
+
PipelineArn?: string | undefined;
|
|
81
|
+
PipelineVersionId?: number | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface ServiceCatalogProvisioningUpdateDetails {
|
|
84
|
+
ProvisioningArtifactId?: string | undefined;
|
|
85
|
+
ProvisioningParameters?: ProvisioningParameter[] | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface UpdateTemplateProvider {
|
|
88
|
+
CfnTemplateProvider?: CfnUpdateTemplateProvider | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface UpdateProjectInput {
|
|
91
|
+
ProjectName: string | undefined;
|
|
92
|
+
ProjectDescription?: string | undefined;
|
|
93
|
+
ServiceCatalogProvisioningUpdateDetails?:
|
|
94
|
+
| ServiceCatalogProvisioningUpdateDetails
|
|
95
|
+
| undefined;
|
|
96
|
+
Tags?: Tag[] | undefined;
|
|
97
|
+
TemplateProvidersToUpdate?: UpdateTemplateProvider[] | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface UpdateProjectOutput {
|
|
100
|
+
ProjectArn: string | undefined;
|
|
101
|
+
}
|
|
102
|
+
export interface UpdateSpaceRequest {
|
|
103
|
+
DomainId: string | undefined;
|
|
104
|
+
SpaceName: string | undefined;
|
|
105
|
+
SpaceSettings?: SpaceSettings | undefined;
|
|
106
|
+
SpaceDisplayName?: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface UpdateSpaceResponse {
|
|
109
|
+
SpaceArn?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface UpdateTrainingJobRequest {
|
|
112
|
+
TrainingJobName: string | undefined;
|
|
113
|
+
ProfilerConfig?: ProfilerConfigForUpdate | undefined;
|
|
114
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
115
|
+
ResourceConfig?: ResourceConfigForUpdate | undefined;
|
|
116
|
+
RemoteDebugConfig?: RemoteDebugConfigForUpdate | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface UpdateTrainingJobResponse {
|
|
119
|
+
TrainingJobArn: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface UpdateTrialRequest {
|
|
122
|
+
TrialName: string | undefined;
|
|
123
|
+
DisplayName?: string | undefined;
|
|
124
|
+
}
|
|
22
125
|
export interface UpdateTrialResponse {
|
|
23
126
|
TrialArn?: string | undefined;
|
|
24
127
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListJobSchemaVersionsCommandInput,
|
|
4
|
+
ListJobSchemaVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListJobSchemaVersionsCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListJobSchemaVersions: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListJobSchemaVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListJobSchemaVersionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListJobsCommandInput,
|
|
4
|
+
ListJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListJobsCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListJobs: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListJobsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListJobsCommandOutput>;
|
|
@@ -40,6 +40,8 @@ export * from "./ListInferenceComponentsPaginator";
|
|
|
40
40
|
export * from "./ListInferenceExperimentsPaginator";
|
|
41
41
|
export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
42
42
|
export * from "./ListInferenceRecommendationsJobStepsPaginator";
|
|
43
|
+
export * from "./ListJobsPaginator";
|
|
44
|
+
export * from "./ListJobSchemaVersionsPaginator";
|
|
43
45
|
export * from "./ListLabelingJobsPaginator";
|
|
44
46
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
45
47
|
export * from "./ListLineageGroupsPaginator";
|
|
@@ -297,6 +297,8 @@ export declare var CreateInferenceExperimentRequest$: StaticStructureSchema;
|
|
|
297
297
|
export declare var CreateInferenceExperimentResponse$: StaticStructureSchema;
|
|
298
298
|
export declare var CreateInferenceRecommendationsJobRequest$: StaticStructureSchema;
|
|
299
299
|
export declare var CreateInferenceRecommendationsJobResponse$: StaticStructureSchema;
|
|
300
|
+
export declare var CreateJobRequest$: StaticStructureSchema;
|
|
301
|
+
export declare var CreateJobResponse$: StaticStructureSchema;
|
|
300
302
|
export declare var CreateLabelingJobRequest$: StaticStructureSchema;
|
|
301
303
|
export declare var CreateLabelingJobResponse$: StaticStructureSchema;
|
|
302
304
|
export declare var CreateMlflowAppRequest$: StaticStructureSchema;
|
|
@@ -433,6 +435,8 @@ export declare var DeleteImageVersionResponse$: StaticStructureSchema;
|
|
|
433
435
|
export declare var DeleteInferenceComponentInput$: StaticStructureSchema;
|
|
434
436
|
export declare var DeleteInferenceExperimentRequest$: StaticStructureSchema;
|
|
435
437
|
export declare var DeleteInferenceExperimentResponse$: StaticStructureSchema;
|
|
438
|
+
export declare var DeleteJobRequest$: StaticStructureSchema;
|
|
439
|
+
export declare var DeleteJobResponse$: StaticStructureSchema;
|
|
436
440
|
export declare var DeleteMlflowAppRequest$: StaticStructureSchema;
|
|
437
441
|
export declare var DeleteMlflowAppResponse$: StaticStructureSchema;
|
|
438
442
|
export declare var DeleteMlflowTrackingServerRequest$: StaticStructureSchema;
|
|
@@ -555,6 +559,10 @@ export declare var DescribeInferenceExperimentRequest$: StaticStructureSchema;
|
|
|
555
559
|
export declare var DescribeInferenceExperimentResponse$: StaticStructureSchema;
|
|
556
560
|
export declare var DescribeInferenceRecommendationsJobRequest$: StaticStructureSchema;
|
|
557
561
|
export declare var DescribeInferenceRecommendationsJobResponse$: StaticStructureSchema;
|
|
562
|
+
export declare var DescribeJobRequest$: StaticStructureSchema;
|
|
563
|
+
export declare var DescribeJobResponse$: StaticStructureSchema;
|
|
564
|
+
export declare var DescribeJobSchemaVersionRequest$: StaticStructureSchema;
|
|
565
|
+
export declare var DescribeJobSchemaVersionResponse$: StaticStructureSchema;
|
|
558
566
|
export declare var DescribeLabelingJobRequest$: StaticStructureSchema;
|
|
559
567
|
export declare var DescribeLabelingJobResponse$: StaticStructureSchema;
|
|
560
568
|
export declare var DescribeLineageGroupRequest$: StaticStructureSchema;
|
|
@@ -807,6 +815,10 @@ export declare var InstancePoolSummary$: StaticStructureSchema;
|
|
|
807
815
|
export declare var InstanceRequirementsEniConfiguration$: StaticStructureSchema;
|
|
808
816
|
export declare var IntegerParameterRange$: StaticStructureSchema;
|
|
809
817
|
export declare var IntegerParameterRangeSpecification$: StaticStructureSchema;
|
|
818
|
+
export declare var JobConfigSchemaVersionSummary$: StaticStructureSchema;
|
|
819
|
+
export declare var JobSecondaryStatusTransition$: StaticStructureSchema;
|
|
820
|
+
export declare var JobStepMetadata$: StaticStructureSchema;
|
|
821
|
+
export declare var JobSummary$: StaticStructureSchema;
|
|
810
822
|
export declare var JupyterLabAppImageConfig$: StaticStructureSchema;
|
|
811
823
|
export declare var JupyterLabAppSettings$: StaticStructureSchema;
|
|
812
824
|
export declare var JupyterServerAppSettings$: StaticStructureSchema;
|
|
@@ -916,6 +928,10 @@ export declare var ListInferenceRecommendationsJobsRequest$: StaticStructureSche
|
|
|
916
928
|
export declare var ListInferenceRecommendationsJobsResponse$: StaticStructureSchema;
|
|
917
929
|
export declare var ListInferenceRecommendationsJobStepsRequest$: StaticStructureSchema;
|
|
918
930
|
export declare var ListInferenceRecommendationsJobStepsResponse$: StaticStructureSchema;
|
|
931
|
+
export declare var ListJobSchemaVersionsRequest$: StaticStructureSchema;
|
|
932
|
+
export declare var ListJobSchemaVersionsResponse$: StaticStructureSchema;
|
|
933
|
+
export declare var ListJobsRequest$: StaticStructureSchema;
|
|
934
|
+
export declare var ListJobsResponse$: StaticStructureSchema;
|
|
919
935
|
export declare var ListLabelingJobsForWorkteamRequest$: StaticStructureSchema;
|
|
920
936
|
export declare var ListLabelingJobsForWorkteamResponse$: StaticStructureSchema;
|
|
921
937
|
export declare var ListLabelingJobsRequest$: StaticStructureSchema;
|
|
@@ -1319,6 +1335,8 @@ export declare var StopHyperParameterTuningJobRequest$: StaticStructureSchema;
|
|
|
1319
1335
|
export declare var StopInferenceExperimentRequest$: StaticStructureSchema;
|
|
1320
1336
|
export declare var StopInferenceExperimentResponse$: StaticStructureSchema;
|
|
1321
1337
|
export declare var StopInferenceRecommendationsJobRequest$: StaticStructureSchema;
|
|
1338
|
+
export declare var StopJobRequest$: StaticStructureSchema;
|
|
1339
|
+
export declare var StopJobResponse$: StaticStructureSchema;
|
|
1322
1340
|
export declare var StopLabelingJobRequest$: StaticStructureSchema;
|
|
1323
1341
|
export declare var StopMlflowTrackingServerRequest$: StaticStructureSchema;
|
|
1324
1342
|
export declare var StopMlflowTrackingServerResponse$: StaticStructureSchema;
|
|
@@ -1568,6 +1586,7 @@ export declare var CreateImageVersion$: StaticOperationSchema;
|
|
|
1568
1586
|
export declare var CreateInferenceComponent$: StaticOperationSchema;
|
|
1569
1587
|
export declare var CreateInferenceExperiment$: StaticOperationSchema;
|
|
1570
1588
|
export declare var CreateInferenceRecommendationsJob$: StaticOperationSchema;
|
|
1589
|
+
export declare var CreateJob$: StaticOperationSchema;
|
|
1571
1590
|
export declare var CreateLabelingJob$: StaticOperationSchema;
|
|
1572
1591
|
export declare var CreateMlflowApp$: StaticOperationSchema;
|
|
1573
1592
|
export declare var CreateMlflowTrackingServer$: StaticOperationSchema;
|
|
@@ -1636,6 +1655,7 @@ export declare var DeleteImage$: StaticOperationSchema;
|
|
|
1636
1655
|
export declare var DeleteImageVersion$: StaticOperationSchema;
|
|
1637
1656
|
export declare var DeleteInferenceComponent$: StaticOperationSchema;
|
|
1638
1657
|
export declare var DeleteInferenceExperiment$: StaticOperationSchema;
|
|
1658
|
+
export declare var DeleteJob$: StaticOperationSchema;
|
|
1639
1659
|
export declare var DeleteMlflowApp$: StaticOperationSchema;
|
|
1640
1660
|
export declare var DeleteMlflowTrackingServer$: StaticOperationSchema;
|
|
1641
1661
|
export declare var DeleteModel$: StaticOperationSchema;
|
|
@@ -1703,6 +1723,8 @@ export declare var DescribeImageVersion$: StaticOperationSchema;
|
|
|
1703
1723
|
export declare var DescribeInferenceComponent$: StaticOperationSchema;
|
|
1704
1724
|
export declare var DescribeInferenceExperiment$: StaticOperationSchema;
|
|
1705
1725
|
export declare var DescribeInferenceRecommendationsJob$: StaticOperationSchema;
|
|
1726
|
+
export declare var DescribeJob$: StaticOperationSchema;
|
|
1727
|
+
export declare var DescribeJobSchemaVersion$: StaticOperationSchema;
|
|
1706
1728
|
export declare var DescribeLabelingJob$: StaticOperationSchema;
|
|
1707
1729
|
export declare var DescribeLineageGroup$: StaticOperationSchema;
|
|
1708
1730
|
export declare var DescribeMlflowApp$: StaticOperationSchema;
|
|
@@ -1792,6 +1814,8 @@ export declare var ListInferenceComponents$: StaticOperationSchema;
|
|
|
1792
1814
|
export declare var ListInferenceExperiments$: StaticOperationSchema;
|
|
1793
1815
|
export declare var ListInferenceRecommendationsJobs$: StaticOperationSchema;
|
|
1794
1816
|
export declare var ListInferenceRecommendationsJobSteps$: StaticOperationSchema;
|
|
1817
|
+
export declare var ListJobs$: StaticOperationSchema;
|
|
1818
|
+
export declare var ListJobSchemaVersions$: StaticOperationSchema;
|
|
1795
1819
|
export declare var ListLabelingJobs$: StaticOperationSchema;
|
|
1796
1820
|
export declare var ListLabelingJobsForWorkteam$: StaticOperationSchema;
|
|
1797
1821
|
export declare var ListLineageGroups$: StaticOperationSchema;
|
|
@@ -1864,6 +1888,7 @@ export declare var StopEdgePackagingJob$: StaticOperationSchema;
|
|
|
1864
1888
|
export declare var StopHyperParameterTuningJob$: StaticOperationSchema;
|
|
1865
1889
|
export declare var StopInferenceExperiment$: StaticOperationSchema;
|
|
1866
1890
|
export declare var StopInferenceRecommendationsJob$: StaticOperationSchema;
|
|
1891
|
+
export declare var StopJob$: StaticOperationSchema;
|
|
1867
1892
|
export declare var StopLabelingJob$: StaticOperationSchema;
|
|
1868
1893
|
export declare var StopMlflowTrackingServer$: StaticOperationSchema;
|
|
1869
1894
|
export declare var StopMonitoringSchedule$: StaticOperationSchema;
|
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.1059.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",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
33
|
-
"@smithy/core": "^3.24.
|
|
34
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
35
|
-
"@smithy/node-http-handler": "^4.7.
|
|
36
|
-
"@smithy/types": "^4.14.
|
|
30
|
+
"@aws-sdk/core": "^3.974.16",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.49",
|
|
32
|
+
"@aws-sdk/types": "^3.973.10",
|
|
33
|
+
"@smithy/core": "^3.24.6",
|
|
34
|
+
"@smithy/fetch-http-handler": "^5.4.6",
|
|
35
|
+
"@smithy/node-http-handler": "^4.7.6",
|
|
36
|
+
"@smithy/types": "^4.14.3",
|
|
37
37
|
"tslib": "^2.6.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@smithy/snapshot-testing": "^2.1.
|
|
40
|
+
"@smithy/snapshot-testing": "^2.1.7",
|
|
41
41
|
"@tsconfig/node20": "20.1.8",
|
|
42
42
|
"@types/node": "^20.14.8",
|
|
43
43
|
"concurrently": "7.0.0",
|