Examtopics

AWS Certified Machine Learning - Specialty
  • Topic 1 Question 281

    A data scientist is using Amazon Comprehend to perform sentiment analysis on a dataset of one million social media posts.

    Which approach will process the dataset in the LEAST time?

    • Use a combination of AWS Step Functions and an AWS Lambda function to call the DetectSentiment API operation for each post synchronously.

    • Use a combination of AWS Step Functions and an AWS Lambda function to call the BatchDetectSentiment API operation with batches of up to 25 posts at a time.

    • Upload the posts to Amazon S3. Pass the S3 storage path to an AWS Lambda function that calls the StartSentimentDetectionJob API operation.

    • Use an AWS Lambda function to call the BatchDetectSentiment API operation with the whole dataset.


    シャッフルモード