| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary
Description
Synopsis
- data LabelingJobForWorkteamSummary = LabelingJobForWorkteamSummary' {}
- newLabelingJobForWorkteamSummary :: Text -> Text -> UTCTime -> LabelingJobForWorkteamSummary
- labelingJobForWorkteamSummary_labelCounters :: Lens' LabelingJobForWorkteamSummary (Maybe LabelCountersForWorkteam)
- labelingJobForWorkteamSummary_labelingJobName :: Lens' LabelingJobForWorkteamSummary (Maybe Text)
- labelingJobForWorkteamSummary_numberOfHumanWorkersPerDataObject :: Lens' LabelingJobForWorkteamSummary (Maybe Natural)
- labelingJobForWorkteamSummary_jobReferenceCode :: Lens' LabelingJobForWorkteamSummary Text
- labelingJobForWorkteamSummary_workRequesterAccountId :: Lens' LabelingJobForWorkteamSummary Text
- labelingJobForWorkteamSummary_creationTime :: Lens' LabelingJobForWorkteamSummary UTCTime
Documentation
data LabelingJobForWorkteamSummary Source #
Provides summary information for a work team.
See: newLabelingJobForWorkteamSummary smart constructor.
Constructors
| LabelingJobForWorkteamSummary' | |
Fields
| |
Instances
newLabelingJobForWorkteamSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> LabelingJobForWorkteamSummary |
Create a value of LabelingJobForWorkteamSummary 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:labelCounters:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelCounters - Provides information about the progress of a labeling job.
$sel:labelingJobName:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelingJobName - The name of the labeling job that the work team is assigned to.
$sel:numberOfHumanWorkersPerDataObject:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_numberOfHumanWorkersPerDataObject - The configured number of workers per data object.
$sel:jobReferenceCode:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_jobReferenceCode - A unique identifier for a labeling job. You can use this to refer to a
specific labeling job.
$sel:workRequesterAccountId:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_workRequesterAccountId - The Amazon Web Services account ID of the account used to start the
labeling job.
$sel:creationTime:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_creationTime - The date and time that the labeling job was created.
labelingJobForWorkteamSummary_labelCounters :: Lens' LabelingJobForWorkteamSummary (Maybe LabelCountersForWorkteam) Source #
Provides information about the progress of a labeling job.
labelingJobForWorkteamSummary_labelingJobName :: Lens' LabelingJobForWorkteamSummary (Maybe Text) Source #
The name of the labeling job that the work team is assigned to.
labelingJobForWorkteamSummary_numberOfHumanWorkersPerDataObject :: Lens' LabelingJobForWorkteamSummary (Maybe Natural) Source #
The configured number of workers per data object.
labelingJobForWorkteamSummary_jobReferenceCode :: Lens' LabelingJobForWorkteamSummary Text Source #
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
labelingJobForWorkteamSummary_workRequesterAccountId :: Lens' LabelingJobForWorkteamSummary Text Source #
The Amazon Web Services account ID of the account used to start the labeling job.
labelingJobForWorkteamSummary_creationTime :: Lens' LabelingJobForWorkteamSummary UTCTime Source #
The date and time that the labeling job was created.