| 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.LookoutEquipment.Types.DataIngestionJobSummary
Description
Synopsis
- data DataIngestionJobSummary = DataIngestionJobSummary' {}
- newDataIngestionJobSummary :: DataIngestionJobSummary
- dataIngestionJobSummary_datasetArn :: Lens' DataIngestionJobSummary (Maybe Text)
- dataIngestionJobSummary_datasetName :: Lens' DataIngestionJobSummary (Maybe Text)
- dataIngestionJobSummary_ingestionInputConfiguration :: Lens' DataIngestionJobSummary (Maybe IngestionInputConfiguration)
- dataIngestionJobSummary_jobId :: Lens' DataIngestionJobSummary (Maybe Text)
- dataIngestionJobSummary_status :: Lens' DataIngestionJobSummary (Maybe IngestionJobStatus)
Documentation
data DataIngestionJobSummary Source #
Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.
See: newDataIngestionJobSummary smart constructor.
Constructors
| DataIngestionJobSummary' | |
Fields
| |
Instances
newDataIngestionJobSummary :: DataIngestionJobSummary Source #
Create a value of DataIngestionJobSummary 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:datasetArn:DataIngestionJobSummary', dataIngestionJobSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset used in the data ingestion
job.
$sel:datasetName:DataIngestionJobSummary', dataIngestionJobSummary_datasetName - The name of the dataset used for the data ingestion job.
$sel:ingestionInputConfiguration:DataIngestionJobSummary', dataIngestionJobSummary_ingestionInputConfiguration - Specifies information for the input data for the data inference job,
including data Amazon S3 location parameters.
$sel:jobId:DataIngestionJobSummary', dataIngestionJobSummary_jobId - Indicates the job ID of the data ingestion job.
$sel:status:DataIngestionJobSummary', dataIngestionJobSummary_status - Indicates the status of the data ingestion job.
dataIngestionJobSummary_datasetArn :: Lens' DataIngestionJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
dataIngestionJobSummary_datasetName :: Lens' DataIngestionJobSummary (Maybe Text) Source #
The name of the dataset used for the data ingestion job.
dataIngestionJobSummary_ingestionInputConfiguration :: Lens' DataIngestionJobSummary (Maybe IngestionInputConfiguration) Source #
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
dataIngestionJobSummary_jobId :: Lens' DataIngestionJobSummary (Maybe Text) Source #
Indicates the job ID of the data ingestion job.
dataIngestionJobSummary_status :: Lens' DataIngestionJobSummary (Maybe IngestionJobStatus) Source #
Indicates the status of the data ingestion job.