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 LabelingJobSummary = LabelingJobSummary' {
- failureReason :: Maybe Text
- annotationConsolidationLambdaArn :: Maybe Text
- inputConfig :: Maybe LabelingJobInputConfig
- labelingJobOutput :: Maybe LabelingJobOutput
- labelingJobName :: Text
- labelingJobArn :: Text
- creationTime :: POSIX
- lastModifiedTime :: POSIX
- labelingJobStatus :: LabelingJobStatus
- labelCounters :: LabelCounters
- workteamArn :: Text
- preHumanTaskLambdaArn :: Text
- newLabelingJobSummary :: Text -> Text -> UTCTime -> UTCTime -> LabelingJobStatus -> LabelCounters -> Text -> Text -> LabelingJobSummary
- labelingJobSummary_failureReason :: Lens' LabelingJobSummary (Maybe Text)
- labelingJobSummary_annotationConsolidationLambdaArn :: Lens' LabelingJobSummary (Maybe Text)
- labelingJobSummary_inputConfig :: Lens' LabelingJobSummary (Maybe LabelingJobInputConfig)
- labelingJobSummary_labelingJobOutput :: Lens' LabelingJobSummary (Maybe LabelingJobOutput)
- labelingJobSummary_labelingJobName :: Lens' LabelingJobSummary Text
- labelingJobSummary_labelingJobArn :: Lens' LabelingJobSummary Text
- labelingJobSummary_creationTime :: Lens' LabelingJobSummary UTCTime
- labelingJobSummary_lastModifiedTime :: Lens' LabelingJobSummary UTCTime
- labelingJobSummary_labelingJobStatus :: Lens' LabelingJobSummary LabelingJobStatus
- labelingJobSummary_labelCounters :: Lens' LabelingJobSummary LabelCounters
- labelingJobSummary_workteamArn :: Lens' LabelingJobSummary Text
- labelingJobSummary_preHumanTaskLambdaArn :: Lens' LabelingJobSummary Text
Documentation
data LabelingJobSummary Source #
Provides summary information about a labeling job.
See: newLabelingJobSummary
smart constructor.
LabelingJobSummary' | |
|
Instances
newLabelingJobSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> LabelingJobStatus | |
-> LabelCounters | |
-> Text | |
-> Text | |
-> LabelingJobSummary |
Create a value of LabelingJobSummary
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:failureReason:LabelingJobSummary'
, labelingJobSummary_failureReason
- If the LabelingJobStatus
field is Failed
, this field contains a
description of the error.
$sel:annotationConsolidationLambdaArn:LabelingJobSummary'
, labelingJobSummary_annotationConsolidationLambdaArn
- The Amazon Resource Name (ARN) of the Lambda function used to
consolidate the annotations from individual workers into a label for a
data object. For more information, see
Annotation Consolidation.
$sel:inputConfig:LabelingJobSummary'
, labelingJobSummary_inputConfig
- Input configuration for the labeling job.
$sel:labelingJobOutput:LabelingJobSummary'
, labelingJobSummary_labelingJobOutput
- The location of the output produced by the labeling job.
$sel:labelingJobName:LabelingJobSummary'
, labelingJobSummary_labelingJobName
- The name of the labeling job.
$sel:labelingJobArn:LabelingJobSummary'
, labelingJobSummary_labelingJobArn
- The Amazon Resource Name (ARN) assigned to the labeling job when it was
created.
$sel:creationTime:LabelingJobSummary'
, labelingJobSummary_creationTime
- The date and time that the job was created (timestamp).
$sel:lastModifiedTime:LabelingJobSummary'
, labelingJobSummary_lastModifiedTime
- The date and time that the job was last modified (timestamp).
$sel:labelingJobStatus:LabelingJobSummary'
, labelingJobSummary_labelingJobStatus
- The current status of the labeling job.
$sel:labelCounters:LabelingJobSummary'
, labelingJobSummary_labelCounters
- Counts showing the progress of the labeling job.
$sel:workteamArn:LabelingJobSummary'
, labelingJobSummary_workteamArn
- The Amazon Resource Name (ARN) of the work team assigned to the job.
$sel:preHumanTaskLambdaArn:LabelingJobSummary'
, labelingJobSummary_preHumanTaskLambdaArn
- The Amazon Resource Name (ARN) of a Lambda function. The function is run
before each data object is sent to a worker.
labelingJobSummary_failureReason :: Lens' LabelingJobSummary (Maybe Text) Source #
If the LabelingJobStatus
field is Failed
, this field contains a
description of the error.
labelingJobSummary_annotationConsolidationLambdaArn :: Lens' LabelingJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.
labelingJobSummary_inputConfig :: Lens' LabelingJobSummary (Maybe LabelingJobInputConfig) Source #
Input configuration for the labeling job.
labelingJobSummary_labelingJobOutput :: Lens' LabelingJobSummary (Maybe LabelingJobOutput) Source #
The location of the output produced by the labeling job.
labelingJobSummary_labelingJobName :: Lens' LabelingJobSummary Text Source #
The name of the labeling job.
labelingJobSummary_labelingJobArn :: Lens' LabelingJobSummary Text Source #
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
labelingJobSummary_creationTime :: Lens' LabelingJobSummary UTCTime Source #
The date and time that the job was created (timestamp).
labelingJobSummary_lastModifiedTime :: Lens' LabelingJobSummary UTCTime Source #
The date and time that the job was last modified (timestamp).
labelingJobSummary_labelingJobStatus :: Lens' LabelingJobSummary LabelingJobStatus Source #
The current status of the labeling job.
labelingJobSummary_labelCounters :: Lens' LabelingJobSummary LabelCounters Source #
Counts showing the progress of the labeling job.
labelingJobSummary_workteamArn :: Lens' LabelingJobSummary Text Source #
The Amazon Resource Name (ARN) of the work team assigned to the job.
labelingJobSummary_preHumanTaskLambdaArn :: Lens' LabelingJobSummary Text Source #
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.