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.



8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8182

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)


8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8182

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>)


8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8182

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:



8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8182

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.



8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8182

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