Created
March 19, 2020 21:36
-
-
Save itsderek23/c65c22b524f00de150790b9128c8b8f6 to your computer and use it in GitHub Desktop.
Booklet.ai AWS JSON Policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "VisualEditor0", | |
"Effect": "Allow", | |
"Action": [ | |
"sagemaker:ListEndpointConfigs", | |
"sagemaker:DescribeEndpointConfig", | |
"sagemaker:ListModels", | |
"sagemaker:DescribeModel", | |
"sagemaker:Search", | |
"sagemaker:DescribeEndpoint", | |
"sagemaker:ListEndpoints", | |
"sagemaker:ListModelPackages", | |
"sagemaker:InvokeEndpoint" | |
], | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment