Skip to content

Commit

Permalink
Amazon SageMaker Service Update: AWS Sagemaker - Sagemaker Images now…
Browse files Browse the repository at this point in the history
… supports Aliases as secondary identifiers for ImageVersions. SageMaker Images now supports additional metadata for ImageVersions for better images management.
  • Loading branch information
AWS committed Dec 19, 2022
1 parent 92b8736 commit a381d4b
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 15 deletions.
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "AWS Sagemaker - Sagemaker Images now supports Aliases as secondary identifiers for ImageVersions. SageMaker Images now supports additional metadata for ImageVersions for better images management."
}
Expand Up @@ -12,6 +12,12 @@
"limit_key": "MaxResults",
"result_key": "AlgorithmSummaryList"
},
"ListAliases": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "SageMakerImageVersionAliases"
},
"ListAppImageConfigs": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down

0 comments on commit a381d4b

Please sign in to comment.