@Generated(value="software.amazon.awssdk:codegen") public final class AnnotationConsolidationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnnotationConsolidationConfig.Builder,AnnotationConsolidationConfig>
Configures how labels are consolidated across human workers.
Modifier and Type | Class and Description |
---|---|
static interface |
AnnotationConsolidationConfig.Builder |
Modifier and Type | Method and Description |
---|---|
String |
annotationConsolidationLambdaArn()
The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.
|
static AnnotationConsolidationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnnotationConsolidationConfig.Builder> |
serializableBuilderClass() |
AnnotationConsolidationConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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.
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.
public AnnotationConsolidationConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AnnotationConsolidationConfig.Builder,AnnotationConsolidationConfig>
public static AnnotationConsolidationConfig.Builder builder()
public static Class<? extends AnnotationConsolidationConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.