Class: Aws::Rekognition::Types::StreamProcessorDataSharingPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessorDataSharingPreference
- Defined in:
- gems/aws-sdk-rekognition/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.
6552 6553 6554 6555 6556 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6552 class StreamProcessorDataSharingPreference < Struct.new( :opt_in) SENSITIVE = [] include Aws::Structure end |