Skip to content

Commit 31762dd

Browse files
author
AWS
committed
AWS Batch Update: AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs.
1 parent 599775f commit 31762dd

File tree

3 files changed

+812
-3
lines changed

3 files changed

+812
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Batch",
4+
"contributor": "",
5+
"description": "AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs."
6+
}

services/batch/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"limit_key": "maxResults",
1919
"result_key": "jobQueues"
2020
},
21+
"DescribeServiceEnvironments": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "serviceEnvironments"
26+
},
2127
"ListConsumableResources": {
2228
"input_token": "nextToken",
2329
"output_token": "nextToken",
@@ -41,6 +47,12 @@
4147
"output_token": "nextToken",
4248
"limit_key": "maxResults",
4349
"result_key": "schedulingPolicies"
50+
},
51+
"ListServiceJobs": {
52+
"input_token": "nextToken",
53+
"output_token": "nextToken",
54+
"limit_key": "maxResults",
55+
"result_key": "jobSummaryList"
4456
}
4557
}
4658
}

0 commit comments

Comments
 (0)