Class: Aws::Rekognition::Types::UpdateStreamProcessorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::UpdateStreamProcessorRequest
- Includes:
- Structure
- Defined in:
- 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.
8195 8196 8197 8198 8199 8200 8201 8202 8203 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8195 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.
8195 8196 8197 8198 8199 8200 8201 8202 8203 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8195 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.
8195 8196 8197 8198 8199 8200 8201 8202 8203 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8195 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.
8195 8196 8197 8198 8199 8200 8201 8202 8203 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8195 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.
8195 8196 8197 8198 8199 8200 8201 8202 8203 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8195 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 |