All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.djl.aws.sagemaker.assume_role_policy.json Maven / Gradle / Ivy

There is a newer version: 0.31.1
Show newest version
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": {
        "Service": "sagemaker.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy