Module Values_0.HumanLoopActivationConfigSource

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

Sourcetype nonrec t = {
  1. humanLoopActivationConditionsConfig : HumanLoopActivationConditionsConfig.t;
    (*

    Container structure for defining under what conditions SageMaker creates a human loop.

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