Values.ValidatePipelineDefinitionInputSourceContains the parameters for ValidatePipelineDefinition.
type nonrec t = {pipelineId : Id.t;The ID of the pipeline.
*)pipelineObjects : PipelineObjectList.t;The objects that define the pipeline changes to validate against the pipeline.
*)parameterObjects : ParameterObjectList.t option;The parameter objects used with the pipeline.
*)parameterValues : ParameterValueList.t option;The parameter values used with the pipeline.
*)}val make :
?parameterObjects:??? ->
?parameterValues:??? ->
pipelineId:Id.t ->
pipelineObjects:PipelineObjectList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldNameString.t ])
list ]
list
| `String of Id.t ])
list ]
list
| `String of Id.t ])
list ]