Skip to content

Commit aaa38b6

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.
1 parent 6ea4b04 commit aaa38b6

File tree

3 files changed

+643
-1
lines changed

3 files changed

+643
-1
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": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@
318318
"limit_key": "MaxResults",
319319
"result_key": "NotebookInstances"
320320
},
321+
"ListOptimizationJobs": {
322+
"input_token": "NextToken",
323+
"output_token": "NextToken",
324+
"limit_key": "MaxResults",
325+
"result_key": "OptimizationJobSummaries"
326+
},
321327
"ListPipelineExecutionSteps": {
322328
"input_token": "NextToken",
323329
"output_token": "NextToken",

0 commit comments

Comments
 (0)