Module Values.StreamProcessorDataSharingPreferenceSource

Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

Sourcetype nonrec t = {
  1. optIn : Boolean.t;
    (*

    If this option is set to true, you choose to share data with Rekognition to improve model performance.

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