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 |
Documentation
data LabelingJobOutput Source #
Specifies the location of the output produced by the labeling job.
See: newLabelingJobOutput
smart constructor.
LabelingJobOutput' | |
|
Instances
Create a value of LabelingJobOutput
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:finalActiveLearningModelArn:LabelingJobOutput'
, labelingJobOutput_finalActiveLearningModelArn
- The Amazon Resource Name (ARN) for the most recent Amazon SageMaker
model trained as part of automated data labeling.
$sel:outputDatasetS3Uri:LabelingJobOutput'
, labelingJobOutput_outputDatasetS3Uri
- The Amazon S3 bucket location of the manifest file for labeled data.
labelingJobOutput_finalActiveLearningModelArn :: Lens' LabelingJobOutput (Maybe Text) Source #
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.
labelingJobOutput_outputDatasetS3Uri :: Lens' LabelingJobOutput Text Source #
The Amazon S3 bucket location of the manifest file for labeled data.