From 7a95609fc3d5e4d12ee086e8a55d85d0e34ddc58 Mon Sep 17 00:00:00 2001 From: sepehr_noori_geeksltd Date: Fri, 2 Jun 2023 16:00:54 +0100 Subject: [PATCH] bug-fix --- Olive.Aws.Comprehend/ComprehendClassifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Olive.Aws.Comprehend/ComprehendClassifier.cs b/Olive.Aws.Comprehend/ComprehendClassifier.cs index f44a6f07..71bf1c0c 100644 --- a/Olive.Aws.Comprehend/ComprehendClassifier.cs +++ b/Olive.Aws.Comprehend/ComprehendClassifier.cs @@ -234,7 +234,7 @@ public static async Task StartClasifyingJob(string classifier_arn, strin { S3Uri = $"s3://{bucketName}/{outputfolder}/{documetnKey}", }, - DataAccessRoleArn = IamRole; + DataAccessRoleArn = IamRole, }; try {