Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Pipeline = Pipeline' {
- creationTime :: Maybe POSIX
- pipelineDisplayName :: Maybe Text
- pipelineName :: Maybe Text
- createdBy :: Maybe UserContext
- lastRunTime :: Maybe POSIX
- lastModifiedTime :: Maybe POSIX
- pipelineStatus :: Maybe PipelineStatus
- pipelineDescription :: Maybe Text
- pipelineArn :: Maybe Text
- lastModifiedBy :: Maybe UserContext
- tags :: Maybe [Tag]
- roleArn :: Maybe Text
- newPipeline :: Pipeline
- pipeline_creationTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_pipelineDisplayName :: Lens' Pipeline (Maybe Text)
- pipeline_pipelineName :: Lens' Pipeline (Maybe Text)
- pipeline_createdBy :: Lens' Pipeline (Maybe UserContext)
- pipeline_lastRunTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_lastModifiedTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_pipelineStatus :: Lens' Pipeline (Maybe PipelineStatus)
- pipeline_pipelineDescription :: Lens' Pipeline (Maybe Text)
- pipeline_pipelineArn :: Lens' Pipeline (Maybe Text)
- pipeline_lastModifiedBy :: Lens' Pipeline (Maybe UserContext)
- pipeline_tags :: Lens' Pipeline (Maybe [Tag])
- pipeline_roleArn :: Lens' Pipeline (Maybe Text)
Documentation
A SageMaker Model Building Pipeline instance.
See: newPipeline
smart constructor.
Pipeline' | |
|
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:creationTime:Pipeline'
, pipeline_creationTime
- The creation time 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:createdBy:Pipeline'
, pipeline_createdBy
- Undocumented member.
$sel:lastRunTime:Pipeline'
, pipeline_lastRunTime
- The time when the pipeline was last run.
$sel:lastModifiedTime:Pipeline'
, pipeline_lastModifiedTime
- The time that the pipeline was last modified.
$sel:pipelineStatus:Pipeline'
, pipeline_pipelineStatus
- The status of the pipeline.
$sel:pipelineDescription:Pipeline'
, pipeline_pipelineDescription
- The description of the pipeline.
$sel:pipelineArn:Pipeline'
, pipeline_pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.
$sel:lastModifiedBy:Pipeline'
, pipeline_lastModifiedBy
- Undocumented member.
$sel:tags:Pipeline'
, pipeline_tags
- A list of tags that apply to the pipeline.
$sel:roleArn:Pipeline'
, pipeline_roleArn
- The Amazon Resource Name (ARN) of the role that created the pipeline.
pipeline_pipelineDisplayName :: Lens' Pipeline (Maybe Text) Source #
The display name of the pipeline.
pipeline_createdBy :: Lens' Pipeline (Maybe UserContext) Source #
Undocumented member.
pipeline_lastRunTime :: Lens' Pipeline (Maybe UTCTime) Source #
The time when the pipeline was last run.
pipeline_lastModifiedTime :: Lens' Pipeline (Maybe UTCTime) Source #
The time that the pipeline was last modified.
pipeline_pipelineStatus :: Lens' Pipeline (Maybe PipelineStatus) Source #
The status of the pipeline.
pipeline_pipelineDescription :: Lens' Pipeline (Maybe Text) Source #
The description of the pipeline.
pipeline_pipelineArn :: Lens' Pipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipeline_lastModifiedBy :: Lens' Pipeline (Maybe UserContext) Source #
Undocumented member.