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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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

#nameString

Name of the stream processor that you want to update.

Returns:

  • (String)


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

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

Returns:

  • (Array<String>)


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



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



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