ai.djl.aws.sagemaker.assume_role_policy.json Maven / Gradle / Ivy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "sagemaker.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy