public static interface AnnotationConsolidationConfig.Builder extends SdkPojo, CopyableBuilder<AnnotationConsolidationConfig.Builder,AnnotationConsolidationConfig>
Modifier and Type | Method and Description |
---|---|
AnnotationConsolidationConfig.Builder |
annotationConsolidationLambdaArn(String annotationConsolidationLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.
|
copy
applyMutation, build
AnnotationConsolidationConfig.Builder annotationConsolidationLambdaArn(String annotationConsolidationLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.
Amazon SageMaker Ground Truth provides three annotation consolidation functions that you can choose to use. They are:
Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.
arn:aws:lambda:region:432418664414:function:ACS-BoundingBox
Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.
arn:aws:lambda:region:432418664414:function:ACS-ImageMultiClass
Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.
arn:aws:lambda:region:432418664414:function:ACS-TextMultiClass
For more information, see Annotation Consolidation.
annotationConsolidationLambdaArn
- The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation
consolidation.
Amazon SageMaker Ground Truth provides three annotation consolidation functions that you can choose to use. They are:
Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.
arn:aws:lambda:region:432418664414:function:ACS-BoundingBox
Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.
arn:aws:lambda:region:432418664414:function:ACS-ImageMultiClass
Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.
arn:aws:lambda:region:432418664414:function:ACS-TextMultiClass
For more information, see Annotation Consolidation.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.