| 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.StartPipelineExecution
Description
Starts a pipeline execution.
Synopsis
- data StartPipelineExecution = StartPipelineExecution' {}
 - newStartPipelineExecution :: Text -> Text -> StartPipelineExecution
 - startPipelineExecution_parallelismConfiguration :: Lens' StartPipelineExecution (Maybe ParallelismConfiguration)
 - startPipelineExecution_pipelineExecutionDescription :: Lens' StartPipelineExecution (Maybe Text)
 - startPipelineExecution_pipelineExecutionDisplayName :: Lens' StartPipelineExecution (Maybe Text)
 - startPipelineExecution_pipelineParameters :: Lens' StartPipelineExecution (Maybe [Parameter])
 - startPipelineExecution_pipelineName :: Lens' StartPipelineExecution Text
 - startPipelineExecution_clientRequestToken :: Lens' StartPipelineExecution Text
 - data StartPipelineExecutionResponse = StartPipelineExecutionResponse' {}
 - newStartPipelineExecutionResponse :: Int -> StartPipelineExecutionResponse
 - startPipelineExecutionResponse_pipelineExecutionArn :: Lens' StartPipelineExecutionResponse (Maybe Text)
 - startPipelineExecutionResponse_httpStatus :: Lens' StartPipelineExecutionResponse Int
 
Creating a Request
data StartPipelineExecution Source #
See: newStartPipelineExecution smart constructor.
Constructors
| StartPipelineExecution' | |
Fields 
  | |
Instances
newStartPipelineExecution Source #
Arguments
| :: Text | |
| -> Text | |
| -> StartPipelineExecution | 
Create a value of StartPipelineExecution 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:
StartPipelineExecution, startPipelineExecution_parallelismConfiguration - This configuration, if specified, overrides the parallelism
 configuration of the parent pipeline for this specific run.
StartPipelineExecution, startPipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.
StartPipelineExecution, startPipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.
StartPipelineExecution, startPipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
StartPipelineExecution, startPipelineExecution_pipelineName - The name of the pipeline.
$sel:clientRequestToken:StartPipelineExecution', startPipelineExecution_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the
 idempotency of the operation. An idempotent operation completes no more
 than once.
Request Lenses
startPipelineExecution_parallelismConfiguration :: Lens' StartPipelineExecution (Maybe ParallelismConfiguration) Source #
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
startPipelineExecution_pipelineExecutionDescription :: Lens' StartPipelineExecution (Maybe Text) Source #
The description of the pipeline execution.
startPipelineExecution_pipelineExecutionDisplayName :: Lens' StartPipelineExecution (Maybe Text) Source #
The display name of the pipeline execution.
startPipelineExecution_pipelineParameters :: Lens' StartPipelineExecution (Maybe [Parameter]) Source #
Contains a list of pipeline parameters. This list can be empty.
startPipelineExecution_pipelineName :: Lens' StartPipelineExecution Text Source #
The name of the pipeline.
startPipelineExecution_clientRequestToken :: Lens' StartPipelineExecution Text Source #
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
Destructuring the Response
data StartPipelineExecutionResponse Source #
See: newStartPipelineExecutionResponse smart constructor.
Constructors
| StartPipelineExecutionResponse' | |
Fields 
  | |
Instances
newStartPipelineExecutionResponse Source #
Create a value of StartPipelineExecutionResponse 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:
StartPipelineExecutionResponse, startPipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
$sel:httpStatus:StartPipelineExecutionResponse', startPipelineExecutionResponse_httpStatus - The response's http status code.
Response Lenses
startPipelineExecutionResponse_pipelineExecutionArn :: Lens' StartPipelineExecutionResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
startPipelineExecutionResponse_httpStatus :: Lens' StartPipelineExecutionResponse Int Source #
The response's http status code.