Values_2.StartPipelineExecutionRequestSourceStarts a pipeline execution.
type nonrec t = {pipelineName : Values_1.PipelineNameOrArn.t;The name or Amazon Resource Name (ARN) of the pipeline.
*)pipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;The display name of the pipeline execution.
*)pipelineParameters : ParameterList.t option;Contains a list of pipeline parameters. This list can be empty.
*)pipelineExecutionDescription : Values_1.PipelineExecutionDescription.t option;The description of the pipeline execution.
*)clientRequestToken : Values_1.IdempotencyToken.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
*)parallelismConfiguration : Values_1.ParallelismConfiguration.t option;This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
*)selectiveExecutionConfig : Values_1.SelectiveExecutionConfig.t option;The selective execution configuration applied to the pipeline run.
*)pipelineVersionId : Values_1.PipelineVersionId.t option;The ID of the pipeline version to start execution from.
*)mlflowExperimentName : Values_1.MlflowExperimentEntityName.t option;The MLflow experiment name of the pipeline execution.
*)}val make :
?pipelineExecutionDisplayName:??? ->
?pipelineParameters:??? ->
?pipelineExecutionDescription:??? ->
?parallelismConfiguration:??? ->
?selectiveExecutionConfig:??? ->
?pipelineVersionId:??? ->
?mlflowExperimentName:??? ->
pipelineName:Values_1.PipelineNameOrArn.t ->
clientRequestToken:Values_1.IdempotencyToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of PipelineParameterName.t ]) list ]
list
| `Long of Values_1.PipelineVersionId.t
| `String of Values_1.PipelineNameOrArn.t
| `Structure of
(string
* [> `Integer of int
| `List of
[> `Structure of
(string * [> `String of Values_0.String256.t ]) list ]
list
| `String of Values_0.PipelineExecutionArn.t ])
list ])
list ]