@aws-sdk/client-sagemaker 3.1058.0 → 3.1059.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -0
- package/dist-cjs/index.js +139 -0
- package/dist-cjs/schemas/schemas_0.js +191 -36
- package/dist-es/SageMaker.js +18 -0
- package/dist-es/commands/CreateJobCommand.js +16 -0
- package/dist-es/commands/DeleteJobCommand.js +16 -0
- package/dist-es/commands/DescribeJobCommand.js +16 -0
- package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
- package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
- package/dist-es/commands/ListJobsCommand.js +16 -0
- package/dist-es/commands/StopJobCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +157 -2
- package/dist-types/SageMaker.d.ts +63 -0
- package/dist-types/SageMakerClient.d.ts +9 -2
- package/dist-types/commands/CreateJobCommand.d.ts +95 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
- package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
- package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
- package/dist-types/commands/ListJobsCommand.d.ts +98 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
- package/dist-types/commands/StopJobCommand.d.ts +78 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +54 -0
- package/dist-types/models/models_1.d.ts +46 -33
- package/dist-types/models/models_2.d.ts +55 -77
- package/dist-types/models/models_3.d.ts +296 -390
- package/dist-types/models/models_4.d.ts +3902 -3732
- package/dist-types/models/models_5.d.ts +355 -2
- package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/SageMaker.d.ts +133 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +34 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -10
- package/dist-types/ts3.4/models/models_2.d.ts +16 -21
- package/dist-types/ts3.4/models/models_3.d.ts +74 -96
- package/dist-types/ts3.4/models/models_4.d.ts +138 -97
- package/dist-types/ts3.4/models/models_5.d.ts +104 -1
- package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -503,6 +503,13 @@ CreateInferenceRecommendationsJob
|
|
|
503
503
|
</details>
|
|
504
504
|
<details>
|
|
505
505
|
<summary>
|
|
506
|
+
CreateJob
|
|
507
|
+
</summary>
|
|
508
|
+
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateJobCommandOutput/)
|
|
510
|
+
</details>
|
|
511
|
+
<details>
|
|
512
|
+
<summary>
|
|
506
513
|
CreateLabelingJob
|
|
507
514
|
</summary>
|
|
508
515
|
|
|
@@ -979,6 +986,13 @@ DeleteInferenceExperiment
|
|
|
979
986
|
</details>
|
|
980
987
|
<details>
|
|
981
988
|
<summary>
|
|
989
|
+
DeleteJob
|
|
990
|
+
</summary>
|
|
991
|
+
|
|
992
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteJobCommandOutput/)
|
|
993
|
+
</details>
|
|
994
|
+
<details>
|
|
995
|
+
<summary>
|
|
982
996
|
DeleteMlflowApp
|
|
983
997
|
</summary>
|
|
984
998
|
|
|
@@ -1448,6 +1462,20 @@ DescribeInferenceRecommendationsJob
|
|
|
1448
1462
|
</details>
|
|
1449
1463
|
<details>
|
|
1450
1464
|
<summary>
|
|
1465
|
+
DescribeJob
|
|
1466
|
+
</summary>
|
|
1467
|
+
|
|
1468
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeJobCommandOutput/)
|
|
1469
|
+
</details>
|
|
1470
|
+
<details>
|
|
1471
|
+
<summary>
|
|
1472
|
+
DescribeJobSchemaVersion
|
|
1473
|
+
</summary>
|
|
1474
|
+
|
|
1475
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeJobSchemaVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeJobSchemaVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeJobSchemaVersionCommandOutput/)
|
|
1476
|
+
</details>
|
|
1477
|
+
<details>
|
|
1478
|
+
<summary>
|
|
1451
1479
|
DescribeLabelingJob
|
|
1452
1480
|
</summary>
|
|
1453
1481
|
|
|
@@ -2071,6 +2099,20 @@ ListInferenceRecommendationsJobSteps
|
|
|
2071
2099
|
</details>
|
|
2072
2100
|
<details>
|
|
2073
2101
|
<summary>
|
|
2102
|
+
ListJobs
|
|
2103
|
+
</summary>
|
|
2104
|
+
|
|
2105
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListJobsCommandOutput/)
|
|
2106
|
+
</details>
|
|
2107
|
+
<details>
|
|
2108
|
+
<summary>
|
|
2109
|
+
ListJobSchemaVersions
|
|
2110
|
+
</summary>
|
|
2111
|
+
|
|
2112
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListJobSchemaVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListJobSchemaVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListJobSchemaVersionsCommandOutput/)
|
|
2113
|
+
</details>
|
|
2114
|
+
<details>
|
|
2115
|
+
<summary>
|
|
2074
2116
|
ListLabelingJobs
|
|
2075
2117
|
</summary>
|
|
2076
2118
|
|
|
@@ -2575,6 +2617,13 @@ StopInferenceRecommendationsJob
|
|
|
2575
2617
|
</details>
|
|
2576
2618
|
<details>
|
|
2577
2619
|
<summary>
|
|
2620
|
+
StopJob
|
|
2621
|
+
</summary>
|
|
2622
|
+
|
|
2623
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopJobCommandOutput/)
|
|
2624
|
+
</details>
|
|
2625
|
+
<details>
|
|
2626
|
+
<summary>
|
|
2578
2627
|
StopLabelingJob
|
|
2579
2628
|
</summary>
|
|
2580
2629
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -660,6 +660,18 @@ class CreateInferenceRecommendationsJobCommand extends client.Command
|
|
|
660
660
|
.build() {
|
|
661
661
|
}
|
|
662
662
|
|
|
663
|
+
class CreateJobCommand extends client.Command
|
|
664
|
+
.classBuilder()
|
|
665
|
+
.ep(commonParams)
|
|
666
|
+
.m(function (Command, cs, config, o) {
|
|
667
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
668
|
+
})
|
|
669
|
+
.s("SageMaker", "CreateJob", {})
|
|
670
|
+
.n("SageMakerClient", "CreateJobCommand")
|
|
671
|
+
.sc(schemas_0.CreateJob$)
|
|
672
|
+
.build() {
|
|
673
|
+
}
|
|
674
|
+
|
|
663
675
|
class CreateLabelingJobCommand extends client.Command
|
|
664
676
|
.classBuilder()
|
|
665
677
|
.ep(commonParams)
|
|
@@ -1476,6 +1488,18 @@ class DeleteInferenceExperimentCommand extends client.Command
|
|
|
1476
1488
|
.build() {
|
|
1477
1489
|
}
|
|
1478
1490
|
|
|
1491
|
+
class DeleteJobCommand extends client.Command
|
|
1492
|
+
.classBuilder()
|
|
1493
|
+
.ep(commonParams)
|
|
1494
|
+
.m(function (Command, cs, config, o) {
|
|
1495
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1496
|
+
})
|
|
1497
|
+
.s("SageMaker", "DeleteJob", {})
|
|
1498
|
+
.n("SageMakerClient", "DeleteJobCommand")
|
|
1499
|
+
.sc(schemas_0.DeleteJob$)
|
|
1500
|
+
.build() {
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1479
1503
|
class DeleteMlflowAppCommand extends client.Command
|
|
1480
1504
|
.classBuilder()
|
|
1481
1505
|
.ep(commonParams)
|
|
@@ -2280,6 +2304,30 @@ class DescribeInferenceRecommendationsJobCommand extends client.Command
|
|
|
2280
2304
|
.build() {
|
|
2281
2305
|
}
|
|
2282
2306
|
|
|
2307
|
+
class DescribeJobCommand extends client.Command
|
|
2308
|
+
.classBuilder()
|
|
2309
|
+
.ep(commonParams)
|
|
2310
|
+
.m(function (Command, cs, config, o) {
|
|
2311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2312
|
+
})
|
|
2313
|
+
.s("SageMaker", "DescribeJob", {})
|
|
2314
|
+
.n("SageMakerClient", "DescribeJobCommand")
|
|
2315
|
+
.sc(schemas_0.DescribeJob$)
|
|
2316
|
+
.build() {
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
class DescribeJobSchemaVersionCommand extends client.Command
|
|
2320
|
+
.classBuilder()
|
|
2321
|
+
.ep(commonParams)
|
|
2322
|
+
.m(function (Command, cs, config, o) {
|
|
2323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2324
|
+
})
|
|
2325
|
+
.s("SageMaker", "DescribeJobSchemaVersion", {})
|
|
2326
|
+
.n("SageMakerClient", "DescribeJobSchemaVersionCommand")
|
|
2327
|
+
.sc(schemas_0.DescribeJobSchemaVersion$)
|
|
2328
|
+
.build() {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2283
2331
|
class DescribeLabelingJobCommand extends client.Command
|
|
2284
2332
|
.classBuilder()
|
|
2285
2333
|
.ep(commonParams)
|
|
@@ -3348,6 +3396,30 @@ class ListInferenceRecommendationsJobStepsCommand extends client.Command
|
|
|
3348
3396
|
.build() {
|
|
3349
3397
|
}
|
|
3350
3398
|
|
|
3399
|
+
class ListJobSchemaVersionsCommand extends client.Command
|
|
3400
|
+
.classBuilder()
|
|
3401
|
+
.ep(commonParams)
|
|
3402
|
+
.m(function (Command, cs, config, o) {
|
|
3403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3404
|
+
})
|
|
3405
|
+
.s("SageMaker", "ListJobSchemaVersions", {})
|
|
3406
|
+
.n("SageMakerClient", "ListJobSchemaVersionsCommand")
|
|
3407
|
+
.sc(schemas_0.ListJobSchemaVersions$)
|
|
3408
|
+
.build() {
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
class ListJobsCommand extends client.Command
|
|
3412
|
+
.classBuilder()
|
|
3413
|
+
.ep(commonParams)
|
|
3414
|
+
.m(function (Command, cs, config, o) {
|
|
3415
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3416
|
+
})
|
|
3417
|
+
.s("SageMaker", "ListJobs", {})
|
|
3418
|
+
.n("SageMakerClient", "ListJobsCommand")
|
|
3419
|
+
.sc(schemas_0.ListJobs$)
|
|
3420
|
+
.build() {
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3351
3423
|
class ListLabelingJobsCommand extends client.Command
|
|
3352
3424
|
.classBuilder()
|
|
3353
3425
|
.ep(commonParams)
|
|
@@ -4212,6 +4284,18 @@ class StopInferenceRecommendationsJobCommand extends client.Command
|
|
|
4212
4284
|
.build() {
|
|
4213
4285
|
}
|
|
4214
4286
|
|
|
4287
|
+
class StopJobCommand extends client.Command
|
|
4288
|
+
.classBuilder()
|
|
4289
|
+
.ep(commonParams)
|
|
4290
|
+
.m(function (Command, cs, config, o) {
|
|
4291
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4292
|
+
})
|
|
4293
|
+
.s("SageMaker", "StopJob", {})
|
|
4294
|
+
.n("SageMakerClient", "StopJobCommand")
|
|
4295
|
+
.sc(schemas_0.StopJob$)
|
|
4296
|
+
.build() {
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4215
4299
|
class StopLabelingJobCommand extends client.Command
|
|
4216
4300
|
.classBuilder()
|
|
4217
4301
|
.ep(commonParams)
|
|
@@ -4942,6 +5026,10 @@ const paginateListInferenceRecommendationsJobs = core.createPaginator(SageMakerC
|
|
|
4942
5026
|
|
|
4943
5027
|
const paginateListInferenceRecommendationsJobSteps = core.createPaginator(SageMakerClient, ListInferenceRecommendationsJobStepsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4944
5028
|
|
|
5029
|
+
const paginateListJobSchemaVersions = core.createPaginator(SageMakerClient, ListJobSchemaVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5030
|
+
|
|
5031
|
+
const paginateListJobs = core.createPaginator(SageMakerClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5032
|
+
|
|
4945
5033
|
const paginateListLabelingJobsForWorkteam = core.createPaginator(SageMakerClient, ListLabelingJobsForWorkteamCommand, "NextToken", "NextToken", "MaxResults");
|
|
4946
5034
|
|
|
4947
5035
|
const paginateListLabelingJobs = core.createPaginator(SageMakerClient, ListLabelingJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -5622,6 +5710,7 @@ const commands = {
|
|
|
5622
5710
|
CreateInferenceComponentCommand,
|
|
5623
5711
|
CreateInferenceExperimentCommand,
|
|
5624
5712
|
CreateInferenceRecommendationsJobCommand,
|
|
5713
|
+
CreateJobCommand,
|
|
5625
5714
|
CreateLabelingJobCommand,
|
|
5626
5715
|
CreateMlflowAppCommand,
|
|
5627
5716
|
CreateMlflowTrackingServerCommand,
|
|
@@ -5690,6 +5779,7 @@ const commands = {
|
|
|
5690
5779
|
DeleteImageVersionCommand,
|
|
5691
5780
|
DeleteInferenceComponentCommand,
|
|
5692
5781
|
DeleteInferenceExperimentCommand,
|
|
5782
|
+
DeleteJobCommand,
|
|
5693
5783
|
DeleteMlflowAppCommand,
|
|
5694
5784
|
DeleteMlflowTrackingServerCommand,
|
|
5695
5785
|
DeleteModelCommand,
|
|
@@ -5757,6 +5847,8 @@ const commands = {
|
|
|
5757
5847
|
DescribeInferenceComponentCommand,
|
|
5758
5848
|
DescribeInferenceExperimentCommand,
|
|
5759
5849
|
DescribeInferenceRecommendationsJobCommand,
|
|
5850
|
+
DescribeJobCommand,
|
|
5851
|
+
DescribeJobSchemaVersionCommand,
|
|
5760
5852
|
DescribeLabelingJobCommand,
|
|
5761
5853
|
DescribeLineageGroupCommand,
|
|
5762
5854
|
DescribeMlflowAppCommand,
|
|
@@ -5846,6 +5938,8 @@ const commands = {
|
|
|
5846
5938
|
ListInferenceExperimentsCommand,
|
|
5847
5939
|
ListInferenceRecommendationsJobsCommand,
|
|
5848
5940
|
ListInferenceRecommendationsJobStepsCommand,
|
|
5941
|
+
ListJobsCommand,
|
|
5942
|
+
ListJobSchemaVersionsCommand,
|
|
5849
5943
|
ListLabelingJobsCommand,
|
|
5850
5944
|
ListLabelingJobsForWorkteamCommand,
|
|
5851
5945
|
ListLineageGroupsCommand,
|
|
@@ -5918,6 +6012,7 @@ const commands = {
|
|
|
5918
6012
|
StopHyperParameterTuningJobCommand,
|
|
5919
6013
|
StopInferenceExperimentCommand,
|
|
5920
6014
|
StopInferenceRecommendationsJobCommand,
|
|
6015
|
+
StopJobCommand,
|
|
5921
6016
|
StopLabelingJobCommand,
|
|
5922
6017
|
StopMlflowTrackingServerCommand,
|
|
5923
6018
|
StopMonitoringScheduleCommand,
|
|
@@ -6015,6 +6110,8 @@ const paginators = {
|
|
|
6015
6110
|
paginateListInferenceExperiments,
|
|
6016
6111
|
paginateListInferenceRecommendationsJobs,
|
|
6017
6112
|
paginateListInferenceRecommendationsJobSteps,
|
|
6113
|
+
paginateListJobs,
|
|
6114
|
+
paginateListJobSchemaVersions,
|
|
6018
6115
|
paginateListLabelingJobs,
|
|
6019
6116
|
paginateListLabelingJobsForWorkteam,
|
|
6020
6117
|
paginateListLineageGroups,
|
|
@@ -8143,6 +8240,10 @@ const FlatInvocations = {
|
|
|
8143
8240
|
CONTINUE: "Continue",
|
|
8144
8241
|
STOP: "Stop",
|
|
8145
8242
|
};
|
|
8243
|
+
const JobCategory = {
|
|
8244
|
+
AGENT_RFT: "AgentRFT",
|
|
8245
|
+
AGENT_RFT_EVALUATION: "AgentRFTEvaluation",
|
|
8246
|
+
};
|
|
8146
8247
|
const ModelRegistrationMode = {
|
|
8147
8248
|
AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled",
|
|
8148
8249
|
AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled",
|
|
@@ -8711,6 +8812,32 @@ const RecommendationJobStatus = {
|
|
|
8711
8812
|
STOPPED: "STOPPED",
|
|
8712
8813
|
STOPPING: "STOPPING",
|
|
8713
8814
|
};
|
|
8815
|
+
const JobStatus = {
|
|
8816
|
+
COMPLETED: "Completed",
|
|
8817
|
+
DELETE_FAILED: "DeleteFailed",
|
|
8818
|
+
DELETING: "Deleting",
|
|
8819
|
+
FAILED: "Failed",
|
|
8820
|
+
IN_PROGRESS: "InProgress",
|
|
8821
|
+
STOPPED: "Stopped",
|
|
8822
|
+
STOPPING: "Stopping",
|
|
8823
|
+
};
|
|
8824
|
+
const JobSecondaryStatus = {
|
|
8825
|
+
COMPLETED: "Completed",
|
|
8826
|
+
DELETE_FAILED: "DeleteFailed",
|
|
8827
|
+
DELETING: "Deleting",
|
|
8828
|
+
DOWNLOADING: "Downloading",
|
|
8829
|
+
EVALUATING: "Evaluating",
|
|
8830
|
+
FAILED: "Failed",
|
|
8831
|
+
INTERRUPTED: "Interrupted",
|
|
8832
|
+
MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded",
|
|
8833
|
+
PENDING: "Pending",
|
|
8834
|
+
RESTARTING: "Restarting",
|
|
8835
|
+
STARTING: "Starting",
|
|
8836
|
+
STOPPED: "Stopped",
|
|
8837
|
+
STOPPING: "Stopping",
|
|
8838
|
+
TRAINING: "Training",
|
|
8839
|
+
UPLOADING: "Uploading",
|
|
8840
|
+
};
|
|
8714
8841
|
const LabelingJobStatus = {
|
|
8715
8842
|
COMPLETED: "Completed",
|
|
8716
8843
|
FAILED: "Failed",
|
|
@@ -9522,6 +9649,7 @@ exports.CreateImageVersionCommand = CreateImageVersionCommand;
|
|
|
9522
9649
|
exports.CreateInferenceComponentCommand = CreateInferenceComponentCommand;
|
|
9523
9650
|
exports.CreateInferenceExperimentCommand = CreateInferenceExperimentCommand;
|
|
9524
9651
|
exports.CreateInferenceRecommendationsJobCommand = CreateInferenceRecommendationsJobCommand;
|
|
9652
|
+
exports.CreateJobCommand = CreateJobCommand;
|
|
9525
9653
|
exports.CreateLabelingJobCommand = CreateLabelingJobCommand;
|
|
9526
9654
|
exports.CreateMlflowAppCommand = CreateMlflowAppCommand;
|
|
9527
9655
|
exports.CreateMlflowTrackingServerCommand = CreateMlflowTrackingServerCommand;
|
|
@@ -9595,6 +9723,7 @@ exports.DeleteImageCommand = DeleteImageCommand;
|
|
|
9595
9723
|
exports.DeleteImageVersionCommand = DeleteImageVersionCommand;
|
|
9596
9724
|
exports.DeleteInferenceComponentCommand = DeleteInferenceComponentCommand;
|
|
9597
9725
|
exports.DeleteInferenceExperimentCommand = DeleteInferenceExperimentCommand;
|
|
9726
|
+
exports.DeleteJobCommand = DeleteJobCommand;
|
|
9598
9727
|
exports.DeleteMlflowAppCommand = DeleteMlflowAppCommand;
|
|
9599
9728
|
exports.DeleteMlflowTrackingServerCommand = DeleteMlflowTrackingServerCommand;
|
|
9600
9729
|
exports.DeleteModelBiasJobDefinitionCommand = DeleteModelBiasJobDefinitionCommand;
|
|
@@ -9662,6 +9791,8 @@ exports.DescribeImageVersionCommand = DescribeImageVersionCommand;
|
|
|
9662
9791
|
exports.DescribeInferenceComponentCommand = DescribeInferenceComponentCommand;
|
|
9663
9792
|
exports.DescribeInferenceExperimentCommand = DescribeInferenceExperimentCommand;
|
|
9664
9793
|
exports.DescribeInferenceRecommendationsJobCommand = DescribeInferenceRecommendationsJobCommand;
|
|
9794
|
+
exports.DescribeJobCommand = DescribeJobCommand;
|
|
9795
|
+
exports.DescribeJobSchemaVersionCommand = DescribeJobSchemaVersionCommand;
|
|
9665
9796
|
exports.DescribeLabelingJobCommand = DescribeLabelingJobCommand;
|
|
9666
9797
|
exports.DescribeLineageGroupCommand = DescribeLineageGroupCommand;
|
|
9667
9798
|
exports.DescribeMlflowAppCommand = DescribeMlflowAppCommand;
|
|
@@ -9775,6 +9906,9 @@ exports.InferenceExperimentType = InferenceExperimentType;
|
|
|
9775
9906
|
exports.InputMode = InputMode;
|
|
9776
9907
|
exports.InstanceGroupStatus = InstanceGroupStatus;
|
|
9777
9908
|
exports.IsTrackingServerActive = IsTrackingServerActive;
|
|
9909
|
+
exports.JobCategory = JobCategory;
|
|
9910
|
+
exports.JobSecondaryStatus = JobSecondaryStatus;
|
|
9911
|
+
exports.JobStatus = JobStatus;
|
|
9778
9912
|
exports.JobType = JobType;
|
|
9779
9913
|
exports.JoinSource = JoinSource;
|
|
9780
9914
|
exports.LabelingJobStatus = LabelingJobStatus;
|
|
@@ -9831,6 +9965,8 @@ exports.ListInferenceExperimentsCommand = ListInferenceExperimentsCommand;
|
|
|
9831
9965
|
exports.ListInferenceRecommendationsJobStepsCommand = ListInferenceRecommendationsJobStepsCommand;
|
|
9832
9966
|
exports.ListInferenceRecommendationsJobsCommand = ListInferenceRecommendationsJobsCommand;
|
|
9833
9967
|
exports.ListInferenceRecommendationsJobsSortBy = ListInferenceRecommendationsJobsSortBy;
|
|
9968
|
+
exports.ListJobSchemaVersionsCommand = ListJobSchemaVersionsCommand;
|
|
9969
|
+
exports.ListJobsCommand = ListJobsCommand;
|
|
9834
9970
|
exports.ListLabelingJobsCommand = ListLabelingJobsCommand;
|
|
9835
9971
|
exports.ListLabelingJobsForWorkteamCommand = ListLabelingJobsForWorkteamCommand;
|
|
9836
9972
|
exports.ListLabelingJobsForWorkteamSortByOptions = ListLabelingJobsForWorkteamSortByOptions;
|
|
@@ -10049,6 +10185,7 @@ exports.StopEdgePackagingJobCommand = StopEdgePackagingJobCommand;
|
|
|
10049
10185
|
exports.StopHyperParameterTuningJobCommand = StopHyperParameterTuningJobCommand;
|
|
10050
10186
|
exports.StopInferenceExperimentCommand = StopInferenceExperimentCommand;
|
|
10051
10187
|
exports.StopInferenceRecommendationsJobCommand = StopInferenceRecommendationsJobCommand;
|
|
10188
|
+
exports.StopJobCommand = StopJobCommand;
|
|
10052
10189
|
exports.StopLabelingJobCommand = StopLabelingJobCommand;
|
|
10053
10190
|
exports.StopMlflowTrackingServerCommand = StopMlflowTrackingServerCommand;
|
|
10054
10191
|
exports.StopMonitoringScheduleCommand = StopMonitoringScheduleCommand;
|
|
@@ -10185,6 +10322,8 @@ exports.paginateListInferenceComponents = paginateListInferenceComponents;
|
|
|
10185
10322
|
exports.paginateListInferenceExperiments = paginateListInferenceExperiments;
|
|
10186
10323
|
exports.paginateListInferenceRecommendationsJobSteps = paginateListInferenceRecommendationsJobSteps;
|
|
10187
10324
|
exports.paginateListInferenceRecommendationsJobs = paginateListInferenceRecommendationsJobs;
|
|
10325
|
+
exports.paginateListJobSchemaVersions = paginateListJobSchemaVersions;
|
|
10326
|
+
exports.paginateListJobs = paginateListJobs;
|
|
10188
10327
|
exports.paginateListLabelingJobs = paginateListLabelingJobs;
|
|
10189
10328
|
exports.paginateListLabelingJobsForWorkteam = paginateListLabelingJobsForWorkteam;
|
|
10190
10329
|
exports.paginateListLineageGroups = paginateListLineageGroups;
|