Request a Project
Requesting a new Amazon SageMaker Ground Truth Plus project initiates the engagement with the SageMaker Ground Truth Plus team who works to understand your requirements and deliver a high-quality, labeled dataset that is tailored to your use case. In the project request, you can provide details about your labeling task, such as the task type, dataset size, and any sensitive data. You also need to specify an AWS IAM role with permissions for SageMaker Ground Truth Plus to access your data and perform the labeling job. The following page shows you how to create a new project request using the SageMaker AI console.
To request a project, do the following:
Under the Ground Truth tab of Amazon SageMaker AI, choose Plus.
On the SageMaker Ground Truth Plus page, choose Request project.
A page titled Request a project opens. The page includes fields for General information and Project overview. Enter the following information
Under General information, enter your First name, Last name and Business email address. An AWS expert uses this information for contacting you to discuss the project after you submit the request.
Under Project overview, enter your Project name and Project description. Choose the Task type based on your data and use case. You can also indicate if your data contains personally identifiable information (PII).
Create or select an IAM role that grants SageMaker Ground Truth Plus permissions to perform a labeling job by choosing one of the options below.
You can Create an IAM role that provides access to any S3 bucket you specify.
You can Enter a custom IAM role ARN.
You can choose an existing role.
If you use an existing role or a custom IAM role ARN, make sure you have the following IAM role and trust policy.
IAM role
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:GetObject", "s3:GetBucketLocation", "s3:ListBucket", "s3:PutObject" ], "Resource": [ "arn:aws:s3:::
your-bucket-name
", "arn:aws:s3:::your-bucket-name
/*" //Ex: "arn:aws:s3:::input-data-to-label/*" ] } ] }Trust policy
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "sagemaker-ground-truth-plus.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }
Choose Request a project.
Once you create a project, you can find it on the SageMaker Ground Truth Plus page, under the Projects section. The project status should be Review in-progress
Note
You cannot have more than 5 projects with the Review in progress status.