Module Values.SageMakerPipelineParameterSource

The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.

Sourcetype nonrec t = {
  1. name : SageMakerPipelineParameterName.t;
    (*

    Name of parameter to start execution of a SageMaker Model Building Pipeline.

    *)
  2. value : SageMakerPipelineParameterValue.t;
    (*

    Value of parameter to start execution of a SageMaker Model Building Pipeline.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of SageMakerPipelineParameterName.t ]) 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