hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.76k stars 9.12k forks source link

[New Resource]: Support for SageMaker Ground Truth labelling jobs #35563

Open stefansedich opened 8 months ago

stefansedich commented 8 months ago

Description

I got led astray by https://www.pulumi.com/ai/answers/7mPxUkQNAgrPMs6NnvtYVt/creating-aws-sagemaker-ground-truth-labeling-with-terraform and thought that aws_sagemaker_labeling_job was an actual resource but looks like AI tricked me, it would be good to manage labelling jobs with Terraform and it looks like the Go SDK already supports this.

Requested Resource(s) and/or Data Source(s)

aws_sagemaker_labeling_job

Potential Terraform Configuration

The sample in https://www.pulumi.com/ai/answers/7mPxUkQNAgrPMs6NnvtYVt/creating-aws-sagemaker-ground-truth-labeling-with-terraform looks like a good start.

References

https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/sagemaker#Client.CreateLabelingJob

Would you like to implement a fix?

None

github-actions[bot] commented 8 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue