Class: Aws::Rekognition::Types::UpdateStreamProcessorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::UpdateStreamProcessorRequest
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sharing_preference_for_update ⇒ Types::StreamProcessorDataSharingPreference
Shows whether you are sharing data with Rekognition to improve model performance.
-
#name ⇒ String
Name of the stream processor that you want to update.
-
#parameters_to_delete ⇒ Array<String>
A list of parameters you want to delete from the stream processor.
-
#regions_of_interest_for_update ⇒ Array<Types::RegionOfInterest>
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
-
#settings_for_update ⇒ Types::StreamProcessorSettingsForUpdate
The stream processor settings that you want to update.
Instance Attribute Details
#data_sharing_preference_for_update ⇒ Types::StreamProcessorDataSharingPreference
Shows whether you are sharing 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.
6470 6471 6472 6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6470 class UpdateStreamProcessorRequest < Struct.new( :name, :settings_for_update, :regions_of_interest_for_update, :data_sharing_preference_for_update, :parameters_to_delete) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the stream processor that you want to update.
6470 6471 6472 6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6470 class UpdateStreamProcessorRequest < Struct.new( :name, :settings_for_update, :regions_of_interest_for_update, :data_sharing_preference_for_update, :parameters_to_delete) SENSITIVE = [] include Aws::Structure end |
#parameters_to_delete ⇒ Array<String>
A list of parameters you want to delete from the stream processor.
6470 6471 6472 6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6470 class UpdateStreamProcessorRequest < Struct.new( :name, :settings_for_update, :regions_of_interest_for_update, :data_sharing_preference_for_update, :parameters_to_delete) SENSITIVE = [] include Aws::Structure end |
#regions_of_interest_for_update ⇒ Array<Types::RegionOfInterest>
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
6470 6471 6472 6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6470 class UpdateStreamProcessorRequest < Struct.new( :name, :settings_for_update, :regions_of_interest_for_update, :data_sharing_preference_for_update, :parameters_to_delete) SENSITIVE = [] include Aws::Structure end |
#settings_for_update ⇒ Types::StreamProcessorSettingsForUpdate
The stream processor settings that you want to update. Label detection settings can be updated to detect different labels with a different minimum confidence.
6470 6471 6472 6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6470 class UpdateStreamProcessorRequest < Struct.new( :name, :settings_for_update, :regions_of_interest_for_update, :data_sharing_preference_for_update, :parameters_to_delete) SENSITIVE = [] include Aws::Structure end |