Values_0.HumanLoopActivationConfigSourceProvides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.
type nonrec t = {humanLoopActivationConditionsConfig : HumanLoopActivationConditionsConfig.t;Container structure for defining under what conditions SageMaker creates a human loop.
*)}val make :
humanLoopActivationConditionsConfig:HumanLoopActivationConditionsConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of HumanLoopActivationConditions.t ]) list ])
list ]