| 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.DescribePipeline
Description
Describes the details of a pipeline.
Synopsis
- data DescribePipeline = DescribePipeline' {
- pipelineName :: Text
 
 - newDescribePipeline :: Text -> DescribePipeline
 - describePipeline_pipelineName :: Lens' DescribePipeline Text
 - data DescribePipelineResponse = DescribePipelineResponse' {
- createdBy :: Maybe UserContext
 - creationTime :: Maybe POSIX
 - lastModifiedBy :: Maybe UserContext
 - lastModifiedTime :: Maybe POSIX
 - lastRunTime :: Maybe POSIX
 - parallelismConfiguration :: Maybe ParallelismConfiguration
 - pipelineArn :: Maybe Text
 - pipelineDefinition :: Maybe Text
 - pipelineDescription :: Maybe Text
 - pipelineDisplayName :: Maybe Text
 - pipelineName :: Maybe Text
 - pipelineStatus :: Maybe PipelineStatus
 - roleArn :: Maybe Text
 - httpStatus :: Int
 
 - newDescribePipelineResponse :: Int -> DescribePipelineResponse
 - describePipelineResponse_createdBy :: Lens' DescribePipelineResponse (Maybe UserContext)
 - describePipelineResponse_creationTime :: Lens' DescribePipelineResponse (Maybe UTCTime)
 - describePipelineResponse_lastModifiedBy :: Lens' DescribePipelineResponse (Maybe UserContext)
 - describePipelineResponse_lastModifiedTime :: Lens' DescribePipelineResponse (Maybe UTCTime)
 - describePipelineResponse_lastRunTime :: Lens' DescribePipelineResponse (Maybe UTCTime)
 - describePipelineResponse_parallelismConfiguration :: Lens' DescribePipelineResponse (Maybe ParallelismConfiguration)
 - describePipelineResponse_pipelineArn :: Lens' DescribePipelineResponse (Maybe Text)
 - describePipelineResponse_pipelineDefinition :: Lens' DescribePipelineResponse (Maybe Text)
 - describePipelineResponse_pipelineDescription :: Lens' DescribePipelineResponse (Maybe Text)
 - describePipelineResponse_pipelineDisplayName :: Lens' DescribePipelineResponse (Maybe Text)
 - describePipelineResponse_pipelineName :: Lens' DescribePipelineResponse (Maybe Text)
 - describePipelineResponse_pipelineStatus :: Lens' DescribePipelineResponse (Maybe PipelineStatus)
 - describePipelineResponse_roleArn :: Lens' DescribePipelineResponse (Maybe Text)
 - describePipelineResponse_httpStatus :: Lens' DescribePipelineResponse Int
 
Creating a Request
data DescribePipeline Source #
See: newDescribePipeline smart constructor.
Constructors
| DescribePipeline' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> DescribePipeline | 
Create a value of DescribePipeline 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:
DescribePipeline, describePipeline_pipelineName - The name of the pipeline to describe.
Request Lenses
describePipeline_pipelineName :: Lens' DescribePipeline Text Source #
The name of the pipeline to describe.
Destructuring the Response
data DescribePipelineResponse Source #
See: newDescribePipelineResponse smart constructor.
Constructors
| DescribePipelineResponse' | |
Fields 
  | |
Instances
newDescribePipelineResponse Source #
Create a value of DescribePipelineResponse 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:
DescribePipelineResponse, describePipelineResponse_createdBy - Undocumented member.
DescribePipelineResponse, describePipelineResponse_creationTime - The time when the pipeline was created.
DescribePipelineResponse, describePipelineResponse_lastModifiedBy - Undocumented member.
DescribePipelineResponse, describePipelineResponse_lastModifiedTime - The time when the pipeline was last modified.
DescribePipelineResponse, describePipelineResponse_lastRunTime - The time when the pipeline was last run.
DescribePipelineResponse, describePipelineResponse_parallelismConfiguration - Lists the parallelism configuration applied to the pipeline.
DescribePipelineResponse, describePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
$sel:pipelineDefinition:DescribePipelineResponse', describePipelineResponse_pipelineDefinition - The JSON pipeline definition.
DescribePipelineResponse, describePipelineResponse_pipelineDescription - The description of the pipeline.
DescribePipelineResponse, describePipelineResponse_pipelineDisplayName - The display name of the pipeline.
DescribePipeline, describePipelineResponse_pipelineName - The name of the pipeline.
DescribePipelineResponse, describePipelineResponse_pipelineStatus - The status of the pipeline execution.
DescribePipelineResponse, describePipelineResponse_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.
$sel:httpStatus:DescribePipelineResponse', describePipelineResponse_httpStatus - The response's http status code.
Response Lenses
describePipelineResponse_createdBy :: Lens' DescribePipelineResponse (Maybe UserContext) Source #
Undocumented member.
describePipelineResponse_creationTime :: Lens' DescribePipelineResponse (Maybe UTCTime) Source #
The time when the pipeline was created.
describePipelineResponse_lastModifiedBy :: Lens' DescribePipelineResponse (Maybe UserContext) Source #
Undocumented member.
describePipelineResponse_lastModifiedTime :: Lens' DescribePipelineResponse (Maybe UTCTime) Source #
The time when the pipeline was last modified.
describePipelineResponse_lastRunTime :: Lens' DescribePipelineResponse (Maybe UTCTime) Source #
The time when the pipeline was last run.
describePipelineResponse_parallelismConfiguration :: Lens' DescribePipelineResponse (Maybe ParallelismConfiguration) Source #
Lists the parallelism configuration applied to the pipeline.
describePipelineResponse_pipelineArn :: Lens' DescribePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
describePipelineResponse_pipelineDefinition :: Lens' DescribePipelineResponse (Maybe Text) Source #
The JSON pipeline definition.
describePipelineResponse_pipelineDescription :: Lens' DescribePipelineResponse (Maybe Text) Source #
The description of the pipeline.
describePipelineResponse_pipelineDisplayName :: Lens' DescribePipelineResponse (Maybe Text) Source #
The display name of the pipeline.
describePipelineResponse_pipelineName :: Lens' DescribePipelineResponse (Maybe Text) Source #
The name of the pipeline.
describePipelineResponse_pipelineStatus :: Lens' DescribePipelineResponse (Maybe PipelineStatus) Source #
The status of the pipeline execution.
describePipelineResponse_roleArn :: Lens' DescribePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) that the pipeline uses to execute.
describePipelineResponse_httpStatus :: Lens' DescribePipelineResponse Int Source #
The response's http status code.