Class: Aws::Rekognition::Types::StreamProcessorDataSharingPreference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#opt_inBoolean

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

Returns:

  • (Boolean)


7607
7608
7609
7610
7611
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7607

class StreamProcessorDataSharingPreference < Struct.new(
  :opt_in)
  SENSITIVE = []
  include Aws::Structure
end