Skip to content

Commit 6b1fd25

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
1 parent 4650b49 commit 6b1fd25

File tree

3 files changed

+566
-6
lines changed

3 files changed

+566
-6
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": "Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances."
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
@@ -216,6 +216,12 @@
216216
"limit_key": "MaxResults",
217217
"result_key": "LineageGroupSummaries"
218218
},
219+
"ListMlflowTrackingServers": {
220+
"input_token": "NextToken",
221+
"output_token": "NextToken",
222+
"limit_key": "MaxResults",
223+
"result_key": "TrackingServerSummaries"
224+
},
219225
"ListModelBiasJobDefinitions": {
220226
"input_token": "NextToken",
221227
"output_token": "NextToken",

0 commit comments

Comments
 (0)