文档

AliyunPAIEASReadOnlyAccess

更新时间:

AliyunPAIEASReadOnlyAccess 是阿里云管理的产品系统策略,您可以将 AliyunPAIEASReadOnlyAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了只读访问机器学习平台(PAI)模型在线服务(EAS)的权限。

策略详情

  • 类型:系统策略

  • 创建时间:2021-11-17 10:33:25

  • 更新时间:2021-11-17 10:33:25

  • 当前版本:v1

策略内容

{
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "eas:Describe*",
        "eas:List*"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "bssapi:DescribePricingModule",
        "bss:DescribeProduct"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "bssapi:GetPayAsYouGoPrice",
        "bss:DescribePrice"
      ],
      "Resource": "*",
      "Condition": {
        "StringEquals": {
          "bssapi:ProductCode": [
            "learn"
          ],
          "bssapi:ProductType": [
            "learn_EasPayAsYouGo_public_intl",
            "learn_EasPayAsYouGo_public_cn"
          ]
        }
      }
    }
  ],
  "Version": "1"
}

相关文档

  • 本页导读 (1)