| 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.PipelineExecutionSummary
Description
Synopsis
- data PipelineExecutionSummary = PipelineExecutionSummary' {}
- newPipelineExecutionSummary :: PipelineExecutionSummary
- pipelineExecutionSummary_pipelineExecutionArn :: Lens' PipelineExecutionSummary (Maybe Text)
- pipelineExecutionSummary_pipelineExecutionDescription :: Lens' PipelineExecutionSummary (Maybe Text)
- pipelineExecutionSummary_pipelineExecutionDisplayName :: Lens' PipelineExecutionSummary (Maybe Text)
- pipelineExecutionSummary_pipelineExecutionFailureReason :: Lens' PipelineExecutionSummary (Maybe Text)
- pipelineExecutionSummary_pipelineExecutionStatus :: Lens' PipelineExecutionSummary (Maybe PipelineExecutionStatus)
- pipelineExecutionSummary_startTime :: Lens' PipelineExecutionSummary (Maybe UTCTime)
Documentation
data PipelineExecutionSummary Source #
A pipeline execution summary.
See: newPipelineExecutionSummary smart constructor.
Constructors
| PipelineExecutionSummary' | |
Fields
| |
Instances
newPipelineExecutionSummary :: PipelineExecutionSummary Source #
Create a value of PipelineExecutionSummary 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:pipelineExecutionArn:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
$sel:pipelineExecutionDescription:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionDescription - The description of the pipeline execution.
$sel:pipelineExecutionDisplayName:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionDisplayName - The display name of the pipeline execution.
$sel:pipelineExecutionFailureReason:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionFailureReason - A message generated by SageMaker Pipelines describing why the pipeline
execution failed.
$sel:pipelineExecutionStatus:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionStatus - The status of the pipeline execution.
$sel:startTime:PipelineExecutionSummary', pipelineExecutionSummary_startTime - The start time of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionArn :: Lens' PipelineExecutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionDescription :: Lens' PipelineExecutionSummary (Maybe Text) Source #
The description of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionDisplayName :: Lens' PipelineExecutionSummary (Maybe Text) Source #
The display name of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionFailureReason :: Lens' PipelineExecutionSummary (Maybe Text) Source #
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
pipelineExecutionSummary_pipelineExecutionStatus :: Lens' PipelineExecutionSummary (Maybe PipelineExecutionStatus) Source #
The status of the pipeline execution.
pipelineExecutionSummary_startTime :: Lens' PipelineExecutionSummary (Maybe UTCTime) Source #
The start time of the pipeline execution.