Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.Rekognition.Types.StreamProcessorDataSharingPreference
Description
Documentation
data StreamProcessorDataSharingPreference Source #
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.
See: newStreamProcessorDataSharingPreference
smart constructor.
Constructors
StreamProcessorDataSharingPreference' | |
Instances
newStreamProcessorDataSharingPreference Source #
Arguments
:: Bool | |
-> StreamProcessorDataSharingPreference |
Create a value of StreamProcessorDataSharingPreference
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:optIn:StreamProcessorDataSharingPreference'
, streamProcessorDataSharingPreference_optIn
- If this option is set to true, you choose to share data with Rekognition
to improve model performance.
streamProcessorDataSharingPreference_optIn :: Lens' StreamProcessorDataSharingPreference Bool Source #
If this option is set to true, you choose to share data with Rekognition to improve model performance.