AWSRekognitionTestingData
Objective-C
@interface AWSRekognitionTestingData
Swift
class AWSRekognitionTestingData
The dataset used for testing. Optionally, if AutoCreate
is set, Amazon Rekognition Custom Labels creates a testing dataset using an 80/20 split of the training dataset.
-
The assets used for testing.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionAsset *> *_Nullable assets;
Swift
var assets: [AWSRekognitionAsset]? { get set }
-
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable autoCreate;
Swift
var autoCreate: NSNumber? { get set }