Values.SageMakerPipelineParametersSourceThe templated target type for the Amazon SageMaker StartPipelineExecution API operation.
type nonrec t = {pipelineParameterList : SageMakerPipelineParameterList.t option;List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of SageMakerPipelineParameterName.t ])
list ]
list ])
list ]