本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AmazonSageMakerCanvasAIServicesAccess
描述:为 Amazon SageMaker Canvas 提供使用人工智能服务的权限,以支持即用型人工智能解决方案。随着 Amazon C SageMaker anvas 增加支持,该政策将为服务添加更多变更权限。
AmazonSageMakerCanvasAIServicesAccess
是一项 AWS 托管式策略。
使用此策略
您可以将 AmazonSageMakerCanvasAIServicesAccess
附加到您的用户、组和角色。
策略详细信息
-
类型: AWS 托管策略
-
创建时间:2023 年 3 月 23 日 22:36 UTC
-
编辑时间:2023 年 11 月 29 日 14:47 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonSageMakerCanvasAIServicesAccess
策略版本
策略版本:v3 (默认值)
此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "Textract", "Effect" : "Allow", "Action" : [ "textract:AnalyzeDocument", "textract:AnalyzeExpense", "textract:AnalyzeID", "textract:StartDocumentAnalysis", "textract:StartExpenseAnalysis", "textract:GetDocumentAnalysis", "textract:GetExpenseAnalysis" ], "Resource" : "*" }, { "Sid" : "Rekognition", "Effect" : "Allow", "Action" : [ "rekognition:DetectLabels", "rekognition:DetectText" ], "Resource" : "*" }, { "Sid" : "Comprehend", "Effect" : "Allow", "Action" : [ "comprehend:BatchDetectDominantLanguage", "comprehend:BatchDetectEntities", "comprehend:BatchDetectSentiment", "comprehend:DetectPiiEntities", "comprehend:DetectEntities", "comprehend:DetectSentiment", "comprehend:DetectDominantLanguage" ], "Resource" : "*" }, { "Sid" : "Bedrock", "Effect" : "Allow", "Action" : [ "bedrock:InvokeModel", "bedrock:ListFoundationModels", "bedrock:InvokeModelWithResponseStream" ], "Resource" : "*" }, { "Sid" : "CreateBedrockResourcesPermission", "Effect" : "Allow", "Action" : [ "bedrock:CreateModelCustomizationJob", "bedrock:CreateProvisionedModelThroughput", "bedrock:TagResource" ], "Resource" : [ "arn:aws:bedrock:*:*:model-customization-job/*", "arn:aws:bedrock:*:*:custom-model/*", "arn:aws:bedrock:*:*:provisioned-model/*" ], "Condition" : { "ForAnyValue:StringEquals" : { "aws:TagKeys" : [ "SageMaker", "Canvas" ] }, "StringEquals" : { "aws:RequestTag/SageMaker" : "true", "aws:RequestTag/Canvas" : "true", "aws:ResourceTag/SageMaker" : "true", "aws:ResourceTag/Canvas" : "true" } } }, { "Sid" : "GetStopAndDeleteBedrockResourcesPermission", "Effect" : "Allow", "Action" : [ "bedrock:GetModelCustomizationJob", "bedrock:GetCustomModel", "bedrock:GetProvisionedModelThroughput", "bedrock:StopModelCustomizationJob", "bedrock:DeleteProvisionedModelThroughput" ], "Resource" : [ "arn:aws:bedrock:*:*:model-customization-job/*", "arn:aws:bedrock:*:*:custom-model/*", "arn:aws:bedrock:*:*:provisioned-model/*" ], "Condition" : { "StringEquals" : { "aws:ResourceTag/SageMaker" : "true", "aws:ResourceTag/Canvas" : "true" } } }, { "Sid" : "FoundationModelPermission", "Effect" : "Allow", "Action" : [ "bedrock:CreateModelCustomizationJob" ], "Resource" : [ "arn:aws:bedrock:*::foundation-model/*" ] }, { "Sid" : "BedrockFineTuningPassRole", "Effect" : "Allow", "Action" : [ "iam:PassRole" ], "Resource" : [ "arn:aws:iam::*:role/*" ], "Condition" : { "StringEquals" : { "iam:PassedToService" : "bedrock.amazonaws.com" } } } ] }