| 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.PipelineExecution
Description
Synopsis
- data PipelineExecution = PipelineExecution' {
- createdBy :: Maybe UserContext
 - creationTime :: Maybe POSIX
 - failureReason :: Maybe Text
 - lastModifiedBy :: Maybe UserContext
 - lastModifiedTime :: Maybe POSIX
 - parallelismConfiguration :: Maybe ParallelismConfiguration
 - pipelineArn :: Maybe Text
 - pipelineExecutionArn :: Maybe Text
 - pipelineExecutionDescription :: Maybe Text
 - pipelineExecutionDisplayName :: Maybe Text
 - pipelineExecutionStatus :: Maybe PipelineExecutionStatus
 - pipelineExperimentConfig :: Maybe PipelineExperimentConfig
 - pipelineParameters :: Maybe [Parameter]
 
 - newPipelineExecution :: PipelineExecution
 - pipelineExecution_createdBy :: Lens' PipelineExecution (Maybe UserContext)
 - pipelineExecution_creationTime :: Lens' PipelineExecution (Maybe UTCTime)
 - pipelineExecution_failureReason :: Lens' PipelineExecution (Maybe Text)
 - pipelineExecution_lastModifiedBy :: Lens' PipelineExecution (Maybe UserContext)
 - pipelineExecution_lastModifiedTime :: Lens' PipelineExecution (Maybe UTCTime)
 - pipelineExecution_parallelismConfiguration :: Lens' PipelineExecution (Maybe ParallelismConfiguration)
 - pipelineExecution_pipelineArn :: Lens' PipelineExecution (Maybe Text)
 - pipelineExecution_pipelineExecutionArn :: Lens' PipelineExecution (Maybe Text)
 - pipelineExecution_pipelineExecutionDescription :: Lens' PipelineExecution (Maybe Text)
 - pipelineExecution_pipelineExecutionDisplayName :: Lens' PipelineExecution (Maybe Text)
 - pipelineExecution_pipelineExecutionStatus :: Lens' PipelineExecution (Maybe PipelineExecutionStatus)
 - pipelineExecution_pipelineExperimentConfig :: Lens' PipelineExecution (Maybe PipelineExperimentConfig)
 - pipelineExecution_pipelineParameters :: Lens' PipelineExecution (Maybe [Parameter])
 
Documentation
data PipelineExecution Source #
An execution of a pipeline.
See: newPipelineExecution smart constructor.
Constructors
| PipelineExecution' | |
Fields 
  | |
Instances
newPipelineExecution :: PipelineExecution Source #
Create a value of PipelineExecution 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:createdBy:PipelineExecution', pipelineExecution_createdBy - Undocumented member.
$sel:creationTime:PipelineExecution', pipelineExecution_creationTime - The creation time of the pipeline execution.
$sel:failureReason:PipelineExecution', pipelineExecution_failureReason - If the execution failed, a message describing why.
$sel:lastModifiedBy:PipelineExecution', pipelineExecution_lastModifiedBy - Undocumented member.
$sel:lastModifiedTime:PipelineExecution', pipelineExecution_lastModifiedTime - The time that the pipeline execution was last modified.
$sel:parallelismConfiguration:PipelineExecution', pipelineExecution_parallelismConfiguration - The parallelism configuration applied to the pipeline execution.
$sel:pipelineArn:PipelineExecution', pipelineExecution_pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.
$sel:pipelineExecutionArn:PipelineExecution', pipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
$sel:pipelineExecutionDescription:PipelineExecution', pipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.
$sel:pipelineExecutionDisplayName:PipelineExecution', pipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.
$sel:pipelineExecutionStatus:PipelineExecution', pipelineExecution_pipelineExecutionStatus - The status of the pipeline status.
$sel:pipelineExperimentConfig:PipelineExecution', pipelineExecution_pipelineExperimentConfig - Undocumented member.
$sel:pipelineParameters:PipelineExecution', pipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
pipelineExecution_createdBy :: Lens' PipelineExecution (Maybe UserContext) Source #
Undocumented member.
pipelineExecution_creationTime :: Lens' PipelineExecution (Maybe UTCTime) Source #
The creation time of the pipeline execution.
pipelineExecution_failureReason :: Lens' PipelineExecution (Maybe Text) Source #
If the execution failed, a message describing why.
pipelineExecution_lastModifiedBy :: Lens' PipelineExecution (Maybe UserContext) Source #
Undocumented member.
pipelineExecution_lastModifiedTime :: Lens' PipelineExecution (Maybe UTCTime) Source #
The time that the pipeline execution was last modified.
pipelineExecution_parallelismConfiguration :: Lens' PipelineExecution (Maybe ParallelismConfiguration) Source #
The parallelism configuration applied to the pipeline execution.
pipelineExecution_pipelineArn :: Lens' PipelineExecution (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline that was executed.
pipelineExecution_pipelineExecutionArn :: Lens' PipelineExecution (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecution_pipelineExecutionDescription :: Lens' PipelineExecution (Maybe Text) Source #
The description of the pipeline execution.
pipelineExecution_pipelineExecutionDisplayName :: Lens' PipelineExecution (Maybe Text) Source #
The display name of the pipeline execution.
pipelineExecution_pipelineExecutionStatus :: Lens' PipelineExecution (Maybe PipelineExecutionStatus) Source #
The status of the pipeline status.
pipelineExecution_pipelineExperimentConfig :: Lens' PipelineExecution (Maybe PipelineExperimentConfig) Source #
Undocumented member.
pipelineExecution_pipelineParameters :: Lens' PipelineExecution (Maybe [Parameter]) Source #
Contains a list of pipeline parameters. This list can be empty.