AWSRekognitionUpdateDatasetEntriesRequest
Objective-C
@interface AWSRekognitionUpdateDatasetEntriesRequest
Swift
class AWSRekognitionUpdateDatasetEntriesRequest
-
The changes that you want to make to the dataset.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDatasetChanges *_Nullable changes;
Swift
var changes: AWSRekognitionDatasetChanges? { get set }
-
The Amazon Resource Name (ARN) of the dataset that you want to update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetArn;
Swift
var datasetArn: String? { get set }