Learn how to schedule and run an Analysis Job in Amazon Comprehend Medical. Set up a user account, create an S3 bucket and upload your data, create a role for your Comprehend Medical job to access your S3 bucket, and schedule an analysis job.
If you are getting an error when trying to create an AWS Comprehend Medical analysis job, it is most likely because the part that creates a service role for Comprehend Medical to access your data in S3 bucket is not being created or is not correctly configured. Jump to 6:54 in this video to see how to create the role and its permissions manually.
Permissions JSON for Comprehend Medical role:
{
"Version": "2012-10-17",
"Statement": [{Action":
["s3:GetObject",
"s3:ListBucket",
"s3:PutObject"],
"Resource": ["*"],
"Effect": "Allow"} ]
}
Comprehend Medical is a Natural Language Processing healthcare AI service offered by AWS. An analysis job can extract entities from a large number of text files, but requires some degree of setup. This video I am showing how to create everything you need for successfully running an analysis job.
Reference:
General: [ Ссылка ]
Pricing: [ Ссылка ]
Data Guidelines and Quotas: [ Ссылка ]
Setting up an account: [ Ссылка ]
Access Management and permissions: [ Ссылка ]
Data protection: [ Ссылка ]
Chapters:
0:00 What is an Amazon Comprehend Medical Analysis Job
1:00 Create an Administrator user in AWS
2:47 Create an S3 bucket in AWS
6:54 Create a Service Role in AWS
10:03 Schedule a Comprehend Medical Analysis Job
12:44 Review Analysis Job results
Questions? Need help? Contact me here:
[ Ссылка ]
Ещё видео!