Skip to content

Commit

Permalink
Amazon Rekognition Update: This Amazon Rekognition Custom Labels rele…
Browse files Browse the repository at this point in the history
…ase introduces the management of datasets with projects
  • Loading branch information
AWS committed Nov 1, 2021
1 parent a76e6f3 commit 71c0d83
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 20 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonRekognition-c3398e4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Rekognition",
"contributor": "",
"description": "This Amazon Rekognition Custom Labels release introduces the management of datasets with projects"
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
"output_token": "NextToken",
"result_key": "CollectionIds"
},
"ListDatasetEntries": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "DatasetEntries"
},
"ListDatasetLabels": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "DatasetLabelDescriptions"
},
"ListFaces": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
Loading

0 comments on commit 71c0d83

Please sign in to comment.