Module Values.SageMakerPipelineParametersSource

These are custom parameters to use when the target is a SageMaker AI Model Building Pipeline that starts based on EventBridge events.

Sourcetype nonrec t = {
  1. pipelineParameterList : SageMakerPipelineParameterList.t option;
    (*

    List of Parameter names and values for SageMaker AI Model Building Pipeline execution.

    *)
}
Sourceval make : ?pipelineParameterList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of SageMakerPipelineParameterName.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t