Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LabelingJobAlgorithmsConfig = LabelingJobAlgorithmsConfig' {}
- newLabelingJobAlgorithmsConfig :: Text -> LabelingJobAlgorithmsConfig
- labelingJobAlgorithmsConfig_labelingJobResourceConfig :: Lens' LabelingJobAlgorithmsConfig (Maybe LabelingJobResourceConfig)
- labelingJobAlgorithmsConfig_initialActiveLearningModelArn :: Lens' LabelingJobAlgorithmsConfig (Maybe Text)
- labelingJobAlgorithmsConfig_labelingJobAlgorithmSpecificationArn :: Lens' LabelingJobAlgorithmsConfig Text
Documentation
data LabelingJobAlgorithmsConfig Source #
Provides configuration information for auto-labeling of your data
objects. A LabelingJobAlgorithmsConfig
object must be supplied in
order to use auto-labeling.
See: newLabelingJobAlgorithmsConfig
smart constructor.
LabelingJobAlgorithmsConfig' | |
|
Instances
newLabelingJobAlgorithmsConfig Source #
:: Text |
|
-> LabelingJobAlgorithmsConfig |
Create a value of LabelingJobAlgorithmsConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:labelingJobResourceConfig:LabelingJobAlgorithmsConfig'
, labelingJobAlgorithmsConfig_labelingJobResourceConfig
- Provides configuration information for a labeling job.
$sel:initialActiveLearningModelArn:LabelingJobAlgorithmsConfig'
, labelingJobAlgorithmsConfig_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.
$sel:labelingJobAlgorithmSpecificationArn:LabelingJobAlgorithmsConfig'
, labelingJobAlgorithmsConfig_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_labelingJobResourceConfig :: Lens' LabelingJobAlgorithmsConfig (Maybe LabelingJobResourceConfig) Source #
Provides configuration information for a labeling job.
labelingJobAlgorithmsConfig_initialActiveLearningModelArn :: Lens' LabelingJobAlgorithmsConfig (Maybe Text) Source #
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_labelingJobAlgorithmSpecificationArn :: Lens' LabelingJobAlgorithmsConfig Text Source #
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