Class: Aws::Rekognition::Types::StreamProcessorDataSharingPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessorDataSharingPreference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#opt_in ⇒ Boolean
If this option is set to true, you choose to share data with Rekognition to improve model performance.
Instance Attribute Details
#opt_in ⇒ Boolean
If this option is set to true, you choose to share data with Rekognition to improve model performance.
7620 7621 7622 7623 7624 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7620 class StreamProcessorDataSharingPreference < Struct.new( :opt_in) SENSITIVE = [] include Aws::Structure end |