AWS glue documentation change
Summary
Added note clarifying IAM role usage for labeling set generation
Security assessment
Clarifies IAM role permissions for security-conscious workflows but does not fix a vulnerability. Enhances security documentation by explaining access requirements.
Diff
diff --git a/glue/latest/webapi/API_StartMLLabelingSetGenerationTaskRun.md b/glue/latest/webapi/API_StartMLLabelingSetGenerationTaskRun.md index 62d8d08b2..a6279b772 100644 --- a//glue/latest/webapi/API_StartMLLabelingSetGenerationTaskRun.md +++ b//glue/latest/webapi/API_StartMLLabelingSetGenerationTaskRun.md @@ -16,0 +17,2 @@ After the labeling process is finished, you can upload your labels with a call t +Note: The role used to write the generated labeling set to the `OutputS3Path` is the role associated with the Machine Learning Transform, specified in the `CreateMLTransform` API. +