@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.
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
@@ -189,6 +189,10 @@ import {
189
189
  CreateInferenceRecommendationsJobCommandInput,
190
190
  CreateInferenceRecommendationsJobCommandOutput,
191
191
  } from "./commands/CreateInferenceRecommendationsJobCommand";
192
+ import {
193
+ CreateJobCommandInput,
194
+ CreateJobCommandOutput,
195
+ } from "./commands/CreateJobCommand";
192
196
  import {
193
197
  CreateLabelingJobCommandInput,
194
198
  CreateLabelingJobCommandOutput,
@@ -461,6 +465,10 @@ import {
461
465
  DeleteInferenceExperimentCommandInput,
462
466
  DeleteInferenceExperimentCommandOutput,
463
467
  } from "./commands/DeleteInferenceExperimentCommand";
468
+ import {
469
+ DeleteJobCommandInput,
470
+ DeleteJobCommandOutput,
471
+ } from "./commands/DeleteJobCommand";
464
472
  import {
465
473
  DeleteMlflowAppCommandInput,
466
474
  DeleteMlflowAppCommandOutput,
@@ -729,6 +737,14 @@ import {
729
737
  DescribeInferenceRecommendationsJobCommandInput,
730
738
  DescribeInferenceRecommendationsJobCommandOutput,
731
739
  } from "./commands/DescribeInferenceRecommendationsJobCommand";
740
+ import {
741
+ DescribeJobCommandInput,
742
+ DescribeJobCommandOutput,
743
+ } from "./commands/DescribeJobCommand";
744
+ import {
745
+ DescribeJobSchemaVersionCommandInput,
746
+ DescribeJobSchemaVersionCommandOutput,
747
+ } from "./commands/DescribeJobSchemaVersionCommand";
732
748
  import {
733
749
  DescribeLabelingJobCommandInput,
734
750
  DescribeLabelingJobCommandOutput,
@@ -1085,6 +1101,14 @@ import {
1085
1101
  ListInferenceRecommendationsJobStepsCommandInput,
1086
1102
  ListInferenceRecommendationsJobStepsCommandOutput,
1087
1103
  } from "./commands/ListInferenceRecommendationsJobStepsCommand";
1104
+ import {
1105
+ ListJobSchemaVersionsCommandInput,
1106
+ ListJobSchemaVersionsCommandOutput,
1107
+ } from "./commands/ListJobSchemaVersionsCommand";
1108
+ import {
1109
+ ListJobsCommandInput,
1110
+ ListJobsCommandOutput,
1111
+ } from "./commands/ListJobsCommand";
1088
1112
  import {
1089
1113
  ListLabelingJobsCommandInput,
1090
1114
  ListLabelingJobsCommandOutput,
@@ -1373,6 +1397,10 @@ import {
1373
1397
  StopInferenceRecommendationsJobCommandInput,
1374
1398
  StopInferenceRecommendationsJobCommandOutput,
1375
1399
  } from "./commands/StopInferenceRecommendationsJobCommand";
1400
+ import {
1401
+ StopJobCommandInput,
1402
+ StopJobCommandOutput,
1403
+ } from "./commands/StopJobCommand";
1376
1404
  import {
1377
1405
  StopLabelingJobCommandInput,
1378
1406
  StopLabelingJobCommandOutput,
@@ -2196,6 +2224,19 @@ export interface SageMaker {
2196
2224
  data?: CreateInferenceRecommendationsJobCommandOutput
2197
2225
  ) => void
2198
2226
  ): void;
2227
+ createJob(
2228
+ args: CreateJobCommandInput,
2229
+ options?: __HttpHandlerOptions
2230
+ ): Promise<CreateJobCommandOutput>;
2231
+ createJob(
2232
+ args: CreateJobCommandInput,
2233
+ cb: (err: any, data?: CreateJobCommandOutput) => void
2234
+ ): void;
2235
+ createJob(
2236
+ args: CreateJobCommandInput,
2237
+ options: __HttpHandlerOptions,
2238
+ cb: (err: any, data?: CreateJobCommandOutput) => void
2239
+ ): void;
2199
2240
  createLabelingJob(
2200
2241
  args: CreateLabelingJobCommandInput,
2201
2242
  options?: __HttpHandlerOptions
@@ -3106,6 +3147,19 @@ export interface SageMaker {
3106
3147
  options: __HttpHandlerOptions,
3107
3148
  cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void
3108
3149
  ): void;
3150
+ deleteJob(
3151
+ args: DeleteJobCommandInput,
3152
+ options?: __HttpHandlerOptions
3153
+ ): Promise<DeleteJobCommandOutput>;
3154
+ deleteJob(
3155
+ args: DeleteJobCommandInput,
3156
+ cb: (err: any, data?: DeleteJobCommandOutput) => void
3157
+ ): void;
3158
+ deleteJob(
3159
+ args: DeleteJobCommandInput,
3160
+ options: __HttpHandlerOptions,
3161
+ cb: (err: any, data?: DeleteJobCommandOutput) => void
3162
+ ): void;
3109
3163
  deleteMlflowApp(
3110
3164
  args: DeleteMlflowAppCommandInput,
3111
3165
  options?: __HttpHandlerOptions
@@ -3995,6 +4049,32 @@ export interface SageMaker {
3995
4049
  data?: DescribeInferenceRecommendationsJobCommandOutput
3996
4050
  ) => void
3997
4051
  ): void;
4052
+ describeJob(
4053
+ args: DescribeJobCommandInput,
4054
+ options?: __HttpHandlerOptions
4055
+ ): Promise<DescribeJobCommandOutput>;
4056
+ describeJob(
4057
+ args: DescribeJobCommandInput,
4058
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
4059
+ ): void;
4060
+ describeJob(
4061
+ args: DescribeJobCommandInput,
4062
+ options: __HttpHandlerOptions,
4063
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
4064
+ ): void;
4065
+ describeJobSchemaVersion(
4066
+ args: DescribeJobSchemaVersionCommandInput,
4067
+ options?: __HttpHandlerOptions
4068
+ ): Promise<DescribeJobSchemaVersionCommandOutput>;
4069
+ describeJobSchemaVersion(
4070
+ args: DescribeJobSchemaVersionCommandInput,
4071
+ cb: (err: any, data?: DescribeJobSchemaVersionCommandOutput) => void
4072
+ ): void;
4073
+ describeJobSchemaVersion(
4074
+ args: DescribeJobSchemaVersionCommandInput,
4075
+ options: __HttpHandlerOptions,
4076
+ cb: (err: any, data?: DescribeJobSchemaVersionCommandOutput) => void
4077
+ ): void;
3998
4078
  describeLabelingJob(
3999
4079
  args: DescribeLabelingJobCommandInput,
4000
4080
  options?: __HttpHandlerOptions
@@ -5249,6 +5329,32 @@ export interface SageMaker {
5249
5329
  data?: ListInferenceRecommendationsJobStepsCommandOutput
5250
5330
  ) => void
5251
5331
  ): void;
5332
+ listJobs(
5333
+ args: ListJobsCommandInput,
5334
+ options?: __HttpHandlerOptions
5335
+ ): Promise<ListJobsCommandOutput>;
5336
+ listJobs(
5337
+ args: ListJobsCommandInput,
5338
+ cb: (err: any, data?: ListJobsCommandOutput) => void
5339
+ ): void;
5340
+ listJobs(
5341
+ args: ListJobsCommandInput,
5342
+ options: __HttpHandlerOptions,
5343
+ cb: (err: any, data?: ListJobsCommandOutput) => void
5344
+ ): void;
5345
+ listJobSchemaVersions(
5346
+ args: ListJobSchemaVersionsCommandInput,
5347
+ options?: __HttpHandlerOptions
5348
+ ): Promise<ListJobSchemaVersionsCommandOutput>;
5349
+ listJobSchemaVersions(
5350
+ args: ListJobSchemaVersionsCommandInput,
5351
+ cb: (err: any, data?: ListJobSchemaVersionsCommandOutput) => void
5352
+ ): void;
5353
+ listJobSchemaVersions(
5354
+ args: ListJobSchemaVersionsCommandInput,
5355
+ options: __HttpHandlerOptions,
5356
+ cb: (err: any, data?: ListJobSchemaVersionsCommandOutput) => void
5357
+ ): void;
5252
5358
  listLabelingJobs(): Promise<ListLabelingJobsCommandOutput>;
5253
5359
  listLabelingJobs(
5254
5360
  args: ListLabelingJobsCommandInput,
@@ -6252,6 +6358,19 @@ export interface SageMaker {
6252
6358
  options: __HttpHandlerOptions,
6253
6359
  cb: (err: any, data?: StopInferenceRecommendationsJobCommandOutput) => void
6254
6360
  ): void;
6361
+ stopJob(
6362
+ args: StopJobCommandInput,
6363
+ options?: __HttpHandlerOptions
6364
+ ): Promise<StopJobCommandOutput>;
6365
+ stopJob(
6366
+ args: StopJobCommandInput,
6367
+ cb: (err: any, data?: StopJobCommandOutput) => void
6368
+ ): void;
6369
+ stopJob(
6370
+ args: StopJobCommandInput,
6371
+ options: __HttpHandlerOptions,
6372
+ cb: (err: any, data?: StopJobCommandOutput) => void
6373
+ ): void;
6255
6374
  stopLabelingJob(
6256
6375
  args: StopLabelingJobCommandInput,
6257
6376
  options?: __HttpHandlerOptions
@@ -7259,6 +7378,20 @@ export interface SageMaker {
7259
7378
  Exclude<keyof PaginationConfiguration, "client">
7260
7379
  >
7261
7380
  ): Paginator<ListInferenceRecommendationsJobStepsCommandOutput>;
7381
+ paginateListJobs(
7382
+ args: ListJobsCommandInput,
7383
+ paginationConfig?: Pick<
7384
+ PaginationConfiguration,
7385
+ Exclude<keyof PaginationConfiguration, "client">
7386
+ >
7387
+ ): Paginator<ListJobsCommandOutput>;
7388
+ paginateListJobSchemaVersions(
7389
+ args: ListJobSchemaVersionsCommandInput,
7390
+ paginationConfig?: Pick<
7391
+ PaginationConfiguration,
7392
+ Exclude<keyof PaginationConfiguration, "client">
7393
+ >
7394
+ ): Paginator<ListJobSchemaVersionsCommandOutput>;
7262
7395
  paginateListLabelingJobs(
7263
7396
  args?: ListLabelingJobsCommandInput,
7264
7397
  paginationConfig?: Pick<
@@ -220,6 +220,10 @@ import {
220
220
  CreateInferenceRecommendationsJobCommandInput,
221
221
  CreateInferenceRecommendationsJobCommandOutput,
222
222
  } from "./commands/CreateInferenceRecommendationsJobCommand";
223
+ import {
224
+ CreateJobCommandInput,
225
+ CreateJobCommandOutput,
226
+ } from "./commands/CreateJobCommand";
223
227
  import {
224
228
  CreateLabelingJobCommandInput,
225
229
  CreateLabelingJobCommandOutput,
@@ -492,6 +496,10 @@ import {
492
496
  DeleteInferenceExperimentCommandInput,
493
497
  DeleteInferenceExperimentCommandOutput,
494
498
  } from "./commands/DeleteInferenceExperimentCommand";
499
+ import {
500
+ DeleteJobCommandInput,
501
+ DeleteJobCommandOutput,
502
+ } from "./commands/DeleteJobCommand";
495
503
  import {
496
504
  DeleteMlflowAppCommandInput,
497
505
  DeleteMlflowAppCommandOutput,
@@ -760,6 +768,14 @@ import {
760
768
  DescribeInferenceRecommendationsJobCommandInput,
761
769
  DescribeInferenceRecommendationsJobCommandOutput,
762
770
  } from "./commands/DescribeInferenceRecommendationsJobCommand";
771
+ import {
772
+ DescribeJobCommandInput,
773
+ DescribeJobCommandOutput,
774
+ } from "./commands/DescribeJobCommand";
775
+ import {
776
+ DescribeJobSchemaVersionCommandInput,
777
+ DescribeJobSchemaVersionCommandOutput,
778
+ } from "./commands/DescribeJobSchemaVersionCommand";
763
779
  import {
764
780
  DescribeLabelingJobCommandInput,
765
781
  DescribeLabelingJobCommandOutput,
@@ -1116,6 +1132,14 @@ import {
1116
1132
  ListInferenceRecommendationsJobStepsCommandInput,
1117
1133
  ListInferenceRecommendationsJobStepsCommandOutput,
1118
1134
  } from "./commands/ListInferenceRecommendationsJobStepsCommand";
1135
+ import {
1136
+ ListJobSchemaVersionsCommandInput,
1137
+ ListJobSchemaVersionsCommandOutput,
1138
+ } from "./commands/ListJobSchemaVersionsCommand";
1139
+ import {
1140
+ ListJobsCommandInput,
1141
+ ListJobsCommandOutput,
1142
+ } from "./commands/ListJobsCommand";
1119
1143
  import {
1120
1144
  ListLabelingJobsCommandInput,
1121
1145
  ListLabelingJobsCommandOutput,
@@ -1404,6 +1428,10 @@ import {
1404
1428
  StopInferenceRecommendationsJobCommandInput,
1405
1429
  StopInferenceRecommendationsJobCommandOutput,
1406
1430
  } from "./commands/StopInferenceRecommendationsJobCommand";
1431
+ import {
1432
+ StopJobCommandInput,
1433
+ StopJobCommandOutput,
1434
+ } from "./commands/StopJobCommand";
1407
1435
  import {
1408
1436
  StopLabelingJobCommandInput,
1409
1437
  StopLabelingJobCommandOutput,
@@ -1674,6 +1702,7 @@ export type ServiceInputTypes =
1674
1702
  | CreateInferenceComponentCommandInput
1675
1703
  | CreateInferenceExperimentCommandInput
1676
1704
  | CreateInferenceRecommendationsJobCommandInput
1705
+ | CreateJobCommandInput
1677
1706
  | CreateLabelingJobCommandInput
1678
1707
  | CreateMlflowAppCommandInput
1679
1708
  | CreateMlflowTrackingServerCommandInput
@@ -1742,6 +1771,7 @@ export type ServiceInputTypes =
1742
1771
  | DeleteImageVersionCommandInput
1743
1772
  | DeleteInferenceComponentCommandInput
1744
1773
  | DeleteInferenceExperimentCommandInput
1774
+ | DeleteJobCommandInput
1745
1775
  | DeleteMlflowAppCommandInput
1746
1776
  | DeleteMlflowTrackingServerCommandInput
1747
1777
  | DeleteModelBiasJobDefinitionCommandInput
@@ -1809,6 +1839,8 @@ export type ServiceInputTypes =
1809
1839
  | DescribeInferenceComponentCommandInput
1810
1840
  | DescribeInferenceExperimentCommandInput
1811
1841
  | DescribeInferenceRecommendationsJobCommandInput
1842
+ | DescribeJobCommandInput
1843
+ | DescribeJobSchemaVersionCommandInput
1812
1844
  | DescribeLabelingJobCommandInput
1813
1845
  | DescribeLineageGroupCommandInput
1814
1846
  | DescribeMlflowAppCommandInput
@@ -1898,6 +1930,8 @@ export type ServiceInputTypes =
1898
1930
  | ListInferenceExperimentsCommandInput
1899
1931
  | ListInferenceRecommendationsJobStepsCommandInput
1900
1932
  | ListInferenceRecommendationsJobsCommandInput
1933
+ | ListJobSchemaVersionsCommandInput
1934
+ | ListJobsCommandInput
1901
1935
  | ListLabelingJobsCommandInput
1902
1936
  | ListLabelingJobsForWorkteamCommandInput
1903
1937
  | ListLineageGroupsCommandInput
@@ -1970,6 +2004,7 @@ export type ServiceInputTypes =
1970
2004
  | StopHyperParameterTuningJobCommandInput
1971
2005
  | StopInferenceExperimentCommandInput
1972
2006
  | StopInferenceRecommendationsJobCommandInput
2007
+ | StopJobCommandInput
1973
2008
  | StopLabelingJobCommandInput
1974
2009
  | StopMlflowTrackingServerCommandInput
1975
2010
  | StopMonitoringScheduleCommandInput
@@ -2071,6 +2106,7 @@ export type ServiceOutputTypes =
2071
2106
  | CreateInferenceComponentCommandOutput
2072
2107
  | CreateInferenceExperimentCommandOutput
2073
2108
  | CreateInferenceRecommendationsJobCommandOutput
2109
+ | CreateJobCommandOutput
2074
2110
  | CreateLabelingJobCommandOutput
2075
2111
  | CreateMlflowAppCommandOutput
2076
2112
  | CreateMlflowTrackingServerCommandOutput
@@ -2139,6 +2175,7 @@ export type ServiceOutputTypes =
2139
2175
  | DeleteImageVersionCommandOutput
2140
2176
  | DeleteInferenceComponentCommandOutput
2141
2177
  | DeleteInferenceExperimentCommandOutput
2178
+ | DeleteJobCommandOutput
2142
2179
  | DeleteMlflowAppCommandOutput
2143
2180
  | DeleteMlflowTrackingServerCommandOutput
2144
2181
  | DeleteModelBiasJobDefinitionCommandOutput
@@ -2206,6 +2243,8 @@ export type ServiceOutputTypes =
2206
2243
  | DescribeInferenceComponentCommandOutput
2207
2244
  | DescribeInferenceExperimentCommandOutput
2208
2245
  | DescribeInferenceRecommendationsJobCommandOutput
2246
+ | DescribeJobCommandOutput
2247
+ | DescribeJobSchemaVersionCommandOutput
2209
2248
  | DescribeLabelingJobCommandOutput
2210
2249
  | DescribeLineageGroupCommandOutput
2211
2250
  | DescribeMlflowAppCommandOutput
@@ -2295,6 +2334,8 @@ export type ServiceOutputTypes =
2295
2334
  | ListInferenceExperimentsCommandOutput
2296
2335
  | ListInferenceRecommendationsJobStepsCommandOutput
2297
2336
  | ListInferenceRecommendationsJobsCommandOutput
2337
+ | ListJobSchemaVersionsCommandOutput
2338
+ | ListJobsCommandOutput
2298
2339
  | ListLabelingJobsCommandOutput
2299
2340
  | ListLabelingJobsForWorkteamCommandOutput
2300
2341
  | ListLineageGroupsCommandOutput
@@ -2367,6 +2408,7 @@ export type ServiceOutputTypes =
2367
2408
  | StopHyperParameterTuningJobCommandOutput
2368
2409
  | StopInferenceExperimentCommandOutput
2369
2410
  | StopInferenceRecommendationsJobCommandOutput
2411
+ | StopJobCommandOutput
2370
2412
  | StopLabelingJobCommandOutput
2371
2413
  | StopMlflowTrackingServerCommandOutput
2372
2414
  | StopMonitoringScheduleCommandOutput
@@ -0,0 +1,45 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateJobCommandInput extends CreateJobRequest {}
12
+ export interface CreateJobCommandOutput
13
+ extends CreateJobResponse,
14
+ __MetadataBearer {}
15
+ declare const CreateJobCommand_base: {
16
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
17
+ CreateJobCommandInput,
18
+ CreateJobCommandOutput,
19
+ SageMakerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
24
+ CreateJobCommandInput,
25
+ CreateJobCommandOutput,
26
+ SageMakerClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
33
+ };
34
+ export declare class CreateJobCommand extends CreateJobCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateJobRequest;
38
+ output: CreateJobResponse;
39
+ };
40
+ sdk: {
41
+ input: CreateJobCommandInput;
42
+ output: CreateJobCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -0,0 +1,45 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteJobRequest, DeleteJobResponse } from "../models/models_2";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteJobCommandInput extends DeleteJobRequest {}
12
+ export interface DeleteJobCommandOutput
13
+ extends DeleteJobResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteJobCommand_base: {
16
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<
17
+ DeleteJobCommandInput,
18
+ DeleteJobCommandOutput,
19
+ SageMakerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<
24
+ DeleteJobCommandInput,
25
+ DeleteJobCommandOutput,
26
+ SageMakerClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
33
+ };
34
+ export declare class DeleteJobCommand extends DeleteJobCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteJobRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteJobCommandInput;
42
+ output: DeleteJobCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeJobRequest, DescribeJobResponse } from "../models/models_3";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DescribeJobCommandInput extends DescribeJobRequest {}
12
+ export interface DescribeJobCommandOutput
13
+ extends DescribeJobResponse,
14
+ __MetadataBearer {}
15
+ declare const DescribeJobCommand_base: {
16
+ new (
17
+ input: DescribeJobCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DescribeJobCommandInput,
20
+ DescribeJobCommandOutput,
21
+ SageMakerClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DescribeJobCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DescribeJobCommandInput,
29
+ DescribeJobCommandOutput,
30
+ SageMakerClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DescribeJobCommand extends DescribeJobCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DescribeJobRequest;
42
+ output: DescribeJobResponse;
43
+ };
44
+ sdk: {
45
+ input: DescribeJobCommandInput;
46
+ output: DescribeJobCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeJobSchemaVersionRequest,
5
+ DescribeJobSchemaVersionResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeJobSchemaVersionCommandInput
15
+ extends DescribeJobSchemaVersionRequest {}
16
+ export interface DescribeJobSchemaVersionCommandOutput
17
+ extends DescribeJobSchemaVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeJobSchemaVersionCommand_base: {
20
+ new (
21
+ input: DescribeJobSchemaVersionCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeJobSchemaVersionCommandInput,
24
+ DescribeJobSchemaVersionCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeJobSchemaVersionCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DescribeJobSchemaVersionCommandInput,
33
+ DescribeJobSchemaVersionCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DescribeJobSchemaVersionCommand extends DescribeJobSchemaVersionCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DescribeJobSchemaVersionRequest;
46
+ output: DescribeJobSchemaVersionResponse;
47
+ };
48
+ sdk: {
49
+ input: DescribeJobSchemaVersionCommandInput;
50
+ output: DescribeJobSchemaVersionCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListJobSchemaVersionsRequest,
5
+ ListJobSchemaVersionsResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListJobSchemaVersionsCommandInput
15
+ extends ListJobSchemaVersionsRequest {}
16
+ export interface ListJobSchemaVersionsCommandOutput
17
+ extends ListJobSchemaVersionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListJobSchemaVersionsCommand_base: {
20
+ new (
21
+ input: ListJobSchemaVersionsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListJobSchemaVersionsCommandInput,
24
+ ListJobSchemaVersionsCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListJobSchemaVersionsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ListJobSchemaVersionsCommandInput,
33
+ ListJobSchemaVersionsCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ListJobSchemaVersionsCommand extends ListJobSchemaVersionsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ListJobSchemaVersionsRequest;
46
+ output: ListJobSchemaVersionsResponse;
47
+ };
48
+ sdk: {
49
+ input: ListJobSchemaVersionsCommandInput;
50
+ output: ListJobSchemaVersionsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,45 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListJobsRequest, ListJobsResponse } from "../models/models_4";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListJobsCommandInput extends ListJobsRequest {}
12
+ export interface ListJobsCommandOutput
13
+ extends ListJobsResponse,
14
+ __MetadataBearer {}
15
+ declare const ListJobsCommand_base: {
16
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
17
+ ListJobsCommandInput,
18
+ ListJobsCommandOutput,
19
+ SageMakerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
24
+ ListJobsCommandInput,
25
+ ListJobsCommandOutput,
26
+ SageMakerClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
33
+ };
34
+ export declare class ListJobsCommand extends ListJobsCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: ListJobsRequest;
38
+ output: ListJobsResponse;
39
+ };
40
+ sdk: {
41
+ input: ListJobsCommandInput;
42
+ output: ListJobsCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListLabelingJobsRequest,
5
5
  ListLabelingJobsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListLabelingJobsForWorkteamRequest,
5
5
  ListLabelingJobsForWorkteamResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListLineageGroupsRequest,
5
5
  ListLineageGroupsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMlflowAppsRequest,
5
5
  ListMlflowAppsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMlflowTrackingServersRequest,
5
5
  ListMlflowTrackingServersResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,