public static interface LabelingJobAlgorithmsConfig.Builder extends SdkPojo, CopyableBuilder<LabelingJobAlgorithmsConfig.Builder,LabelingJobAlgorithmsConfig>
Modifier and Type | Method and Description |
---|---|
LabelingJobAlgorithmsConfig.Builder |
initialActiveLearningModelArn(String initialActiveLearningModelArn)
At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for
auto-labeling.
|
LabelingJobAlgorithmsConfig.Builder |
labelingJobAlgorithmSpecificationArn(String labelingJobAlgorithmSpecificationArn)
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
|
default LabelingJobAlgorithmsConfig.Builder |
labelingJobResourceConfig(Consumer<LabelingJobResourceConfig.Builder> labelingJobResourceConfig)
Provides configuration information for a labeling job.
|
LabelingJobAlgorithmsConfig.Builder |
labelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LabelingJobAlgorithmsConfig.Builder labelingJobAlgorithmSpecificationArn(String labelingJobAlgorithmSpecificationArn)
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
labelingJobAlgorithmSpecificationArn
- 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
LabelingJobAlgorithmsConfig.Builder initialActiveLearningModelArn(String initialActiveLearningModelArn)
At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.
initialActiveLearningModelArn
- At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model
used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by
providing the ARN of the model here.LabelingJobAlgorithmsConfig.Builder labelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
labelingJobResourceConfig
- Provides configuration information for a labeling job.default LabelingJobAlgorithmsConfig.Builder labelingJobResourceConfig(Consumer<LabelingJobResourceConfig.Builder> labelingJobResourceConfig)
Provides configuration information for a labeling job.
This is a convenience method that creates an instance of theLabelingJobResourceConfig.Builder
avoiding the need to create one manually via LabelingJobResourceConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to labelingJobResourceConfig(LabelingJobResourceConfig)
.labelingJobResourceConfig
- a consumer that will call methods on LabelingJobResourceConfig.Builder
labelingJobResourceConfig(LabelingJobResourceConfig)
Copyright © 2022. All rights reserved.