AliyunPAILLMTraceFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunPAILLMTraceFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunPAILLMTraceFullAccess policy: Provides full access to Platform of AI Large Language Model Trace via Management Console.
Policy details
Type: service system policy
Creation time: 00:32:17 on July 02, 2024
Update time: 00:32:17 on July 02, 2024
Current version: v1
Policy content
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": "paillmtrace:*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Condition": {
"StringEquals": {
"ram:ServiceName": "llmtrace.pai.aliyuncs.com"
}
}
}
]
}