Module Values_1.ParallelismConfigurationSource

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

Sourcetype nonrec t = {
  1. maxParallelExecutionSteps : MaxParallelExecutionSteps.t;
    (*

    The max number of steps that can be executed in parallel.

    *)
}
Sourceval context_ : string
Sourceval make : maxParallelExecutionSteps:MaxParallelExecutionSteps.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxParallelExecutionSteps.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