| 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.UpdatePipeline
Description
Updates a pipeline.
Synopsis
- data UpdatePipeline = UpdatePipeline' {}
 - newUpdatePipeline :: Text -> UpdatePipeline
 - updatePipeline_parallelismConfiguration :: Lens' UpdatePipeline (Maybe ParallelismConfiguration)
 - updatePipeline_pipelineDefinition :: Lens' UpdatePipeline (Maybe Text)
 - updatePipeline_pipelineDefinitionS3Location :: Lens' UpdatePipeline (Maybe PipelineDefinitionS3Location)
 - updatePipeline_pipelineDescription :: Lens' UpdatePipeline (Maybe Text)
 - updatePipeline_pipelineDisplayName :: Lens' UpdatePipeline (Maybe Text)
 - updatePipeline_roleArn :: Lens' UpdatePipeline (Maybe Text)
 - updatePipeline_pipelineName :: Lens' UpdatePipeline Text
 - data UpdatePipelineResponse = UpdatePipelineResponse' {
- pipelineArn :: Maybe Text
 - httpStatus :: Int
 
 - newUpdatePipelineResponse :: Int -> UpdatePipelineResponse
 - updatePipelineResponse_pipelineArn :: Lens' UpdatePipelineResponse (Maybe Text)
 - updatePipelineResponse_httpStatus :: Lens' UpdatePipelineResponse Int
 
Creating a Request
data UpdatePipeline Source #
See: newUpdatePipeline smart constructor.
Constructors
| UpdatePipeline' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> UpdatePipeline | 
Create a value of UpdatePipeline 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:
UpdatePipeline, updatePipeline_parallelismConfiguration - If specified, it applies to all executions of this pipeline by default.
$sel:pipelineDefinition:UpdatePipeline', updatePipeline_pipelineDefinition - The JSON pipeline definition.
$sel:pipelineDefinitionS3Location:UpdatePipeline', updatePipeline_pipelineDefinitionS3Location - The location of the pipeline definition stored in Amazon S3. If
 specified, SageMaker will retrieve the pipeline definition from this
 location.
UpdatePipeline, updatePipeline_pipelineDescription - The description of the pipeline.
UpdatePipeline, updatePipeline_pipelineDisplayName - The display name of the pipeline.
UpdatePipeline, updatePipeline_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.
UpdatePipeline, updatePipeline_pipelineName - The name of the pipeline to update.
Request Lenses
updatePipeline_parallelismConfiguration :: Lens' UpdatePipeline (Maybe ParallelismConfiguration) Source #
If specified, it applies to all executions of this pipeline by default.
updatePipeline_pipelineDefinition :: Lens' UpdatePipeline (Maybe Text) Source #
The JSON pipeline definition.
updatePipeline_pipelineDefinitionS3Location :: Lens' UpdatePipeline (Maybe PipelineDefinitionS3Location) Source #
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
updatePipeline_pipelineDescription :: Lens' UpdatePipeline (Maybe Text) Source #
The description of the pipeline.
updatePipeline_pipelineDisplayName :: Lens' UpdatePipeline (Maybe Text) Source #
The display name of the pipeline.
updatePipeline_roleArn :: Lens' UpdatePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) that the pipeline uses to execute.
updatePipeline_pipelineName :: Lens' UpdatePipeline Text Source #
The name of the pipeline to update.
Destructuring the Response
data UpdatePipelineResponse Source #
See: newUpdatePipelineResponse smart constructor.
Constructors
| UpdatePipelineResponse' | |
Fields 
  | |
Instances
newUpdatePipelineResponse Source #
Create a value of UpdatePipelineResponse 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:
UpdatePipelineResponse, updatePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the updated pipeline.
$sel:httpStatus:UpdatePipelineResponse', updatePipelineResponse_httpStatus - The response's http status code.
Response Lenses
updatePipelineResponse_pipelineArn :: Lens' UpdatePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the updated pipeline.
updatePipelineResponse_httpStatus :: Lens' UpdatePipelineResponse Int Source #
The response's http status code.