Values.StepParameterChunksSourceDefines how a step parameter range should be divided into chunks.
type nonrec t = {defaultTaskCount : DefaultTaskCount.t option;The number of tasks to combine into a single chunk by default.
*)targetRuntimeSeconds : TargetRuntimeSeconds.t option;The number of seconds to aim for when forming chunks.
*)rangeConstraint : RangeConstraint.t option;Specifies whether the chunked ranges must be contiguous or can have gaps between them.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of DefaultTaskCount.t ]) list ]