@aws-sdk/client-sagemaker 3.1057.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.
Files changed (87) hide show
  1. package/README.md +49 -0
  2. package/dist-cjs/index.js +139 -0
  3. package/dist-cjs/schemas/schemas_0.js +191 -36
  4. package/dist-es/SageMaker.js +18 -0
  5. package/dist-es/commands/CreateJobCommand.js +16 -0
  6. package/dist-es/commands/DeleteJobCommand.js +16 -0
  7. package/dist-es/commands/DescribeJobCommand.js +16 -0
  8. package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
  9. package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
  10. package/dist-es/commands/ListJobsCommand.js +16 -0
  11. package/dist-es/commands/StopJobCommand.js +16 -0
  12. package/dist-es/commands/index.js +7 -0
  13. package/dist-es/models/enums.js +30 -0
  14. package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/ListJobsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +157 -2
  18. package/dist-types/SageMaker.d.ts +63 -0
  19. package/dist-types/SageMakerClient.d.ts +9 -2
  20. package/dist-types/commands/CreateJobCommand.d.ts +95 -0
  21. package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
  22. package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
  23. package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
  24. package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
  25. package/dist-types/commands/ListJobsCommand.d.ts +98 -0
  26. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  28. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
  32. package/dist-types/commands/StopJobCommand.d.ts +78 -0
  33. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
  42. package/dist-types/commands/index.d.ts +7 -0
  43. package/dist-types/models/enums.d.ts +54 -0
  44. package/dist-types/models/models_1.d.ts +46 -33
  45. package/dist-types/models/models_2.d.ts +55 -77
  46. package/dist-types/models/models_3.d.ts +296 -390
  47. package/dist-types/models/models_4.d.ts +3902 -3732
  48. package/dist-types/models/models_5.d.ts +355 -2
  49. package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +2 -0
  52. package/dist-types/schemas/schemas_0.d.ts +25 -0
  53. package/dist-types/ts3.4/SageMaker.d.ts +133 -0
  54. package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
  55. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
  56. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
  57. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
  58. package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
  59. package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
  61. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
  67. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
  76. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  77. package/dist-types/ts3.4/models/enums.d.ts +34 -0
  78. package/dist-types/ts3.4/models/models_1.d.ts +12 -10
  79. package/dist-types/ts3.4/models/models_2.d.ts +16 -21
  80. package/dist-types/ts3.4/models/models_3.d.ts +74 -96
  81. package/dist-types/ts3.4/models/models_4.d.ts +138 -97
  82. package/dist-types/ts3.4/models/models_5.d.ts +104 -1
  83. package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  87. package/package.json +9 -9
@@ -1,8 +1,361 @@
1
1
  import type { BooleanOperator, CrossAccountFilterOption, ResourceType, SearchSortOrder, WorkforceIpAddressType } from "./enums";
2
+ import type { CfnUpdateTemplateProvider, Tag } from "./models_0";
2
3
  import type { UserSettings } from "./models_1";
3
- import type { MemberDefinition, NotificationConfiguration, OidcConfig, SourceIpConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
+ import type { MemberDefinition, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
5
  import type { Filter, Workforce, Workteam } from "./models_3";
5
- import type { NestedFilters, VisibilityConditions } from "./models_4";
6
+ import type { NestedFilters, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, VisibilityConditions } from "./models_4";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface UpdateNotebookInstanceLifecycleConfigOutput {
11
+ }
12
+ /**
13
+ * @public
14
+ */
15
+ export interface UpdatePartnerAppRequest {
16
+ /**
17
+ * <p>The ARN of the SageMaker Partner AI App to update.</p>
18
+ * @public
19
+ */
20
+ Arn: string | undefined;
21
+ /**
22
+ * <p>Maintenance configuration settings for the SageMaker Partner AI App.</p>
23
+ * @public
24
+ */
25
+ MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
26
+ /**
27
+ * <p>Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.</p>
28
+ * @public
29
+ */
30
+ Tier?: string | undefined;
31
+ /**
32
+ * <p>Configuration settings for the SageMaker Partner AI App.</p>
33
+ * @public
34
+ */
35
+ ApplicationConfig?: PartnerAppConfig | undefined;
36
+ /**
37
+ * <p>When set to <code>TRUE</code>, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.</p>
38
+ * @public
39
+ */
40
+ EnableIamSessionBasedIdentity?: boolean | undefined;
41
+ /**
42
+ * <p>When set to <code>TRUE</code>, the SageMaker Partner AI App is automatically upgraded to the latest minor version during the next scheduled maintenance window, if one is available.</p>
43
+ * @public
44
+ */
45
+ EnableAutoMinorVersionUpgrade?: boolean | undefined;
46
+ /**
47
+ * <p>The semantic version to upgrade the SageMaker Partner AI App to. Must be the same semantic version returned in the <code>AvailableUpgrade</code> field from <code>DescribePartnerApp</code>. Version skipping and downgrades are not supported.</p>
48
+ * @public
49
+ */
50
+ AppVersion?: string | undefined;
51
+ /**
52
+ * <p>A unique token that guarantees that the call to this API is idempotent.</p>
53
+ * @public
54
+ */
55
+ ClientToken?: string | undefined;
56
+ /**
57
+ * <p>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</p>
58
+ * @public
59
+ */
60
+ Tags?: Tag[] | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface UpdatePartnerAppResponse {
66
+ /**
67
+ * <p>The ARN of the SageMaker Partner AI App that was updated.</p>
68
+ * @public
69
+ */
70
+ Arn?: string | undefined;
71
+ }
72
+ /**
73
+ * @public
74
+ */
75
+ export interface UpdatePipelineRequest {
76
+ /**
77
+ * <p>The name of the pipeline to update.</p>
78
+ * @public
79
+ */
80
+ PipelineName: string | undefined;
81
+ /**
82
+ * <p>The display name of the pipeline.</p>
83
+ * @public
84
+ */
85
+ PipelineDisplayName?: string | undefined;
86
+ /**
87
+ * <p>The JSON pipeline definition.</p>
88
+ * @public
89
+ */
90
+ PipelineDefinition?: string | undefined;
91
+ /**
92
+ * <p>The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.</p>
93
+ * @public
94
+ */
95
+ PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
96
+ /**
97
+ * <p>The description of the pipeline.</p>
98
+ * @public
99
+ */
100
+ PipelineDescription?: string | undefined;
101
+ /**
102
+ * <p>The Amazon Resource Name (ARN) that the pipeline uses to execute.</p>
103
+ * @public
104
+ */
105
+ RoleArn?: string | undefined;
106
+ /**
107
+ * <p>If specified, it applies to all executions of this pipeline by default.</p>
108
+ * @public
109
+ */
110
+ ParallelismConfiguration?: ParallelismConfiguration | undefined;
111
+ }
112
+ /**
113
+ * @public
114
+ */
115
+ export interface UpdatePipelineResponse {
116
+ /**
117
+ * <p>The Amazon Resource Name (ARN) of the updated pipeline.</p>
118
+ * @public
119
+ */
120
+ PipelineArn?: string | undefined;
121
+ /**
122
+ * <p>The ID of the pipeline version.</p>
123
+ * @public
124
+ */
125
+ PipelineVersionId?: number | undefined;
126
+ }
127
+ /**
128
+ * @public
129
+ */
130
+ export interface UpdatePipelineExecutionRequest {
131
+ /**
132
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
133
+ * @public
134
+ */
135
+ PipelineExecutionArn: string | undefined;
136
+ /**
137
+ * <p>The description of the pipeline execution.</p>
138
+ * @public
139
+ */
140
+ PipelineExecutionDescription?: string | undefined;
141
+ /**
142
+ * <p>The display name of the pipeline execution.</p>
143
+ * @public
144
+ */
145
+ PipelineExecutionDisplayName?: string | undefined;
146
+ /**
147
+ * <p>This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.</p>
148
+ * @public
149
+ */
150
+ ParallelismConfiguration?: ParallelismConfiguration | undefined;
151
+ }
152
+ /**
153
+ * @public
154
+ */
155
+ export interface UpdatePipelineExecutionResponse {
156
+ /**
157
+ * <p>The Amazon Resource Name (ARN) of the updated pipeline execution.</p>
158
+ * @public
159
+ */
160
+ PipelineExecutionArn?: string | undefined;
161
+ }
162
+ /**
163
+ * @public
164
+ */
165
+ export interface UpdatePipelineVersionRequest {
166
+ /**
167
+ * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
168
+ * @public
169
+ */
170
+ PipelineArn: string | undefined;
171
+ /**
172
+ * <p>The pipeline version ID to update.</p>
173
+ * @public
174
+ */
175
+ PipelineVersionId: number | undefined;
176
+ /**
177
+ * <p>The display name of the pipeline version.</p>
178
+ * @public
179
+ */
180
+ PipelineVersionDisplayName?: string | undefined;
181
+ /**
182
+ * <p>The description of the pipeline version.</p>
183
+ * @public
184
+ */
185
+ PipelineVersionDescription?: string | undefined;
186
+ }
187
+ /**
188
+ * @public
189
+ */
190
+ export interface UpdatePipelineVersionResponse {
191
+ /**
192
+ * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
193
+ * @public
194
+ */
195
+ PipelineArn?: string | undefined;
196
+ /**
197
+ * <p>The ID of the pipeline version.</p>
198
+ * @public
199
+ */
200
+ PipelineVersionId?: number | undefined;
201
+ }
202
+ /**
203
+ * <p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>. </p>
204
+ * @public
205
+ */
206
+ export interface ServiceCatalogProvisioningUpdateDetails {
207
+ /**
208
+ * <p>The ID of the provisioning artifact.</p>
209
+ * @public
210
+ */
211
+ ProvisioningArtifactId?: string | undefined;
212
+ /**
213
+ * <p>A list of key value pairs that you specify when you provision a product.</p>
214
+ * @public
215
+ */
216
+ ProvisioningParameters?: ProvisioningParameter[] | undefined;
217
+ }
218
+ /**
219
+ * <p> Contains configuration details for updating an existing template provider in the project. </p>
220
+ * @public
221
+ */
222
+ export interface UpdateTemplateProvider {
223
+ /**
224
+ * <p> The CloudFormation template provider configuration to update. </p>
225
+ * @public
226
+ */
227
+ CfnTemplateProvider?: CfnUpdateTemplateProvider | undefined;
228
+ }
229
+ /**
230
+ * @public
231
+ */
232
+ export interface UpdateProjectInput {
233
+ /**
234
+ * <p>The name of the project.</p>
235
+ * @public
236
+ */
237
+ ProjectName: string | undefined;
238
+ /**
239
+ * <p>The description for the project.</p>
240
+ * @public
241
+ */
242
+ ProjectDescription?: string | undefined;
243
+ /**
244
+ * <p>The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>. </p>
245
+ * @public
246
+ */
247
+ ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails | undefined;
248
+ /**
249
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html">Amazon Web Services Service Catalog Tag Update Constraints</a>.</p>
250
+ * @public
251
+ */
252
+ Tags?: Tag[] | undefined;
253
+ /**
254
+ * <p> The template providers to update in the project. </p>
255
+ * @public
256
+ */
257
+ TemplateProvidersToUpdate?: UpdateTemplateProvider[] | undefined;
258
+ }
259
+ /**
260
+ * @public
261
+ */
262
+ export interface UpdateProjectOutput {
263
+ /**
264
+ * <p>The Amazon Resource Name (ARN) of the project.</p>
265
+ * @public
266
+ */
267
+ ProjectArn: string | undefined;
268
+ }
269
+ /**
270
+ * @public
271
+ */
272
+ export interface UpdateSpaceRequest {
273
+ /**
274
+ * <p>The ID of the associated domain.</p>
275
+ * @public
276
+ */
277
+ DomainId: string | undefined;
278
+ /**
279
+ * <p>The name of the space.</p>
280
+ * @public
281
+ */
282
+ SpaceName: string | undefined;
283
+ /**
284
+ * <p>A collection of space settings.</p>
285
+ * @public
286
+ */
287
+ SpaceSettings?: SpaceSettings | undefined;
288
+ /**
289
+ * <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
290
+ * @public
291
+ */
292
+ SpaceDisplayName?: string | undefined;
293
+ }
294
+ /**
295
+ * @public
296
+ */
297
+ export interface UpdateSpaceResponse {
298
+ /**
299
+ * <p>The space's Amazon Resource Name (ARN).</p>
300
+ * @public
301
+ */
302
+ SpaceArn?: string | undefined;
303
+ }
304
+ /**
305
+ * @public
306
+ */
307
+ export interface UpdateTrainingJobRequest {
308
+ /**
309
+ * <p>The name of a training job to update the Debugger profiling configuration.</p>
310
+ * @public
311
+ */
312
+ TrainingJobName: string | undefined;
313
+ /**
314
+ * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.</p>
315
+ * @public
316
+ */
317
+ ProfilerConfig?: ProfilerConfigForUpdate | undefined;
318
+ /**
319
+ * <p>Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.</p>
320
+ * @public
321
+ */
322
+ ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
323
+ /**
324
+ * <p>The training job <code>ResourceConfig</code> to update warm pool retention length.</p>
325
+ * @public
326
+ */
327
+ ResourceConfig?: ResourceConfigForUpdate | undefined;
328
+ /**
329
+ * <p>Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the <code>SecondaryStatus</code> of the job is <code>Downloading</code> or <code>Training</code>.To learn more about the remote debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging</a>.</p>
330
+ * @public
331
+ */
332
+ RemoteDebugConfig?: RemoteDebugConfigForUpdate | undefined;
333
+ }
334
+ /**
335
+ * @public
336
+ */
337
+ export interface UpdateTrainingJobResponse {
338
+ /**
339
+ * <p>The Amazon Resource Name (ARN) of the training job.</p>
340
+ * @public
341
+ */
342
+ TrainingJobArn: string | undefined;
343
+ }
344
+ /**
345
+ * @public
346
+ */
347
+ export interface UpdateTrialRequest {
348
+ /**
349
+ * <p>The name of the trial to update.</p>
350
+ * @public
351
+ */
352
+ TrialName: string | undefined;
353
+ /**
354
+ * <p>The name of the trial as displayed. The name doesn't need to be unique. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>
355
+ * @public
356
+ */
357
+ DisplayName?: string | undefined;
358
+ }
6
359
  /**
7
360
  * @public
8
361
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListJobSchemaVersionsCommandInput, ListJobSchemaVersionsCommandOutput } from "../commands/ListJobSchemaVersionsCommand";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListJobSchemaVersions: (config: SageMakerPaginationConfiguration, input: ListJobSchemaVersionsCommandInput, ...rest: any[]) => Paginator<ListJobSchemaVersionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListJobs: (config: SageMakerPaginationConfiguration, input: ListJobsCommandInput, ...rest: any[]) => 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;