Class: Aws::Rekognition::Types::UpdateStreamProcessorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sharing_preference_for_updateTypes::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

#nameString

Name of the stream processor that you want to update.

Returns:

  • (String)


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_deleteArray<String>

A list of parameters you want to delete from the stream processor.

Returns:

  • (Array<String>)


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_updateArray<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.

Returns:



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_updateTypes::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