Skip to content

Commit 8913da3

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release enables - 1/ Inference endpoint configuration recommendations and ability to run custom load tests to meet performance needs. 2/ Deploy serverless inference endpoints. 3/ Query, filter and retrieve end-to-end ML lineage graph, and incorporate model quality/bias detection in ML workflow.
1 parent 2e36785 commit 8913da3

File tree

3 files changed

+1665
-43
lines changed

3 files changed

+1665
-43
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 enables - 1/ Inference endpoint configuration recommendations and ability to run custom load tests to meet performance needs. 2/ Deploy serverless inference endpoints. 3/ Query, filter and retrieve end-to-end ML lineage graph, and incorporate model quality/bias detection in ML workflow."
6+
}

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@
150150
"limit_key": "MaxResults",
151151
"result_key": "Images"
152152
},
153+
"ListInferenceRecommendationsJobs": {
154+
"input_token": "NextToken",
155+
"output_token": "NextToken",
156+
"limit_key": "MaxResults",
157+
"result_key": "InferenceRecommendationsJobs"
158+
},
153159
"ListLabelingJobs": {
154160
"input_token": "NextToken",
155161
"output_token": "NextToken",
@@ -162,6 +168,12 @@
162168
"limit_key": "MaxResults",
163169
"result_key": "LabelingJobSummaryList"
164170
},
171+
"ListLineageGroups": {
172+
"input_token": "NextToken",
173+
"output_token": "NextToken",
174+
"limit_key": "MaxResults",
175+
"result_key": "LineageGroupSummaries"
176+
},
165177
"ListModelBiasJobDefinitions": {
166178
"input_token": "NextToken",
167179
"output_token": "NextToken",
@@ -174,6 +186,12 @@
174186
"limit_key": "MaxResults",
175187
"result_key": "JobDefinitionSummaries"
176188
},
189+
"ListModelMetadata": {
190+
"input_token": "NextToken",
191+
"output_token": "NextToken",
192+
"limit_key": "MaxResults",
193+
"result_key": "ModelMetadataSummaries"
194+
},
177195
"ListModelPackageGroups": {
178196
"input_token": "NextToken",
179197
"output_token": "NextToken",
@@ -323,6 +341,11 @@
323341
"limit_key": "MaxResults",
324342
"result_key": "Workteams"
325343
},
344+
"QueryLineage": {
345+
"input_token": "NextToken",
346+
"output_token": "NextToken",
347+
"limit_key": "MaxResults"
348+
},
326349
"Search": {
327350
"input_token": "NextToken",
328351
"output_token": "NextToken",

0 commit comments

Comments
 (0)