| 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.PipelineSummary
Description
Synopsis
- data PipelineSummary = PipelineSummary' {}
- newPipelineSummary :: PipelineSummary
- pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_lastExecutionTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_lastModifiedTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_pipelineArn :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_pipelineDescription :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_pipelineDisplayName :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_roleArn :: Lens' PipelineSummary (Maybe Text)
Documentation
data PipelineSummary Source #
A summary of a pipeline.
See: newPipelineSummary smart constructor.
Constructors
| PipelineSummary' | |
Fields
| |
Instances
newPipelineSummary :: PipelineSummary Source #
Create a value of PipelineSummary 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:creationTime:PipelineSummary', pipelineSummary_creationTime - The creation time of the pipeline.
$sel:lastExecutionTime:PipelineSummary', pipelineSummary_lastExecutionTime - The last time that a pipeline execution began.
$sel:lastModifiedTime:PipelineSummary', pipelineSummary_lastModifiedTime - The time that the pipeline was last modified.
$sel:pipelineArn:PipelineSummary', pipelineSummary_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
$sel:pipelineDescription:PipelineSummary', pipelineSummary_pipelineDescription - The description of the pipeline.
$sel:pipelineDisplayName:PipelineSummary', pipelineSummary_pipelineDisplayName - The display name of the pipeline.
$sel:pipelineName:PipelineSummary', pipelineSummary_pipelineName - The name of the pipeline.
$sel:roleArn:PipelineSummary', pipelineSummary_roleArn - The Amazon Resource Name (ARN) that the pipeline used to execute.
pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
The creation time of the pipeline.
pipelineSummary_lastExecutionTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
The last time that a pipeline execution began.
pipelineSummary_lastModifiedTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
The time that the pipeline was last modified.
pipelineSummary_pipelineArn :: Lens' PipelineSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipelineSummary_pipelineDescription :: Lens' PipelineSummary (Maybe Text) Source #
The description of the pipeline.
pipelineSummary_pipelineDisplayName :: Lens' PipelineSummary (Maybe Text) Source #
The display name of the pipeline.
pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text) Source #
The name of the pipeline.
pipelineSummary_roleArn :: Lens' PipelineSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) that the pipeline used to execute.