@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
@@ -45,6 +45,7 @@ import { CreateImageVersionCommand, } from "./commands/CreateImageVersionCommand
45
45
  import { CreateInferenceComponentCommand, } from "./commands/CreateInferenceComponentCommand";
46
46
  import { CreateInferenceExperimentCommand, } from "./commands/CreateInferenceExperimentCommand";
47
47
  import { CreateInferenceRecommendationsJobCommand, } from "./commands/CreateInferenceRecommendationsJobCommand";
48
+ import { CreateJobCommand } from "./commands/CreateJobCommand";
48
49
  import { CreateLabelingJobCommand, } from "./commands/CreateLabelingJobCommand";
49
50
  import { CreateMlflowAppCommand, } from "./commands/CreateMlflowAppCommand";
50
51
  import { CreateMlflowTrackingServerCommand, } from "./commands/CreateMlflowTrackingServerCommand";
@@ -113,6 +114,7 @@ import { DeleteImageCommand, } from "./commands/DeleteImageCommand";
113
114
  import { DeleteImageVersionCommand, } from "./commands/DeleteImageVersionCommand";
114
115
  import { DeleteInferenceComponentCommand, } from "./commands/DeleteInferenceComponentCommand";
115
116
  import { DeleteInferenceExperimentCommand, } from "./commands/DeleteInferenceExperimentCommand";
117
+ import { DeleteJobCommand } from "./commands/DeleteJobCommand";
116
118
  import { DeleteMlflowAppCommand, } from "./commands/DeleteMlflowAppCommand";
117
119
  import { DeleteMlflowTrackingServerCommand, } from "./commands/DeleteMlflowTrackingServerCommand";
118
120
  import { DeleteModelBiasJobDefinitionCommand, } from "./commands/DeleteModelBiasJobDefinitionCommand";
@@ -180,6 +182,8 @@ import { DescribeImageVersionCommand, } from "./commands/DescribeImageVersionCom
180
182
  import { DescribeInferenceComponentCommand, } from "./commands/DescribeInferenceComponentCommand";
181
183
  import { DescribeInferenceExperimentCommand, } from "./commands/DescribeInferenceExperimentCommand";
182
184
  import { DescribeInferenceRecommendationsJobCommand, } from "./commands/DescribeInferenceRecommendationsJobCommand";
185
+ import { DescribeJobCommand, } from "./commands/DescribeJobCommand";
186
+ import { DescribeJobSchemaVersionCommand, } from "./commands/DescribeJobSchemaVersionCommand";
183
187
  import { DescribeLabelingJobCommand, } from "./commands/DescribeLabelingJobCommand";
184
188
  import { DescribeLineageGroupCommand, } from "./commands/DescribeLineageGroupCommand";
185
189
  import { DescribeMlflowAppCommand, } from "./commands/DescribeMlflowAppCommand";
@@ -269,6 +273,8 @@ import { ListInferenceComponentsCommand, } from "./commands/ListInferenceCompone
269
273
  import { ListInferenceExperimentsCommand, } from "./commands/ListInferenceExperimentsCommand";
270
274
  import { ListInferenceRecommendationsJobsCommand, } from "./commands/ListInferenceRecommendationsJobsCommand";
271
275
  import { ListInferenceRecommendationsJobStepsCommand, } from "./commands/ListInferenceRecommendationsJobStepsCommand";
276
+ import { ListJobSchemaVersionsCommand, } from "./commands/ListJobSchemaVersionsCommand";
277
+ import { ListJobsCommand } from "./commands/ListJobsCommand";
272
278
  import { ListLabelingJobsCommand, } from "./commands/ListLabelingJobsCommand";
273
279
  import { ListLabelingJobsForWorkteamCommand, } from "./commands/ListLabelingJobsForWorkteamCommand";
274
280
  import { ListLineageGroupsCommand, } from "./commands/ListLineageGroupsCommand";
@@ -341,6 +347,7 @@ import { StopEdgePackagingJobCommand, } from "./commands/StopEdgePackagingJobCom
341
347
  import { StopHyperParameterTuningJobCommand, } from "./commands/StopHyperParameterTuningJobCommand";
342
348
  import { StopInferenceExperimentCommand, } from "./commands/StopInferenceExperimentCommand";
343
349
  import { StopInferenceRecommendationsJobCommand, } from "./commands/StopInferenceRecommendationsJobCommand";
350
+ import { StopJobCommand } from "./commands/StopJobCommand";
344
351
  import { StopLabelingJobCommand, } from "./commands/StopLabelingJobCommand";
345
352
  import { StopMlflowTrackingServerCommand, } from "./commands/StopMlflowTrackingServerCommand";
346
353
  import { StopMonitoringScheduleCommand, } from "./commands/StopMonitoringScheduleCommand";
@@ -436,6 +443,8 @@ import { paginateListInferenceComponents } from "./pagination/ListInferenceCompo
436
443
  import { paginateListInferenceExperiments } from "./pagination/ListInferenceExperimentsPaginator";
437
444
  import { paginateListInferenceRecommendationsJobs } from "./pagination/ListInferenceRecommendationsJobsPaginator";
438
445
  import { paginateListInferenceRecommendationsJobSteps, } from "./pagination/ListInferenceRecommendationsJobStepsPaginator";
446
+ import { paginateListJobSchemaVersions } from "./pagination/ListJobSchemaVersionsPaginator";
447
+ import { paginateListJobs } from "./pagination/ListJobsPaginator";
439
448
  import { paginateListLabelingJobsForWorkteam } from "./pagination/ListLabelingJobsForWorkteamPaginator";
440
449
  import { paginateListLabelingJobs } from "./pagination/ListLabelingJobsPaginator";
441
450
  import { paginateListLineageGroups } from "./pagination/ListLineageGroupsPaginator";
@@ -545,6 +554,7 @@ const commands = {
545
554
  CreateInferenceComponentCommand,
546
555
  CreateInferenceExperimentCommand,
547
556
  CreateInferenceRecommendationsJobCommand,
557
+ CreateJobCommand,
548
558
  CreateLabelingJobCommand,
549
559
  CreateMlflowAppCommand,
550
560
  CreateMlflowTrackingServerCommand,
@@ -613,6 +623,7 @@ const commands = {
613
623
  DeleteImageVersionCommand,
614
624
  DeleteInferenceComponentCommand,
615
625
  DeleteInferenceExperimentCommand,
626
+ DeleteJobCommand,
616
627
  DeleteMlflowAppCommand,
617
628
  DeleteMlflowTrackingServerCommand,
618
629
  DeleteModelCommand,
@@ -680,6 +691,8 @@ const commands = {
680
691
  DescribeInferenceComponentCommand,
681
692
  DescribeInferenceExperimentCommand,
682
693
  DescribeInferenceRecommendationsJobCommand,
694
+ DescribeJobCommand,
695
+ DescribeJobSchemaVersionCommand,
683
696
  DescribeLabelingJobCommand,
684
697
  DescribeLineageGroupCommand,
685
698
  DescribeMlflowAppCommand,
@@ -769,6 +782,8 @@ const commands = {
769
782
  ListInferenceExperimentsCommand,
770
783
  ListInferenceRecommendationsJobsCommand,
771
784
  ListInferenceRecommendationsJobStepsCommand,
785
+ ListJobsCommand,
786
+ ListJobSchemaVersionsCommand,
772
787
  ListLabelingJobsCommand,
773
788
  ListLabelingJobsForWorkteamCommand,
774
789
  ListLineageGroupsCommand,
@@ -841,6 +856,7 @@ const commands = {
841
856
  StopHyperParameterTuningJobCommand,
842
857
  StopInferenceExperimentCommand,
843
858
  StopInferenceRecommendationsJobCommand,
859
+ StopJobCommand,
844
860
  StopLabelingJobCommand,
845
861
  StopMlflowTrackingServerCommand,
846
862
  StopMonitoringScheduleCommand,
@@ -938,6 +954,8 @@ const paginators = {
938
954
  paginateListInferenceExperiments,
939
955
  paginateListInferenceRecommendationsJobs,
940
956
  paginateListInferenceRecommendationsJobSteps,
957
+ paginateListJobs,
958
+ paginateListJobSchemaVersions,
941
959
  paginateListLabelingJobs,
942
960
  paginateListLabelingJobsForWorkteam,
943
961
  paginateListLineageGroups,
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateJob$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateJobCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "CreateJob", {})
13
+ .n("SageMakerClient", "CreateJobCommand")
14
+ .sc(CreateJob$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteJob$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteJobCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "DeleteJob", {})
13
+ .n("SageMakerClient", "DeleteJobCommand")
14
+ .sc(DeleteJob$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeJob$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeJobCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "DescribeJob", {})
13
+ .n("SageMakerClient", "DescribeJobCommand")
14
+ .sc(DescribeJob$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeJobSchemaVersion$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeJobSchemaVersionCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "DescribeJobSchemaVersion", {})
13
+ .n("SageMakerClient", "DescribeJobSchemaVersionCommand")
14
+ .sc(DescribeJobSchemaVersion$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListJobSchemaVersions$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListJobSchemaVersionsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "ListJobSchemaVersions", {})
13
+ .n("SageMakerClient", "ListJobSchemaVersionsCommand")
14
+ .sc(ListJobSchemaVersions$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListJobs$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListJobsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "ListJobs", {})
13
+ .n("SageMakerClient", "ListJobsCommand")
14
+ .sc(ListJobs$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StopJob$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StopJobCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SageMaker", "StopJob", {})
13
+ .n("SageMakerClient", "StopJobCommand")
14
+ .sc(StopJob$)
15
+ .build() {
16
+ }
@@ -44,6 +44,7 @@ export * from "./CreateImageVersionCommand";
44
44
  export * from "./CreateInferenceComponentCommand";
45
45
  export * from "./CreateInferenceExperimentCommand";
46
46
  export * from "./CreateInferenceRecommendationsJobCommand";
47
+ export * from "./CreateJobCommand";
47
48
  export * from "./CreateLabelingJobCommand";
48
49
  export * from "./CreateMlflowAppCommand";
49
50
  export * from "./CreateMlflowTrackingServerCommand";
@@ -112,6 +113,7 @@ export * from "./DeleteImageCommand";
112
113
  export * from "./DeleteImageVersionCommand";
113
114
  export * from "./DeleteInferenceComponentCommand";
114
115
  export * from "./DeleteInferenceExperimentCommand";
116
+ export * from "./DeleteJobCommand";
115
117
  export * from "./DeleteMlflowAppCommand";
116
118
  export * from "./DeleteMlflowTrackingServerCommand";
117
119
  export * from "./DeleteModelBiasJobDefinitionCommand";
@@ -179,6 +181,8 @@ export * from "./DescribeImageVersionCommand";
179
181
  export * from "./DescribeInferenceComponentCommand";
180
182
  export * from "./DescribeInferenceExperimentCommand";
181
183
  export * from "./DescribeInferenceRecommendationsJobCommand";
184
+ export * from "./DescribeJobCommand";
185
+ export * from "./DescribeJobSchemaVersionCommand";
182
186
  export * from "./DescribeLabelingJobCommand";
183
187
  export * from "./DescribeLineageGroupCommand";
184
188
  export * from "./DescribeMlflowAppCommand";
@@ -268,6 +272,8 @@ export * from "./ListInferenceComponentsCommand";
268
272
  export * from "./ListInferenceExperimentsCommand";
269
273
  export * from "./ListInferenceRecommendationsJobStepsCommand";
270
274
  export * from "./ListInferenceRecommendationsJobsCommand";
275
+ export * from "./ListJobSchemaVersionsCommand";
276
+ export * from "./ListJobsCommand";
271
277
  export * from "./ListLabelingJobsCommand";
272
278
  export * from "./ListLabelingJobsForWorkteamCommand";
273
279
  export * from "./ListLineageGroupsCommand";
@@ -340,6 +346,7 @@ export * from "./StopEdgePackagingJobCommand";
340
346
  export * from "./StopHyperParameterTuningJobCommand";
341
347
  export * from "./StopInferenceExperimentCommand";
342
348
  export * from "./StopInferenceRecommendationsJobCommand";
349
+ export * from "./StopJobCommand";
343
350
  export * from "./StopLabelingJobCommand";
344
351
  export * from "./StopMlflowTrackingServerCommand";
345
352
  export * from "./StopMonitoringScheduleCommand";
@@ -2058,6 +2058,10 @@ export const FlatInvocations = {
2058
2058
  CONTINUE: "Continue",
2059
2059
  STOP: "Stop",
2060
2060
  };
2061
+ export const JobCategory = {
2062
+ AGENT_RFT: "AgentRFT",
2063
+ AGENT_RFT_EVALUATION: "AgentRFTEvaluation",
2064
+ };
2061
2065
  export const ModelRegistrationMode = {
2062
2066
  AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled",
2063
2067
  AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled",
@@ -2626,6 +2630,32 @@ export const RecommendationJobStatus = {
2626
2630
  STOPPED: "STOPPED",
2627
2631
  STOPPING: "STOPPING",
2628
2632
  };
2633
+ export const JobStatus = {
2634
+ COMPLETED: "Completed",
2635
+ DELETE_FAILED: "DeleteFailed",
2636
+ DELETING: "Deleting",
2637
+ FAILED: "Failed",
2638
+ IN_PROGRESS: "InProgress",
2639
+ STOPPED: "Stopped",
2640
+ STOPPING: "Stopping",
2641
+ };
2642
+ export const JobSecondaryStatus = {
2643
+ COMPLETED: "Completed",
2644
+ DELETE_FAILED: "DeleteFailed",
2645
+ DELETING: "Deleting",
2646
+ DOWNLOADING: "Downloading",
2647
+ EVALUATING: "Evaluating",
2648
+ FAILED: "Failed",
2649
+ INTERRUPTED: "Interrupted",
2650
+ MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded",
2651
+ PENDING: "Pending",
2652
+ RESTARTING: "Restarting",
2653
+ STARTING: "Starting",
2654
+ STOPPED: "Stopped",
2655
+ STOPPING: "Stopping",
2656
+ TRAINING: "Training",
2657
+ UPLOADING: "Uploading",
2658
+ };
2629
2659
  export const LabelingJobStatus = {
2630
2660
  COMPLETED: "Completed",
2631
2661
  FAILED: "Failed",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListJobSchemaVersionsCommand, } from "../commands/ListJobSchemaVersionsCommand";
3
+ import { SageMakerClient } from "../SageMakerClient";
4
+ export const paginateListJobSchemaVersions = createPaginator(SageMakerClient, ListJobSchemaVersionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListJobsCommand } from "../commands/ListJobsCommand";
3
+ import { SageMakerClient } from "../SageMakerClient";
4
+ export const paginateListJobs = createPaginator(SageMakerClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
@@ -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";
@@ -526,9 +526,12 @@ const _CIo = "ContainerImage";
526
526
  const _CIom = "CommitId";
527
527
  const _CIr = "CreateImage";
528
528
  const _CIu = "CustomImage";
529
+ const _CJ = "CreateJob";
529
530
  const _CJA = "CheckJobArn";
530
531
  const _CJAo = "CompilationJobArn";
531
532
  const _CJN = "CompilationJobName";
533
+ const _CJR = "CreateJobRequest";
534
+ const _CJRr = "CreateJobResponse";
532
535
  const _CJS = "CompilationJobSummary";
533
536
  const _CJSo = "CompilationJobStatus";
534
537
  const _CJSom = "CompilationJobSummaries";
@@ -1085,6 +1088,15 @@ const _DIel = "DeleteImage";
1085
1088
  const _DIep = "DeployedImages";
1086
1089
  const _DIer = "DerivedInformation";
1087
1090
  const _DIes = "DescribeImage";
1091
+ const _DJ = "DeleteJob";
1092
+ const _DJR = "DeleteJobRequest";
1093
+ const _DJRe = "DeleteJobResponse";
1094
+ const _DJRes = "DescribeJobRequest";
1095
+ const _DJResc = "DescribeJobResponse";
1096
+ const _DJSV = "DescribeJobSchemaVersion";
1097
+ const _DJSVR = "DescribeJobSchemaVersionRequest";
1098
+ const _DJSVRe = "DescribeJobSchemaVersionResponse";
1099
+ const _DJe = "DescribeJob";
1088
1100
  const _DL = "DesiredLabels";
1089
1101
  const _DLC = "DisassociateLifecycleConfig";
1090
1102
  const _DLG = "DescribeLineageGroup";
@@ -1837,6 +1849,12 @@ const _Ins = "Instance";
1837
1849
  const _Is = "Issuer";
1838
1850
  const _J = "Json";
1839
1851
  const _JA = "JobArn";
1852
+ const _JC = "JobCategory";
1853
+ const _JCD = "JobConfigDocument";
1854
+ const _JCS = "JobConfigSchema";
1855
+ const _JCSV = "JobConfigSchemaVersion";
1856
+ const _JCSVS = "JobConfigSchemaVersionSummary";
1857
+ const _JCSo = "JobConfigSchemas";
1840
1858
  const _JCT = "JsonContentTypes";
1841
1859
  const _JD = "JobDescription";
1842
1860
  const _JDA = "JobDefinitionArn";
@@ -1851,8 +1869,16 @@ const _JRC = "JobReferenceCode";
1851
1869
  const _JRCC = "JobReferenceCodeContains";
1852
1870
  const _JS = "JoinSource";
1853
1871
  const _JSAS = "JupyterServerAppSettings";
1872
+ const _JSM = "JobStepMetadata";
1873
+ const _JSS = "JobSecondaryStatus";
1874
+ const _JSST = "JobSecondaryStatusTransition";
1875
+ const _JSSTo = "JobSecondaryStatusTransitions";
1876
+ const _JSo = "JobStatus";
1877
+ const _JSob = "JobSummary";
1878
+ const _JSobu = "JobSummaries";
1854
1879
  const _JT = "JobType";
1855
1880
  const _JU = "JwksUri";
1881
+ const _Jo = "Job";
1856
1882
  const _K = "Key";
1857
1883
  const _KAPIS = "KeepAlivePeriodInSeconds";
1858
1884
  const _KC = "KubernetesConfig";
@@ -2021,6 +2047,7 @@ const _LIVRi = "ListImageVersionsResponse";
2021
2047
  const _LIa = "LatestInference";
2022
2048
  const _LIi = "ListingId";
2023
2049
  const _LIis = "ListImages";
2050
+ const _LJ = "ListJobs";
2024
2051
  const _LJA = "LabelingJobArn";
2025
2052
  const _LJAC = "LabelingJobAlgorithmsConfig";
2026
2053
  const _LJASA = "LabelingJobAlgorithmSpecificationArn";
@@ -2032,12 +2059,17 @@ const _LJIC = "LabelingJobInputConfig";
2032
2059
  const _LJN = "LabelingJobName";
2033
2060
  const _LJO = "LabelingJobOutput";
2034
2061
  const _LJOC = "LabelingJobOutputConfig";
2062
+ const _LJR = "ListJobsRequest";
2035
2063
  const _LJRC = "LabelingJobResourceConfig";
2064
+ const _LJRi = "ListJobsResponse";
2036
2065
  const _LJS = "LabelingJobStatus";
2037
2066
  const _LJSC = "LabelingJobStoppingConditions";
2038
2067
  const _LJSDS = "LabelingJobS3DataSource";
2039
2068
  const _LJSDSa = "LabelingJobSnsDataSource";
2040
2069
  const _LJSL = "LabelingJobSummaryList";
2070
+ const _LJSV = "ListJobSchemaVersions";
2071
+ const _LJSVR = "ListJobSchemaVersionsRequest";
2072
+ const _LJSVRi = "ListJobSchemaVersionsResponse";
2041
2073
  const _LJSa = "LabelingJobSummary";
2042
2074
  const _LLG = "ListLineageGroups";
2043
2075
  const _LLGR = "ListLineageGroupsRequest";
@@ -3054,8 +3086,11 @@ const _SIp = "SpecifiedImage";
3054
3086
  const _SIt = "StepId";
3055
3087
  const _SIu = "SubnetIds";
3056
3088
  const _SIub = "SubnetId";
3089
+ const _SJ = "StopJob";
3057
3090
  const _SJC = "ServerlessJobConfig";
3058
3091
  const _SJLAS = "SpaceJupyterLabAppSettings";
3092
+ const _SJR = "StopJobRequest";
3093
+ const _SJRt = "StopJobResponse";
3059
3094
  const _SKKI = "S3KmsKeyId";
3060
3095
  const _SL = "SpaceList";
3061
3096
  const _SLC = "StudioLifecycleConfigs";
@@ -5127,6 +5162,16 @@ export var CreateInferenceRecommendationsJobResponse$ = [3, n0, _CIRJRr,
5127
5162
  [_JA],
5128
5163
  [0], 1
5129
5164
  ];
5165
+ export var CreateJobRequest$ = [3, n0, _CJR,
5166
+ 0,
5167
+ [_JN, _RAo, _JC, _JCSV, _JCD, _Ta],
5168
+ [0, 0, 0, 0, 0, () => TagList], 5
5169
+ ];
5170
+ export var CreateJobResponse$ = [3, n0, _CJRr,
5171
+ 0,
5172
+ [_JA],
5173
+ [0], 1
5174
+ ];
5130
5175
  export var CreateLabelingJobRequest$ = [3, n0, _CLJR,
5131
5176
  0,
5132
5177
  [_LJN, _LAN, _ICnp, _OCu, _RAo, _HTC, _LCCSU, _SCto, _LJAC, _Ta],
@@ -5807,6 +5852,16 @@ export var DeleteInferenceExperimentResponse$ = [3, n0, _DIERe,
5807
5852
  [_IEA],
5808
5853
  [0], 1
5809
5854
  ];
5855
+ export var DeleteJobRequest$ = [3, n0, _DJR,
5856
+ 0,
5857
+ [_JN, _JC],
5858
+ [0, 0], 2
5859
+ ];
5860
+ export var DeleteJobResponse$ = [3, n0, _DJRe,
5861
+ 0,
5862
+ [],
5863
+ []
5864
+ ];
5810
5865
  export var DeleteMlflowAppRequest$ = [3, n0, _DMAR,
5811
5866
  0,
5812
5867
  [_Ar],
@@ -6417,6 +6472,26 @@ export var DescribeInferenceRecommendationsJobResponse$ = [3, n0, _DIRJRe,
6417
6472
  [_JN, _JT, _JA, _RAo, _St, _CT, _LMT, _ICnp, _JD, _CTom, _FR, _SCto, _IRnf, _EPn],
6418
6473
  [0, 0, 0, 0, 0, 4, 4, () => RecommendationJobInputConfig$, 0, 4, 0, () => RecommendationJobStoppingConditions$, () => InferenceRecommendations, () => EndpointPerformances], 8
6419
6474
  ];
6475
+ export var DescribeJobRequest$ = [3, n0, _DJRes,
6476
+ 0,
6477
+ [_JN, _JC],
6478
+ [0, 0], 2
6479
+ ];
6480
+ export var DescribeJobResponse$ = [3, n0, _DJResc,
6481
+ 0,
6482
+ [_JN, _JA, _RAo, _JC, _JCSV, _CT, _LMT, _JSo, _SSe, _SST, _JCD, _ETn, _FR, _Ta],
6483
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, () => JobSecondaryStatusTransitions, 0, 4, 0, () => TagList], 10
6484
+ ];
6485
+ export var DescribeJobSchemaVersionRequest$ = [3, n0, _DJSVR,
6486
+ 0,
6487
+ [_JC, _JCSV],
6488
+ [0, 0], 1
6489
+ ];
6490
+ export var DescribeJobSchemaVersionResponse$ = [3, n0, _DJSVRe,
6491
+ 0,
6492
+ [_JC, _JCSV, _JCS],
6493
+ [0, 0, 0], 3
6494
+ ];
6420
6495
  export var DescribeLabelingJobRequest$ = [3, n0, _DLJR,
6421
6496
  0,
6422
6497
  [_LJN],
@@ -7677,6 +7752,26 @@ export var IntegerParameterRangeSpecification$ = [3, n0, _IPRS,
7677
7752
  [_MV, _MVa],
7678
7753
  [0, 0], 2
7679
7754
  ];
7755
+ export var JobConfigSchemaVersionSummary$ = [3, n0, _JCSVS,
7756
+ 0,
7757
+ [_JCSV],
7758
+ [0], 1
7759
+ ];
7760
+ export var JobSecondaryStatusTransition$ = [3, n0, _JSST,
7761
+ 0,
7762
+ [_St, _STt, _ETn, _SM],
7763
+ [0, 4, 4, 0], 2
7764
+ ];
7765
+ export var JobStepMetadata$ = [3, n0, _JSM,
7766
+ 0,
7767
+ [_Ar],
7768
+ [0]
7769
+ ];
7770
+ export var JobSummary$ = [3, n0, _JSob,
7771
+ 0,
7772
+ [_JA, _JN, _JC, _JSo, _JSS, _CT, _LMT, _ETn],
7773
+ [0, 0, 0, 0, 0, 4, 4, 4], 7
7774
+ ];
7680
7775
  export var JupyterLabAppImageConfig$ = [3, n0, _JLAIC,
7681
7776
  0,
7682
7777
  [_FSC, _CCon],
@@ -8222,6 +8317,26 @@ export var ListInferenceRecommendationsJobStepsResponse$ = [3, n0, _LIRJSRi,
8222
8317
  [_Ste, _NTe],
8223
8318
  [() => InferenceRecommendationsJobSteps, 0]
8224
8319
  ];
8320
+ export var ListJobSchemaVersionsRequest$ = [3, n0, _LJSVR,
8321
+ 0,
8322
+ [_JC, _NTe, _MR],
8323
+ [0, 0, 1], 1
8324
+ ];
8325
+ export var ListJobSchemaVersionsResponse$ = [3, n0, _LJSVRi,
8326
+ 0,
8327
+ [_JCSo, _NTe],
8328
+ [() => JobConfigSchemas, 0], 1
8329
+ ];
8330
+ export var ListJobsRequest$ = [3, n0, _LJR,
8331
+ 0,
8332
+ [_JC, _NTe, _MR, _CTA, _CTB, _LMTA, _LMTB, _NCa, _SBo, _SO, _SE],
8333
+ [0, 0, 1, 4, 4, 4, 4, 0, 0, 0, 0], 1
8334
+ ];
8335
+ export var ListJobsResponse$ = [3, n0, _LJRi,
8336
+ 0,
8337
+ [_JSobu, _NTe],
8338
+ [() => JobSummaries, 0], 1
8339
+ ];
8225
8340
  export var ListLabelingJobsForWorkteamRequest$ = [3, n0, _LLJFWR,
8226
8341
  0,
8227
8342
  [_WAo, _MR, _NTe, _CTA, _CTB, _JRCC, _SBo, _SO],
@@ -9419,8 +9534,8 @@ export var PipelineExecutionStep$ = [3, n0, _PESipe,
9419
9534
  ];
9420
9535
  export var PipelineExecutionStepMetadata$ = [3, n0, _PESM,
9421
9536
  0,
9422
- [_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla, _Fai, _AMLJ, _En, _ECndpo, _BCM, _BCMD, _BPMT, _BMI, _ICnfer, _Lin],
9423
- [() => TrainingJobStepMetadata$, () => ProcessingJobStepMetadata$, () => TransformJobStepMetadata$, () => TuningJobStepMetaData$, () => ModelStepMetadata$, () => RegisterModelStepMetadata$, () => ConditionStepMetadata$, () => CallbackStepMetadata$, () => LambdaStepMetadata$, () => EMRStepMetadata$, () => QualityCheckStepMetadata$, () => ClarifyCheckStepMetadata$, () => FailStepMetadata$, () => AutoMLJobStepMetadata$, () => EndpointStepMetadata$, () => EndpointConfigStepMetadata$, () => BedrockCustomModelMetadata$, () => BedrockCustomModelDeploymentMetadata$, () => BedrockProvisionedModelThroughputMetadata$, () => BedrockModelImportMetadata$, () => InferenceComponentMetadata$, () => LineageMetadata$]
9537
+ [_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla, _Fai, _AMLJ, _En, _ECndpo, _BCM, _BCMD, _BPMT, _BMI, _ICnfer, _Lin, _Jo],
9538
+ [() => TrainingJobStepMetadata$, () => ProcessingJobStepMetadata$, () => TransformJobStepMetadata$, () => TuningJobStepMetaData$, () => ModelStepMetadata$, () => RegisterModelStepMetadata$, () => ConditionStepMetadata$, () => CallbackStepMetadata$, () => LambdaStepMetadata$, () => EMRStepMetadata$, () => QualityCheckStepMetadata$, () => ClarifyCheckStepMetadata$, () => FailStepMetadata$, () => AutoMLJobStepMetadata$, () => EndpointStepMetadata$, () => EndpointConfigStepMetadata$, () => BedrockCustomModelMetadata$, () => BedrockCustomModelDeploymentMetadata$, () => BedrockProvisionedModelThroughputMetadata$, () => BedrockModelImportMetadata$, () => InferenceComponentMetadata$, () => LineageMetadata$, () => JobStepMetadata$]
9424
9539
  ];
9425
9540
  export var PipelineExecutionSummary$ = [3, n0, _PESipel,
9426
9541
  0,
@@ -10237,6 +10352,16 @@ export var StopInferenceRecommendationsJobRequest$ = [3, n0, _SIRJR,
10237
10352
  [_JN],
10238
10353
  [0], 1
10239
10354
  ];
10355
+ export var StopJobRequest$ = [3, n0, _SJR,
10356
+ 0,
10357
+ [_JN, _JC],
10358
+ [0, 0], 2
10359
+ ];
10360
+ export var StopJobResponse$ = [3, n0, _SJRt,
10361
+ 0,
10362
+ [],
10363
+ []
10364
+ ];
10240
10365
  export var StopLabelingJobRequest$ = [3, n0, _SLJR,
10241
10366
  0,
10242
10367
  [_LJN],
@@ -11651,6 +11776,15 @@ var InstanceRequirementsEniConfigurations = [1, n0, _IREC,
11651
11776
  var IntegerParameterRanges = [1, n0, _IPRn,
11652
11777
  0, () => IntegerParameterRange$
11653
11778
  ];
11779
+ var JobConfigSchemas = [1, n0, _JCSo,
11780
+ 0, () => JobConfigSchemaVersionSummary$
11781
+ ];
11782
+ var JobSecondaryStatusTransitions = [1, n0, _JSSTo,
11783
+ 0, () => JobSecondaryStatusTransition$
11784
+ ];
11785
+ var JobSummaries = [1, n0, _JSobu,
11786
+ 0, () => JobSummary$
11787
+ ];
11654
11788
  var JsonContentTypes = 64 | 0;
11655
11789
  var KernelSpecs = [1, n0, _KSe,
11656
11790
  0, () => KernelSpec$
@@ -12263,6 +12397,9 @@ export var CreateInferenceExperiment$ = [9, n0, _CIE,
12263
12397
  export var CreateInferenceRecommendationsJob$ = [9, n0, _CIRJ,
12264
12398
  0, () => CreateInferenceRecommendationsJobRequest$, () => CreateInferenceRecommendationsJobResponse$
12265
12399
  ];
12400
+ export var CreateJob$ = [9, n0, _CJ,
12401
+ 0, () => CreateJobRequest$, () => CreateJobResponse$
12402
+ ];
12266
12403
  export var CreateLabelingJob$ = [9, n0, _CLJ,
12267
12404
  0, () => CreateLabelingJobRequest$, () => CreateLabelingJobResponse$
12268
12405
  ];
@@ -12467,6 +12604,9 @@ export var DeleteInferenceComponent$ = [9, n0, _DICe,
12467
12604
  export var DeleteInferenceExperiment$ = [9, n0, _DIEe,
12468
12605
  0, () => DeleteInferenceExperimentRequest$, () => DeleteInferenceExperimentResponse$
12469
12606
  ];
12607
+ export var DeleteJob$ = [9, n0, _DJ,
12608
+ 2, () => DeleteJobRequest$, () => DeleteJobResponse$
12609
+ ];
12470
12610
  export var DeleteMlflowApp$ = [9, n0, _DMA,
12471
12611
  0, () => DeleteMlflowAppRequest$, () => DeleteMlflowAppResponse$
12472
12612
  ];
@@ -12668,6 +12808,12 @@ export var DescribeInferenceExperiment$ = [9, n0, _DIEes,
12668
12808
  export var DescribeInferenceRecommendationsJob$ = [9, n0, _DIRJ,
12669
12809
  0, () => DescribeInferenceRecommendationsJobRequest$, () => DescribeInferenceRecommendationsJobResponse$
12670
12810
  ];
12811
+ export var DescribeJob$ = [9, n0, _DJe,
12812
+ 0, () => DescribeJobRequest$, () => DescribeJobResponse$
12813
+ ];
12814
+ export var DescribeJobSchemaVersion$ = [9, n0, _DJSV,
12815
+ 0, () => DescribeJobSchemaVersionRequest$, () => DescribeJobSchemaVersionResponse$
12816
+ ];
12671
12817
  export var DescribeLabelingJob$ = [9, n0, _DLJ,
12672
12818
  0, () => DescribeLabelingJobRequest$, () => DescribeLabelingJobResponse$
12673
12819
  ];
@@ -12935,6 +13081,12 @@ export var ListInferenceRecommendationsJobs$ = [9, n0, _LIRJ,
12935
13081
  export var ListInferenceRecommendationsJobSteps$ = [9, n0, _LIRJS,
12936
13082
  0, () => ListInferenceRecommendationsJobStepsRequest$, () => ListInferenceRecommendationsJobStepsResponse$
12937
13083
  ];
13084
+ export var ListJobs$ = [9, n0, _LJ,
13085
+ 0, () => ListJobsRequest$, () => ListJobsResponse$
13086
+ ];
13087
+ export var ListJobSchemaVersions$ = [9, n0, _LJSV,
13088
+ 0, () => ListJobSchemaVersionsRequest$, () => ListJobSchemaVersionsResponse$
13089
+ ];
12938
13090
  export var ListLabelingJobs$ = [9, n0, _LLJ,
12939
13091
  0, () => ListLabelingJobsRequest$, () => ListLabelingJobsResponse$
12940
13092
  ];
@@ -13151,6 +13303,9 @@ export var StopInferenceExperiment$ = [9, n0, _SIEt,
13151
13303
  export var StopInferenceRecommendationsJob$ = [9, n0, _SIRJ,
13152
13304
  0, () => StopInferenceRecommendationsJobRequest$, () => __Unit
13153
13305
  ];
13306
+ export var StopJob$ = [9, n0, _SJ,
13307
+ 0, () => StopJobRequest$, () => StopJobResponse$
13308
+ ];
13154
13309
  export var StopLabelingJob$ = [9, n0, _SLJ,
13155
13310
  0, () => StopLabelingJobRequest$, () => __Unit
13156
13311
  ];