labelingJobAlgorithmSpecificationArn property
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:
-
Image classification
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
-
Text classification
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
-
Object detection
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
-
Semantic Segmentation
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation
Implementation
final String labelingJobAlgorithmSpecificationArn;