@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnnotationConsolidationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configures how labels are consolidated across human workers.
| Constructor and Description |
|---|
AnnotationConsolidationConfig() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationConsolidationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getAnnotationConsolidationLambdaArn()
The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAnnotationConsolidationLambdaArn(String annotationConsolidationLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AnnotationConsolidationConfig |
withAnnotationConsolidationLambdaArn(String annotationConsolidationLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.
|
public void setAnnotationConsolidationLambdaArn(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.
public String getAnnotationConsolidationLambdaArn()
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 withAnnotationConsolidationLambdaArn(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.
public String toString()
toString in class ObjectObject.toString()public AnnotationConsolidationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.