| 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.Pipeline
Description
Synopsis
- data Pipeline = Pipeline' {
- createdBy :: Maybe UserContext
- creationTime :: Maybe POSIX
- lastModifiedBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- lastRunTime :: Maybe POSIX
- parallelismConfiguration :: Maybe ParallelismConfiguration
- pipelineArn :: Maybe Text
- pipelineDescription :: Maybe Text
- pipelineDisplayName :: Maybe Text
- pipelineName :: Maybe Text
- pipelineStatus :: Maybe PipelineStatus
- roleArn :: Maybe Text
- tags :: Maybe [Tag]
- newPipeline :: Pipeline
- pipeline_createdBy :: Lens' Pipeline (Maybe UserContext)
- pipeline_creationTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_lastModifiedBy :: Lens' Pipeline (Maybe UserContext)
- pipeline_lastModifiedTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_lastRunTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_parallelismConfiguration :: Lens' Pipeline (Maybe ParallelismConfiguration)
- pipeline_pipelineArn :: Lens' Pipeline (Maybe Text)
- pipeline_pipelineDescription :: Lens' Pipeline (Maybe Text)
- pipeline_pipelineDisplayName :: Lens' Pipeline (Maybe Text)
- pipeline_pipelineName :: Lens' Pipeline (Maybe Text)
- pipeline_pipelineStatus :: Lens' Pipeline (Maybe PipelineStatus)
- pipeline_roleArn :: Lens' Pipeline (Maybe Text)
- pipeline_tags :: Lens' Pipeline (Maybe [Tag])
Documentation
A SageMaker Model Building Pipeline instance.
See: newPipeline smart constructor.
Constructors
| Pipeline' | |
Fields
| |
Instances
newPipeline :: Pipeline Source #
Create a value of Pipeline 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:Pipeline', pipeline_createdBy - Undocumented member.
$sel:creationTime:Pipeline', pipeline_creationTime - The creation time of the pipeline.
$sel:lastModifiedBy:Pipeline', pipeline_lastModifiedBy - Undocumented member.
$sel:lastModifiedTime:Pipeline', pipeline_lastModifiedTime - The time that the pipeline was last modified.
$sel:lastRunTime:Pipeline', pipeline_lastRunTime - The time when the pipeline was last run.
$sel:parallelismConfiguration:Pipeline', pipeline_parallelismConfiguration - The parallelism configuration applied to the pipeline.
$sel:pipelineArn:Pipeline', pipeline_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
$sel:pipelineDescription:Pipeline', pipeline_pipelineDescription - The description of the pipeline.
$sel:pipelineDisplayName:Pipeline', pipeline_pipelineDisplayName - The display name of the pipeline.
$sel:pipelineName:Pipeline', pipeline_pipelineName - The name of the pipeline.
$sel:pipelineStatus:Pipeline', pipeline_pipelineStatus - The status of the pipeline.
$sel:roleArn:Pipeline', pipeline_roleArn - The Amazon Resource Name (ARN) of the role that created the pipeline.
$sel:tags:Pipeline', pipeline_tags - A list of tags that apply to the pipeline.
pipeline_createdBy :: Lens' Pipeline (Maybe UserContext) Source #
Undocumented member.
pipeline_lastModifiedBy :: Lens' Pipeline (Maybe UserContext) Source #
Undocumented member.
pipeline_lastModifiedTime :: Lens' Pipeline (Maybe UTCTime) Source #
The time that the pipeline was last modified.
pipeline_lastRunTime :: Lens' Pipeline (Maybe UTCTime) Source #
The time when the pipeline was last run.
pipeline_parallelismConfiguration :: Lens' Pipeline (Maybe ParallelismConfiguration) Source #
The parallelism configuration applied to the pipeline.
pipeline_pipelineArn :: Lens' Pipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipeline_pipelineDescription :: Lens' Pipeline (Maybe Text) Source #
The description of the pipeline.
pipeline_pipelineDisplayName :: Lens' Pipeline (Maybe Text) Source #
The display name of the pipeline.
pipeline_pipelineStatus :: Lens' Pipeline (Maybe PipelineStatus) Source #
The status of the pipeline.