Class: Aws::Rekognition::Types::UpdateDatasetEntriesRequest

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

#changesTypes::DatasetChanges

The changes that you want to make to the dataset.



8146
8147
8148
8149
8150
8151
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8146

class UpdateDatasetEntriesRequest < Struct.new(
  :dataset_arn,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset that you want to update.

Returns:

  • (String)


8146
8147
8148
8149
8150
8151
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8146

class UpdateDatasetEntriesRequest < Struct.new(
  :dataset_arn,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end