Skip to content

Commit 470eb9d

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Added support for serverless MLflow Apps. Added support for new HubContentTypes (DataSet and JsonDoc) in Private Hub for AI model customization assets, enabling tracking and management of training datasets and evaluators (reward functions/prompts) throughout the ML lifecycle.
1 parent c9081d6 commit 470eb9d

File tree

3 files changed

+479
-10
lines changed

3 files changed

+479
-10
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": "Added support for serverless MLflow Apps. Added support for new HubContentTypes (DataSet and JsonDoc) in Private Hub for AI model customization assets, enabling tracking and management of training datasets and evaluators (reward functions/prompts) throughout the ML lifecycle."
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
@@ -240,6 +240,12 @@
240240
"limit_key": "MaxResults",
241241
"result_key": "LineageGroupSummaries"
242242
},
243+
"ListMlflowApps": {
244+
"input_token": "NextToken",
245+
"output_token": "NextToken",
246+
"limit_key": "MaxResults",
247+
"result_key": "Summaries"
248+
},
243249
"ListMlflowTrackingServers": {
244250
"input_token": "NextToken",
245251
"output_token": "NextToken",

0 commit comments

Comments
 (0)